/*
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
*/


/* 
colors

*/

/* visibility
.fusion-no-small-visibility
.fusion-no-medium-visibility
.fusion-no-large-visibility
*/


.fusion-menu-element-wrapper.collapse-enabled ul {
	background: rgba(255,255,255,0) !important;
}

#cmenu span.collapsed-nav-icon {
	display: none;
}

/*#cmenu .fa-bars:before,
#cmenu .fa-times:before {
	content: none !important;
}*/

#cmenu span.collapsed-nav-text {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
	margin-top: 8px;
}

li.menublank {
	display: none !important;
}
#cmenucontainer,
#mmenucontainer {
	visibility: hidden;
}




@media only screen and (max-width: 1024px) { /*If [device width] is less than or equal to Xpx, then do X*/
}
@media only screen and (max-width: 767px) { /*If [device width] is less than or equal to Xpx, then do X*/
}
/* min-width */
@media only screen and (min-width: 0px) { /*If [device width] is greater than or equal to Xpx, then do X*/
}
