/* Element Styles */

.vc_row.row-hero {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center center;
}

.vc_row.row-hero.vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0;
}

#content > .vc_row.row-hero {
	background-color: #002f54;
}

.vc_row.row-hero .wpfox_hero_section {
	padding: 47px 0 52px;
	margin-bottom: 0;
}

.vc_row.row-hero .wpfox_hero_section.has-scroll-down {
	padding: 65px 0 90px;
}

.vc_row.row-hero .wpfox_hero_section.mega-section {
	padding: 124px 0;
}

.home .vc_row.row-hero .wpfox_hero_section {
	padding: 130px 0 175px;
	padding: 130px 0 156px;
}

.vc_row.vc_row-flex.row-hero.vc_parallax::before {
	/*
	display: block;
	position: absolute;
	content: " ";
	width: 100%;
	height: 200%;
	z-index: 1;
	left: 0;
	box-shadow: inset 0 0 15vw 5vw #000;
	top: -50%;
	*/
}

.home .vc_row.row-hero {
}

.home .vc_row.vc_row-flex.row-hero.vc_parallax::before {
	/*
	box-shadow: inset 0 0 20vw 15vw #000;
	*/
}

.wpfox_hero_section {
	text-align: center;
	z-index: 2;
}

.wpfox_hero_section .hero-title {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.76;
	letter-spacing: 0.14em;
	margin: 0;
}

body:not(.home) .wpfox_hero_section .hero-title {
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 1.2;
}

body:not(.home) .wpfox_hero_section .hero-title::before, body:not(.home) .wpfox_hero_section .hero-title::after {
	height: 1px;
	width: 20px;
	background-color: #fff;
	display: inline-block;
	content: " ";
	vertical-align: middle;
	margin: 0 10px;
}

.wpfox_hero_section .hero-subtitle {
	color: #fff;
	font-size: 70px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -.02em;
	margin-bottom: 25px;
	margin-top: 15px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.home .wpfox_hero_section .hero-subtitle {
	font-size: 85px;
	letter-spacing: 0;
	margin-bottom: 35px;
	margin-top: 0px;
}

/* New styles 5/13/19 */

.vc_row.row-hero .wpfox_hero_section {
	padding: 60px 0;
}

.wpfox_hero_section > .wpb_wrapper > :first-child {
	margin-top: 0;
}

.wpfox_hero_section > .wpb_wrapper > :last-child {
	margin-bottom: 0;
}



/* End new styles */


.wpfox_hero_section p {
	margin: 0;
}

.wpfox_hero_section .buttons .wpfox_hero_button {
	display: inline-block;
	margin: 0 5px;
}

.wpfox_hero_section .button {
	border-color: #fff;
	background-color: #87663B;
	color: #fff;
	padding: 16px 46px 16px 35px;
	font-size: 16px;
	margin: 0;
	font-weight: 500;
}

.wpfox_hero_section .button::after {
	right: 31px;
	font-size: 25px;
	margin-top: -15px;
	line-height: 1;
}

.wpfox_hero_section .button:hover::after {
	right: 24px;
}

.wpfox_hero_section .scroll-bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	height: 19px;
	z-index: 50;
}

.wpfox_hero_section .scroll-down {
	background-image: url('../images/scroll-down.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 93px;
	height: 47px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	cursor: pointer;
}

.vc_row-has-fill.row-hero + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
	padding-top: 38px;
}



@media (min-width: 40em) and (max-width: 63.999em) {
	.vc_row.row-hero .wpfox_hero_section.mega-section {
		padding: 60px 0;
	}
	.wpfox_hero_section .hero-title {
		font-size: 16px;
	}
	.wpfox_hero_section .hero-subtitle {
		font-size: 50px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.wpfox_hero_section .button {
		padding: 14px 44px 14px 33px;
		font-size: 15px;
	}
	.vc_row-has-fill.row-hero + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
		padding-top: 26px;
	}
}

@media (max-width: 39.999em) {
	.vc_row.row-hero .wpfox_hero_section.mega-section {
		padding: 40px 0;
	}
	.wpfox_hero_section .hero-title {
		font-size: 12px;
	}
	.wpfox_hero_section .hero-subtitle {
		font-size: 30px;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.wpfox_hero_section .button {
		padding: 12px 43px 12px 31px;
		font-size: 14px;
	}
	.vc_row-has-fill.row-hero + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
		padding-top: 14px;
	}
}


/* Image Below */

.vc_row.row-hero .wpfox_hero_section.has-image {
	padding: 85px 0 88px;
}

.wpfox_hero_section_image {
	
}

.wpfox_hero_section_image > .container {
	max-width: 1090px;
}

.wpfox_hero_section_image .img {
	width: 100%;
	padding-bottom: 39%;
	height: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -32px;
}

.wpfox_hero_section_image a[rel~="wp-video-lightbox"] {
	position: relative;
	display: block;
}

.wpfox_hero_section_image a[rel~="wp-video-lightbox"]::before {
	display: block;
	width: 95px;
	height: 95px;
	background-image: url('/wp-content/themes/ceslc/assets/images/video-play.png');
	background-size: contain;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.4s;
	border-radius: 50%;
	content: "";
	transform: translate(-50%,-50%);
	z-index: 1;
}

.wpfox_hero_section_image a[rel~="wp-video-lightbox"]:hover::before {
	background-color: #000;
}

@media (max-width: 63.999em) {
	.vc_row.row-hero .wpfox_hero_section.has-image {
		padding: 65px 0 68px;
	}
}

@media (max-width: 39.999em) {
	.vc_row.row-hero .wpfox_hero_section.has-image {
		padding: 45px 0 48px;
	}
}

