/*div#sb_time_slots_container:before {
content: "To book please SELECT any red dates above and click make a booking below.";
}*/

.alert--no-slots-txt:after {
content: "Please email info@strawberrytraining.co.za with the number of delegates to be trained either in-house or online so we can send a proposal.";
display: block
}

#main-buttons > div > div > div > div.company-name {
   display: none !important;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .txt-center {
margin-top: 80px
}

/* 1. selected date color and background*/
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date.selected {
background: #f575754a !important
}
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date.selected .day-on {
color: red !important
}

/* 2. removed End time on the confirmation page*/
div.current-booking-info tr:nth-child(3) {
display: none
}



/* 4. Book now is reflected in one line*/
#sb_time_slots_container .sb-cell.free:after {
    max-width: 300px !important;
}

#main #main-buttons {
    min-height: 450px;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .day-on {
    text-decoration: none;
    color: #ff0000;
}
#sb_time_slots_container .sb-cell.free {
visibility: hidden;
}

#sb_time_slots_container .sb-cell.free:hover:after {
background-color: #d1e9c6;
color: #494949;
}

#sb_time_slots_container .sb-cell.free:after {
display: inline-block !important;
margin-right: 10px;
vertical-align: top;
width: 100%;
max-width: 111px;
border-radius: 3px;
line-height: 40px;
text-align: center;
font-size: 15px;
font-weight: 600;
margin-bottom: 10px;
position: relative;
background-color: #d3e0f1;
content: 'MAKE A BOOKING' !important;
visibility: visible !important;
}
.sb-widget-form .buttons .open-booking-widget-button {
    display: none;
    vertical-align: middle;
    margin: 5px;
    font-weight: 600;
    transition: all .3s ease;
}

@media screen and (min-width: 860px) {
.service-step.step-content::before {
position: absolute !important;
margin-top: -50px !important;
margin-left: -5% !important;
color: red !important;
content: "All our courses can be trained in-house at your premises or online";
font-size: 21px !important;
} 
}



/* 3. extra red text on the top*/
@media screen and (max-width: 768px) {
#sb_main #sb-main-container .return-btn a, #sb_main #sb-main-container #sb_back_button a::after {
color: red !important;
content: "All our courses can be trained in-          house at your premises or online";
font-size: 18px !important;
margin-left: 20px
}
}




/*
	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 */
}

