/*
	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 */
}

#main {
    display: flex;
    flex-direction: column-reverse;
}
#header .nav-trigger {
    background-color: #1c1616 !important;
}

#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .step-content .item .tab .tab-pd {
    border-radius: 10px;
    margin-top: -5px;

}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab .excerpt-info .preloader {
padding-bottom: 88.25% !important;

}

.company-name {
  display: none !important;
}

#main #main-content #sb_content #sb-timeline #steps-nav .booking-info ul li:first-of-type .content .title-small {
   font-weight: 100;
}

#header {
display: none;
}

body:has(a[href*="service"]) #main #main-buttons .container-fluid {
  display: none !important;
}

body:has(#social-gallery-view) #sb_scroll_top_btn  {
  display: none !important;
}

#main-buttons .wrapper .inner .bar {
   display: flex;
}
#main #main-buttons {
    position: sticky;
    bottom: -600px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.9);
   overflow: visible;
}
#main #main-buttons .btn.map  {
  display: none;
}
#main-buttons .wrapper .inner .bar {
   margin-top: -25rem;
}

#main #main-buttons .btn.book {
    border-radius: 4px;
    background: #dda436 !important;
    box-shadow: -1px 1px 14px 5px black;
}
 #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 */
}

