/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.26.1
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
	font-family: Tisa Sans Pro Light;
	src: url(/wp-content/themes/Divi/Tisa-Sans-Pro-Light.ttf);
	font-weight: normal; 
}
* , h1 , h2, h3, h4,h5 , h6, p , span , div , a , li {
	font-family: Tisa Sans Pro Light !important;
	
}
.et_pb_text_2{
	line-height:40px
}

@media screen and (max-width: 980px) {
#menu-mobile {
    width: 80% !important;
}
    .et_pb_menu .et_mobile_nav_menu {
        float: right !important;
        align-items: end !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        position: absolute !important;
        right: 0 !important;
		top: -20px !important;
        width: 100% !important;
        justify-content: flex-end !important;
    }
}