/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

/*
Capitalize Select button when choosing providers
*/

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .btn.select.custom {
    text-transform: none;
}

/*
hide invoice button when client is logged in
*/

.modal-dialog #client-profile-preview a.btn[href="#invoice/list"] {
    display: none;
}

/*
labels on client fields at end with too big text
*/
label[for="sb_profile_is_sms_unsubscribed"], label[for="sb_profile_is_email_unsubscribed"] {
    font-size: 14px;
    font-weight: 400;
}

/*
fonts if needed from website
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* condense width of options so that descriptions aren't so wide and increase size of descriptions font */

#steps-content #sb_booking_content div.service-step, #steps-content #sb_booking_content div.category-step {
    max-width: 600px;
}

div.collapse-content {
    font-size: 15px;
}

/* hide extra show less and select button div on mobile site */

div.btn-bar.btn-bar-full-info {
    display: none !important;
}


/* border radius to 0 on select buttons */
#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .btn {
border-radius: 0px;
}

/* Hide readmore and simply default display it. Need to add mobile read more selector to hide it.

.collapse {
    display: block;
}

#category1.collapse {
    display: block;
}

div.wrap-read-more {
    display: none;
}
*/

/* Hide big duplicate of image inside read more */
div.biggest-previev {
    display: none;
}

#header .nav-wrapper #sb_menu .nav li a:after {
    height: 0px;
}

div#descr-firm, footer, div#sb_menu {
    display: none;
}

div#sb_booking_company_time {
    display: none;
}

#main-buttons {
    display: none;
}

#sb_menu_list_items_container {
    display: none;
}

#main #client-login .custom-form #sb_terms_and_conditions .promotions-letter-flag label[role=button]{
    display: none;
}


#sb-timeline #steps-nav li.passed+li:not(.passed) a .content .title-small, #sb-timeline #steps-nav li.passed a .content .title-small, #sb-timeline #steps-nav li:first-child a .content .title-small, #sb-timeline #steps-nav li .content .title-small {
color: #333333 !important;
} 

#sb-timeline #steps-nav li.filled.passed .content .title-sub {
color: #9a8219 !important;
letter-spacing: -0.5px;
font-family: PlayfairDisplay;
}

#header .nav-wrapper .items-wrapper #sb_client_info.nav-item .item-container .logged-out {
    background-image: url(https://cafemontgomery.simplybook.me/v2/themes/classic/img/ics/client-login-dark.svg) !important;
}

.reviews-wrapper, .wrap-location-index, #main-buttons .btn.map.btn-with-image.custom {
	display: none;
}


#main-buttons .wrapper .inner .company-name:after  {
	background: #333333;
}
 #main-buttons   {
	background-color: rgba(255,255,255,0.57);
	background-blend-mode: lighten;
}



/*
Placeholders follow, provided by default
*/




 #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 */
}

