/*
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
green: 009345
grey: A7A8AA
black: 2D2926

off white warm #f7f7f7
off white cool #e9eff1
off black #101010
*/


/* visibility
.fusion-no-small-visibility
.fusion-no-medium-visibility
.fusion-no-large-visibility
*/



/* custom top menu */
#top-menu {
	border-bottom: 1px solid #ffffff;
	background-color: #2D2926;
	margin: 0px auto 0px auto;
	width: 100%;
	}
#top-menu .menu-left {
	display: inline-block;
	border-right: 1px solid #ffffff;
	padding: 8px 8px 8px 8px;
	margin: 0px auto 0px 0px;
	width: 12%;
	text-align: center;
	}
#top-menu .menu-left a {
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	}
#top-menu .menu-left a:hover {
	color: #009345;
	}
#top-menu .menu-right {
	display: inline-block;
	padding: 0px 30px 0px 20px;
	margin: 0px 0px 0px auto;
	width: 88%;
	text-align: right;
	}
#top-menu .menu-right a {
	font-family: 'Sackers Gothic';
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 10px;
	color: #ffffff;
	margin: 0px 15px 0px 15px;
	}
#top-menu .menu-right a:hover {
	color: #009345;
	}

@media only screen and (max-width: 1024px) {
	#top-menu {
	display: none;
	}
}


/* hide top menu on Work page */
.page-id-495 #top-menu {
	visibility: hidden;
	}

	

/* logo centering */
.left-header-spacer {
margin-left: 0px !important;
margin-right: auto !important;
}
.fusion-is-sticky .left-header-spacer {
display: none;
}
@media only screen and (max-width: 1024px) {
.left-header-spacer {
display: none;
}
}

/* logo */
.fusion-logo {
margin-left: auto !important;
margin-right: auto !important;
padding: 0px !important;
}
.fusion-is-sticky .fusion-logo {
margin-left: 0px !important;
}

/* icons */
.fusion-flyout-menu-icons {
margin-left: auto !important;
margin-right: 0px !important;
}


/* sticky header */
.fusion-is-sticky .fusion-header {
	border-bottom: 1px solid #ffffff !important;
	}



.fusion-main-menu > ul > li > a {
	text-transform: uppercase !important;
	}



/* remove background of top menu on certain pages */
/* add shadow to top menu on certain pages */
.page-id-495 #top-menu,
.page-id-56 #top-menu,
.page-id-58 #top-menu {
	background-color: rgba(0,0,0,.2);
text-shadow: 0px 0px 10px rgba(0,0,0,1) !important;
overflow: visible !important;
	}
.page-id-495 .fusion-flyout-menu-icons,
.page-id-56 .fusion-flyout-menu-icons,
.page-id-58 .fusion-flyout-menu-icons {
text-shadow: 0px 0px 10px rgba(0,0,0,1) !important;
overflow: visible !important;
	}

/* add shadow to logo on certain pages */
.page-id-495 .fusion-standard-logo,
.page-id-56 .fusion-standard-logo,
.page-id-58 .fusion-standard-logo {
-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
overflow: visible !important;
	}
	
/* hide logo on home page */
.page-id-56 .fusion-standard-logo {
visibility: hidden !important;
	}
.page-id-56 .fusion-flyout-menu-active .fusion-standard-logo {
visibility: visible !important;
	}



@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*/
}
