/* HERO WRAPPER */
.hero-wrapper {
	margin: 0px 20px 20px;
}
.hero-wrapper .slide > a {
	z-index: 2;
}
.hero-wrapper .slide-caption {
	padding: 0px 30px;
}
.hero-wrapper .slide-caption a.button{
	font: 400 36px/1 'Summer Loving Solid', cursive;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #ef3264;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.55);
	padding: 0 30px 12px;
    min-width: 120px;
}
.hero-wrapper .slide-caption::before {
	content: '';
	position: absolute;
	top: 25%;
	left: -50%;
	right: -50%;
	bottom: -100px;
	background-image: url(/includes/public/assets/bg-hero-blue.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.75;
}
.hero-wrapper .slide-caption h3 {
	font: 400 70px/.8 'Summer Loving Solid', cursive;
	color: #fff;
	padding-bottom: 20px;
	position: relative;
}
.hero-wrapper .slide-caption p {
	font: 600 14px/1 'Open Sans', sans-serif;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
}
@media screen and (min-width: 40.063em) {
	.hero-wrapper {
		padding: 20px 0px 0px 60px;
	}
	.hero-wrapper .slide {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.hero-wrapper .slide > a {
		flex: 1 1 60%;
		max-width: 1063px;
	}
	.hero-wrapper .slide-caption {
		flex: 1 1 40%;
		max-width: 550px;
	}
	.hero-wrapper .slide-caption::before {
		top: 0px;
		left: 25%;
		right: -50vw;
		bottom: 0px;
	}
	.hero-wrapper .slide-caption p {
		font-size: 11px;
	}
}
@media screen and (max-width: 64.063em) {
	.hero-wrapper .slide-caption h3 {
		font-size: 50px;
		padding-bottom: 40px;
		line-height: 35px;
	}
}
@media screen and (max-width: 40em) {
	.hero-wrapper .slide-caption h3.fontLG {
		font-size: 50px;
		padding-bottom: 15px;
	}
	.hero-wrapper .slide-caption p {
		font: 600 11px/1 'Open Sans', sans-serif;
		color: #fff;
		position: relative;
		line-height: 1.2;
		max-width: 285px;
	}	
}
@media screen and (min-width: 1366px) {
	.hero-wrapper .slide-caption p {
		font: 600 15px/1 'Open Sans', sans-serif;
		color: #fff;
		position: relative;
		line-height: 1.5;
	}	
}
@media screen and (min-width: 1600px) {
	.hero-wrapper .slide-caption h3.fontLG {
		font-size: calc(70px + (70 - 60) * ((100vw - 1600px) / (2560 - 1600)));
	}	
}
.hero-wrapper .slide-caption h3 {
	font-size: calc(25px + (65 - 25) * ((100vw - 641px) / (1366 - 641)));
	padding-bottom: 15px;
}