/* Soca Events featured-hero slider */
.soca-hero-slider {
	/* Break out of Betheme's #Wrapper boxed layout to full viewport width */
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	padding: 0;
	position: relative;
}
.soca-hero-swiper { width: 100%; height: 70vh; min-height: 480px; max-height: 760px; }
.soca-hero-slide {
	background-size: cover;
	background-position: center center;
	background-color: #111;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}
.soca-hero-overlay {
	width: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0) 100%);
	padding: 60px 0 70px;
}
.soca-hero-content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
	color: #fff;
	text-align: center;
}
.soca-hero-title {
	font-size: 56px;
	line-height: 1.05;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 14px;
	color: #fff;
	letter-spacing: 0.5px;
	text-shadow: 0 2px 14px rgba(0,0,0,0.6);
}
.soca-hero-meta {
	font-size: 18px;
	margin: 0 0 26px;
	opacity: 0.95;
	text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}
.soca-hero-sep { margin: 0 10px; opacity: 0.6; }
.soca-hero-btn {
	display: inline-block;
	background: #fff;
	color: #111;
	text-decoration: none;
	padding: 14px 36px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 2px;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}
.soca-hero-btn:hover { background: #4bb5d8; color: #fff; transform: translateY(-1px); }

.soca-hero-swiper .swiper-pagination { bottom: 18px; }
.soca-hero-swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.55;
	width: 10px;
	height: 10px;
	margin: 0 5px !important;
}
.soca-hero-swiper .swiper-pagination-bullet-active { opacity: 1; }
.soca-hero-swiper .swiper-button-prev,
.soca-hero-swiper .swiper-button-next {
	color: #fff;
	text-shadow: 0 2px 8px rgba(0,0,0,0.55);
}
.soca-hero-swiper .swiper-button-prev:after,
.soca-hero-swiper .swiper-button-next:after { font-size: 28px; }

@media (max-width: 768px) {
	.soca-hero-swiper { height: 65vh; min-height: 380px; }
	.soca-hero-title { font-size: 30px; }
	.soca-hero-meta { font-size: 14px; margin-bottom: 20px; }
	.soca-hero-content { padding: 0 22px; }
	.soca-hero-overlay { padding: 40px 0 56px; }
	.soca-hero-swiper .swiper-button-prev,
	.soca-hero-swiper .swiper-button-next { display: none; }
}
