/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@media screen and (max-width: 768px){
    /* .fusion-mobile-menu-expanded{
        display: none!important;
    }*/
    .fusion-header-wrapper, .fusion-mobile-logo-1 .fusion-standard-logo {
        display: block!important;
    } 
    .fusion-header-content-3-wrapper {
        display: none!important;
    } 
    .fusion-body .fusion-header-wrapper .fusion-header, .fusion-body .fusion-header-wrapper .fusion-secondary-main-menu{
        background: rgb(29,24,24)!important;
    }
    #mobile-menu-menulateral li{
        padding-top: 5px;
    }
    #mobile-menu-menulateral li a{
        background: white;
    }
    ul#mobile-menu-menulateral {
        background: white;
    }
    ul#mobile-menu-menulateral li a .menu-text{
        display: flex;
        align-items: center;
        height: 100%;
    }
    .fusion-mobile-menu-icons a:after, .fusion-mobile-menu-icons a:before {
        color: white!important;
    }
}
