  @import url('https://fonts.googleapis.com/css2?family=Playpen+Sans&display=swap');

:not(.fa):not(.fi) {
font-family: 'Playpen Sans', cursive;
}
#main #main-buttons .company-name {
font-family: 'Open Sans', sans-serif;
    text-transform : uppercase;
    font-size: 45px;
    webkit-text-stroke-width: 6px;
    webkit-text-stroke-color: #d60;
    line-height: 1;
    padding-left: 2px;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,800&display=swap');

 #main #main-buttons.brand .logo a img {
    max-height: 300px;
}

#header .nav-wrapper #sb_menu .nav li a {
    border-radius: 44px;
    display: inline-block;
    font-family: 'Playpen Sans', cursive;
    font-size: 18px;
    padding: 10px 24px;
    -webkit-transition: .1s;
}

#main #main-content #sb_content  #gallery-view .main-title, #main #main-content #sb_content #gallery-view .title, #main #main-content #sb_content #gallery-view .title-section {
    font-family: 'Playpen Sans', cursive;
    font-size: 25px;
}

#sb-timeline #steps #steps-content .paid-attribute-footer .paid-attribute-totals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: black !important;
}
#main #main-content #sb_content .map-view .main-title, #main #main-content #sb_content .map-view .title {
    color: #464646;
    font-family: 'Playpen Sans', cursive;
    font-size: 25px;
    margin-bottom: 1.5em;
    padding-left: 2px;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .container-caption {
    font-family: 'Playpen Sans', cursive;
    font-size: 18px;
    font-weight: 400;
    padding-left: 2px;
}

/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

#sb_booking_company_time {
    display: none;
}

https://fonts.google.com -> ""+"" -> Family Selected pop-up -> Embed tab -> copy code in <style>...</style> tags -> then add CSS TO THE VERY TOP of the CSS editor"

@import url('https://fonts.googleapis.com/css?family=Oswald';);
:not(.fa):not(.fi) {
font-family: 'Oswald' !important;    }

   

 #events h3   {
	font-family: 'Roboto';
	font-weight: 700;
	src: url(‘/fonts/Roboto-Bold.woff2’) format(‘woff2’),
		url(‘/fonts/Robot-Bold.ttf’) format(‘truetype’)
}	/* 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   {
	/* none */
}


 .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 */
}

