/*
	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--*/
/*--HEADER--*/
/*--IMAGE--*/
.core-hero-image .slide .img-cont:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	transform: translateY(1px);
	width: 100%;
	height: 67px;
	background: url("/includes/public/assets/shared/bottom-texture.svg");
	background-repeat-y: no-repeat;
	background-size: cover;
	pointer-events: none;
}
.core-hero-image .img-text:before {
	content: "";
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -30%);
	width: 85%;
	height: 100%;
	margin: 0 auto;
	background: url("/includes/public/assets/shared/wonderful-places.svg");
	filter: drop-shadow(1px 7px 12px rgb(0 0 0 / 0.9));
	background-repeat: no-repeat;
	pointer-events: none;
}
/*--CONTENT--*/
/*--CONTENT--*/
.core-hero-image .content-section {
	padding-bottom: 25px;
}
.core-hero-image .content-section .slide-title {
	font-family: var(--font-smithsonian);
	font-size: 24px;
	color: var(--white);
	text-transform: lowercase;
	margin-bottom: 6px;
}
.core-hero-image .content-section p {
	font-family: var(--font-montserrat);
	font-size: 12px;
	font-weight: 100;
	color: var(--white);
	letter-spacing: 1px;
	line-height: 1.7;
	text-decoration: none;
	margin-bottom: 5px;
	padding-right: 10px;
}
/*--BUTTON--*/
.core-hero-image .shared-play-button {
	left: 90%;
	top: 28%;
}
/*--ARROW--*/

@media screen and (min-width:40em) {
    /*--GENERAL--*/
    /*--HEADER--*/
    /*--IMAGE--*/
	
    /*--CONTENT--*/
	.core-hero-image .content-section .slide-title {
		font-size: 28px;
		margin-bottom: 3px;
		width: 100%;
	}
	.core-hero-image .content-section p {
		width: 100%;
		font-size: 16px;
		line-height: 1.6;
		padding-bottom: 40px;
		color: var(--white);
	}
    /*--BUTTON--*/
	
    /*--ARROW--*/
}

@media screen and (min-width:64em) {
    /*--GENERAL--*/
    /*--HEADER--*/
    /*--IMAGE--*/
	.core-hero-image .slide .img-cont:after {
		height: 101px;
		background-size: cover;
}
	.core-hero-image .slide .img-cont:before {
		transform: translate(-50%, -29%);
		width: 72%;
	}
    /*--CONTENT--*/
    /*--BUTTON--*/
	.core-hero-image .shared-play-button {
		left: 95%;
	}
    /*--ARROW--*/
}

@media screen and (min-width:87.5em) {
    /*--GENERAL--*/
    /*--HEADER--*/
    /*--IMAGE--*/
	.core-hero-image .slide .img-cont:after {
		height: 125px;
		background-size: cover;
	}