/*
	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;
}

.ccl-widget.core-hero-image.blog-hero-image .img-cont:after {
	background: #244c5d;
	opacity: 0.75;
}
.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);
}

/* Standard Hero Image */
.core-hero-image.hero-image .img-cont:after {
	height: min(100%, 351px);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}

.core-hero-image.hero-image .content-section {
	padding: 30px;
}

.core-hero-image.hero-image .slide .slide-title {
	font-size: 1.2625rem;
	text-transform: uppercase;
	width: 100%;
	line-height: 1.2;
	margin-bottom: 0;
	max-width: unset;
}

.core-hero-image.hero-image .slide p {
	font-size: 0.8125rem;
	line-height: calc(18 / 13);
	font-weight: 400;
	margin-top: 6px;
}

.core-hero-image.hero-image a.read-more {
	margin-top: 19px;
	display: block;
	width: fit-content;
	pointer-events: all;
}

.core-hero-image.hero-image .shared-play-button {
	top: 20px;
	right: 20px;
	left: unset;
	transform: unset;
}

@media (min-width: 64em) {
	.core-hero-image.hero-image .img-cont:after {
		height: 400px;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	}

	.core-hero-image.hero-image .img-cont:after {
		height: 400px;
	}

	.core-hero-image.hero-image .content-section {
		padding: 40px;
	}

	.core-hero-image.hero-image .slide .slide-title {
		font-size: 2.3125rem;
		line-height: calc(46/40);
		max-width: 70%;
	}

	.core-hero-image.hero-image .slide p {
		font-size: 1.1062rem;
		line-height: calc(26 / 17);
	}

	.core-hero-image.hero-image a.read-more {
		margin-top: 24px;
	}

	.core-hero-image.hero-image .shared-play-button {
		top: 50%;
		left: 50%;
		right: unset;
		translate: -50% -50%;
	}
}

@media (min-width: 90em) {
	.core-hero-image.hero-image .slide .slide-title {
		max-width: unset;
	}
}

/* Blog Hero Image */
.ccl-widget.core-hero-image.blog-hero-image .content-section {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	text-align: center;
	padding: var(--space-8) var(--space-6);
}

.ccl-widget.core-hero-image.blog-hero-image .content-section .title-desc-container > * {
	max-width: 100%;
}

.ccl-widget.core-hero-image.blog-hero-image .content-section .title-desc-container h4 {
	font-size: var(--text-lg);
	font-family: var(--font-script);
	font-weight: 100;
	margin-bottom: var(--space-px);
}

.ccl-widget.core-hero-image.blog-hero-image .content-section .title-desc-container h2 {
	font-size: 2.875rem;
	font-family: var(--font-display);
	letter-spacing: 0.01em;
	color: var(--green-8f);
}
.ccl-widget.core-hero-image.blog-hero-image .content-section .title-desc-container h3 {
	font-size: .925rem;
	text-transform: uppercase;
	color: var(--orange-ed);
}

.ccl-widget.core-hero-image.blog-hero-image .bird {
	width: 43px;
	height: 29px;
	background-image: url(/includes/public/assets/shared/bird.png);
	background-repeat: no-repeat;
	background-size: 100%;
	pointer-events: none;
	transform: translateY(-4px);
}

.ccl-widget.core-hero-image.blog-hero-image .inner .read-more {
	position: absolute;
	right: var(--space-4);
	bottom: var(--space-1);
	background: transparent;
	display: flex;
	align-items: center;
	padding: 0;
	gap: 5px;
	font-size: .6875rem;
}

.ccl-widget.core-hero-image.blog-hero-image .inner .read-more i {
	color: var(--orange-ed);
}

@media (min-width: 40em) {
	.ccl-widget.core-hero-image.blog-hero-image .bird {
		width: 73px;
		height: 63px;
		transform: translate(-17px, 24px);
	}
	.ccl-widget.core-hero-image.blog-hero-image .inner .read-more {
		font-size: var(--text-sm);
		align-items: flex-end;
		padding-bottom: var(--space-5);
	}
	@media (hover: hover) {
		.ccl-widget.core-hero-image.blog-hero-image a:hover .bird {
			width: 108px;
			height: 88px;
			transform: translate(18px, 23px);
			background-image: url(/includes/public/assets/shared/bird-hover.png);
		}
	}
}

@media (min-width: 64em) {
	.ccl-widget.core-hero-image.blog-hero-image .content-section .title-desc-container h4 {
		font-size: 2.125rem;
		margin-bottom: -5px;
	}
	.ccl-widget.core-hero-image.blog-hero-image .content-section .title-desc-container h2 {
		font-size: 6.25rem;
		margin-bottom: var(--space-3);
	}
	.ccl-widget.core-hero-image.blog-hero-image .content-section .title-desc-container h3 {
		font-size: 2.0812rem;
	}
}
