/*
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
red E4002B
dark red #89001a

off white warm f7f7f7
off white cool e9eff1
off black 101010
*/


/* visibility
.fusion-no-small-visibility
.fusion-no-medium-visibility
.fusion-no-large-visibility
*/



.fusion-logo {
	-webkit-filter: drop-shadow(0px 0px 15px rgba(0,0,0,.8));
	filter: drop-shadow(0px 0px 15px rgba(0,0,0,.8));
	overflow: visible !important;
}

.fusion-header-v2 .fusion-header, .fusion-header-v3 .fusion-header, .fusion-header-v4 .fusion-header, .fusion-header-v5 .fusion-header {
	border-bottom: 0px solid transparent !important;
}

.fusion-header {
	background: -webkit-linear-gradient(rgba(0,0,0,1) 45%, rgba(0,0,0,0) 45%);
	background: -o-linear-gradient(rgba(0,0,0,1) 45%, rgba(0,0,0,0) 45%);
	background: -moz-linear-gradient(rgba(0,0,0,1) 45%, rgba(0,0,0,0) 45%);
	background: linear-gradient(rgba(0,0,0,1) 45%, rgba(0,0,0,0) 45%);
}


/* breadcrumbs */
.fusion-page-title-bar .fusion-breadcrumbs a {
	color: #e4002b !important;
	}
.fusion-page-title-bar .fusion-breadcrumbs a:hover {
	color: #89001a !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*/
}