/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

#header .row .col-xs-4 {
  min-height: 0;
}

#header .nav-trigger.toggle-mnu {
  display:none;
}

#main #main-buttons {
  min-height: auto;
  background-color: #4a4a49;
  background-size: auto 100% !important;
}

@media (max-width: 1366px) {
    #main-buttons .wrapper {
       height: auto;
    }
}

#main-buttons .wrapper {
  margin: 0 !important;
  height: auto;
  aspect-ratio: 16 / 9;
}

#main-buttons .wrapper .inner {
 margin-bottom: -2.0rem;
}

@media (min-width: 768px) {
  #main-buttons .wrapper .inner {
   margin-bottom: 7%;
  }
}


#sb-timeline #steps-nav ul li:before{
       display: none !important;

}

#sb-timeline #steps-nav ul li.active:before, 
#sb-timeline #steps-nav ul li.passed+li:not(.passed):before {
        display: block !important;
        position: absolute;
        content: "";
        width: calc(100% - 10px);
        height: 1px;
        bottom: 0;
        left: 10px;
    }

    #sb-timeline #steps-nav #sb_booking_info ul {
        display: block;
        position: relative;
        top: 0;
        transform: rotate(0deg);
        width: 100%;
    }

#sb-timeline #steps-nav ul li .title-sub {      
        height: auto !important;
    
}

#sb-timeline #steps-nav {
  min-height: 88px;
  margin-top: 25px;
  margin-bottom: 50px;
}


#sb-timeline #steps-nav ul li {
height: unset !important;
}
#sb-timeline #steps-nav #sb_booking_info ul li{
position: relative;
}    
#sb-timeline #steps-nav #sb_booking_info ul li.step_info_item.passed {
        display: none !important;
    }



 #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 */
}

