/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Cards 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-cards { padding-top: 0; }
.core-cards .slide{
	padding: 0 !important;
	margin: 0px;

}

.core-cards .slides, .core-cards .slider-cont { 
	max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;}

.core-cards .slide .slide-title,
.core-cards .slide .slide-title a {
	font-family: var(--font-proxima-nova);
	color: var(--dark-grey);
}

@media (hover:hover) {
	.core-cards .slides .slide .slide-title:hover,
	.core-cards .slides .slide .slide-title a:hover {
		text-decoration: none;
		color: var(--grey);
	}
}

.core-cards .slide p {
	font-family: var(--font-proxima-nova);
	font-weight: 400;
	color: var(--dark-grey);
}

.core-cards .slide .slide-footer { margin: 0; }

.core-cards .slide .slide-footer .read-more {
	font-family: var(--font-wilco-lowend);
	background-color: transparent;
	padding: 0;
	border-radius: unset;
	margin: 0;
}

.core-cards .slide .slide-footer .read-more i {
	position: relative;
	color: #ef6c01;;
	margin: 0;
}

/* Hide Items that are not comped  */
.core-cards .slide .blog-feed-header,
.core-cards .slide .mini-date-section,
.core-cards .slide .details,
.core-cards .slide .qv-btn { display: none; }

.core-cards .glide__arrows{
	position: absolute;
    width: 100%;
	margin: 10px;
	z-index: 1;
}
.core-cards .glide__arrows .glide__arrow--right{
    position: absolute;
    left: 0;
}
.core-cards .glide__arrows .glide__arrow--right{
    position: absolute;
	right: 0;
    left: auto;
}