/*
	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);
}

/*--Customization--*/
/*--GENERAL--*/
.core-hero-image .slides::after{
	content: "";
	background: url("/includes/public/assets/shared/rough-edge.png");
	background-repeat: no-repeat;
	position: absolute;
	bottom: -10px;
	left: -4px;
	width: 101%;
	height: 24px;
}
.core-hero-image .content-section {
	padding: 52px var(--space-5);
}
.core-hero-image .credits {
	margin: var(--space-6) var(--space-3) !important;
	font-style: normal !important;
}
.core-hero-image .credits::after {
	/* content: "\f030"; */
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: relative;
	right: 0;
	margin-left: 5px;
	font-size: 16px;
	padding: 8px;
	border-radius: var(--rounded-full);
	background: var(--white);
	color: var(--blue-1f);
	text-shadow: none;
}
.core-hero-image .credits:hover {
	display: none !important;
}

/*--IMAGE--*/
/*--CONTENT--*/
.core-hero-image .slide .slide-title {
	font-family: var(--font-display);
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
	max-width: 100%;
	margin-bottom: 0px;
	line-height: 1;
	letter-spacing: .5px;
}
.core-hero-image .slide.overlap-image p {
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 1.52;
	margin-bottom: 10px;
}
/*--BUTTON--*/
.core-hero-image .slide a.read-more:not(p *),
.core-hero-image .slide .slide-footer a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
	position: relative;
	font-family: var(--font-display);
	font-size: 17px;
	color: var(--btn-text-color);
	background-color: transparent;
	border-radius: 3px;
	padding: 0px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: var(--btn-letter-spacing);
	background-color: unset;
}
.core-hero-image .credits-cont {
	position: absolute;
	bottom: 33px;
	right: -28px;
	width: 400px;
}
.core-hero-image .credits-cont span {
	padding: 7px;
	padding-right: 30px;
	padding-left: 20px;
	border-radius: var(--rounded-full);
	background: rgba(31, 38, 41, 0.8);
	position: absolute;
	bottom: -35px;
	right: 42px;
	opacity: 0;
	transition: opacity 200ms ease;
	z-index: 1;
	font-size: 11px;
}
.core-hero-image .credits-cont:hover span {
	opacity: 1;
}
.core-hero-image.hero-image .credits-cont .icon {
	font-weight: 900;
	position: absolute;
	bottom: -12px;
	right: 38px;
	margin-left: 5px;
	font-size: 16px;
	padding: 7px;
	border-radius: var(--rounded-circle);
	background: var(--white);
	color: var(--blue-1f);
	text-shadow: none;
	z-index: 1;
}
.core-hero-image .slide .content-section .icon {
    color: var(--orange-e5);
    font-weight: 900;
    height: 16px;
    width: 16px;
}


.core-hero-image .slide a.read-more:not(p *):hover,
.core-hero-image .slide .slide-footer a:hover {
	background-color: unset;
}

.core-hero-image .slide a.read-more:not(p *):hover .icon,
.core-hero-image .slide .slide-footer a:hover .icon {
	opacity: 0;
}

.core-hero-image .slide a.read-more:not(p *):hover::before,
.core-hero-image .slide .slide-footer a:hover::before {
	content: '\f061';
	pointer-events: none;
	position: absolute;
	display: block;
	width: 100%;
	left: 3px;
	font-size: var(--text-sm);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--orange-e5);
}

@media screen and (min-width:40em) {
	/*--GENERAL--*/
	/*--IMAGE--*/
	.core-hero-image .credits-cont span {
		bottom: -13px;
		right: 75px;
	}
	.core-hero-image.hero-image .credits-cont .icon {
		bottom: 12px;
		right: 72px;
	}
	/*--CONTENT--*/
	.core-hero-image .content-section {
		padding: 44px var(--space-12);
	}

	.core-hero-image .slide .slide-title {
		font-size: 45px;
		margin-bottom: 2px;
		letter-spacing: .5px;
	}
	.core-hero-image .slide.overlap-image p {
		margin-bottom: 14px;
	}
	/*--BUTTON--*/
}

@media screen and (min-width: 64em) {
	.core-hero-image .content-section {
		padding: 44px var(--space-12) 44px 132px;
	}
}

@media screen and (min-width:64em) {
	/*--GENERAL--*/
	/*--IMAGE--*/
	/*--CONTENT--*/
	.core-hero-image .content-section {
		min-width: 740px;
	}
	/*--BUTTON--*/
}
