.recent-posts {
	padding: 20px 0 40px;
	margin-bottom: 10px;
}

.recent-posts.squares {
	background-image: url(/includes/public/assets/images/panel-background-squares.png);
}

.recent-posts.wood {
	background-image: url(/includes/public/assets/images/panel-background-wood.jpg);
	background-size: cover;
}

.recent-posts.darkwood {
	background-image: url(/includes/public/assets/images/panel-background-darkwood.png);
}

.recent-posts.squares,
.recent-posts.wood,
.recent-posts.darkwood {
	background-position: center;
}

.recent-posts.squares {
	background-size: 18%;
}

.recent-posts.darkwood {
	background-size: 23%;
}

.recent-posts.blue {
	background-color: #0081c6;
}

.recent-posts.gold {
	background-color: #c88a3e;
}

.recent-posts.red {
	background-color: #d4083f;
}

.recent-posts.gray {
	background-color: #eae4dc;
}

.recent-posts.tan {
	background-color: #e2d2bf;
}

.recent-posts .wrapper {
	max-width: 1390px;
	padding: 0 15px;
	margin: 0 auto;
}

.recent-posts .allons-logo img {
	display: block;
	width: 252px;
	height: auto;
	margin: 0 auto 18px;
}

.recent-posts .title-cont {
	margin-bottom: 10px;
}

.recent-posts h2 {
	font-family: 'Indie W00 Regular';
	font-size: 42px;
	color: #000018;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1.2;
}

.recent-posts.blue h2,
.recent-posts.gold h2,
.recent-posts.red h2,
.recent-posts.wood h2,
.recent-posts.darkwood h2 {
	color: #fff;
}

.recent-posts .post-cont {
	display: block;
	margin-bottom: 30px;
}

.recent-posts .item {
	margin-bottom: 20px;
	overflow: hidden;
}

.recent-posts .img-cont {
	height: 47vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.recent-posts .item-1 .img-cont {
	height: 70vw;
}

.recent-posts .play-icon {
	position: relative;
	display: block;
}

.recent-posts .play-icon .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: rgba(209, 31, 68, 0.5);
	color: #fff;
	border-radius: 50%;
	border: 3px solid #fff;
	font-size: 43px;
	padding-top: 16px;
	padding-left: 23px;
	transition: background-color 0.3s ease-in-out;
}

.recent-posts .play-icon:hover .fa {
	background-color: rgba(209, 31, 68, 1);
}

.recent-posts .text-cont {
	padding: 20px 10px 35px 20px;
	background-color: #fff;
}

.recent-posts h3 {
	font-family: "Nexa W01 Heavy";
	font-size: 23px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 10px;
}

.recent-posts h3 a {
	color: inherit;
}

.recent-posts p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	margin: 0;
}

.recent-posts .read-more {
	font-weight: 600;
}

.recent-posts .see-all {
	text-align: center;
}

.recent-posts .see-all a {
	display: inline-block;
	background-color: #d11242;
	padding: 11px 19px;
	color: #fff;
	font-family: "Nexa W01 Heavy";
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: background-color 0.4s ease-in-out;
}

.recent-posts .see-all a:hover {
	background-color: #bb002c;
	transition: background-color 0.4s ease-in-out;
}

.recent-posts.blue .see-all a,
.recent-posts.gold .see-all a,
.recent-posts.red .see-all a,
.recent-posts.wood .see-all a,
.recent-posts.darkwood .see-all a {
	background-color: #fff;
}

.recent-posts.blue .see-all a {
	color: #000;
}

.recent-posts.gold .see-all a,
.recent-posts.red .see-all a,
.recent-posts.wood .see-all a,
.recent-posts.darkwood .see-all a {
	color: #c60013;
}

.recent-posts.blue .see-all a:hover,
.recent-posts.gold .see-all a:hover,
.recent-posts.red .see-all a:hover,
.recent-posts.wood .see-all a:hover,
.recent-posts.darkwood .see-all a:hover {
	background-color: #f0f0f0;
}

.recent-posts .see-all a .fa {
	color: inherit;
	font-weight: 600;
	margin-left: 3px;
}

@media (min-width: 641px) {
	.recent-posts {
		padding-bottom: 50px;
	}

	.recent-posts .title-cont {
		margin-bottom: 20px;
	}

	.recent-posts h2 {
		font-size: 60px;
	}

	.recent-posts .post-cont {
		display: grid;
		grid-template-columns: 1fr 15px 1fr 15px 1fr;
		grid-template-rows: auto 15px auto;
	}

	.recent-posts .item {
		margin-bottom: 0;
	}

	.recent-posts .item-1 {
		grid-column-start: 1;
		grid-column-end: 6;
		grid-row-start: 1;
		grid-row-end: 2;
		display: flex;
	}

	.recent-posts .item-1 > * {
		flex: 1;
	}

	.recent-posts .item-2 {
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.recent-posts .item-3 {
		grid-column-start: 3;
		grid-column-end: 4;
	}

	.recent-posts .item-4 {
		grid-column-start: 5;
		grid-column-end: 6;
	}

	.recent-posts .item-2,
	.recent-posts .item-3,
	.recent-posts .item-4 {
		grid-row-start: 3;
		grid-row-end: 4;
	}

	.recent-posts .item .img-cont {
		height: 20vw;
	}

	.recent-posts .item-1 .img-cont {
		min-height: 235px;
		height: 35vw;
	}

	.recent-posts .text-cont {
		padding: 4% 3% 10% 4%;
		height: 100%;
	}

	.recent-posts .item-1 .text-cont {
		padding: 2% 2% 3% 2%;
		height: auto;
	}

	.recent-posts .item-1 h3 {
		font-size: 28px;
	}
}

@media (min-width: 1025px) {
	.recent-posts {
		padding: 40px 0 60px;
	}

	.recent-posts .allons-logo img {
		width: 399px;
		margin-bottom: 10px;
	}

	.recent-posts .title-cont {
		margin-bottom: 25px;
	}

	.recent-posts h2 {
		font-size: 80px;
	}

	.recent-posts .post-cont {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto 20px auto 20px auto;
		margin-bottom: 40px;
	}

	.recent-posts .item:not(.item-1) {
		padding-left: 20px;
		display: flex;
	}

	.recent-posts .item:not(.item-1) > a,
	.recent-posts .item:not(.item-1) > .img-cont {
		flex: 1 1 300px;
	}

	.recent-posts .item:not(.item-1) > .text-cont {
		flex: 1 1 360px;
	}

	.recent-posts .item-1 {
		padding: 0;
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 6;
		display: block;
	}

	.recent-posts .item-2 {
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.recent-posts .item-3 {
		grid-row-start: 3;
		grid-row-end: 4;
	}

	.recent-posts .item-4 {
		grid-row-start: 5;
		grid-row-end: 6;
	}

	.recent-posts .item-2,
	.recent-posts .item-3,
	.recent-posts .item-4 {
		grid-column-start: 2;
		grid-column-end: 3;
	}

	.recent-posts .item .img-cont {
		height: 100%;
		min-height: 235px;
	}

	.recent-posts .item-1 .img-cont {
		height: calc(100% - 240px);
	}

	.recent-posts .text-cont {
		padding: 4% 2% 2% 4%;
		height: auto;
	}

	.recent-posts .play-icon .fa {
		width: 110px;
		height: 110px;
		font-size: 60px;
		padding-top: 23px;
		padding-left: 33px;
	}

	.recent-posts .item-1 .text-cont {
		padding: 4% 8.5% 4% 5%;
		height: 240px;
	}

	.recent-posts h3 {
		font-size: 28px;
	}

	.recent-posts .item-1 h3 {
		font-size: 32px;
	}

	.recent-posts .item-1 p {
		font-size: 18px;
		line-height: 28px;
	}

	.recent-posts .see-all a {
		font-size: 18px;
		padding: 19px 40px;
	}

	.recent-posts .see-all a .fa {
		font-size: 22px;
	}
}
