/* recent posts */
.recent-item.style1,.recent-item.style1 .post-image,.recent-item.style1 .post-image a{
	transition: all 0.8s cubic-bezier(.4,0,0,1);
	-webkit-transition: all 0.8s cubic-bezier(.4,0,0,1);
}
.recent-posts:not(.widget_recent_entries){
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.recent-item{
	margin-bottom: 50px;
	position: relative;
}
.recent-posts .post-info {
    padding: 0;
    position: relative;
    z-index: 2;
}
.recent-item .post-image{
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 10px;
}
.recent-item .post-gallery,.recent-item .post-media,.recent-item .post-media .mejs-container{
	margin-bottom: 20px;
}
.recent-item .post-media {
	padding-top: 65%;
	position: relative;
}
.recent-item .post-media iframe,.recent-item .post-media div.wp-video,.recent-item .post-media video,.recent-item .post-media .mejs-container{
    position: absolute;
    top: 0;
    left: 0;
}
.recent-item .post-gallery,.recent-item .post-media,.recent-item .post-media .mejs-container{
    border-radius:10px;
    overflow:hidden;
    line-height: 0
}
.recent-item:not(.lg-mag-item) .post-info{
	text-align: center;
}
.recent-item .post-image a{
	display: block;
}
.recent-item .post-info h3{
	font-size: 24px;
	margin-bottom: 15px;
}
.recent-item.abs_bg{
	padding: 30px !important;
	border-radius: 10px
}
.recent-item.abs_bg .entry-content{
	font-size: 0px;
	line-height: 0;
}
.recent-item.abs_bg .entry-content .itr_post_share,.recent-item.abs_bg .entry-content .rit-more,.recent-item.abs_bg .meta_cat,.recent-item.abs_bg .more_container{
	display: none !important;
}
.recent-item.abs_bg .entry-content .bottom_links{
	border: 0;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.recent-item.style1{
    -webkit-box-shadow: 0px 35px 50px 0px rgba(10,10,10,0.08);
    box-shadow: 0px 35px 50px 0px rgba(10,10,10,0.08);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}
.recent-item.style1:not(.abs_bg){
	background-color: #fff;
}
.recent-item.style1.abs_bg{
	padding-bottom: 40px !important
}
.recent-item.style1.abs_bg a{
	color: #fff
}
.recent-item.style1.abs_bg a:hover{
	color: rgba(255,255,255,1.7);
}
.recent-item.style1:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.recent-item.style1 .post-image{
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -webkit-transform: skew(0deg, -12deg);
    transform: skew(0deg, -12deg);
    border-radius: 10px;
}
.recent-item.style1 .post-image a{
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -webkit-transform: skew(0deg, 12deg);
    transform: skew(0deg, 12deg);
}
.recent-item.style1:hover .post-image{
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
.recent-item.style1:hover .post-image a{
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
.recent-item.style1 .post-meta{
    margin: 0 20px !important
}
.recent-item.style1 .entry-content{
	padding: 10px 30px 0;
}
.recent-item.style1 h3{
    padding: 10px 20px 0;
}
.recent-item.style1 .post-info h3:after{
	display:none
}
.recent-item.style1 .author_meta_section img{
    max-width: 24px
}
.recent-item.style1 .bottom_links{
    padding-top: 15px;
    border-top: 1px #eee solid;
    font-size: 14px;
    margin-top: 35px;
    overflow: hidden;
}
.recent-item.style1 .bottom_links > span{
    display: inline-block;
    margin-right: 8px;
    float: left;
}
.recent-item.style1 .bottom_links .byline.author:after{
    content: ".";
    display: inline-block;
    font-size: 30px;
    line-height: 1px;
    margin-left: 8px;
    top: -2px;
    position: relative;
}
.recent-item.style1 .bottom_links .byline.author img{
    width: 24px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: middle;
}
.recent-item.style1 .bottom_links .rit-more{
    float: right;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.recent-item.style1 .itr_post_share{
	padding-top: 20px;
	margin-top: 35px;
	border-top: 1px #eee solid;
}
.recent-item.style1 .jssocials-share-link{
	background-color:transparent;
	border:1px #d6d6d6 solid;
}

.recent-item.style2 .more_container {
    margin: 15px auto;
    text-align: center;
    position: relative;
}
.recent-item.style2 .entry-content{
	padding: 20px 30px 0;
	text-align: center;
}
.recent-item.style2 .post-info h3{
	margin-bottom: 10px;
	background-color: #333;
	display: inline-block;
	margin: 0 0 10px;
	padding: 30px 25px 15px 25px;
	font-size: 22px;
	font-weight:400;
	border-radius: 5px;
}
.recent-item.style2 .post-info h3 a{
	color:#fff
}
.recent-item.abs_bg .post-info h3{
	background-color: transparent;
	font-weight: bold;
    font-size: 21px;
    padding-bottom: 0;
    margin-bottom: 0
}
.recent-item.abs_bg .post-info h3:after{
	display: none;
}
.recent-item.abs_bg .post-info h3 a{
	color:#fff
}
.recent-item.style2 .post-info h3:after{
	display:none
}
.recent-item.style2 .post-image{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.recent-item.style2 .post-image img,.recent-item.style3 .post-image img{
	transition:all 1s cubic-bezier(0.68, 0, 0.28, 1);
	-webkit-transition: all 1s cubic-bezier(0.68, 0, 0.28, 1);
}
.recent-item.style2:hover .post-image img,.recent-item.style3:hover .post-image img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.recent-item.style2 .meta_cat{
	border-radius: 5px;
	overflow: hidden;
	padding: 7px 20px;
	background-color: #fff;
	display: table;
	margin: -40px auto -18px;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.08);
}
.recent-item.style2 .post-media + .post-info .meta_cat{
	display:none
}
.recent-item.style2 .post-media + .post-info h3{
	margin-top: -19px;
	padding-top: 15px;
}
.recent-item.style3 .post-info h3{
	margin-top: 10px;
}
.row.sm-items{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.lg-mag-item{
	margin: 0 -15px;
	position: relative;
}
.lg-mag-item .post-info{
	position: absolute;
	bottom: 35px;
	left: 6%;
	color: #fff;
	width: 88%;
	text-align: left;
}
.lg-mag-item .post-img{
	position: relative;
	z-index: 0
}
.lg-mag-item .post-img:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	content: "";
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.lg-mag-item.recent-item .post-info h3 a{
	color: #fff
}
.sm-mag-item .recent-item{
	margin-bottom: 15px;
}
.sm-mag-item .recent-item .post-info{
	text-align: left;
	padding-left: 10px;
	margin-top: -5px;
}
.sm-mag-item .recent-item .post-info h3{
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.lg-mag-item.recent-item .post-info h3{
	padding: 0;
	margin: 0 0 20px;
}
.sm-mag-item .recent-item .post-info .meta_date{
	font-size: 11px;
}
.sm-mag-item .recent-item .post-info h3:after,.lg-mag-item.recent-item .post-info h3:after{
	display: none;
}
.recent-posts.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recent-posts.widget_recent_entries h3{
	font-size: 16px;
	margin-bottom:-3px 
}
.recent-posts.widget_recent_entries > ul > li {
    padding: 15px 0;
    border-top: 1px #e6e6e6 dashed;
    overflow: hidden;
}
.recent-posts.widget_recent_entries > ul > li:first-child {
    border-top: 0;
}