/*
	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 */
}
/* Center and anchor the logo */
.company-name.company-logo-only {
  text-align: center;
  display: block;
  position: relative;
}

/* Position the bar below the logo */
.company-name.company-logo-only + .bar {
  margin-top: 300px;  /* default spacing for desktop */
  text-align: center;
}

/* Style the Book Now button */
.company-name.company-logo-only + .bar .btn.book.btn-with-icon.custom a {
  display: inline-block;
  padding: 12px 24px;
  background-color: orange;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

/* Tablet view (768px and below) */
@media (max-width: 768px) {
  .company-name.company-logo-only + .bar {
    margin-top: 270px;  /* tighter spacing */
  }
  .company-name.company-logo-only + .bar .btn.book.btn-with-icon.custom a {
    font-size: 18px;
    padding: 10px 20px;
  }
}

/* Mobile view (480px and below) */
@media (max-width: 480px) {
  .company-name.company-logo-only + .bar {
    margin-top: 270px;  /* keep closer to logo */
  }
  .company-name.company-logo-only + .bar .btn.book.btn-with-icon.custom a {
    font-size: 16px;
    padding: 8px 16px;
  }
}
