/* EVENTS */
.featured-events-slider {
	text-align:  center;
	margin: 0 auto;
	max-width: 1150px;
	margin-bottom: 65px;	
	position: relative;
}
.featured-events-slider ul.small-block-grid-1.medium-block-grid-2.large-block-grid-3.slides {
	display: none;
}
.featured-events-slider ul.small-block-grid-1.medium-block-grid-2.large-block-grid-3.slides.slick-initialized {
	display: block;
}
.events-slide {
	position: relative;
	padding-bottom: 0 !important;
}
.featured-events-slider a.btn.events-btn {
	margin-top: 60px;
}
.featured-events-slider i.fa.fa-angle-left.slick-arrow {
	position: absolute;
	color: #fff;
	font-size: 49px;
	z-index: 999;
	left: 33px;
	top: 50%;
	transform: translateY(-50%);
}
.featured-events-slider i.fa.fa-angle-right.slick-arrow {
	position: absolute;
	color: #fff;
	font-size: 49px;
	z-index: 999;
	right: 33px;
	top: 50%;
	transform: translateY(-50%);
}
.imgcont {
	margin: 0 14px;
	position: relative;
}
li.events-slide .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
}
.events-slide .slide-description {
	font-family: 'open-sans', sans-serif;
	position: absolute;
	bottom: 20px;
	display:  flex;
	align-items:  center;
	justify-content: space-between;
	width: 100%;
	padding-left:  25px;
	padding-right: 50px;
	z-index: 3;
}
a .slide-description {
	color: #fff;
}
.events-slide .date-tag .month {
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	margin-bottom:  5px;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
}
.events-slide .date-tag .day {
	font-size: 34px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 10px;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
}
.events-slide .date-tag-mobile {
	display: none;
}
.events-slide .title {
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	text-transform: capitalize;
	text-align:  left;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	padding-left:  20px;
}

li.events-slide .featured {
	width: auto;
	padding: 0 5px;
	top: 5px;
	right: 5px;
	text-align: center;
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	background: #ff0000;
	font-family: "montserrat",sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	z-index: 9;
	pointer-events: none;
}

@media only screen and (max-width: 64em) {
	.events-slide:last-child {
		margin-bottom: 60px;
	}
	.featured-events-slider {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 500px) {
	.events-slide .title-wrapper .title.truncated { display: block; }
	.events-slide .title-wrapper .title.full { display: none; }
	.events-slide .date-tag-mobile {
		display: block;
		font-size: 13px;
		line-height: 16px;
	}
}
@media only screen and (min-width: 501px) and (max-width: 640px) {
	.events-slide .title-wrapper .title.truncated { display: none; }
	.events-slide .title-wrapper .title.full { display: block; }
	.events-slide .date-tag-mobile {
		padding-top: 5px;
		font-size: 15px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 40em) {
	li.events-slide {
		margin: 7.5px 0;
	}
	.events-slide .date-tag {
		min-width: 15%
	}
	a .slide-description {
		color: #58585b;
	}
	.events-slide .date-tag {
		display: none;
	}
	.events-slide .title {
		position: relative;
		display: block;
		font-size: 16px;
		line-height: 20px;
		padding: 0;
		font-weight: 600;
		color: #58585b;
		text-shadow: none;
	}
	.events-slide .date-tag .day {
		text-shadow: none;
	}
	.events-slide .slide-description {
		position: relative;
		display: block;
		float: left;
		width: 59%;
		bottom: 0;
		padding: 0;
		text-align: left;
	}
	.events-slide .date-tag-mobile {
		display: block;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
		color: #787878;
	}
	.imgcont {
		margin: 0 14px;
		position: relative;
		float: left;
		width: 30%;
		display: inline-block;
	}
	.featured-events-slider h2 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 11px;
	}
	a.btn.events-btn {
		margin-top: 24px;
	}
}