/*
	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 .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 .slide p {
	font-size: var(--text-base);
	font-weight: normal;
}

.core-hero-image .read-more {
	font-weight: 700;
	color: var(--text-color);
	text-transform: uppercase;
}

.core-hero-image .slide.overlap-image .content-section {
	left: auto;
	right: var(--space-1);
	bottom: 25px;
	padding: var(
	--space-8) var(--space-5);
}

.core-hero-image .slide.overlap-image .slide-title,
.core-hero-image .slide.overlap-image .slide-title a {
	font-size: 24px;
	color: var(--white);
}

.core-hero-image .slide.overlap-image p {
	font-size: 18px;
	color: var(--white);
	line-height: 1.3;
}
.core-hero-image p a:hover {
	text-decoration: underline;
}
.core-hero-image .slide.overlap-image .slide-title a:hover {
	text-decoration: none;
}

.core-hero-image .img-cont .dtn-caption {
	top: unset;
	left: unset;
	bottom: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
}

@media screen and (min-width:64em) {
	.core-hero-image .slide-title {
		max-width: 100%;
		margin-bottom: var(--space-4);
	}
	.core-hero-image .slide.overlap-image .content-section {
		bottom: 72px;
}
}
