/*
	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.
*/
.ccl-widget.core-hero-image.hero-image .slide > .inner {
	position: relative;
}
.ccl-widget.core-hero-image.hero-image .slide > .inner:after {
	content: "";
    position: absolute;
    bottom: 0;
    height: 48px;
    width: 100%;
    background-image: url(/includes/public/assets/shared/grunge/bottom-grundge.svg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position-x: 299px;
}
@media (min-width: 40em) {
	.ccl-widget.core-hero-image.hero-image .slide > .inner:after {
		background-position-x: 200px;
	}
}
@media (min-width: 64em) {
	.ccl-widget.core-hero-image.hero-image .slide > .inner:after {
		background-position-x: 310px;
	}
}
.ccl-widget.core-hero-image.hero-image .slide > .inner .img-cont {
	order: 1;
}
.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content {
	position: static;
	background-color: #ef7453;
    align-content: center;
    padding: 45px 24px;
    gap: 0;
    background-image: url(/includes/public/assets/shared/double-hook-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
	width: 100%;
}
@media (min-width: 40em) {
	.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content {
		position: absolute;
		width: 360px;
	}
	
}
@media (min-width: 64em) {
	.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content {
		background-image: url(/includes/public/assets/shared/double-hook.png);
		display: block;
		padding: 82px;
		padding-bottom: 76px;
		width: 535px;
	}
}
@media (min-width: 90em) {
	.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content {
		display: flex;
	}
}
.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content .banner-title {
	font-family: var(--font-display);
	font-size: 24px;
    line-height: 24px;
    color: #fff;
	max-width: initial;
	margin-bottom: 10px;
}
@media (hover : hover) {
	.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content .banner-title a,
	.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content .banner-title:hover {
		text-decoration: none;
	}

}
.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content .banner-description {
	font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
	line-height: 20px;
	margin-bottom: 8px;
}
@media (min-width: 64em) {
	.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content .banner-title {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 12px;
	}
	.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content .banner-description {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}
.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content .read-more {
	font-family: var(--font-body);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
	margin-bottom: 6px;
	text-decoration: underline;
	text-underline-position: under;
	letter-spacing: 0.06em;
}
@media (min-width: 64em) {
	.ccl-widget.core-hero-image.hero-image .slide > .inner .banner-content .read-more {
		font-size: var(--text-base);
	}
}
@media (min-width: 40em) and (max-width: 64em) {
	.ccl-widget.core-hero-image.hero-image .slide .shared-play-button {
		left: calc(50% + 180px);
	}
}