/*
	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 */
}


#sb-timeline #steps-nav {
    margin-bottom: 20px !important;
}



#time-settings {
    display: none !important;
}
.calendar .date.today .day-on,
.calendar .date.selected .day-on {
    font-weight: bold !important;
    display: inline-block !important;
    border-radius: 99px !important;
    width: 100% !important;
}
.calendar .date.today .day-on {
    background-color: #e9eaec !important;
}
.calendar .date.selected .day-on {
    color: #fff !important;
    background-color: #671d1e !important;
}
.calendar .weeks-date .day-off {
    opacity: .6 !important;
}
.calendar .date.prev-or-next-month .day-on,
.calendar .date.prev-or-next-month .day-off {
    color: #81889a !important;
    opacity: .2 !important;
    pointer-events: none !important;
}


#sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info .read-more,
#sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info .read-more:before {
    background: none !important;
}


.provider-item .name:first-letter,
.step_info_item .title-sub:first-letter,
.booking-info--item_provider .info:first-letter {
    text-transform: uppercase;
}


#sb-timeline #steps-nav li .content .title-sub {
    height: 1rem !important;
}