<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     CLASM
Theme URI:      https://www.elegantthemes.com
Description:    Child theme - Divi
Author:         pivetta.com.br
Author URI:     http://www.pivetta.com.br/
Template:       Divi                            
Version:        jan2022
*/


@font-face {
    font-family: BoosterNext;  
    src: url(fonts/boosternext-regular.otf);  
    font-weight: normal;  
}

html, body, input, textarea, select {
    font-family: 'BoosterNext',Helvetica,Arial,sans-serif !important;
    font-size: 18px !important;
    color:#2e2e2d !important;
}


/*adjust Divi Menu module breakpoint Ipad*/
@media only screen and (max-width: 1280px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;

    }
    .et_mobile_nav_menu {
        display: block
    }
    .et_pb_menu__wrap .mobile_menu_bar {
    padding-top: 30px;
	}
    .et_mobile_menu {
     	text-align:left!important;
    }

}

.et_mobile_menu {
    border-top: 0px;
}


</pre></body></html>