.recent-posts {
	padding: 59px 0 43px;
	background-size: cover;
	background-position: center;
	position:relative;
}
.recent-posts .mobile-only {
	display: none;
	overflow: hidden;
}
.recent-posts .slider-wrap {
	max-width: 1203px;
	margin: 0 auto;
}
.recent-posts h3 {
	position: absolute;
	left: 27.5%;
	top: 45px;
	font-size: 82px;
	font-family: 'California Palms Script';
	font-weight: 100;
	color: white;
	transform: rotate(-6deg);
	margin: 0;
	z-index: 2;
	padding-left:6px;
}
.recent-posts .slick-prev {
	width: 39px;
	height: 39px;
	border: none;
	background: #F4EFE9;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	left: -52px;
	top: 226px;
	z-index: 1;
}
.recent-posts .slick-next {
	width: 39px;
	height: 39px;
	border: none;
	background: #F4EFE9;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	right: -52px;
	top: 226px;
	z-index: 1;
}
.recent-posts .slick-next img, .recent-posts .slick-prev img {
	width: 11px;
}
.recent-posts article .article-wrap{
	width: 262px;
	margin: 0 auto;
	display: block;
	padding: 10px 2px 0px;
}
.recent-posts article img {
	width: 100%;
	height: 382px;
	border: 8px solid #F4EFE9;
	margin: 1px 0 0;
	transition: all 0.5s;
}
.recent-posts article:hover img {
	-webkit-filter: brightness(70%);
	-webkit-transition: all 1sease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1sease;
}
.recent-posts .slick-slide:nth-child(5) article img, .recent-posts .slick-slide:nth-child(9) article img  {
	border: 8px solid #D4D1C8;
}
.recent-posts .slick-slide:nth-child(6) article .pos, .recent-posts .slick-slide:nth-child(10) article .pos {
	display: block;
	position: relative;
}
.recent-posts .slick-slide:nth-child(6) article .article-wrap .pos:after, .recent-posts .slick-slide:nth-child(10) article .article-wrap .pos:after {
	content: "";
	display: block;
	width: 106%;
	height: 102%;
	background-image: url(../../assets/icons/utility/frame.png);
	position: absolute;
	top: -5px;
	left: -4px;
	background-size: cover;
	background-position: center;
}
.recent-posts .slick-slide:nth-child(7) article img, .recent-posts .slick-slide:nth-child(11) article img {
	border: 8px solid #5A4F41;
}
.recent-posts article .post-category {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02rem;
	display: block;
	margin: 9px 0 4px;
	text-transform: uppercase;
}
.recent-posts article a {
	text-decoration: none;
}
.recent-posts article h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 100;
	line-height: 25px;
	margin: 0;
}
@media all and (max-width:1310px) {
	.recent-posts .slider-wrap {
		max-width: 1095px;
		margin: 0 auto;
	}
}
@media all and (max-width:1200px) {
	.recent-posts .slider-wrap {
		max-width: 916px;
		margin: 0 auto;
	}
}
@media all and (max-width:1020px) {
	.recent-posts .slider-wrap {
		max-width: 650px;
		margin: 0 auto;
	}
}
@media all and (max-width:758px) {
	.recent-posts {
		background-image:url(../../assets/icons/utility/mobile-background.png)!important;
	}
	.recent-posts .desktop-only {
		display: none;
	}
	.recent-posts article .article-wrap {
		width: 262px;
		margin: 0;
		display: block;
		padding: 10px 2px 25px;
		overflow: hidden;
	}
	.recent-posts h3 {
		left: inherit;
		right: 7%;
	}
	.recent-posts .mobile-only {
		display: block;
		position: relative;
		padding: 0 0 20px 20px;
	}
	.recent-posts .mobile-only .swiper-scrollbar-drag {
		height: 100%;
		width: 100%;
		position: relative;
		background: #F4EFE9;
		border-radius: 0;
		left: 0;
		top: -3px;
		height: 6px;
	}
	.recent-posts .mobile-only .swiper-horizontal>.swiper-scrollbar, .recent-posts .mobile-only .swiper-scrollbar.swiper-scrollbar-horizontal {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 3px;
		z-index: 50;
		height: 1px;
		width: 95%;
		background: #F4EFE9;
		border-radius: 0;
	}
	.recent-posts .swiper-slide:nth-child(2) article img, .recent-posts .swiper-slide:nth-child(6) article img  {
		border: 8px solid #D4D1C8;
	}
	.recent-posts .swiper-slide:nth-child(3) article .pos, .recent-posts .swiper-slide:nth-child(7) article .pos {
		display: block;
		position: relative;
	}
	.recent-posts .swiper-slide:nth-child(3) article .article-wrap .pos:after, .recent-posts .swiper-slide:nth-child(7) article .article-wrap .pos:after {
		content: "";
		display: block;
		width: 106%;
		height: 102%;
		background-image: url(../../assets/icons/utility/frame.png);
		position: absolute;
		top: -5px;
		left: -4px;
		background-size: cover;
		background-position: center;
	}
	.recent-posts .swiper-slide:nth-child(4) article img, .recent-posts .swiper-slide:nth-child(8) article img {
		border: 8px solid #5A4F41;
	}
}
@media all and (max-width:550px) {
	.recent-posts {
		padding: 45px 0 40px;
		background-size: cover;
		background-position: top center;
		overflow: hidden;
	}
	.recent-posts h3 {
		left: inherit;
		right: 11%;
		font-size: 50px;
		top: 43px;
	}
	.recent-posts .mobile-only {
		display: block;
		position: relative;
		padding: 0 0 5px 40px;
	}
	.recent-posts .mobile-only .swiper-horizontal>.swiper-scrollbar, .recent-posts .mobile-only .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 84%;
	}
	.recent-posts article img {
		height:311px;
	}
	.recent-posts article .post-category {
		margin: 0px 0 0px;
	}
	.recent-posts article .article-wrap {
		width:215px;
	}
	.recent-posts .swiper-slide:nth-child(3) article .article-wrap .pos:after, .recent-posts .swiper-slide:nth-child(7) article .article-wrap .pos:after {
		content: "";
		display: block;
		width: 107%;
		height: 363px;
		background-image: url(../../assets/icons/utility/frame.png);
		position: absolute;
		top: -25px;
		left: -4px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
}