@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

body {
font-family: 'Lato', sans-serif !important;
font-weight: 400;
}

a {
color: #3fa7b6;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Lato', sans-serif !important;
}

table.overview, .descr, .phone, .links {
color: #707070 !important;
}

#main #main-buttons .wrapper .inner div.company-name {
    font-size: 35px;
    line-height: 40px;
    font-family: 'Lato', sans-serif !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .5) !important;
}

#main #main-buttons .wrapper .inner .bar .btn .booking_button .custom {
     display: none !important;
}

/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	font-family: 'Lato', sans-serif !important;
}


 #events p.duration, #events div.duration   {
	font-family: 'Lato', sans-serif;
}


 #events p.description, #events div.description   {
	font-family: 'Lato', sans-serif;
}


 #events .selectedEvent   {
	font-family: 'Lato', sans-serif;
}


 #events input.reserve_time_btn   {
	font-family: 'Lato', sans-serif;
}


 #events input.select_another_btn   {
	font-family: 'Lato', sans-serif;
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	font-family: 'Lato', sans-serif !important;
}


 #eventForm #save_button   {
	font-family: 'Lato', sans-serif;
}


 div.ui-widget-content   {
	font-family: 'Lato', sans-serif;
}


 div.ui-widget-header   {
	font-family: 'Lato', sans-serif;
}


 #timeline-container table.timeline   {
	font-family: 'Lato', sans-serif;
}





 .timeline td.not_worked_time   {
	font-family: 'Lato', sans-serif;
}


 .timeline td.free_time   {
	font-family: 'Lato', sans-serif;
}


 .timeline td.selected_time   {
	font-family: 'Lato', sans-serif; 
        color: #070707 !important;

}


 .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   {
	color: #070707 !important;
}

.is-holiday {
    color: #3FA7B6 !important;
}


/* No Buttons on Hero  */

#main-buttons > div > div > div > div.bar {
    display: none!important;
}

/* Hero Smaller on Mobile */
@media only screen and (max-width:48.5em) { 
	/* CSS rules here */
    #main-buttons {
        min-height: 80px!important;
        height: 80px!important;
    }

    #main-buttons .wrapper {
        height: 80px!important;
    }
}

/* LMH Edits*/
#sb-main-container #main {
background-color: #006F80;
}
#main-buttons {
opacity: .2;
}
#main #main-content {
background-color: #ffffff;
}
#main-buttons .wrapper {
height:216px;
}
#header .nav-trigger {
background-color:#3fa7b6;
}
#sb_sidebar_container .provider-item item, #sb_sidebar_container > aside > div.provider-item.item {
display: none !important;
}

/* Remove Promo code disclaimer
.promo-code-input .alert-info {
display: none;
}
 */