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

/*.fusion-logo img {*/
/*   max-width:370px !important;*/
/*}*/


.eg-rghosp-howardtaft-element-0 {
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.69) !important;
}


.eg-rghosp-howardtaft-element-16 {
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.69) !important;
}



.fusion-page-title-bar .fusion-page-title-row h1 {

    text-shadow: 3px 3px 4px #000000;
}


.fusion-page-title-bar .fusion-breadcrumbs, .fusion-page-title-bar .fusion-breadcrumbs a {
    text-transform: uppercase;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.69) !important;
}


.fusion-page-title-bar h1{
    position: absolute !important;
    bottom: 15px !important;
}

.breadcrumb-container.theme1 a {
    margin: 0px !important;
    padding: 5px 10px 5px 0px !important;
    text-transform: uppercase;
}

.breadcrumb-container li .separator {
    padding-right: 10px !important;
}

.fa-facebook-square  {
    padding-left: 50px !important;
}


#wrapper #nav .fusion-navbar-nav .fusion-megamenu-wrapper li ul li:hover a {
color: #ffffff !important;
}

.fusion-footer .fusion-column:first-of-type {
    width: 20% !important;
}
.fusion-footer .fusion-column:nth-child(2) {
    width: 60% !important;
}


.fusion-footer .fusion-column:nth-child(3) {
    width: 20% !important;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}