/*
	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 */
}

body {
    font-family: Raleway, sans-serif!important;
    letter-spacing: 0.5px;
    font-weight: 100;
}

#sb_booking_content h4 {
    color: #294f91;
    font-weight: 400;
    font-size: 1.5rem;
}
.item.location-item .item__footer .btn, .item.service-item .item__footer .btn, .item.provider-item .item__footer .btn, .btn-bar.bar .btn{
  background-color: #08819a;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 100;
}

.item.location-item .item__footer .btn:hover, .item.service-item .item__footer .btn:hover, .item.provider-item .item__footer .btn:hover, .btn-bar.bar .btn:hover{
  background: #294f91;
}

#sb-timeline .steps-nav #menu-active-bg {
  background: #294f91;
}

body .steps-nav li:first-child, body .steps-nav li.passed, body .steps-nav li.passed + li:not(.passed) {
  background: #07819a;
}

#sb-timeline .steps-nav .booking-info li:first-child::after, body #sb-timeline .steps-nav li.passed + li:not(.passed)::after  {
  border-left-color: #07819a;
}

.step_info_item .title-sub {
    color: white;
}

#sb_terms_and_conditions {
display: none;
}

body .sb-cell.free.hovered, body .sb-cell.free:hover {
  background-color: #07819a;
}