/* EVENTS HEADER */
.events-header {
	width: 100%;
}
.events-header {
	position: relative;
	margin: 0 0 50px;
}
.events-header figure {
	position: relative;
	margin: 0 0 5px;
	overflow: hidden;
}
.events-header figure .play{
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    z-index: 6;
    height: 40%;
	max-height: 188px;
}
@media (min-width: 741px) and (max-width:  1359px) {
	.events-header figure:not(:first-child) .play{
		left: 25px;
		top: 25px;
		display: inline-block;
		position: absolute;
		overflow: hidden;
		z-index: 6;
		max-height: 40px;
	}

}
@media (max-width:  40.063em) {
	.events-header figure .play{
		top: 35%;
	}
}
.events-header figure picture img {
	width: 100%;
	position: relative;
	z-index: 1;
	transition-property: opacity, transform;
	transition-timing-function: ease;
	transition-duration: .35s;
}
.events-header figure picture:hover img {
	transform: scale(1.05);
}
.events-header figure figcaption {
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 60px 15px 10px;
	background-image: linear-gradient(to top, rgba(0,0,0,0.65),rgba(0,0,0,0));
	pointer-events: none;
}
.events-header figure figcaption h3,
.events-header figure figcaption p,
.events-header figure figcaption,
.events-header figure figcaption .eventSubtitle {
	font-family: 'expressway';
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.events-header figure figcaption .date {
	font-family: 'expressway';
	text-align: center;
	padding: 0;
	margin: 0 10px 0 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	font-weight: 700;
}
.events-header figure figcaption .dateDown {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 126px;
}
@media screen and (max-width: 740px) {
	.events-header figure figcaption .dateDown {
		height: 100px;
	}
}
.events-header figure figcaption .date .month {
	font-size: 22px;
	line-height: 1em;
}
.events-header figure figcaption .date .day {
	font-size: 50px;
	line-height: 1em;
	letter-spacing: -0.04em;
}
.events-header figure figcaption h3 {
	font-size: 32px;
	line-height: 1em;
	color: #000;
	background-color: #fbd100;
	margin-bottom: 8px;
	padding: 2px 10px;
}
.events-header figure figcaption a {
	color: #000;
	word-break: keep-all;
}
.events-header figure figcaption .location, 
.events-header figure figcaption .eventSubtitle {
	font-size: 20px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
}
/*.events-header figure figcaption .location svg {
	height: 15px;
	margin-right: 5px;
}*/
.events-header figure figcaption .location i {
	font-size: 24px;
	margin-right: 5px;
	position: relative;
	color: #fbd100;
}

.events-header figure figcaption .location img {
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: -3px;
}

@media screen and (min-width: 740px) {
	.events-header {
		margin-bottom: 50px;
	}
	.events-header figure {
		position: relative;
		margin: 0 0 5px;
		width: calc(50% - 3.5px);
		float: left;
	}
	.events-header figure:first-child {
		margin: 0 5px 5px 0;
		width: calc(50% - 1.5px);
	}
	.events-header figure figcaption {
		padding: 120px 15px 30px;
	}
	.events-header figure figcaption .date {
		text-align: center;
		padding: 0;
		margin: 0 20px 0 0;
	}
	.events-header figure figcaption .date .month {
		font-size: 30px;
		line-height: 0.8em;
	}
	.events-header figure figcaption .date .day { font-size: 68px; }
	.events-header figure figcaption h3 { font-size: 40px; }

	.events-header figure figcaption .location, 
	.events-header figure figcaption .eventSubtitle {
		font-size: 28px;
	}
	
	.events-header figure figcaption .location img {
		height: 32px;
	}
}


@media screen and (min-width: 1921px) {
.events-header figure {
    margin: 1px 0 5px;
}
@media screen and (min-width: 64.063em) {
	.events-header figure figcaption h3 { font-size: 40px; }
	.events-header figure figcaption .date .month {
		font-size: 30px;
		line-height: 30px
	}
	.events-header figure figcaption .date .day {
		font-size: 55px;
		line-height: 50px;
	}
	.events-header figure figcaption .location, 
	.events-header figure figcaption .eventSubtitle {
		font-size: 26px;
		line-height: 26px;
	}
	.events-header figure figcaption .location img {
		height: 30px;
	}
}
@media only screen and (min-width: 120.063em) {
	.events-header figure figcaption h3 { font-size: 55px; }
	.events-header figure figcaption .date .month {
		font-size: 45px;
		line-height: 45px
	}
	.events-header figure figcaption .date .day {
		font-size: 98px;
		line-height: 75px;
	}
	.events-header figure figcaption .location {
		font-size: 38px;
		line-height: 38px;
	}
	.events-header figure figcaption .location img {
		height: 42px;
	}
}