/*
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
*/
.fusion-header {
	position: fixed;
	top: 0;
	width: 100%;
}

.fusion-header-sticky-height {
	height: 96px;
	background: #fff;
	display: block !important;
}

@media only screen and (max-width: 800px) {
	.fusion-header-sticky-height {
		height: 106px;
	}
	.fusion-header-wrapper .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header {
		padding: 0 20px 10px 20px;
	}
	.fusion-header .fusion-logo {
		padding-right: 20px;
	}
	.fusion-header .fusion-mobile-menu-icons {
		position: absolute;
		top: 15px;
		right: 0;
	}
}

@media only screen and (max-width: 350px) {
	.fusion-header .fusion-mobile-menu-icons {
		top: 5px;
	}
}

@media only screen and (max-width: 300px) {
	.fusion-header-sticky-height {
		height: 86px;
	}
	.fusion-header .fusion-mobile-menu-icons {
		top: 0;
	}
}