/* Video Play Button */
.shared-play-button {
	width: 60px;
	height: 60px;
	line-height: 1;
	border: none;
	font-size: var(--text-2xl);
	text-align: center;
	border-radius: 50%;
	background: white;
	color: var(--blue);
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	pointer-events: none;
	transition: background 100ms, border-color 100ms;
}

.contentRender[class*="contentRender_name_plugins_collections"] .img-cont:hover .shared-play-button {
	border-color: rgba(255, 255, 255, .6);
	background: rgba(0, 0, 0, .7);
}

/* Quick View Button */
button[data-quickview-button] {
	display: inline-flex;
	align-items: baseline;
	gap: var(--space-1);
	margin: 0;
	padding: 0;
	background: transparent;
}

button[data-quickview-button]:hover,
button[data-quickview-button]:focus,
button[data-quickview-button]:active {
	color: inherit;
	background: transparent;
}

button[data-quickview-button] i {
	width: var(--space-5);
}

/* JS Loaded */
.js-loaded {
	opacity: 1 !important;
	transition: opacity 200ms ease-in;
}

/* Widget header */
.ccl-widget .widget-header {
	--font-heading: var(--font-display);
	--font-link: var(--font-body);
	--color: var(--primary-color-700);
	--color-hover: var(--primary-color-800);
	--text-color: var(--color);
	--button-color: var(--color);
	--arrow-color: var(--color);
	--border-color: var(--gray-200);

	margin: 0 auto;
	margin-bottom: var(--space-6);
	padding: 0 var(--space-5);
	max-width: var(--width-base);
}

.ccl-widget .widget-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: var(--space-3);
	border-bottom: 2px solid var(--border-color);
}

.ccl-widget .widget-title {
	margin-right: var(--space-8);
	font-family: var(--font-heading);
	font-size: var(--text-5xl);
	font-weight: 700;
	color: var(--text-color);
}

.ccl-widget .widget-view-all,
.featured-pr-marquee .widget-view-all,
.top-five-list .widget-view-all,
.video-player .current-video .video-details a.btn,
.autoplayer-pro .widget-view-all {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family: var(--sofia);
	font-weight: 700;
	text-transform: lowercase;
	font-size: 18px;
	color: var(--gray-alt-2);
	line-height: 1.34;
	text-decoration: none;
	position: relative;
}

.ccl-widget .widget-view-all:after,
.featured-pr-marquee .widget-view-all:after,
.top-five-list .widget-view-all:after,
.video-player .current-video .video-details a.btn:after,
.autoplayer-pro .widget-view-all:after {
	content: '';
	background-image: url(/includes/public/assets/shared/arrow-white.svg);
	height: 45px;
	width: 45px;
	background-size: 21px;
	background-color: var(--blue);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	transition: transform ease 0.4s, background-color ease .4s;
}

@media(hover: hover) {
	.ccl-widget .widget-view-all:hover, 
	.featured-pr-marquee .widget-view-all:hover {
		--button-color: var(--color-hover);
		text-decoration: none; /*reboot.css override*/
	}

	.ccl-widget .widget-view-all:hover:after, 
	.featured-pr-marquee .widget-view-all:hover:after,
	.top-five-list .widget-view-all:hover:after {
		transform: translateX(8px);
		background-color: var(--dark-blue);
	}

	.ccl-widget .slide .slide-title > a:hover,
	.ccl-widget .slide a.more-caption:hover,
	.ccl-widget .slide a.link-btn:hover {
		text-decoration: none;
	}
}

/* Images */
.ccl-widget .slide img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

/* Slide Footer */
.ccl-widget .slide .slide-footer {
	--color: var(--gray-700);
	--color-hover: var(--gray-600);
	--font-family: var(--font-body);
	--btn-text-color: var(--blue);
	--btn-bg-color: var(--primary-color-100);
	--btn-bg-color-hover: var(--primary-color-200);

	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin: 0 calc(var(--space-4) * -1);
	margin-top: auto;
	margin-bottom: calc(var(--space-4) * -1);
	font-family: var(--font-family);
}

.ccl-widget .slide .slide-footer > * {
	margin: var(--space-2) var(--space-4);
}

.ccl-widget .slide .slide-footer a {
	color: var(--btn-text-color);
	background-color: var(--btn-bg-color);
	border-radius: var(--rounded-full);
	padding: var(--space-1) var(--space-4);
	font-weight: 700;
	text-decoration: none;
}

.ccl-widget .slide .slide-footer button {
	color: var(--color);
	text-decoration: none;
	font-weight: 500;
}

@media (hover: hover) {
	.ccl-widget .slide .slide-footer a:hover {
		background-color: var(--btn-bg-color-hover);
	}

	.ccl-widget .slide .slide-footer button:hover {
		color: var(--color-hover);
	}
}

/* sv-shared Slider Arrows */
/* Default dark slider arrow */
.ccl-widget .arrow-cont .custom-arrow,
.featured-events-marquee .custom-arrow,
.featured-slider .custom-arrow,
.slideshow-ydsd .slides .slide .overlay-container .arrows .arrow {
	position: relative;
	width: 58px;
	height: 58px;
	flex-shrink: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	border-radius: var(--rounded-circle);
	pointer-events: all;
	border: 1px solid var(--grey-alt-2);
}

/* White Slider arrow */ 
.ccl-widget .arrow-cont .custom-arrow.white,
.slideshow-ydsd .slides .slide .overlay-container .arrows .arrow {
	border-color: var(--white);
}

.ccl-widget .arrow-cont .custom-arrow:after,
.featured-events-marquee .custom-arrow:after,
.featured-slider .custom-arrow:after,
.slideshow-ydsd .slides .slide .overlay-container .arrows .arrow:after {
	content: '';
	background-image: url(/includes/public/assets/shared/arrow-dark.svg);
	height: 25px;;
	width: 22px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ccl-widget .arrow-cont .custom-arrow.white:after,
.slideshow-ydsd .slides .slide .overlay-container .arrows .arrow:after {
	background-image: url(/includes/public/assets/shared/arrow-white.svg);
}

.ccl-widget .arrow-cont .custom-arrow.prev:after,
.featured-events-marquee .custom-arrow.prev:after,
.featured-slider .custom-arrow.prev:after,
.slideshow-ydsd .slides .slide .overlay-container .arrows .arrow.prev:after {
	transform: translate(-50%, -50%) rotate(180deg) ;
}

.ccl-widget .arrow-cont .custom-arrow i,
.featured-events-marquee .custom-arrow i,
.featured-slider .custom-arrow i,
.slideshow-ydsd .slides .slide .overlay-container .arrows .arrow i {
	display: none;
}

/* Details */
.ccl-widget .details {
	--icon-color: var(--primary-color-700);
	--text-color: var(--gray-700);
	--font-size: var(--text-sm);
	--font-family: var(--font-body);

	display: grid;
	gap: var(--space-1);
	list-style: none;
	margin: 0;
	font-size: var(--font-size);
}

.ccl-widget .details li {
	text-transform: capitalize;
	line-height: var(--leading-normal);
}

.ccl-widget .details li:not(.has-link),
.ccl-widget .details li.has-link > a {
	display: grid;
	grid-template-columns: max-content minmax(10ch, max-content);
	gap: var(--space-2);
	align-items: baseline;
}

.ccl-widget .details li a {
	font-family: var(--font-family);
	font-size: var(--font-size);
	font-weight: 500;
	color: var(--text-color);
}

.ccl-widget .details li .icon {
	color: var(--icon-color);
}

.ccl-widget .details .offer-prefix {
	font-weight: 700;
}

/* Blog Feed Header */
.ccl-widget .blog-feed-header {
	--font-size: var(--text-sm);
	--text-color: var(--gray-700);
	--accent-color: var(--primary-color-700);
	--font-family-display: var(--font-display);
	--font-family-body: var(--font-body);

	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(5ch, max-content));
	gap: var(--space-4);
}

.ccl-widget .blog-feed-header > * {
	white-space: nowrap;
	font-size: var(--font-size);
	color: var(--text-color);
	font-family: var(--font-family-body);
}

/* sv-shared Blue category label - Add class of category to target element*/ 
.ccl-widget .category,
.ccl-widget .blog-feed-header > .category,
.featured-pr-marquee .category {
	font-size: 18px;
	font-family: var(--sofia);
	font-weight: 700;
	text-transform: lowercase;
	color: var(--blue);
}

/* NextDate */
.ccl-widget .mini-date-section, 
.featured-events-marquee .featured-slide .mini-date-section {
	--background-color: var(--blue);
	--text-color: var(--white);
	--font-family: var(--font-display);
	--month-size: 16px;
	--day-size: 52px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--background-color);
	color: var(--text-color);
	padding: 13px 10px 16px;
	pointer-events: none;
	font-family: var(--font-family);
	text-transform: lowercase;
	font-weight: normal;
}

.ccl-widget .mini-date-section .date-month,
.ccl-widget .mini-date-section .date-day, 
.featured-events-marquee .featured-slide .mini-date-section :is(.date-month, .date-day) {
	line-height: var(--leading-none);
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}

.ccl-widget .mini-date-section .date-month,
.featured-events-marquee .featured-slide .mini-date-section .date-month {
	line-height: 1.52;
	font-size: var(--month-size);
}

.ccl-widget .mini-date-section .date-day,
.featured-events-marquee .featured-slide .mini-date-section .date-day {
	font-size: var(--day-size);
	font-family: var(--georgia);
	line-height: .94;
}

@media (min-width: 40em) {
	.ccl-widget .mini-date-section, 
	.featured-events-marquee .featured-slide .mini-date-section {
		--month-size: 18px;
		--day-size: 58px;
		padding: 15px 10px 30px;
	}

	.ccl-widget .mini-date-section .date-day,
	.featured-events-marquee .featured-slide .mini-date-section .date-day {
		line-height: .7;
	}

}

/* sv-shared description body text */
.ccl-widget .slide .inner :is(p, .description) :not(.featured-text) {
	font-family: var(--sofia);
	font-weight: normal;
	font-size: 16px;
	color: var(--grey);
	line-height: 1.38;
}

/* sv-shared author row */

:is(.ccl-widget, .blog-marquee) .auth-row {
    display: flex;
    margin-top: var(--space-2);
    font-family: var(--sofia);
    font-weight: 600;
    font-size: var(--text-xs);
    line-height: 1.2;
    color: var(--grey-alt-2);
    text-transform: uppercase;
}

:is(.ccl-widget, .blog-marquee) .auth-row .author + time {
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid var(--grey-alt-2);
}

@media (min-width: 64em) {
	:is(.ccl-widget, .blog-marquee) .auth-row {
        margin-top: var(--space-3);
    }
}