/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Slider 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-image { margin-bottom: var(--space-3); }

.core-hero-image .img-cont:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 40%);
	pointer-events: none;
}

.core-hero-image.hide-content .img-cont:after {
	content: none;
}

.core-hero-image  .slide .content-section {
	display: block;
	padding: var(--space-4) 28px;
	bottom: 0;
}

.core-hero-image  .slide .slide-title,
.core-hero-image  .slide .slide-title a {
	width: 100%;
	max-width: 320px;
	font-family: var(--font-display);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: var(--leading-none);
	letter-spacing: 0.01em;
	color: var(--white);
	margin-bottom: 5px;
}

.core-hero-image  .slide.overlap-image p {
	display: inline;
	font-family: var(--font-body);
	font-size: var(--text-sm);
	font-weight: 400;
	color: var(--white);
	line-height: var(--leading-tight);
	letter-spacing: var(--tracking-wider);
	padding-bottom: 0;
}

.core-hero-image  .slide .content-section a.read-more {
	display: inline-block;
	font-family: var(--font-body);
	font-size: var(--text-sm);
	font-weight: 400;
	color: var(--white);
	line-height: var(--leading-normal);
	letter-spacing: var(--tracking-wider);
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.5);
	text-decoration-thickness: 2px;
	background: none;
	border-radius: unset;
	padding: 0;
	margin: 0;
}

.core-hero-image .slide .img-cont .shared-play-button {
	height: 84px;
	width: 84px;
	top: 35%
}

.core-hero-image .slide .img-cont .shared-play-button i { font-size: 1.1875rem; }

@media (min-width: 40em) {
	.core-hero-image  .slide .slide-title,
	.core-hero-image  .slide .slide-title a { max-width: 428px; }

	.core-hero-image .slide .img-cont .shared-play-button {
		height: 112px;
		width: 112px;
		top: 50%
	}
	
	.core-hero-image .slide .img-cont .shared-play-button i { font-size: 1.5625rem; }
}

@media (min-width: 64em) {
	.core-hero-image { margin-bottom: var(--space-6); }

	.core-hero-image  .slide .content-section {
		max-width: 1000px;
		padding: 45px 57px;
	}

	.core-hero-image  .slide .slide-title,
	.core-hero-image  .slide .slide-title a {
		font-size: var(--text-3xl);
		line-height: var(--leading-tight);
		max-width: 1000px;
	}

	.core-hero-image  .slide.overlap-image p { font-size: var(--text-lg); }

	.core-hero-image  .slide .content-section a.read-more {
		font-size: var(--text-lg);
		text-decoration-thickness: 2px;
	}
}

@media (min-width: 90em) {
	.core-hero-image  .slide .slide-title,
	.core-hero-image  .slide .slide-title a { max-width: 1000px; }
}