/*
	README

	Do NOT modify this file directly; a number of widgets depend on this file being as is.
	Use the CSS file that is associated with your widget
	(ie. template: widget_template_custom_my_widget.html, CSS: widget_template_custom_my_widget.css)
	to make any theme-ing or overwrites you need.

	If you need to make significant changes such that overwriting would be complicated
	consider not using a different component from the Core Collection Library or
	not using the Core Component Library altogether.

	If you still feel the need to edit this file, copy/paste this CSS into a different file
	and use that instead.
*/

.core-date-list {
	--font-title: var(--font-display);
	--font-desc: var(--font-body);
	--color-body: var(--gray-700);
	--color-body-hover: var(--gray-600);
	--color-display: var(--primary-color-700);
	--color-display-hover: var(--primary-color-800);
	--color-accent: var(--primary-color-800);

	position: relative;
	margin: 0 auto;
	margin-bottom: var(--space-12);
	padding: 0 var(--space-5);
	padding-top: var(--space-8);
	max-width: var(--width-base);
}

.core-date-list .widget-header {
	padding: 0;
}

.core-date-list .slides {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: var(--space-6);
}

.core-date-list .slides > * {
	flex: 1 1 390px;
	margin-bottom: var(--space-6);
}

.core-date-list .slide > .inner {
	display: flex;
}

.core-date-list .date {
	display: inline-block;
	padding: var(--space-5) var(--space-4);
	text-align: center;
	background-color: var(--color-accent);
}

.core-date-list .date > * {
	display: block;
}

.core-date-list .date .month {
	font-size: var(--text-sm);
	font-weight: 500;
	color: var(--gray-100);
	line-height: var(--leading-none);
	letter-spacing: var(--tracking-widest);
	text-transform: uppercase;
}

.core-date-list .date .day {
	font-size: var(--text-5xl);
	font-weight: 700;
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
	color: var(--gray-100);
	line-height: var(--leading-tight);
}

.core-date-list .slide .content-section {
	display: grid;
	gap: var(--space-4);
	padding: var(--space-3) var(--space-4);
}

.core-date-list .slide .content-section > .inner {
	display: grid;
	gap: var(--space-1);
}

.core-date-list .slide .slide-title {
	display: -webkit-box;
	margin: 0;
	font-family: var(--font-title);
	font-size: var(--text-2xl);
	font-weight: 100;
	color: var(--color-display);
    overflow: hidden;
}

.core-date-list .slide .slide-title > a {
	color: inherit;
}

@media (hover: hover) {
	.core-date-list .slide .slide-title > a:hover {
		color: var(--color-display-hover);
	}	
}

.core-date-list .blog-feed-header {
	--font-size: var(--text-sm);
	--text-color: var(--color-body);
	--accent-color: var(--color-display);
	--font-family-display: var(--font-title);
	--font-family-body: var(--font-desc);

	display: none;
}

.core-date-list .slide .details {
	--font-family: var(--font-desc);
	--text-color: var(--color-body);
	--icon-color: var(--color-display);
}

.core-date-list .slide .slide-footer {
	--color: var(--color-body);
	--color-hover: var(--color-body-hover);
	--font-family: var(--font-desc);
}

.core-date-list .slide .slide-footer .qv-btn {
	color: var(--color);
}

@media (hover: hover) {
	.core-date-list .slide .slide-footer .qv-btn:hover {
		color: var(--color-hover);
	}
}

.core-date-list .blog-feed-header {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(5ch, max-content));
	gap: var(--space-4);
}

.core-date-list .blog-feed-header > * {
	white-space: nowrap;
	font-size: var(--text-sm);
	color: var(--color-body);
	font-family: var(--font-desc);
}

.core-date-list .blog-feed-header > .category {
	font-family: var(--font-title);
	font-weight: 100;
	color: var(--color-display);
}

/*----------------*/
.ccl-widget.core-date-list.date-list h2{
	font-family: var(--font-body);
	font-size: 22px;
	line-height: 35px;
	color: var(--gray-7c);
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: -13px;
	border-bottom: 1px solid var(--gray-cc);
}
.ccl-widget.core-date-list.date-list {
	padding-top: 10px;

}
.contentRender .panel-two-column-header > .widget-header {
	padding: 0px 50px 0px 30px;
	margin-bottom: var(--space-3);
}
.core-date-list .panel-two-column-header .widget-view-all-arrow {
	margin-left:5px;
}
.contentRender .panel-two-column .widget-header {
	margin-bottom: var(--space-1);
	padding: 0px;
}
.core-date-list .panel-two-column.sv-panel .widget-header-inner {
	font-family: var(--font-body);
	background: green;
	width: 100%;
}
.core-date-list.date-list .widget-header-inner .widget-title {
	font-family: var(--font-body);
	font-size: 22px;
	color: var(--gray-7c);
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.core-date-list.date-list .widget-header-inner .widget-description {
	display: none;
}
.core-date-list .slides {
	display: grid;
	margin-top: 20px;
	margin-bottom: -10px;
}
.panel-two-column-header .widget-view-all-arrow {
	margin-left: 10px;
}
.panel-two-column-header .widget-header .widget-header-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.core-date-list.date-list .slides .date {
	background: #4b92bc;
	width: 75px;
	height: 75px;
	padding: 10px;
}
.core-date-list.date-list .slides .date .month {
	font-size: 26px;
	font-family: var(--font-body);
	font-weight: 100;
}
.core-date-list.date-list .slides .date .day {
	font-size: 26px;
	font-family: var(--font-display);
	font-weight: 100;
}
.core-date-list.date-list .slides .content-section {
	padding: 10px;
	max-width: 390px;
}
.core-date-list.date-list .slides .slide-title {
	color: var(--gray-1a);
	font-family: var(--font-body);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
}
.core-date-list.date-list .slides .details .info-item span {
	font-size: 10px;
	font-weight: 100;
}
.core-date-list.date-list .slides .details .info-item .icon {
	color: #f99f31;
	font-size: 10px;
}
.ccl-widget.core-date-list.date-list .slides .slide-footer {
	display: none;
}
.right-container {
	display: none;
}
.publish-date {
	display: none;
}
.category {
	display: none;
}
.core-date-list.date-list .blog-feed-header {
	display: none;
}
.core-date-list.date-list .widget-view-all {
	font-size: 10px;
	background: transparent;
	justify-content: flex-start;
	color: var(--gray-52);
	position: absolute;
	bottom: -40px;
	width: auto;
	border: 1px solid var(--gray-52);
	margin: 10px 0px;
}
.core-date-list.date-list .slides .details .info-item .icon.fa-calendar-week {
	display: none;
}
.ccl-widget.core-date-list.date-list .read-more {
	color: var(--gray-26);
	font-family: var(--font-body);
	font-size: 10px;
	padding: 10px 15px;
	line-height: 51px;
	border: 1px solid black;
	text-transform: uppercase;
	border-radius: 50px;
	letter-spacing: 2px;
	background-color: transparent;
	transition: background-color 200ms ease-out;
}
.ccl-widget.core-date-list.date-list .read-more:hover {
	color: var(--white);
	font-family: var(--font-body);
	font-size: 10px;
	padding: 10px 15px;
	line-height: 51px;
	border: 1px solid black;
	text-transform: uppercase;
	border-radius: 50px;
	letter-spacing: 2px;
	background-color: var(--purple);
	transition: background-color 200ms ease-in;
}
@media screen and (min-width:640px) {
	.right-container {
		display: none;
	}
	.core-date-list.date-list .widget-view-all {
		font-size: 10px;
		background: transparent;
		justify-content: flex-start;
		color: var(--gray-52);
		position: absolute;
		bottom: -50px;
		width: auto;
		border: 1px solid var(--gray-52);
	}
}
@media screen and (min-width:1024px) {
	.core-date-list .slides>* {
		margin-bottom: 22px;
	}
	.contentRender .panel-two-column-header>.widget-header {
		margin-bottom: -12px;
	}
	.core-date-list {
		margin-bottom: 60px;
	}
	.right-container {
		display:flex;
	}
	.ccl-widget.core-date-list.date-list h2 {
		font-family: var(--font-body);
		font-size: 27px;
		line-height: 50px;
		color: var(--gray-7c);
		text-transform: uppercase;
		letter-spacing: 3px;
		margin-bottom: 23px;
		border-bottom: 1px solid var(--gray-cc);
	}
	.core-date-list.date-list .widget-header-inner .widget-title {
		font-family: var(--font-body);
		font-size: 27px;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	.core-date-list.date-list .widget-view-all {
		    font-size: 13px;
		    justify-content: flex-start;
		    color: var(--gray-52);
		    position: absolute;
		    bottom: -60px;
			width: auto;
	}
	.core-date-list.date-list .slides .date {
		background: #4b92bc;
		width: 137px;
		height: 137px;
		padding: 30px;
	}
	.core-date-list.date-list .slides .date .month {
		font-size: 36px;
		font-family: var(--font-body);
		font-weight: 600;
	}
	.core-date-list.date-list .slides .date .day {
		font-size: 40px;
		font-family: var(--font-display);
	}
	.core-date-list.date-list .slides .content-section {
		padding: 10px 20px;
	}
	.core-date-list.date-list .slides .slide-title {
		color: var(--gray-1a);
		font-family: var(--font-body);
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 1.2;
		max-width: 390px;
	}
	.core-date-list.date-list .slides .details span{
		max-width: 390px;
	}
	.core-date-list.date-list .slides .details .info-item .icon {
		color: #f99f31;
		font-size: 18px;
	}
	.core-date-list.date-list .slides .details .info-item span {
		font-size: 19px;
		font-weight: 100;
	}
	.ccl-widget.core-date-list.date-list .read-more {
		color: var(--gray-26);
		font-size: 13px;
		padding: 16px 35px;
		line-height: 51px;
		border: 1px solid black;
		text-transform: uppercase;
		border-radius: 50px;
		letter-spacing: 2px;
		transition: background-color 200ms ease-out;
	}
	.ccl-widget.core-date-list.date-list .read-more:hover {
		color: var(--white);
		font-size: 13px;
		padding: 16px 35px;
		line-height: 51px;
		border: 1px solid black;
		text-transform: uppercase;
		border-radius: 50px;
		letter-spacing: 2px;
		background-color: var(--purple);
		transition: background-color 200ms ease-in-out;
	}
}


/* ---mobile 2 slide view ---*/
.ccl-widget.core-date-list.date-list .slides .slide:nth-child(1),
.ccl-widget.core-date-list.date-list .slides .slide:nth-child(2) {
	display: block;
}
.ccl-widget.core-date-list.date-list .slides .slide,
.ccl-widget.core-date-list.date-list .slides .slide .slide-footer {
	display: none;
}
@media screen and (min-width:40em) {
	.ccl-widget.core-date-list.date-list .slides .slide:nth-child(1),
	.ccl-widget.core-date-list.date-list .slides .slide :nth-child(2) {
		display: block;
	}

	.ccl-widget.core-date-list.date-list .slides .slide {
		display: block;
	}
	.ccl-widget.core-date-list.date-list .slides .slide .slide-footer {
		display: none;
	}
}