/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Header Slideshow family. This enables the ability to
	a family of widgets in a single update without touching the structure of the widget and without needing
	to duplicate efforts across several widget-specific CSS files.
*/

.core-hero-slideshow {
	--text-container-width: var(--width-comfortable);
	--letter-spacing: var(--tracking-wide);
	--title-text-size: var(--text-2xl);
	--btn-text-size: var(--text-base);
	--text-size: var(--text-base);

	position: relative;
}

.core-hero-slideshow .slide .img-cont::after {
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	height: 100%;
	width: 100%;
}

.core-hero-slideshow .slide-title {
	font-weight: 700;
	line-height: var(--leading-tight);
	font-size: var(--title-text-size);
}

.core-hero-slideshow .slide p {
	color: var(--text-color);
	font-size: var(--text-size);
	font-weight: normal;
	line-height: var(--leading-normal);
}

.core-hero-slideshow .hero-img-cont {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.core-hero-slideshow .arrows-cont .glide__arrows {
	left: 0;
	top: 50%;
	bottom: unset;
	width: 100%;
	padding: 0 var(--space-2);
}

.core-hero-slideshow button.glide__arrow.glide__arrow--right {
	place-self: end;
}

.core-hero-slideshow .glide__arrow {
	--arrow-color: var(--white);
	--arrow-bg-color: var(--aqua);
	margin: 0 10px;
	box-shadow: unset;
	font-size: 1.6875rem;
	color: var(--arrow-color);
}

.core-hero-slideshow .fa-caret-right {
	padding-left: 5px;
}

.core-hero-slideshow .fa-caret-left {
	padding-right: 5px;
}

.core-hero-slideshow .slide .slide-footer {
	position: unset;
}

.core-hero-slideshow .slide .slide-footer .read-more {
	pointer-events: all;
	padding: 0;
	margin: 0;
	margin-left: unset;
	padding-right: 17px;
	background: unset;
}

.core-hero-slideshow .slide a.read-more::after {
	color: var(--yellow);
	right: 0;
}

.ccl-widget.core-hero-slideshow .slide-title {
	line-height: var(--leading-negative);
	font-size: 1.375rem;
	letter-spacing: var(--tracking-wider);
	font-weight: 400;
	width: 95%;
}

.core-hero-slideshow .slide p {
	font-size: var(--text-xs);
	letter-spacing: 0.01em;
	font-weight: 400;
	padding-bottom: var(--space-3);
}

.core-hero-slideshow .content-section {
	padding: 2px 15px 5px;
	bottom: 15px;
	margin-left: 23px;
	max-width: min(calc(300px + (370 - 300) * ((100vw - 320px) / (640 - 320))), 370px);
}

@media only screen and (min-width: 40em) {
	.core-hero-slideshow .content-section {
		max-width: 47ch;
	}
}

.core-hero-slideshow .content-section::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 4px;
	top: 0;
	left: 0;
	background-color: var(--yellow);
}
.core-hero-slideshow .hero-img-cont .overlay-text {
	font-size: 12vw;
	line-height: 1;
	color: white;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	font-family: var(--font-display);
	text-align: center;

}
.core-hero-slideshow .hero-img-cont {
	text-align: center;
	top: 50%;
}

@media (hover: hover) {
	.ccl-widget.core-hero-slideshow .slide a.read-more:not(p *):hover,
	.ccl-widget.core-hero-slideshow .slide .slide-footer a:hover {
		background-color: unset;
	}
}

@media only screen and (min-width: 40em) {
	.core-hero-slideshow .arrows-cont .glide__arrows {
		padding: 0 30px;
	}
	.core-hero-slideshow .hero-img-cont .overlay-text {
		font-size: 8vw;
	}
}

@media (min-width: 64em) {
	.core-hero-slideshow .hero-img-cont {
		top: 50%;
		text-align: center;
	}
	.core-hero-slideshow .glide__arrow {
		height: 46px;
		width: 46px;
	}

	.ccl-widget.core-hero-slideshow .slide-title {
		font-size: var(--text-4xl-2);
	}

	.core-hero-slideshow .content-section {
		max-width: 58ch;
		bottom: 26px;
		padding: 2px 22px 5px;
		margin-left: 11px;
	}

	.core-hero-slideshow .slide p {
		font-size: var(--text-lg);
	}

	.core-hero-slideshow .slide .slide-footer .read-more {
		font-size: var(--text-2xl);
	}
}

.core-hero-slideshow .content-section.with-headline {
	display: none;
}

@media (max-width: 334px) {
	.core-hero-slideshow .arrows-cont .glide__arrows {
		top: 40%;
	}

	.core-hero-slideshow .hero-img-cont {
		top: 45%;
	}
}

.core-hero-slideshow .content-section .slide-title,
.core-hero-slideshow .content-section p,
.core-hero-slideshow .content-section .slide-footer .read-more {
	text-shadow: 2px 2px 3px rgba(0,0,0,.75);
}

.contentRender_name_plugins_collections_template_custom_core_hero_slideshow:not(.show-booking-hero) + .contentRender_name_plugins_common_booking_hero {
	display: none;
}

.contentRender_name_plugins_collections_template_custom_core_hero_slideshow.first-slide + .contentRender_name_plugins_common_booking_hero {
	display: block;
}