ul.recent-posts,
ul.recent-posts li {
    padding: 0;
}

ul.recent-posts {
    line-height: 24px;
	overflow: hidden;
}

.recent-posts.layout-2 li,
.recent-posts.layout-3 li,
.recent-posts.layout-2 li:last-child,
.recent-posts.layout-3 li:last-child {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.recent-posts .recent-posts__title {
    color: #323232;
}

.recent-posts .recent-posts__title:hover {
	color: #d8203b;
}

.recent-posts .recent-posts__media {
	position: relative;
}

.recent-posts .cat-links {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	margin: 0;
	padding: 1px 26px 0;
	text-align: center;
	overflow: hidden;
	background-color: #d8203b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.recent-posts .cat-links,
.recent-posts .cat-links a {
	height: 20px;
	line-height: 20px;

	color: #fff;
	font-family: 'Vidaloka', serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	white-space: nowrap;
}

.recent-posts .cat-links:hover {
	background-color: #026f9f;
}
.recent-posts .cat-links a:hover {
	color: #fff;
}

.recent-posts.layout-2 .recent-posts__title,
.recent-posts.layout-3 .recent-posts__title {
	font-family: 'Vidaloka', serif;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 30px;
}

.recent-posts .post-info {
	margin-top: 12px;
	margin-bottom: 0;
}

.recent-posts__excerpt {
	margin-top: 26px;
	line-height: 30px;
}


/* Layout 1 */

.recent-posts.layout-1 .recent-posts__inner {
	min-height: 85px;
}

.recent-posts.layout-1 li + li {
    margin-top: 40px;
}

.recent-posts.layout-1 .recent-posts__media {
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 31px;
}

.recent-posts.layout-1 .recent-posts__media .post-thumbnail {
	width: 85px;
	height: 85px;
}

.recent-posts.layout-1 .recent-posts__content {
    padding-top: 9px;
	margin-left: 85px;
}

.recent-posts.layout-1 .recent-posts__title {
	font-family: 'Vidaloka', serif;
    display: block;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.recent-posts.layout-1 .recent-posts__date {
    margin-top: 9px;
}



/* Layout 1 ( Featured ) */

.recent-posts__featured .recent-posts  .recent-posts__inner {
	min-height: 100px;
}

.recent-posts__featured-inner {
	position: relative;
	padding: 35px 40px 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.recent-posts__featured-inner:before {
	background-color: rgba(193, 194, 199, 0.9);
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.recent-posts__featured .widget-title {
	color: #fff;
	position: relative;
	text-align: left;
}

.recent-posts__featured ul.recent-posts {
	position: relative;
}

.recent-posts__featured .recent-posts .recent-posts__content {
	padding-top: 16px;
	margin-left: 100px;
}

.recent-posts__featured .recent-posts .recent-posts__title {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.recent-posts__featured .recent-posts .recent-posts__title:hover {
	color: #d8203b;
}

.recent-posts__featured .recent-posts .recent-posts__media,
.recent-posts__featured .recent-posts .recent-posts__media .post-thumbnail {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.recent-posts__featured .recent-posts li + li {
	margin-top: 19px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 20px;
}

.recent-posts__featured .hentry-sub,
.recent-posts__featured .hentry-sub a,
.recent-posts__featured .hentry-sub .cat-links a,
.recent-posts__featured .hentry-sub .posted-on a {
	color: #323232;
}

.recent-posts__featured .hentry-sub a:hover {
	color: #d8203b;
}



/* Layout 2 */

.recent-posts.layout-2 li {
    float: left;
    width: 370px;
}

.recent-posts.layout-2 li + li {
	margin-left: 30px;
}

.recent-posts.layout-2 li:last-child {
	margin-bottom: 0 !important;
}

.recent-posts.layout-2 .recent-posts__media-inner,
.recent-posts.layout-2 .post-thumbnail .cover {
	margin: -1px -1px 0;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	overflow: hidden;
}

.recent-posts.layout-2 .post-thumbnail .cover {
	max-width: 120%;
	width: 100.6%;
}

.recent-posts.layout-2 .recent-posts__media a.post-thumbnail {
	display: block;
	width: 100%;
	height: 247px;
}

.recent-posts.layout-2 .cat-links {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.recent-posts.layout-2 .post-info {
	text-align: center;
}

.recent-posts.layout-2 .recent-posts__content {
/*     background-color: #fff; */
    text-align: center;
    padding: 37px 30px 52px;
    min-height: 185px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.recent-posts.layout-2 .recent-posts__title {
    display: block;
    height: 60px;
    overflow: hidden;
}



/* Layout 3 */

.recent-posts.layout-3 li + li {
	margin-top: 30px;
}

.recent-posts.layout-3 .recent-posts__media-inner {
	position: relative;

	margin: -1px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	overflow: hidden;
}



.recent-posts.layout-3 .recent-posts__content {
	text-align: center;
}

.recent-posts.layout-3 .cat-links {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.recent-posts.layout-3 .post-info {
	margin-top: 10px;
}


/* Media Queries */

@media screen and (min-width: 15em) {
	
	.recent-posts.layout-2 li {
		width: 100%;
		margin-bottom: 30px;
	}

	.recent-posts.layout-2 li + li {
		margin-left: 0;
	}

	.recent-posts.layout-2 .recent-posts__media a.post-thumbnail {
		height: 300px;
	}

	.recent-posts__featured .recent-posts__media {
		display: none;
	}

	.recent-posts.layout-2 .recent-posts__content,
	.recent-posts.layout-3 .recent-posts__content {
		padding: 30px 15px 20px;
	}

	.recent-posts__featured .recent-posts .recent-posts__content {
		margin-left: 0;
	}

}

@media screen and (min-width: 450px) {

	.recent-posts.layout-2 .recent-posts__media a.post-thumbnail {
		height: 400px;
	}

	.recent-posts__featured .recent-posts__media {
		display: block;
	}

	.recent-posts__featured .recent-posts .recent-posts__content {
		margin-left: 100px;
	}

}

@media screen and (min-width: 620px) {

	.recent-posts.layout-2 .recent-posts__media a.post-thumbnail {
		height: 500px;
	}	

	.recent-posts.layout-2 .recent-posts__content,
	.recent-posts.layout-3 .recent-posts__content {
		padding: 37px 30px 52px;
	}

}

@media screen and (min-width: 768px) {
	
	.recent-posts.layout-2.posts-amount-2 li {
		width: 48%;
		margin-bottom: 0;
	}

	.recent-posts.layout-2.posts-amount-3 li {
		width: 30.65%;
		margin-bottom: 0;
	}

	.recent-posts.layout-2 li + li {
		/*margin-left: 30px; bug on front for IE11*/
		margin-left: 28px;
	}

	.recent-posts.layout-2 .recent-posts__media a.post-thumbnail {
		height: 200px;
	}

	.recent-posts.layout-2 .recent-posts__excerpt {
		min-height: 90px;
		max-height: 90px;
		overflow: hidden;
	}

}

@media screen and (min-width: 992px) {

	.recent-posts.layout-2.posts-amount-2 li {
		width: 47.64%;
		margin-bottom: 0;
	}

	.recent-posts.layout-2.posts-amount-3 li {
		width: 31.265%;
		margin-bottom: 0;
	}


	.recent-posts.layout-3 .recent-posts__inner {
		position: relative;
		height: 245px;
	}

	.recent-posts.layout-3 .recent-posts__media {
		position: absolute;
		left: 0;
		top: 0;
		width: 370px;
		height: 247px;
	}

	.recent-posts.layout-3 .recent-posts__media a.post-thumbnail {
		display: block;
		width: 370px;
		height: 247px;
	}

	.recent-posts.layout-3 .recent-posts__content {
		margin-left: 370px;
		height: 243px;
		overflow: hidden;
		padding: 36px 39px 40px;
		text-align: left;
	}


	.recent-posts.layout-3 .recent-posts__title {
		line-height: 30px;
		height: 30px;
		overflow: hidden;
	}

	.recent-posts.layout-3 .recent-posts__excerpt {
		line-height: 30px;
		height: 90px;
		overflow: hidden;
	}

}

@media screen and (min-width: 1200px) {
	
	.recent-posts.layout-2 li {
		width: 370px !important;
	}

	.recent-posts.layout-2 .recent-posts__media a.post-thumbnail {
		height: 247px;
	}

}


/* Browsers adjustments */

/* IE10+ */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	@media screen and (min-width: 1200px) {

		.recent-posts.layout-2 li {
			width: 36.99rem !important;
		}
	}
}

/* Edge */

@supports (-ms-ime-align:auto) {

	@media screen and (min-width: 1200px) {

		.recent-posts.layout-2 li {
			width: 36.99rem !important;
		}
	}
}


/* rtl */

/* Layout 1 */

body.rtl .recent-posts.layout-1 .recent-posts__media {
	float: right;
	margin-left: 31px;
	margin-right: auto;
}

body.rtl .recent-posts.layout-1 .recent-posts__content {
	margin-right: 85px;
	margin-left: auto;
}

/* Layout 1 ( Featured ) */

body.rtl .recent-posts__featured-inner:before {
	right: 0;
	left: auto;
}

body.rtl .recent-posts__featured .widget-title {
	text-align: right;
}

body.rtl .recent-posts__featured .recent-posts .recent-posts__content {
	margin-right: 100px;
	margin-left: auto;
}

/* Layout 2 */

body.rtl .recent-posts.layout-2 li {
	float: right;
}

body.rtl .recent-posts.layout-2 li + li {
	margin-right: 30px;
	margin-left: auto;
}

@media screen and (min-width: 15em) {

    body.rtl .recent-posts.layout-2 li + li {
		margin-right: 0;
		margin-left: auto;
	}

}

@media screen and (min-width: 768px) {

    body.rtl .recent-posts.layout-2 li + li {
        margin-right: 30px;
        margin-left: auto;
    }

}

@media screen and (min-width: 992px) {

    body.rtl .recent-posts.layout-3 .recent-posts__media {
        left: auto;
        right: 0;
    }

    body.rtl .recent-posts.layout-3 .recent-posts__content {
        margin-left: 0;
        margin-right: 370px;
        text-align: right;
    }

}

@media screen and (min-width: 1200px) {

    body.rtl .recent-posts.layout-2 li {
        width: 365px !important;
    }
}