/*
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
*/
.mobile-location-list-container { display:none; }
body.fusion-top-header .fusion-header{
    background-color: transparent !important;
}

@media(max-width:750px){
.mobile-location-list-container { display:block; }
#locations-wrapper { display:none; }
}