/* Element Styles */

.wpfox_hero_slider {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.wpfox_hero_slider,
.wpfox_hero_single_slide,
.wpfox_hero_single_slide .slidewrapper {
	height: 500px;
}

body.home .wpfox_hero_slider,
body.home .wpfox_hero_single_slide,
body.home .wpfox_hero_single_slide .slidewrapper {
	height: 600px;
}

.wpfox_hero_slider {
	opacity: 0;
	transition: opacity 0s;
	transition-delay: 0s;
}

body.page-loaded .wpfox_hero_slider {
	opacity: 1;
}

.wpfox_hero_slider .slick-dots {
	bottom: 20px;
}

.wpfox_hero_slider .slick-dots li {
	width: 14px;
	height: 14px;
}

.wpfox_hero_slider .slick-dots li:first-child:last-child {
	display: none;
}

.wpfox_hero_slider .slick-dots li button {
	width: 14px;
	height: 14px;
	padding: 0;
}

.wpfox_hero_slider .slick-dots li button::before {
	display: block;
	margin-bottom: 5px;
	width: 12px;
	height: 12px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	content: " ";
	opacity: 1;
}

.wpfox_hero_slider .slick-dots li.slick-active button::before {
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.5);
}

.wpfox_hero_single_slide {
	margin: 0;
}

.wpfox_hero_single_slide .slidewrapper {
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.wpfox_hero_single_slide .slidewrapper::before {
	background-color: rgba(0,0,0,.15);
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: " ";
}

.wpfox_hero_single_slide .slidecontent {
	padding: 0 40px;
	max-width: 1200px;
	margin-top: 100px;
}

.wpfox_hero_single_slide h4,
.wpfox_hero_single_slide a {
	color: #fff;
}

.wpfox_hero_single_slide h4 strong {
	font-size: 1.5em;
	color: #005614;
	text-shadow: 0 0 25px #fff;
}

.wpfox_hero_single_slide .slide-heading {
	color: #fff;
	font-size: 53px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin: 0 0 0.25em;
}

.wpfox_hero_single_slide .content-top {
	position: relative;
	top: -100px;
	opacity: 0;
	transition: all 1s;	
}

.wpfox_hero_single_slide .content-bottom {
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all 1s;
}

.page-loaded .wpfox_hero_single_slide.slick-current .content-top,
.page-loaded .wpfox_hero_single_slide.slick-current .content-bottom {
	top: 0;
	opacity: 1;
	transition-delay: 0.5s;
}

.wpfox_hero_single_slide p {
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0px;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 3em;
}

.wpfox_hero_single_slide p:empty {
	display: none;
}

.wpfox_hero_single_slide .content-bottom h3 {
	color: #fff;
	font-size: 1.6em;
	text-transform: none;
}

.wpfox_hero_single_slide .content-bottom h4 {
	color: #fff;
	margin: 0;
	font-size: 1.5em;
}

.wpfox_hero_single_slide p:last-child {
	margin: 0;
}


@media (max-width: 63.999em) {
	.wpfox_hero_slider,
	.wpfox_hero_single_slide,
	.wpfox_hero_single_slide .slidewrapper,
	body.home .wpfox_hero_slider,
	body.home .wpfox_hero_single_slide,
	body.home .wpfox_hero_single_slide .slidewrapper {
		height: 450px;
	}

	.wpfox_hero_slider .slick-dots {
		bottom: 40px;
	}

	.wpfox_hero_single_slide .slidecontent {
		padding: 0 30px;
		margin-top: 75px;
	}

	.wpfox_hero_single_slide .slide-heading {
		font-size: 35px;
	}

	.wpfox_hero_single_slide p {
		font-size: 16px;
		margin-bottom: 2.25em;
	}
}

@media (max-width: 39.999em) {
	.wpfox_hero_slider,
	.wpfox_hero_single_slide,
	.wpfox_hero_single_slide .slidewrapper,
	body.home .wpfox_hero_slider,
	body.home .wpfox_hero_single_slide,
	body.home .wpfox_hero_single_slide .slidewrapper {
		height: 400px;
	}

	.wpfox_hero_slider .slick-dots {
		bottom: 30px;
	}

	.wpfox_hero_single_slide .slidecontent {
		padding: 0 20px;
		margin-top: 50px;
	}

	.wpfox_hero_single_slide .slide-heading {
		font-size: 20px;
		font-weight: 700;
	}

	.wpfox_hero_single_slide p {
		font-size: 14px;
		margin-bottom: 1.5em;
	}
}