/*
	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.hero-image-blog {
	z-index: -1;
}

.core-hero-image.hero-image {
	margin-bottom: var(--space-2);
}

.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);
}

.ccl-widget.core-hero-image .slides {
	position: relative;
}

.ccl-widget.core-hero-image .slides .img-cont.content:after {
	background: radial-gradient(at 0% bottom, rgba(0, 0, 0, 0.55) 14%, transparent, transparent);
}
.ccl-widget.core-hero-image .slides .img-cont:not(.content):after {
	background: none;
}

.ccl-widget.core-hero-image .slides .img-cont.credit:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90%;
	height: 60%;
	background: radial-gradient(at 106% bottom, rgba(0, 0, 0, 0.35) 25%, transparent, transparent);
	pointer-events: none;
}

.ccl-widget.core-hero-image .slides .credits {
	transform: translateY(-56px);
	font-size: 12px;
	color: #fff;
	font-weight: 100;
	margin-right: 22px;
	pointer-events: none;
	text-shadow: 0px 1px 11px rgb(0 0 0 / 46%);
}

.ccl-widget.core-hero-image .slides .credits.no-content {
	transform: translateY(-66px);
}

.ccl-widget.core-hero-image .slides .credits i {
	margin-right: 6px;
}

.ccl-widget.core-hero-image .slide .content-section {
	gap: 0;
	padding: var(--space-8) var(--space-5) 51px;
}

.ccl-widget.core-hero-image .slide .slide-title a, .ccl-widget.core-hero-image .slide .slide-title {
	font-family: var(--font-wilco-bass);
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    width: 100%;
    line-height: 27px;
}

.ccl-widget.core-hero-image .slide .read-more {
	display: block;
    background: transparent;
    color: #fff;
    font-family: var(--font-proxima-nova);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0;
    margin-top: 0;
    border: none;
}

.ccl-widget.core-hero-image .slide .read-more i {
	font-size: 13px;
	margin-left: var(--space-2);
}

.ccl-widget.core-hero-image .slide p {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.02em;
	font-family: var(--font-proxima-nova);
	font-weight: 100;
}

@media (hover: hover) {
	.ccl-widget.core-hero-image .slide .slide-title a:hover, .ccl-widget.core-hero-image .slide .slide-title:hover {
		text-decoration: none;
	}
	.ccl-widget.core-hero-image .slide .read-more:hover {
		background-color: transparent;
	}
}

@media (min-width: 40em) {
	.ccl-widget.core-hero-image .slide .slide-title a, .ccl-widget.core-hero-image .slide .slide-title {
		max-width: 100%;
		font-size: 38px;
		line-height: 49px;
	}
	.ccl-widget.core-hero-image .slide p {
		font-size: 18px;
		line-height: 28px;
	}
	.ccl-widget.core-hero-image .slide .read-more {
		font-size: 20px;
		margin-top: 3px;
	}
	.ccl-widget.core-hero-image .slide .content-section {
		padding-bottom: 59px;
	}
	.ccl-widget.core-hero-image .slides .slide div.credits {
		transform: translateY(-59px);
		font-size: 15px;
	}
}