.rec-post-bg {
	width: 100%;
	height: 160px;
	background-size: cover;
	background-position: center center;
}
.rec-section .rec-heading {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}
.rec-old-post .rec-post-bg {
	background-size: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #3186ad;
}
.rec-posts a:hover {
	text-decoration: none;
}
body .rec-title {
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	font-family: var(--latobold), Arial, Helvetica, sans-serif !important;
	font-weight: unset !important;
	height: fit-content;
	font-size: 18px !important;
	line-height: 1.3;
	color:var(--pe_old);
}
.rec-link {
	text-decoration:none;
}
.rec-link:hover {
	text-decoration:underline !important;
	color: var(--pe_blue);
}
.rec-posts {
	max-width: 90%;
	margin: auto;
}
.rec-posts .slick-list {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.slick-prev {
	/* left: -435px; */
	/* padding-right: 15px; */
}
.slick-next {
	/* right: -450px; */
	/* padding-left: 20px; */
}
.rec-posts .slick-prev, 
.rec-posts .slick-next {
	display: block !important;
	background:#f7f7f7;
	width: 55px;
	height: 55px;
	text-align: center;
	border-radius: 100%;
	box-shadow: 0 5px 15px rgba(0,0,0,15%);
	text-align: center;
}
.slick-prev,
.slick-next {
	z-index: 4 !important;
	/* height: 100% !important; */
	/* width: 430px !important; */
}
.slick-next:before {
	content: '\f27f' !important;
	float: left;
}
.slick-prev:before {
	content: '\f27e' !important;
	/* float: right !important; */
	left: 0 !important;
	content: '\f27f' !important;
	rotate: -180deg;
}
.slick-prev:before,
.slick-next:before {
	font-size: 75px;
	opacity: 1;
	color: #484848;
	line-height: 0.7;
	font-family: none;
	font-family: icomoon !important;
	width: 9px;
	height: 20px;
	position: relative;
	float: none;
	display: inline-block;
}
.slick-list {
	overflow: visible;
}
.rec-link,
.rec-link:focus {
	outline:none;
}
.rec-link:hover .rec-title {
	color: var(--pe_blue);
}
.rec-post {
	background-color:var(--pe_light_bluegray);
	padding:20px;
}
.rec-post-wrapper {
	margin: 0 15px;
}
.rec-post-bg.old-rec {
	background-size: 120px;
	background-repeat: no-repeat;
	background-color: #3186ad;
}
.rec-section {
	background-color:var(--pe_light_bluegray);
	padding: 7rem 0;
	overflow-x:hidden;
}
.rec-heading {
	padding-left:0 !important;
}
.slick-next, .slick-prev {
	width:auto;
	height: auto;
	background:0 none;
}
.slick-prev:before, .slick-next:before {
	line-height: 0.6 !important;
	float:none !important;
}
.slick-next:before, .slick-prev:before {
	font-size: 30px!important;
}
.slick-next:before {
	right:0 !important;
}
.slick-prev {
	 left: -5% !important; 
}
.slick-next {
	 right: -5% !important; 
}
@media (max-width:400px) {
	.rec-posts .slick-prev, .rec-posts .slick-next {
		width: 40px;
		height: 40px;
	}
}
/*@media (max-width: 1200px) {
	.rec-post-bg, body .rec-title {
		width: 30vw;
	}
}
@media (max-width: 1200px) {
	body .rec-title {
		height: auto;
		min-height: 115px;
	}
	.slick-prev,
	.slick-next {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.rec-posts, 
	.rec-posts.slick-slider {
		max-width: 970px!important;
		padding: 0 20px;
	}
	.rec-posts .rec-post-wrapper {
		padding: 0;
		margin: 0 15px;
	}
	.rec-posts .rec-post-bg, 
	body .rec-posts .rec-title {
		width: auto;
	}
	.rec-posts .slick-prev, 
	.rec-posts .slick-next {
		padding: 0;
	}
	.rec-posts .slick-next {
		right: -420px;
	}
	.rec-posts .slick-prev {
		left: -415px;
	}
}
@media (max-width:991px) {
	.category .rec-section.fusion-fullwidth {
		padding-bottom: 45px !important
	}
	.rec-posts .slick-prev {
		left: -395px;
	}
	.rec-posts .slick-next {
		right: -395px;
	}	
	.rec-posts .rec-post-wrapper {
		margin: 0 27px;
	}
}
@media (max-width: 800px) {
	body #main .rec-section .rec-heading {
		text-align: center;
	}
}
@media (max-width: 768px) {
	.rec-post-bg,
	body .rec-title {
		width: 42vw;
		min-height: 110px;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 45px;
	}
}
@media (max-width: 767px) {
	.rec-section .rec-heading {
		font-size: 25px;
		line-height: 1;
	}
}

@media (max-width: 679px) {
	.rec-post-bg {
		background:none;
		height:auto;
	}
	img.hidden-xs {
		display: block !important;
		width: 100%;
	}
}
@media (max-width: 640px) {
	.category .rec-section.fusion-fullwidth .rec-container {
		padding: 0 30px;
	}
	.category .rec-posts, .category .rec-posts.slick-slider {
		padding: 0;
	}
	.category .rec-posts .slick-next {
		right: -410px;
	}
	.category .rec-posts .slick-prev {
		left: -410px;
	}
	body.category #main .rec-section .rec-heading {
		font-size: 28px !important;
	}
}
@media (max-width: 480px) {
	.rec-post-bg, body .rec-title {
		width: 87vw;
	}
	body.category #main .rec-section .rec-heading {
		font-size: 25px !important;
		line-height:1.2;
	}
}
@media (max-width: 480px) {
	body #main .rec-section .rec-heading {
		font-size: 25px !important;
	}
}*/