body {
	background-color: lightgray;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}

a {
	color: white;
}

.flex-container {
	display: flex;
	height: fit-content;
	flex-direction: row;
	background-color: black;
}

.flex-item {
	width: fit-content;
	margin-right: 20px;
	margin-bottom: 5px;
	color: white;
}

.fa {
	padding: 5px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

.fa:hover {
	opacity: 0.7;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.events .events-item {
	margin-top: 30px;
	background: #fff;
	padding: 25px;
}

.events .events-item .figure {
	position: relative;
}

.events .events-item .figure .event-location {
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 8;
	background: rgba(0,0,0,0);
	padding: 8px 16px;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	font-weight: 700;
}

	.events .events-item .figure .event-location i {
		display: inline-block;
		margin-right: 10px;
		font-size: 16px;
	}

.events .events-item .figure .event-date {
	position: absolute;
	top: -30px;
	right: 0;
	margin-right: -1px;
	z-index: 7;
	color: #000;
	background: rgba(0,0,0,0.0);
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
}

	.events .events-item .figure .event-date .emonth {
		font-size: 13px;
	}

.events-item .figure .event-date .etime {
	display: block;
	background: #fff;
	padding: 5px 7px;
	color: #252c37;
	font-size: 13px;
	line-height: 16px;
}

.events .events-item .figure .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.events .events-item:hover .figure .img-hover {
	top: 0;
	opacity: 1;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.events .events-item .figure .img-hover a {
	position: relative;
	top: 50%;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	margin-top: -40px;
	font-size: 52px;
	text-align: center;
}

.events .events-item .event-info h3 {
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 32px;
	text-transform: uppercase;
}

.events .events-item .event-info hr {
	width: 60px;
	margin-left: 0;
	margin-bottom: 15px;
	border-top: 1px solid #fff;
}

.events .events-item .event-info p {
	font-style: italic;
}

.events .events-item .event-info .btn {
	display: inline-block;
	margin-top: 20px;
}
