/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Header Slideshow 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.
*/
/*
	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-slideshow {
	margin-block-end: 15px;
}

.core-hero-slideshow .slide .content-section {
	padding: 22px 20px;
	bottom: 54px;
	max-width: 720px;
}

.core-hero-slideshow .img-cont:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(24deg, #000000 0%, #000000 0%, #3F3F3F3F 59%, #54545400 100%);
	pointer-events: none;
}

.core-hero-slideshow .slide .slide-title {
	font-size: var(--text-lg);
	letter-spacing: 0.0225rem;
	line-height: calc(24/18);
	width: 100%;
	margin-block-end: 7px;
}

.core-hero-slideshow .slide p {
	font-size: var(--text-sm);
	font-weight: 300;
	letter-spacing: 0.0437rem;
	line-height: calc(24/14);
}

.core-hero-slideshow .slide .slide-footer {
	left: 20px;
	bottom: 65px;
	justify-content: start;
}

.core-hero-slideshow .slide .slide-footer .read-more {
	font-family: var(--font-desert);
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.0469rem;
	line-height: 1.2;
	color: var(--gray-100);
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: max-content;
	margin-inline-start: 0;
	padding: 0;
}

.core-hero-slideshow .slide .slide-footer .read-more:hover,
.core-hero-slideshow .slide .slide-footer .read-more:focus {
	color: var(--gray-100);
}

.core-hero-slideshow .slide .slide-footer .read-more::after {
	content: "\f35a";
	font-family: var(--font-fa);
	font-size: 12px;
	font-weight: 900;
	pointer-events: none;
	display: block;
	translate: 0 -1px;
	color: var(--tertiary-color-400);
}

/* SLIDER */
.core-hero-slideshow .arrows-cont .glide__arrows {
	grid-template-columns: repeat(3, 1fr);
	place-items: center;
	gap: 8px;
	padding-inline: 20px;
	left: 20px;
	bottom: 17px;
}

.core-hero-slideshow .arrows-cont .glide__arrow {
	background-color: var(--gray-800);
	color: var(--gray-300);
	height: 31px;
	width: 31px;
	font-size: 2rem;
	position: relative;
	overflow: visible;
}

.core-hero-slideshow .arrows-cont .glide__arrow.glide__arrow--left::before,
.core-hero-slideshow .arrows-cont .glide__arrow.glide__arrow--right::before {
	content: '';
	pointer-events: none;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	display: block;
	width: 19px;
	height: 26px;
	z-index: 10;
}

.core-hero-slideshow .arrows-cont .glide__arrow.glide__arrow--left::before {
	left: -20px;
	background: no-repeat center/contain url(/includes/public/assets/shared/decorations/yellow/left-motif.svg);
}

.core-hero-slideshow .arrows-cont .glide__arrow.glide__arrow--right::before {
	right: -20px;
	background: var(--arched-decoration-right-yellow);
}

.core-hero-slideshow .arrows-cont .glide__arrows::after {
	content: attr(data-count);
	color: var(--gray-100);
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	font-family: var(--font-desert);
	font-size: 1.4375rem;
	line-height: calc(24/23);
	letter-spacing: 0.0719rem;
	color: var(--gray-300);
	translate: 0 3px;
}

@media screen and (min-width: 40em) {
	.core-hero-slideshow .slide .content-section {
		left: 0;
	}
	
	
}

@media screen and (min-width: 64em) {
	.core-hero-slideshow .slide .content-section {
		left: 37px;
		padding-block: 20px;
		bottom: 73px;
	}

	.core-hero-slideshow .slide .slide-title {
		font-size: 1.375rem;
		letter-spacing: 0.0275rem;
		line-height: calc(32/22);
		margin-block-end: 4px;
	}

	.core-hero-slideshow .slide p {
		font-size: var(--text-base);
		font-weight: 200;
		line-height: calc(26/16);
	}

	.core-hero-slideshow .slide .slide-footer {
		left: 57px;
		bottom: 82px;
	}

	.core-hero-slideshow .arrows-cont .glide__arrows {
		left: auto;
		right: 72px;
		bottom: 54px;
	}
}
