/* EVENTS SLIDER */
.events-slider-wrapper {
	position: relative;
	overflow:  hidden;
	margin-bottom:  70px;
}
.events-slider-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 15.65%;
	height: 100%;
	background-color: #74b8be;
	z-index:  0;
	opacity: .14;
}
.events-slider {
}
.events-slider figure {
	padding: 20px 35px 40px;
	position:  relative;
	margin-bottom: 0px;
	width: 855px;
}
.events-slider img,
.events-slider figcaption {
	opacity: .5;
}
.events-slider picture {
	display: block;
	background-color: #fff;
}
.events-slider figure .videolink {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	opacity: .85;
	height: 0;
	text-align: center;
	left: 0;
	padding-top: 29%;
}
.events-slider figure .videolink a {
	color: #FFF;
	font-size: 79px;
}
.events-slider figure.slick-current img,
.events-slider figure.slick-current figcaption {
	opacity: 1;
}
.events-slider figure picture {
	width: 100%;
	border: 10px solid #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	margin-bottom: 25px;
}
.events-slider figcaption {
	text-align: center;
}
.events-slider figcaption .accent {
	display: flex;
	align-items: center;
	justify-content:  center;
	margin-bottom: 15px;
	padding: 0 15px;
}
.events-slider figcaption .accent::before,
.events-slider figcaption .accent::after {
	flex: 1 1 359px;
	content: "";
	height: 1px;
	margin: 0 5px;
	background-color: #b99564;
	margin-top: 2.3px;
	display: flex;
}
.events-slider figcaption .accent > img {
	flex: 0 0 56px;
}
.events-slider figcaption h3 {
	font-family: "essonnes-display",serif;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	font-size: 49px;
	line-height: 1;
	color: #000f47;
	padding: 0 20px;
	margin-bottom: 15px;
}
.events-slider figcaption p {
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	padding: 0 20px;
	color: #000f47;
	margin-bottom: 12px;
}
.events-slider figcaption .date-link {
	height: 50px;
	display: inline-flex;
	align-items:  center;
	background-color:  #fff;
	border: 1px solid #a57a3f;
	padding: 2px;
	text-transform: uppercase;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	justify-content: space-between;
	font-size: 15px;
	line-height: 1.1;
	letter-spacing: 2px;
	padding-left: 15px;
	color: #a2180d;
	margin-top: 15px;
}
.events-slider figcaption .date-link i.fa {
	display: flex;
	background-color: #000f47;
	height: 100%;
	color: #fff;
	width: 46px;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}
.events-arrows {
	display: flex;
	align-items: center;
	justify-content:  space-between;
	position: absolute;
	top: 308.5px;
	left: 50%;
	height: 0;
	width: 855px;
	transform:  translateX(-50%);
}
.events-arrows .slick-arrow {
	cursor: pointer;
	z-index: 10;
}
.events-arrows .nf-slick-prev {
	left : 0;
}
.events-arrows .nf-slick-next {
	right: 0;
}
.events-arrows i.fa {
	width: 72px;
	height: 37px;
	background-color: #b99564;
	font-size: 19px;
	display:  flex;
	align-items:  center;
	justify-content:  center;
	color: #fff;
}
@media only screen and (max-width: 64em) {
	
	.events-slider figure {
		width: auto;
	}
	.events-slider figcaption h3 {
		font-size: 35px;
		line-height:  1.2;
		margin-bottom: 20px;
	}
	.events-slider figcaption p {
		display: none;
	}
	.events-arrows {
		top: 0;
		left: 10%;
		right: 10%;
		transform: none;
		width: auto;
		margin-top: 31%;
	}
}
@media only screen and (max-width: 40em) {
	.events-slider-wrapper::before {
		margin-top: 33.65%;
	}
	.events-slider figcaption h3 {
		font-size: 26px;
		line-height: 1.3;
	}
	.events-slider figcaption p {
		display: none;
	}
	.events-slider figcaption .date-link {
		font-size: 14px;
		height:  38px;
	}
	.events-slider figcaption .accent > img {
		max-width: 35px;
	}
	.events-slider figure {
		padding: 10px 15px 0px;
		position:  relative;
		margin-bottom: 40px;
	}
	.events-slider figure > a > img,
	.events-slider figure > img {
		width: 100%;
		border: 7px solid #fff;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
		margin-bottom: 15px;
	}
	.events-arrows {
		display: flex;
		align-items: center;
		justify-content:  space-between;
		position: absolute;
		top: 0;
		left: 10px;
		right: 10px;
		margin-top: 33.65%; /*Change Me*/
		height: 0;
	}
	.events-arrows i.fa {
		width: 58px;
		height: 30px;
		background-color: #b99564;
		font-size: 19px;
		display:  flex;
		align-items:  center;
		justify-content:  center;
		color: #fff;
	}
}