/*
	README

	Modify this file as much or as little as needed.
*/

/*==============================*/
/*=====----- TEMPLATE -----=====*/
/*==============================*/

.core-featured-events {
	--slide-title-size: var(--text-base);
	--promoted-slide-title-size: var(--text-2xl);
	--slide-desc-size: var(--text-sm);
	--date-picker-button-background-color: var(--primary-color-700);
	--date-picker-button-color: var(--white);
}

.core-featured-events .overflow-cont {
	position: relative;
}

.core-featured-events .widget-title {
	font-size: var(--text-4xl-1);
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
}

@media (min-width: 64em) {
	.core-featured-events .widget-title {
		font-size: 3.75rem;
		line-height: 1.2;
		letter-spacing: var(--tracking-wide);
		text-align: center;
	}
}

.core-featured-events .widget-view-all {
	font-family: var(--font-body);
	background-color: unset;
	font-size: var(--text-sm);
	letter-spacing: var(--tracking-wider);
	margin-left: 25px;
}

.core-featured-events .fa-arrow-right {
	font-size: var(--text-sm);
}

@media (min-width: 64em) {
	.core-featured-events .widget-view-all {
		font-size: var(--text-lg);
		margin-left: 35px;
	}
}

.core-featured-events .slide.promoted .mini-date-section {
	top: -33px;
	left: 0;
	transform: unset;
	height: 83px;
	width: 83px;
}

.core-featured-events .slide .mini-date-section {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-7%, -7%);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 81px;
	width: 81px;
	padding: 0;
	background: transparent;
	border: 1px solid rgba(94, 173, 197, .3);
	border-radius: 50%;
	font-size: var(--text-base);
	line-height: 1;
	text-align: center;
	color: var(--white);
	pointer-events: none;
	transition: border ease 400ms;
}

.core-featured-events .slide .mini-date-section:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: calc(100% - 14px);
	width: calc(100% - 14px);
	border-radius: 50%;
	background: white;
	z-index: -1;
	transition: border ease 400ms;
}
.core-featured-events .slide.promoted .mini-date-section:after {
	border: 1px solid var(--blue-carolina);
}
.core-featured-events .slide.minor .mini-date-section:after {
	border: 1px solid var(--blue-moonstone);
}

@media (min-width: 64em) {
	.core-featured-events .slide.promoted .mini-date-section {
		height: 106px;
		width: 105px;
	}

	.core-featured-events .slide .mini-date-section {
		height: 110px;
		width: 110px;
	}
}

.core-featured-events .mini-date-section .date-month {
	font-size: .625rem;
	color: var(--heading-color);
	letter-spacing: .05em;
}

.core-featured-events .mini-date-section .date-day {
	font-size: var(--text-2xl-1);
	color: var(--heading-color);
	letter-spacing: .05em;
}

@media (min-width: 64em) {
	.core-featured-events .mini-date-section .date-month {
		font-size: var(--text-sm);
	}
	.core-featured-events .mini-date-section .date-day {
		font-size: 2.4375rem;
	}
}

.core-featured-events .content-section {
	padding-top: 10px;
}

.core-featured-events .slide .buy-tickets {
	display: block;
	margin-bottom: 10px;
	color: var(--blue-robin);
	transition: color ease 400ms;
}

.core-featured-events .slide .buy-tickets i {
	margin-right: 6px;
}

.core-featured-events .details .info-item {
	line-height: 1.7;
	letter-spacing: .05em;
}
.core-featured-events .slide.promoted .details {
	flex-wrap: nowrap;
}
.core-featured-events .details .info-item:nth-child(2),
.core-featured-events .details .info-item.has-link a {
	color: var(--blue-robin);
	font-family: var(--font-body);
}

.core-featured-events .details .info-item:nth-child(2) span {
	font-weight: 600;
}

/*----- date picker -----*/

.core-featured-events .input-label {
	font-weight: bold;
}

.core-featured-events .input {
	border: 2px solid var(--black);
	border-radius: var(--rounded-md);
}

.core-featured-events .form-button {
	background-color: var(--date-picker-button-background-color);
	border-radius: var(--rounded-full);
	text-align: center;
	font-weight: bold;
	color: var(--date-picker-button-color);
}

/*============================*/
/*=====----- SLIDES -----=====*/
/*============================*/

.core-featured-events .slide .slide-title {
	font-size: var(--slide-title-size);
	line-height: 1.2;
}

.core-featured-events .slide .details li a {
	font-size: inherit;
}

.core-featured-events .slide .slide-desc {
	font-size: var(--slide-desc-size);
}

/*----- minor slide -----*/

.core-featured-events .slide.minor {
	margin-left: 10px;
}

.core-featured-events .slide.minor .category,
.core-featured-events .slide.minor .details {
	font-size: var(--text-xs);
}

.core-featured-events .slide.minor .category {
	line-height: 1.2;
}

.core-featured-events .slide.minor .mini-date-section {
	--month-size: var(--text-xs);
	--day-size: var(--text-2xl);
	border: 1px solid rgba(59, 176, 201, .3);
	
}

/*----- promoted slide -----*/

.core-featured-events .slide.promoted .img-cont .slide-img::after {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));
	content: '';
	pointer-events: none;
	margin-left: 9px;
}

.core-featured-events .slide.promoted .details,
.core-featured-events .slide.promoted .details li a,
.core-featured-events .slide.promoted .slide-desc {
	color: inherit;
}

.core-featured-events .slide.promoted .slide-title {
	color: var(--blue-dark);
}

.core-featured-events .slide.promoted .slide-title {
	font-size: var(--promoted-slide-title-size);
}

.core-featured-events .slide.promoted .details {
	--icon-color: var(--white);
}

.core-featured-events .slide.promoted .details li .icon,
.core-featured-events .slide.promoted .details li .icon::before {
	display: inline-block;
	text-decoration: none;
}

.core-featured-events .slide.promoted {
	overflow: unset;
	margin-bottom: 8px;
}

.core-featured-events .img-cont {
	margin-left: 10px;
}

@media (min-width: 64em) {
	.core-featured-events .img-cont {
		margin-left: 15px;
	}

	.core-featured-events .slide.minor:nth-child(3),
	.core-featured-events .slide.minor:nth-child(4),
	.core-featured-events .slide.minor:nth-child(5) {
		margin-top: -40px;
	}
}
/*===================================*/
/*=====----- MEDIA QUERIES -----=====*/
/*===================================*/
@media (max-width: 374px) {
	.core-featured-events .slide.minor.has-date {
		gap: var(--space-12);
	}
	
	.core-featured-events .slide.promoted .content-section {
		padding: 10px;
	}
}

@media (hover: hover) {
	/*----- promoted slide -----*/

	.core-featured-events .slide:hover .mini-date-section {
		border: 1px solid var(--purple-ring-hover);
	}

	.core-featured-events .slide:hover .mini-date-section:after { 
		border: 1px solid var(--purple-faded)
	}

	.core-featured-events .slide .slide-title > a,
	.core-featured-events .slide .details .info-item.has-link a, 
	.ccl-widget .slide .details li .icon {
		transition: color ease 400ms;
	}

	.core-featured-events .slide:hover .slide-title > a,
	.core-featured-events .slide:hover .details .info-item.has-link a,
	.ccl-widget .slide:hover .details li .icon,
	.core-featured-events .slide:hover .buy-tickets {
		color: var(--purple-faded);
	}
}

@media (min-width: 40em) {
	/*----- minor slide -----*/

	.core-featured-events .slide.minor .mini-date-section {
		--month-size: 0.65rem;
		--day-size: var(--text-xl);
	}

	.core-featured-events .slide.minor {
		margin-left: unset;
	}
}

@media (min-width: 64em) {
	.core-featured-events {
		--slide-title-size: var(--text-xl);
		--promoted-slide-title-size: var(--text-3xl);
		--slide-desc-size: var(--text-base);
	}

	.core-featured-events .slide.minor .details {
		gap: 0 var(--space-3);
	}

	/*----- minor slide -----*/

	.core-featured-events .slide.minor .mini-date-section {
		--month-size: var(--text-base);
		--day-size: var(--text-3xl);

		padding: var(--space-4);
	}

	.core-featured-events .slide.minor .category,
	.core-featured-events .slide.minor .details {
		font-size: var(--text-sm);
	}

	/*----- promoted slide -----*/

	.core-featured-events .slide.promoted .mini-date-section {
		--month-size: var(--text-xl);
		--day-size: var(--text-5xl);
	}

	/*----- marquee bottom -----*/

	.core-featured-events.marquee-bottom {
		--slide-title-size: var(--text-lg);
	}

	.core-featured-events.marquee-bottom .slide.minor .category,
	.core-featured-events.marquee-bottom .slide.minor .details {
		font-size: var(--text-xs);
	}
}

@media (min-width: 80em) {
	.core-featured-events {
		--promoted-slide-title-size: var(--text-4xl);
	}
}