/*
	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.
*/


/*Headerslideshow*/
.ccl-widget.core-hero-slideshow {
	margin-bottom: 0px;
}
.ccl-widget.core-hero-slideshow .link-btn {
	display: none;
}

.ccl-widget.core-hero-slideshow .content-section {
	position: relative;
	background-color: #ef7453;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 19px 20px 14px 25px;
	pointer-events: auto;
}

.ccl-widget.core-hero-slideshow .content-section.no-title {
	justify-content: center;
	padding: 19px 20px 14px 20px;
	width: max-content;
	position: absolute;
}

.ccl-widget.core-hero-slideshow .slide-title,
.ccl-widget.core-hero-slideshow .slide-title a {
	font-size: 20px;
	line-height: 1em;
}

.ccl-widget.core-hero-slideshow .description {
	display: none;
}

.ccl-widget.core-hero-slideshow .slide-title:hover,
.ccl-widget.core-hero-slideshow .slide-title a:hover {
	text-decoration: none;
	color: var(--white);
}

/*Arrows*/
.ccl-widget.core-hero-slideshow .arrows {
	width: 131px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 5px;
}

.ccl-widget.core-hero-slideshow .content-section.no-title .arrows {
	margin-left: 0;
}

.ccl-widget.core-hero-slideshow .arrows .arrow-cont {
	position: relative;
	display: flex;
	left: initial;
	bottom: initial;
	color: var(--white);
	align-items: center;
	padding: 0 0 0 22px;
	border-left: 1px solid #f7baa9;
	gap: 0;
}

.ccl-widget.core-hero-slideshow .content-section.no-title .arrows .arrow-cont {
	border: none;
	padding-left: 0;
	justify-content: center;
}


.ccl-widget.core-hero-slideshow .arrows .arrow-cont .counter {
	font-size: 16px;
	margin: 0 10px;
	white-space: nowrap;
}

.ccl-widget.core-hero-slideshow .arrows .arrow-cont .counter span {
	font-weight: 600;
	margin-right: 3px;
}

.ccl-widget.core-hero-slideshow .arrow-cont .custom-arrow {
	background: none;
	box-shadow: none;
	color: var(--white);
	font-size: 25px;
	width: 22px;
    height: 38px;
}

.ccl-widget.core-hero-slideshow .arrow-cont .custom-arrow:focus {
	outline: 1px dashed #f7baa9;
}

@media (min-width: 40em) {
	.ccl-widget.core-hero-slideshow .content-section {
		position: absolute;
		max-width: 500px;
	}	
}

@media (min-width: 64em) {
	.ccl-widget.core-hero-slideshow {
		margin-bottom: 0px;
		padding-bottom: 45%;
		overflow:hidden;
		height: 0;
	}

	.ccl-widget.core-hero-slideshow .content-section {
		max-width: 571px;
		padding: 31px 20px 26px 37px;
	}
	.ccl-widget.core-hero-slideshow .content-section.no-title {
		padding: 31px 20px 26px 20px;
	}

	.ccl-widget.core-hero-slideshow .slide-title,
	.ccl-widget.core-hero-slideshow .slide-title a {
		font-size: 25px;
	}

	/*Arrows*/
	.ccl-widget.core-hero-slideshow .arrows {
	    width: 208px;
	}

	.ccl-widget.core-hero-slideshow .arrows .arrow-cont {
	    padding: 0 0 0 32px;
	}

	.ccl-widget.core-hero-slideshow .arrows .arrow-cont .counter {
		font-size: 20px;
		margin: 0 26px;
	}

	.ccl-widget.core-hero-slideshow .arrows .arrow-cont .counter span {
		margin-right: 4px;
	}

	.ccl-widget.core-hero-slideshow .arrow-cont .custom-arrow {
		font-size: 40px;
	}
}
