body.tpl-custom-full-width {
	background: #FFF;
}

.tpl-custom-full-width .container {
	width: 100%;
	max-width: 9999999999999px;
	min-width: 0px;
	position: relative;
}

#hero {
	position: relative;
	z-index: 1;	
}

#hero .hero-image {
	width: 100%;
}

.overlay-content-wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 5;
}

.sub-container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

/* Full Width Footer */

.full-width-footer-inner {
	max-width: 1200px;
	margin: 30px auto 0;
	padding: 30px 0;
}

.full-width-footer-inner .footer-bucket {
	float: left;
}

#fwf-logo {
	width: 160px;
	height: 160px;
	background: url('../images/elephant-icon-footer.png') center no-repeat transparent;
	background-size: contain;
}

#fwf-pull-quote {
	width: 30%;
	padding: 0;
	margin: 0 15% 0 5%;
}

#fwf-pull-quote h4 {
	font-style: italic;
	color: #F79300;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#fwf-pull-quote p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	margin: 5px 0 0;
	padding: 0;
}

#fwf-menu {
	width: 15%;
}

#fwf-menu ul {
	margin: 0;
	list-style: none;
}

#fwf-menu ul a {
	color: #BFBFBF;
	font-size: 14px;
	line-height: 21px;
}

#fwf-social {
	width: 20%;
}

#fwf-social a {
	display: block;
	width: 180px;
	color: #FFF;
	margin: 0 0 10px;
	border-radius: 2px;
	padding: 7px 10px;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	font-weight: 600;
	float: right;
	clear: both;
}

#fwf-social a i {
	color: #FFF;
	margin-right: 10px;
	font-size: 13px;
}

#fwf-social a span {
	color: #FFF;
}

#fwf-social a.fwf-facebook {
	background-color: #37559D;
}

#fwf-social a.fwf-twitter {
	background-color: #00AAF2;
}

#fwf-social a.fwf-youtube {
	background-color: #E24929;
}

#fwf-social a.fwf-instagram {
	background-color: #4E7EA4;
}

.copyright-bar {
	background: url('../images/ej_mobile_header_bg.png') 0 0 repeat transparent;
	padding: 20px 0;
}

.copyright-bar p {
	margin: 0 auto;
	text-align: center;
	color: #FFF;
}

.full-width-footer-wrap {
	background: #FFF;
	border-top: 1px solid #EEE;
	clear: both;
}

@media screen and (max-width: 960px) {
	#fwf-logo {
		display: none;
	}
	.full-width-footer-wrap {
		border-top: 1px solid #EEE;
		margin-top: 30px;
	}
	.full-width-footer-inner {
		padding: 0 20px;
	}
	.full-width-footer-wrap .footer-bucket {
		float: none !important;
		width: 100% !important;
		margin: 20px 0 !important;
	}
	#fwf-menu {
		float: left !important;
		width: 50% !important;
	}
	#fwf-social {
		float: right !important;
		width: 50px !important;
	}
	.copyright-bar {
		padding: 20px;
	}
	#fwf-social a {
		width: 30px !important;
	}
	#fwf-social a span {
		display: none;
	}
	.sub-container {
		padding: 0 10px;
	}
}