/*
	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 {
	--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);

	opacity:1 !important;
}

/* .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 .slide-title {
	font-weight: 700;
	line-height: var(--leading-tight);
	color: var(--text-color);
	font-size: var(--text-sm);
}

.core-hero-image .slide p.description, 
.core-hero-image .slide .title-desc-container p {
	color: var(--text-color);
	font-size: var(--text-size);
	font-weight: normal;
	line-height: var(--leading-normal);
}

.core-hero-image .read-more {
	font-weight: 700;
	color: var(--text-color);
}

@media (min-width: 40em) {
	.core-hero-image .slide .slide-title {
		font-size: var(--title-text-size);
	}
}