/*
	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-v2-hero-image .img-cont::before {
	display: block;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent);
}

.core-v2-hero-image.hide-content .img-cont::before {
	display: none;
}

.core-v2-hero-image .slide-title {
	margin-bottom: var(--space-2);
	font-size: var(--text-2xl);
	line-height: var(--leading-tight);
}

.core-v2-hero-image .slide-desc {
	font-weight: normal;
	font-size: var(--text-base);
}

.core-v2-hero-image .read-more {
	font-weight: var(--font-weight-bold, 700);
	color: var(--sw-collections-text-color-light);
}

@media (hover: hover) {
	.core-v2-hero-image.animation-expand .slide:hover .slide-img {
		scale: 1.02;
	}
}


/* Weddings Alternate Styling */
.core-v2-hero-image.weddings-alt-style .content-section {
	max-width: 96ch;
	left: 50%;
	translate: -50% 0;
	align-items: center;
	padding: var(--space-5);
	padding-bottom: var(--space-8);
}

.core-v2-hero-image.weddings-alt-style .slide .info-flag.title-small,
.core-v2-hero-image.weddings-alt-style .slide .slide-desc,
.core-v2-hero-image.weddings-alt-style .slide .slide-footer {
	display: none
}

.core-v2-hero-image.weddings-alt-style .slide .slide-title {
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	filter: drop-shadow(0, 0, 8px rgba(0, 0, 0, 0.35));

}

@media (min-width: 64em) {
	.core-v2-hero-image.weddings-alt-style .content-section {
		padding-bottom: 52px;
	}

	.core-v2-hero-image.weddings-alt-style .slide .slide-title {
		font-size: 4.125rem;
	
	}
}