/*
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
*/



#wrapper .csp_custom_banner {
    min-height: 400px !important;
}


#wrapper .csp_custom_banner h1,
 #wrapper .csp_custom_banner h4{
    color: #fff !important;
    font-family: "Merriweather Sans" !important;
    font-weight: 700 !important;
    text-shadow: rgba(0, 0, 0, 0.75) 5px 0px 10px !important;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px !important;
}

#wrapper .csp_custom_banner h1{
    font-size: 30px !important;

}
#wrapper .csp_custom_banner h4{
    font-size: 18px !important;

}

#wrapper #main .fullwidth-box.csp_custom_banner .fusion-row {
    align-items: center !important;
}


body li.current_page_item > a,
body .awb-menu__main-li_regular.current-menu-item .awb-menu__main-a_regular{
/* 	border-bottom: 3px solid #e40030 !important; */
	color: #e40030 !important;
}



@media only screen and (min-width:1279px) {

    #wrapper .csp_custom_banner {
    min-height: 700px !important;
}


#wrapper .csp_custom_banner h1{
    font-size: 50px !important;

}
#wrapper .csp_custom_banner h4{
    font-size: 32px !important;

}


}
