/*
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 */
@media screen and (max-width:800px){
	
	.reverse-mobile > .fusion-builder-row {flex-direction:column-reverse !important}
	
	/* Header (avada glitch) */
	.fusion-header {position:fixed !important}
	#sliders-container {margin-top:100px !important}
	
    /* General */
    #main .fusion-fullwidth {
        --awb-padding-top:40px;
        --awb-padding-bottom:40px;
    }
	.fusion-header {background-color:var(--mobile_header_bg_color) !important}
	.fusion-flyout-active .fusion-mobile-nav-holder.fusion-flyout-menu.fusion-flyout-mobile-menu {display:flex !important}
}
