/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
#main-buttons .wrapper .company-name{
color: #13472c !important;
    display: none !important;
}
#sb-timeline .steps-nav{
background-color:#f8f2ea !important;
}
.steps-nav #menu-active-bg,.steps-nav li:first-child, .steps-nav li.passed, .steps-nav li.passed + li:not(.passed){
background-color:#13472ca !important;
}
#main-buttons .wrapper{
        height: 750px;
    justify-content: flex-end;
    padding: 20px 0;
}
 #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 */
}

#schedule .title--h3{
    font-size: 0;
}

#schedule .title--h3::after{
content: "Hours (US Central Time)";
 font-size: 20px;
 font-weight: 700;
}

#contacts .title--h3{
font-size:20px;
}

.day-off{
display:none;
}

#about-us .title--h3{
display:none;
}
    .item__description.short {
        overflow: hidden;
        display: block !important;
        line-height: 1.6em;
        height: auto !important;
    }
.item__read-more {
    display: none !important;
}
#sb-timeline #steps #steps-content #sb_booking_content .item{
width: 50%;
}
@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item {
        width: 100%;
    }
#main-buttons .wrapper {
    height: 350px;
    justify-content: flex-end;
    padding: 10px 0;
}
}