#footer_bottom a {
	color: inherit !important;
}
.aligncenter, .alignnone {
	width: 100% !important;
}

/* Contextual Related Posts */
.crp_related {
	margin-top: 120px;
	padding: 60px 0;
	width: 100%;
	background: #f8f8f8;
	text-align: center;
}

.crp_related ul {
	margin: 0 auto !important;
	list-style: none !important;
	max-width: 1280px;
}

.crp_related li {
	display: inline-block !important;
	width: calc(33.3333% - 40px);
	margin: 0 0 50px 60px;
	padding: 0 0 36px 0;
	vertical-align: top;
	z-index: 10;
	text-align: left;
	background: #1b365d;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.crp_related li:first-child {
	margin-left: 0;
}

.crp_related figure:after {
	content: "";
	display: block;
	background-color: rgba(45, 204, 211, .7);
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	opacity: 0;
}

.crp_related figure:before {
	content: "View Post";
	display: block;
	position: absolute;
	top: calc(50% - 1em);
	background: #f9e17d;
	z-index: 999;
	color: #1b365d;
	padding: 15px 26px;
	border-radius: 100px;
	font-family: "Gilroy W00 Bold", arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 1em;
	transition: all 0.3s;
	opacity: 0;
}

.crp_related a:hover figure:after, .crp_related a:hover figure:before {
	opacity: 1;
}

.crp_related figure {
	background: white;
	height: 290px;
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.crp_related span {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	height: 228px;
	background: #1b365d;
	margin: 0;
	padding: 36px;
	padding-bottom: 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "Gilroy W00 Bold", arial, sans-serif;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.crp_related ul {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
}

@media screen and (max-width: 1280px) {
	.crp_related ul {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.crp_related li {
		width: calc(50% - 30px);
	}
}

@media only screen and (max-width: 767px) {
	.crp_related li {
		float: none;
		width: 100%;
		max-width: 480px;
		margin: 0 auto 40px auto !important;
	}
}
/* END Contextual Related Posts */