/*
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
*/
/* GLOBAL */ 
.txt-white, .txt-white a{
	color: var(--awb-color1) !important;
}

.no-decoration{
	text-decoration: none !important;
}
.open-sans{
	font-family: 'Open Sans' !important;
}
.txt-black, .txt-black a{
	color: var(--awb-color8) !important;
}
/* Menu */ 
.custom-stciky.fusion-sticky-transition {
box-shadow: 1px 1px 7px #888888 !important;
}
.nav-menu{
	max-height: 50px !important;
}
/* Blog Card */ 
.shadow a{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px !important;
}
/* Article */ 

/* Comment */

#reply-title{
	font-size: 30px !important;
}

.fusion-text-11{
	font-size: 20px !important;
}
/* FOOTER */
@media (min-width: 399px) {
.first-footer{
	max-height: 100px !important;
	} 
}
.img-footer{
	margin-top: -75px !important;
	height: 200px !important;
	z-index:2 !important;
}