/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/



 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

.powered_by,
footer div:last-child,
footer a[href*="simplybook.me"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}


.logo img {
    height: 155px !important;     /* Or try 160px for even bigger */
    width: auto !important;
    max-height: none !important;
    max-width: none !important;
    display: block !important;
    object-fit: contain !important;  
 
}

@media (max-width: 768px) {
  .logo img {
    height: auto !important;        /* Let it scale naturally */
    max-height: 100px !important;   /* Limit height on small screens */
    width: 100% !important;         /* Fill container */
    max-width: 300px !important;    /* Or however wide you want */
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    object-fit: contain !important;
  }

  .logo {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 0 !important;
  }
}

@media (max-width: 768px) {
  .logo {
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 20px !important;   /* ✅ Adds extra space to prevent cropping */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .logo img {
    height: auto !important;
    max-height: 100px !important;
    width: auto !important;
    max-width: 90% !important;
    object-fit: contain !important;
    display: block !important;
  }
}





#main-buttons .wrapper .inner .company-name {
  font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif !important;
 font-weight: 700 !important; /* Bold */
  text-transform: none !important; /* Optional: turn off all-caps */
  font-size: 60px !important; /* Keep the size or adjust */
  text-shadow: none !important; /* Optional: removes soft shadow */
}

@media (max-width: 768px) {
  #main-buttons .wrapper .inner .company-name {
    font-size: 34px !important; /* Adjust as needed for readability */
  }
}

@media (max-width: 480px) {
  #main-buttons .wrapper .inner .company-name {
    font-size: 28px !important;
  }
}



