/* ==========================================================================
   General blog styles
   ========================================================================== */
.blog_holder article {
	display: inline-block;
	width: 100%;
	margin: 0 0 57px;
}

.blog_holder table {
	margin-bottom: 20px;
	margin-top: 20px;
}

.blog_holder article .separator.small{
	margin: 0 auto;
}

.blog_holder:not(.blog_single) article p.post_excerpt{
	margin: 0;	
}  

.blog_holder.blog_single article.format-quote .post_content,
.blog_holder.blog_single article.format-link .post_content{
	padding: 20px 0 0;	
}  

.blog_holder article .post_image,
.blog_holder article .post_image > a,
.blog_holder article .post_image img {
	position: relative;
	width: 100%;
	display: block;
}

.blog_holder article .post_content_holder{
	width: 100%;
}

.blog_holder article.format-link .post_text .post_text_inner,
.blog_holder article.format-quote .post_text .post_text_inner{
	padding: 35px 0 25px;
	-webkit-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
	-moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
	-ms-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
	-o-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
	transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
}

.blog_single.blog_holder article.format-link .post_text .post_text_inner,
.blog_single.blog_holder article.format-quote .post_text .post_text_inner{
	padding: 30px;
}

.blog_holder article .post_text .post_text_inner .eltd-post-title {
	margin: 0;
}

.blog_holder article .post_text h2 .date{
	color:#e5735c;
}

.blog_holder article .post_info,
.blog_holder .blog_vertical_loop_clapper .post_info{
	display:inline-block;
	width:100%;
	font-size: 11px;
	line-height:1.5em;
	vertical-align: top;
	text-transform: uppercase;
}

.blog_holder.blog_vertical_loop_type article .post_info,
.blog_holder .blog_vertical_loop_clapper .post_info {
    text-transform: none;
}

.blog_holder.blog_vertical_loop_type article .clap-subtitle {
    margin-bottom: 40px;
}

.blog_holder.blog_vertical_loop_type article .post_info {
    margin: 30px 0 30px;
    font-size: 14px;
}

.blog_holder.blog_vertical_loop_type article.next_post .post_info{
	margin-bottom:0;
}

.blog_holder article .post_info a,
.blog_holder .blog_vertical_loop_clapper .post_info a{
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
	-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.blog_holder article .post_info div a:hover,
.blog_holder .blog_vertical_loop_clapper .post_info div a:hover{
	color: #4a4a4a;
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}

.blog_holder .blog_vertical_loop_clapper .post_info div a:hover,
.blog_holder article.next_post .post_info div a:hover{
	color:#fff;
}

.blog_holder .blog_vertical_loop_clapper .post_info .social_share_holder > a:hover .social_share_title,
.blog_holder article.next_post .post_info .social_share_holder > a:hover .social_share_title{
	color:#fff;
}

.blog_holder .post_info > div {
    float: left;
}

.blog_holder .post_info > div:not(:first-child):before {
    content: "|";
    display: inline-block;
    margin: 0 13px;
    color: #dadada;
}

.blog_holder .post_info i {
    margin-right: 9px;
    color: #464646;
    font-size: 12px;
}

.blog_holder .format-link .post_info i,
.blog_holder .format-quote .post_info i {
    color: #fff;
}

.blog_holder .post_info > div,
.blog_holder .post_info a {
    color: #e5735c;
    font-size: 14px;
    text-transform: capitalize;
}

.blog_holder .post_info .social_share_holder .social_share_icon {
    color: #464646;
    margin-right: 9px;
}

.blog_holder article.next_post .post_info .social_share_holder .social_share_icon,
.blog_holder .blog_vertical_loop_clapper .post_info .social_share_holder .social_share_icon{
    color:#fff;
}


.blog_holder .post_info .social_share_dropdown i{
    margin-right:0;
}

.blog_holder .format-link .post_info .social_share_holder .social_share_icon,
.blog_holder .format-quote .post_info .social_share_holder .social_share_icon {
    color: #fff;
}

.blog_holder article .post_info > div,
.blog_holder .blog_vertical_loop_clapper .post_info > div{
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}

.blog_holder article .post_info .post_info_inner>div:first-child{
	padding: 0 5px 0 0;
}

.blog_holder article .post_info .post_info_right > div:not(:first-child):before,
.blog_holder article .post_info .post_info_field div:not(:first-child):before{
	content: '/';
	position: relative;
	margin: 0 2px;
}

.blog_holder article .blog_like i{
	margin-right: 5px;
}

.blog_holder article .post_text .post_social{
	margin: 35px 0 0 0;
	display:inline-block;
	vertical-align: middle;
	width:100%;
}

.blog_holder article .post_social .post_comments,
.blog_holder article .post_social .blog_share{
	margin: 0 20px 0 0;
}

.blog_holder article .post_social .post_comments,
.blog_holder article .post_social .blog_like,
.blog_holder article .post_social .blog_share{
	display:block;
	width:40px;
	float:left;
	text-align:center;
}

.blog_holder article .post_social .post_comments i,
.blog_holder article .post_social .blog_like i{
	display:block;
	width:36px;
	height:36px;
	background-color: #e5735c;
	border-radius:25px;
	color:#fff;
	line-height:36px;
	font-size:13px;
	-webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
	-moz-transition: background-color 0.15s ease-out, color 0.15s ease-out;
	-ms-transition: background-color 0.15s ease-out, color 0.15s ease-out;
	-o-transition: background-color 0.15s ease-out, color 0.15s ease-out;
	transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.blog_holder article .post_social .post_comments span,
.blog_holder article .post_social .blog_like span,
.blog_holder article .post_social .blog_share .social_share_title{
	display:block;
	color: #8b8b8b;
	font-size:13px;
	line-height:15px;
	margin-top:10px;
	font-weight:700;
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}

.blog_holder article .post_social .post_comments:hover i,
.blog_holder article .post_social .blog_like:hover i,
.blog_holder article .post_social .blog_like .liked i{
	background-color: #5d5d5d;
}

.blog_holder article .video .mobile-video-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.blog_holder article .video{
	position: relative;
}

.blog_holder article .video .video-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 10;
}

.blog_holder article .video .video-wrap .mejs-poster {
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	-o-background-size: cover!important;
	width: 100% !important;
	height: 100% !important;
}

.blog_holder article .video .video-wrap .mejs-container {
	background-color: transparent!important;
	background-image: none!important;
	height: 100% !important;
	width: 100% !important;
	overflow: hidden;
}

.blog_holder article .video .video-wrap .mejs-mediaelement{
	background: none !important;
	border: 0 !important;
}

.blog_holder article .video .video-wrap .mejs-container .mejs-poster img {
	max-width: none!important;
	width: 100%!important;
}

.blog_holder article .mejs-container .mejs-controls{
	visibility: visible !important;
}

.blog_holder article .mejs-controls .mejs-volume-button .mejs-volume-slider{
	display: none !important;
}

.blog_holder article .post_image .mejs-poster img{
	display: none !important;
}

.blog_holder article .post_info .post_info_left a.post_author {
	display:inline-block;
	line-height:64px;
	float:left;
}

.blog_holder article .post_info .qbutton.dark {
	text-transform: none;
}

.blog_share{
	display: inline-block;
}

.blog_holder article.format-quote .post_text .post_title p,
.blog_holder article.format-link .post_text .post_title p{
	font-size: 20px;
	font-weight: 400;
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}

.blog_holder article.format-quote .post_text .quote_author{
	display:block;
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 22px;
	color:#fff;
    text-transform: uppercase;
    font-weight: 600;
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}

.blog_holder.blog_standard_type article{
	padding-bottom:46px;
	border-bottom: 2px solid #dadada;
}

.blog_holder article.format-link .post_text .link_image .post_text_inner,
.blog_holder article.format-quote .post_text .quote_image .post_text_inner,
.blog_holder article.format-link .post_text.link_image .post_text_inner,
.blog_holder article.format-quote .post_text.quote_image .post_text_inner,
.blog_holder.blog_standard_type article.format-link .post_text .post_text_inner,
.blog_holder.blog_standard_type article.format-quote .post_text .post_text_inner{
	background-color: rgba(33, 33, 33, 0.8);
}

.blog_holder.blog_masonry_gallery article .post_text .post_text_inner:hover,
.blog_holder article.format-link .post_text .post_text_inner:hover,
.blog_holder article.format-quote .post_text .post_text_inner:hover{
	background-color: rgba(33, 33, 33, 0.7);
}

.blog_holder article.format-link .post_text .post_text_inner,
.blog_holder article.format-quote .post_text .post_text_inner{
	background-color: rgba(33, 33, 33, 0.8);
}

.blog_holder article.format-link .post_text .link_image,
.blog_holder article.format-quote .post_text .quote_image,
.blog_holder article.format-link .post_text.link_image,
.blog_holder article.format-quote .post_text.quote_image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
}

.blog_holder article.format-link .post_text .link_image .post_text_inner:hover,
.blog_holder article.format-quote .post_text .quote_image .post_text_inner:hover,
.blog_holder article.format-link .post_text.link_image .post_text_inner:hover,
.blog_holder article.format-quote .post_text.quote_image .post_text_inner:hover{
	background-color: rgba(33, 33, 33, 0.7);
}

.blog_holder article.format-link .post_text .post_text_inner .post_info,
.blog_holder article.format-quote .post_text .post_text_inner .post_info{
	color: #a1a1a1;
}

.blog_holder article.format-quote .post_text_inner:hover h3 .date,
.blog_holder article.format-link .post_text_inner:hover h3 .date,
.blog_holder article.format-link .post_text .post_text_inner:hover .link_mark,
.blog_holder article.format-quote .post_text .post_text_inner:hover .quote_mark,
.blog_holder article.format-quote .post_text_inner:hover h3 a,
.blog_holder article.format-link .post_text_inner:hover h3 a,
.blog_holder article.format-quote .post_text_inner:hover h3,
.blog_holder article.format-link .post_text_inner:hover h3,
.blog_holder article.format-quote .post_text_inner:hover .post_info,
.blog_holder article.format-link .post_text_inner:hover .post_info,
.blog_holder article.format-quote .post_text .post_text_inner:hover .quote_author,
.blog_holder article .post_info a:hover,
.blog_holder.blog_single article.format-link .post_text_inner:hover .post_info > div .author_icon,
.blog_holder.blog_single article.format-quote .post_text_inner:hover .post_info > div .author_icon,
.blog_holder.blog_single article.format-link .post_text_inner:hover .post_info > div .category_icon,
.blog_holder.blog_single article.format-quote .post_text_inner:hover .post_info > div .category_icon,
.blog_holder article.format-link .post_content_holder .post_text_inner .post_info div > a:hover,
.blog_holder article.format-link .post_content_holder .post_text_inner .post_info .social_share_title:hover,
.blog_holder article.format-quote .post_content_holder .post_text_inner .post_info div > a:hover,
.blog_holder article.format-quote .post_content_holder .post_text_inner .post_info .social_share_title:hover{
	color:#fff;
}

.blog_holder article h2,
.blog_holder article h3{
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}

.blog_holder article h2{
	padding: 0 0 10px;
	word-break: break-word;
	margin-top: -9px;
}
.blog_holder article h2 .date,
.blog_holder article.format-quote h3 .date,
.blog_holder article.format-link h3 .date
{
	color: #e5735c;
}
.blog_holder article h2 a{
	color: #464646;
}

.blog_holder article h2 a:hover{
	text-decoration: none;
}
.blog_holder article.sticky h2 a,
.blog_holder article h2 a:hover{
	color: #e5735c;
}
.blog_holder article.format-quote h3,
.blog_holder article.format-link h3{
	font-size: 18px;
	margin:0 0 15px;
	color: #fff;
	line-height: 27px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog_holder article.format-quote h3 a,
.blog_holder article.format-link h3 a{
	color: #fff;
}

.blog_holder article.format-quote h3 a:hover,
.blog_holder article.format-link h3 a:hover{
	text-decoration: none;
}

.blog_holder article.format-quote .post_title,
.blog_holder article.format-link .post_title{
	padding: 0;
}

.blog_holder article.format-quote .post_title.with_icon_right,
.blog_holder article.format-link .post_title.with_icon_right{
	padding-right: 50px;
}

.post_info_quote_mark,
.post_info_link_mark{
	float: right;
	margin: 0;
}

.blog_holder article.format-quote .post_text .post_info span i,
.blog_holder article.format-link .post_text .post_info span i,
.blog_holder article.format-quote .post_text .post_info span i,
.blog_holder article.format-quote .post_text .post_info .social_share,
.blog_holder article.format-link .post_text .post_info .social_share{
	padding: 0 3px 0 0;
}

.blog_holder article.format-link .post_text .post_text_inner,
.blog_holder article.format-quote .post_text .post_text_inner{
	padding: 45px 35px;
	box-sizing: border-box;
}

.blog_holder article.format-link .post_text .link_mark,
.blog_holder article.format-quote .post_text .quote_mark {
	font-size: 23px;
	color: #fff;
}

.blog_holder article.format-link .post_text .post_info,
.blog_holder article.format-quote .post_text .post_info{
	text-align: left;
}
.blog_holder article .post_text .post_info .post_info_inner{
	width: 100%;
}

.blog_holder article .social_share_list_holder ul li{
	margin: 0 12px 0 0;
}
.blog_holder article .social_share_list_holder ul li:last-child{
	margin: 0;
}


.blog_holder:not(.blog_split_column) article:not(.format-audio) .post_image{
	margin-bottom: 43px;
}

.blog_holder article .post_info > div,
.blog_holder .blog_vertical_loop_clapper .post_info > div{
	line-height: 20px;
}

.blog_holder article.format-link .post_content_holder .post_text_inner .post_info div > a,
.blog_holder article.format-quote .post_content_holder .post_text_inner .post_info div > a{
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}

.blog_holder article a.read_more_button .blog_show_read_more_icon {
    display: inline-block;
    line-height: inherit;
    vertical-align: top;
    font-size: 23px;
    position: relative;
    top: -1px;
}


/* ==========================================================================
   End general blog styles
   ========================================================================== */

/* ==========================================================================
   Blog templates
   ========================================================================== */


/* #Standard
   ========================================================================== */
.blog_holder.blog_standard_type .format-link .post_text,
.blog_holder.blog_standard_type .format-quote .post_text{
	position: relative;
}
.blog_holder.blog_standard_type article.format-link .post_text .post_text_inner,
.blog_holder.blog_standard_type article.format-quote .post_text .post_text_inner{
	padding: 25px 35px 45px 90px;
}
.blog_holder.blog_single .post_info_bottom{
    display: inline-block;
    width: 100%;
    font-size: 11px;
    line-height: 1.5em;
    vertical-align: top;
    margin: 40px 0 0 0;
}

.blog_holder.blog_single .post_info_bottom{
    font-size: 14px;
    text-transform: capitalize;
    color: #464646;
}

.blog_holder.blog_single .post_info_bottom a{
    color: #e6735c;
}

.blog_holder.blog_standard_type .post_info_bottom > div{
    webkit-transition: color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out;
    -ms-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    float: left;
}

.blog_holder.blog_single .post_info_bottom>div{
    position: relative;
}

.blog_holder.blog_single .post_info_bottom>div:first-child{
    padding: 0 20px 0 0;
}
.blog_holder.blog_single .post_info_bottom>div:not(:first-child){
    padding: 0 20px;
}

.blog_holder.blog_single .post_info_bottom>div:not(:first-child):before{
    left: -20px;
}
.blog_holder.blog_single .post_info_bottom>div:not(:first-child):before{
    position: absolute;
    left: 0;
    content: '|';
    display: inline-block;
}

.blog_holder.blog_single .post_info_bottom > div .social_share_icon,
.blog_holder.blog_single .post_info_bottom > div .icon-heart,
.blog_holder.blog_single .post_info_bottom > div .print_icon{
    margin-right: 9px;
    color: #464646;
}
.blog_holder.blog_single .post_info_bottom > div .social_share_icon,
.blog_holder.blog_single .post_info_bottom > div .icon-heart,
.blog_holder.blog_single .post_info_bottom > div .print_icon{
	font-size: 23px;
}
.blog_holder.blog_single .post_info_bottom > div .liked .icon-heart{
    color: #e6735c;
}

.blog_holder.blog_single .post_info_bottom > div .social_share_holder > a,
.blog_holder.blog_single .post_info_bottom .blog_like > a,
.blog_holder.blog_single .post_info_bottom  .blog_print_wrapper{
    display: table;
    table-layout: fixed;
} 

.blog_holder.blog_single .post_info_bottom > div .social_share_icon,
.blog_holder.blog_single .post_info_bottom .blog_like > a span.icon-heart,
.blog_holder.blog_single .post_info_bottom  .blog_print_wrapper .print_icon{
    display: table-cell;
    vertical-align: top;
}
.blog_holder.blog_single .post_info_bottom > div .social_share_title,
.blog_holder.blog_single .post_info_bottom .blog_like > a span:not(.icon-heart),
.blog_holder.blog_single .post_info_bottom  .blog_print_wrapper .blog-print-text{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    line-height: normal;
	-webkit-transition: color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    -ms-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
}

.blog_holder.blog_single .post_info_bottom .blog_like > a span:not(.icon-heart):hover,
.blog_holder.blog_single .post_info_bottom  .blog_print_wrapper .blog-print-text:hover{
	color: #464646;
}

.blog_holder .post_corner_info_holder{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.blog_holder .post_corner_info_holder .post_date_standard_holder,
.blog_holder .post_corner_info_holder .post_comments_standard_holder{
	width: 70px;
}
.blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .blog_title_post_info_holder {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 45px;
}
.blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .post_corner_info_holder{
	display: table-cell;
	text-align: center;
    vertical-align: top;
    width: 70px;
    position: relative;
}

.blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .blog_title_post_info_holder .post_text{
    display: table-cell;
    vertical-align: top;
	text-align: left;    
    width: 100%;
    padding: 0 25px;    
}

.blog_holder.blog_standard_type .post_corner_info_holder .post_date_standard_holder{
	padding: 7px 0 13px;
	color: #fff;
	background-color: #e5735c;
	text-transform: uppercase;
	font-weight: 500;
}

.blog_holder .post_corner_info_holder .post_comments_standard_holder{
	padding: 8px 0 11px 0;
	background-color: #464646;
}

.blog_holder .post_corner_info_holder .post_comments_standard_holder a{
	color: #fff;
	font-weight: 600;
}

.blog_holder .post_corner_info_holder .post_comments_standard_holder a .post_comments_number{
	font-size: 30px;
	line-height: 30px;
}

.blog_holder .post_corner_info_holder .post_date_standard_holder .post_date_day{
	font-size: 30px;
	line-height: 32px;
}

.blog_holder .post_corner_info_holder .post_date_standard_holder .post_date_month,
.blog_holder .post_corner_info_holder .post_date_standard_holder .post_date_year{
	font-size: 13px;
	line-height: normal;
}

.blog_holder .post_corner_info_holder .post_comments_standard_holder a .post_comments_text{
	font-size: 11px;
}

.blog_holder .post_corner_info_holder .post_date_standard_holder > span {
    display: block;
}
.blog_holder .post_corner_info_holder .post_comments > span {
    display: inline;
}

.blog_holder .post_corner_info_holder .post_comments_standard_holder a .post_comments_number{
	font-size: 16px;
	line-height: 16px;
}
.blog_holder .post_corner_info_holder .post_comments_standard_holder a span.comment_icon{
    font-size:15px;
    vertical-align: middle;
}
.blog_holder .post_corner_info_holder .post_date_standard_holder .post_date_day{
	font-size: 28px;
	line-height: 30px;
}
.blog_holder .post_corner_info_holder .post_date_standard_holder .post_date_month_year{
	font-size: 11px;
	line-height: normal;
	margin-top: 6px;
}

.blog_holder.blog_single .post_corner_info_holder .post_date_standard_holder > span,
.blog_holder.blog_single .post_corner_info_holder .post_comments > span{
	display: block;
}
.blog_holder.blog_standard_type .post_corner_info_holder .post_comments > span{
    display: inline;
}
.blog_holder.blog_single article .post_info{
    margin-bottom :0; 
}
.blog_holder.blog_single article:not(.format-audio) .post_image{
    margin-bottom :49px; 
}
.blog_holder.blog_standard_type article.format-quote .post_content_holder .post_text_inner .post_info div,
.blog_holder.blog_standard_type article.format-link .post_content_holder .post_text_inner .post_info div,
.blog_holder.blog_standard_type article.format-quote .post_content_holder .post_text_inner .post_info div > a,
.blog_holder.blog_standard_type article.format-quote .post_content_holder .post_text_inner .post_info div > a{
	-webkit-transition: color 0s ease-out;
	-moz-transition: color 0s ease-out;
	-ms-transition: color 0s ease-out;
	-o-transition: color 0s ease-out;
	transition: color 0s ease-out;
}

.blog_holder.blog_standard_type article a.read_more_button .blog_show_read_more_icon{
	font-size: 21px;
}

.blog_holder article .post_info .blog_share span:first-child{
	padding:0;
}


/* #Title & date first
   ========================================================================== */


.blog_holder article .post_info .blog_share .social_share_dropdown ul li a span{
	font-family: 'ElegantIcons' !important;
}
.blog_holder.blog_standard_type article .audio_image{
	margin-bottom: 35px;
}

.blog_holder.blog_standard_type article a.read_more_button{
	margin-top: 45px;
}

.blog_holder.blog_standard_type article .social_share_list_holder{
	margin-top: 20px;
}

.blog_holder.blog_standard_type article.format-quote .post_info,
.blog_holder.blog_standard_type article.format-link .post_info{
	margin: 0;
}

/* #Post info vertical - image
   ========================================================================== */


/* #Split column
   ========================================================================== */
.blog_holder.blog_split_column article .post_content_holder{
	display:table;
	table-layout: fixed;
}

.blog_holder.blog_split_column .post_content_column{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.blog_holder.blog_split_column article.format-link .post_text .post_text_inner,
.blog_holder.blog_split_column article.format-quote .post_text .post_text_inner,
.blog_holder.blog_split_column article.format-link .post_text .post_text_inner:hover,
.blog_holder.blog_split_column article.format-quote .post_text .post_text_inner:hover{
	padding: 0;
	background-color: transparent;
}

.blog_holder.blog_split_column article.format-link .post_content_column.text-wrapper,
.blog_holder.blog_split_column article.format-quote .post_content_column.text-wrapper{
	padding: 45px 35px;
	background-color: #f5f5f5;
	-webkit-transition: background-color 0.15s ease-out;
	-moz-transition: background-color 0.15s ease-out;
	-ms-transition: background-color 0.15s ease-out;
	-o-transition: background-color 0.15s ease-out;
	transition: background-color 0.15s ease-out;
}

.blog_holder.blog_split_column article.format-link .post_content_column.text-wrapper:hover,
.blog_holder.blog_split_column article.format-quote .post_content_column.text-wrapper:hover{
	background-color: #e5735c;
}

.blog_holder.blog_split_column article.format-link .post_text .link_image .post_text_inner:hover,
.blog_holder.blog_split_column article.format-quote .post_text .quote_image .post_text_inner:hover,
.blog_holder.blog_split_column article.format-link .post_text.link_image .post_text_inner:hover,
.blog_holder.blog_split_column article.format-quote .post_text.quote_image .post_text_inner:hover,
.blog_holder.blog_split_column article.format-quote .post_text_inner:hover .post_info a,
.blog_holder.blog_split_column article.format-link .post_text_inner:hover .post_info a,
.blog_holder.blog_split_column article.format-quote .post_text_inner:hover .post_info,
.blog_holder.blog_split_column article.format-link .post_text_inner:hover .post_info,
.blog_holder.blog_split_column article.format-quote .post_text .post_text_inner:hover .quote_author,
.blog_holder.blog_split_column article.format-link .post_content_column.text-wrapper .post_text_inner:hover .link_mark,
.blog_holder.blog_split_column article.format-quote .post_content_column.text-wrapper .post_text_inner:hover .quote_mark{
	color:initial;
}

.blog_holder.blog_split_column article.format-link .post_content_column.text-wrapper:hover .post_text .link_image .post_text_inner,
.blog_holder.blog_split_column article.format-quote .post_content_column.text-wrapper:hover .post_text .quote_image .post_text_inner,
.blog_holder.blog_split_column article.format-link .post_content_column.text-wrapper:hover .post_text.link_image .post_text_inner,
.blog_holder.blog_split_column article.format-quote .post_content_column.text-wrapper:hover .post_text.quote_image .post_text_inner,
.blog_holder.blog_split_column article.format-quote .post_content_column.text-wrapper:hover .post_text_inner .post_info a,
.blog_holder.blog_split_column article.format-link .post_content_column.text-wrapper:hover .post_text_inner .post_info a,
.blog_holder.blog_split_column article.format-quote .post_content_column.text-wrapper:hover .post_text_inner .post_info,
.blog_holder.blog_split_column article.format-link .post_content_column.text-wrapper:hover .post_text_inner .post_info,
.blog_holder.blog_split_column article.format-quote .post_content_column.text-wrapper:hover .post_text .post_text_inner .quote_author,
.blog_holder.blog_split_column article.format-quote .post_content_column.text-wrapper:hover h3 a,
.blog_holder.blog_split_column article.format-link .post_content_column.text-wrapper:hover h3 a,
.blog_holder.blog_split_column article.format-link .post_content_column.text-wrapper:hover  .post_text .link_mark,
.blog_holder.blog_split_column article.format-quote .post_content_column.text-wrapper:hover .post_text .quote_mark{
	color:#fff;
}


.blog_holder.blog_split_column .post_content_column.split_column_full_width{
	width:100%;
}

.blog_holder.blog_split_column .post_content_column .audio_image{
	margin-bottom: 14px;
}

.blog_holder.blog_split_column article:not(.format-link):not(.format-quote) .post_content_column.text-wrapper .post_text_inner{
	padding-left: 30px;
}

.blog_holder.blog_split_column article:not(.format-link):not(.format-quote) .post_content_column.text-wrapper.split_column_full_width .post_text_inner{
	padding: 0;
}

.blog_holder.blog_split_column .post_content_column.text-wrapper .post_text,
.blog_holder.blog_split_column .post_content_column.text-wrapper .post_text_inner{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.blog_holder.blog_split_column article.format-link .post_text_inner .post_info,
.blog_holder.blog_split_column article.format-quote .post_text_inner .post_info{
	margin: 0;
}

.blog_holder.blog_split_column article .post_text_inner a.read_more_button{
	margin-top:20px;
}

.blog_holder.blog_split_column article .post_text_inner .social_share_list_holder{
	margin-top:20px;
}

/* #Masonry
   ========================================================================== */
body.page-template-blog-masonry-full-width-php .content .full_width .full_width_inner,
.content .full_width.blog_masonry_full_width_template .full_width_inner{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}

.blog_holder.masonry,
.blog_holder.masonry_full_width {
	margin-bottom: 60px;
	transition: none !important;
	overflow: visible !important;
	opacity: 0;
	filter: alpha(opacity=0);
}

.blog_holder.masonry article,
.blog_holder.masonry_full_width article{
	display: block;
	padding: 0;
	text-align: left;
	vertical-align: top;
	z-index: 100;
	margin: 0 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-transition: border-color 0.15s ease-out;
	-moz-transition: border-color 0.15s ease-out;
	-o-transition: border-color 0.15s ease-out;
	-ms-transform: border-color 0.15s ease-out;
	transition: border-color 0.15s ease-out;
}

.blog_holder.masonry.three_columns article,
.blog_holder.masonry.three_columns .blog_holder_grid_sizer {
	width: 32%;
}

.blog_holder.masonry.two_columns article,
.blog_holder.masonry.two_columns .blog_holder_grid_sizer {
	width: 49%;
}

.blog_holder.masonry.three_columns .blog_holder_grid_gutter,
.blog_holder.masonry.two_columns .blog_holder_grid_gutter {
	width: 2%;
}

.blog_holder.masonry_full_width.five_columns article,
.blog_holder.masonry_full_width.five_columns .blog_holder_grid_sizer {
	width: 19%;
}

.blog_holder.masonry_full_width.five_columns .blog_holder_grid_gutter {
	width: 1.25%;
}

.blog_holder.masonry_full_width.four_columns article,
.blog_holder.masonry_full_width.four_columns .blog_holder_grid_sizer {
	width: 24%;
}

.blog_holder.masonry_full_width.four_columns .blog_holder_grid_gutter {
	width: 1.33%;
}

.blog_holder.masonry_full_width.three_columns article,
.blog_holder.masonry_full_width.three_columns .blog_holder_grid_sizer {
	width: 32%;
}

.blog_holder.masonry_full_width.three_columns .blog_holder_grid_gutter {
	width: 2%;
}

.two_columns_75_25 .blog_holder.masonry article,
.two_columns_66_33 .blog_holder.masonry article,
.two_columns_33_66 .blog_holder.masonry article,
.two_columns_25_75 .blog_holder.masonry article{
	width:48.5%;
}

.two_columns_75_25 .blog_holder.masonry .blog_holder_grid_sizer,
.two_columns_66_33 .blog_holder.masonry .blog_holder_grid_sizer,
.two_columns_33_66 .blog_holder.masonry .blog_holder_grid_sizer,
.two_columns_25_75 .blog_holder.masonry .blog_holder_grid_sizer {
	width: 48.5%;
}

.two_columns_75_25 .blog_holder.masonry .blog_holder_grid_gutter,
.two_columns_66_33 .blog_holder.masonry .blog_holder_grid_gutter,
.two_columns_33_66 .blog_holder.masonry .blog_holder_grid_gutter,
.two_columns_25_75 .blog_holder.masonry .blog_holder_grid_gutter {
	width: 3%;
}

.blog_holder.masonry article:hover,
.blog_holder.masonry_full_width article:hover{
	z-index: 200;
}

.blog_holder.masonry article .post_image{
	margin: 0;
	padding: 0;
	width: auto;
}

.blog_holder.masonry article:not(.format-audio) .post_image,
.blog_holder.masonry_full_width article:not(.format-audio) .post_image,
.blog_holder.masonry .audio_image,
.blog_holder.masonry_full_width .audio_image{
	margin-bottom: 17px;
}

.blog_holder.masonry article .post_text h4,
.blog_holder.masonry_full_width article .post_text h4{
	margin-bottom: 10px;
}

.blog_holder.masonry article:not(.format-link):not(.format-quote) .post_info,
.blog_holder.masonry_full_width article:not(.format-link):not(.format-quote) .post_info{
	margin-bottom: 17px;
}

.blog_holder.masonry article .post_text h4,
.blog_holder.masonry_full_width article .post_text h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.blog_holder.masonry article:not(.format-quote):not(.format-link) h4 a, 
.blog_holder.masonry_full_width article:not(.format-quote):not(.format-link) h4 a{
	color: #464646;
}

.blog_holder.masonry article:not(.format-quote):not(.format-link) h4 a:hover, 
.blog_holder.masonry_full_width article:not(.format-quote):not(.format-link) h4 a:hover {
    color: #e6735c;
}

.blog_holder.masonry .post_corner_info_holder .post_date_standard_holder,
.blog_holder.masonry_full_width .post_corner_info_holder .post_date_standard_holder{
    padding: 7px 0 13px;
    color: #fff;
    background-color: #e5735c;
    text-transform: uppercase;
    font-weight: 600;
}

.blog_holder.masonry article:not(.format-link):not(.format-quote) .post_info.post_info_bottom,
.blog_holder.masonry_full_width article:not(.format-link):not(.format-quote) .post_info.post_info_bottom{
	margin: 20px 0 0;
}

.blog_holder.masonry article.format-link .post_info,
.blog_holder.masonry_full_width article.format-link .post_info,
.blog_holder.masonry article.format-quote .post_info,
.blog_holder.masonry_full_width article.format-quote .post_info{
	margin: 0;
}

.blog_holder.masonry article .post_info > div,
.blog_holder.masonry_full_width article .post_info > div{
	float:none;
	display: inline;
}

.blog_holder.masonry article a.read_more_button,
.blog_holder.masonry_full_width article a.read_more_button{
	margin-top: 20px;
}

.blog_holder.masonry article .social_share_list_holder,
.blog_holder.masonry_full_width article .social_share_list_holder{
	margin-top: 20px;
}

.blog_holder.masonry article.format-quote .post_text_inner h3,
.blog_holder.masonry article.format-link .post_text .post_text_inner h3,
.blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner h3,
.blog_holder.masonry_full_width article.format-link .post_text .post_text_inner h3{
	font-size:17px;
	line-height:1.47em;
	margin: 0;
}

.blog_holder.masonry_full_width article.format-quote .post_text .quote_author{
	font-size:13px;
	line-height:22px;
	margin: 0;
}

.blog_holder.masonry article.format-quote  .post_text .quote_author {
    font-size: 13px;
}

.blog_load_more_button_holder{
	text-align: center;
	padding: 10px 0 50px;
}

#infscr-loading{
	position: absolute;
	bottom:-35px;
	left: 50%;
}
.blog_infinite_scroll_button{
	display: none;
}

.blog_holder.masonry article .post_info .social_share_dropdown a,
.blog_holder.masonry_full_width article .post_info .social_share_dropdown a {
	margin: 0;
	font-weight: normal;
}

.blog_holder.masonry article .post_info .social_share_dropdown a:hover,
.blog_holder.masonry_full_width article .post_info .social_share_dropdown a:hover {
	color:#fff;
}

.blog_holder.masonry article.format-quote .post_text_inner h3,
.blog_holder.masonry article.format-link .post_text .post_text_inner h3,
.blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner h3,
.blog_holder.masonry_full_width article.format-link .post_text .post_text_inner h3{
	padding: 0 0 20px;
}

.blog_holder.masonry article.format-quote .post_text_inner .quote_author,
.blog_holder.masonry_full_width article.format-quote .post_text_inner .quote_author{
	padding: 0 0 20px;
}
.blog_holder.masonry article .mejs-controls div.mejs-horizontal-volume-slider,
.blog_holder.masonry_full_width article .mejs-controls div.mejs-horizontal-volume-slider{
	margin: 0 10px 0 0;
}

.blog_holder.masonry article.format-quote .post_title.with_icon_right,
.blog_holder.masonry article.format-link .post_title.with_icon_right,
.blog_holder.masonry_full_width article.format-quote .post_title.with_icon_right,
.blog_holder.masonry_full_width article.format-link .post_title.with_icon_right
{
	padding-right: 30px;
}

.blog_holder.masonry article .post_info_quote_mark,
.blog_holder.masonry article .post_info_link_mark
{
	margin: 3px 0 0;
}

.blog_holder.masonry article.format-link .post_text .post_text_inner,
.blog_holder.masonry article.format-quote .post_text .post_text_inner,
.blog_holder.masonry_full_width article.format-link .post_text .post_text_inner,
.blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner{
	padding: 40px 30px 40px 90px;
}
/* Blog Masonry Gallery
   ========================================================================== */
.blog_holder.blog_masonry_gallery{
	margin: 0 -10px 50px;
	width: auto;
	opacity: 0;
}

.blog_holder.blog_masonry_gallery article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 !important;
}

.blog_holder.blog_masonry_gallery.two_columns article.square_big,
.blog_holder.blog_masonry_gallery.two_columns article.rectangle_landscape{
	width: 100%;
}

.blog_holder.blog_masonry_gallery.two_columns article.square_small,
.blog_holder.blog_masonry_gallery.two_columns article.rectangle_portrait {
	width:  50%;
}
.blog_holder.blog_masonry_gallery.two_columns .blog_holder_grid_sizer {
	width: 50%;
}


.blog_holder.blog_masonry_gallery.three_columns article.square_big,
.blog_holder.blog_masonry_gallery.three_columns article.rectangle_landscape{
	width: 66.666%;
}

.blog_holder.blog_masonry_gallery.three_columns article.square_small,
.blog_holder.blog_masonry_gallery.three_columns article.rectangle_portrait {
	width:  33.33%;
}
.blog_holder.blog_masonry_gallery.three_columns .blog_holder_grid_sizer {
	width: 33.33%;
}

.blog_holder.blog_masonry_gallery.four_columns article.square_big,
.blog_holder.blog_masonry_gallery.four_columns article.rectangle_landscape{
	width: 50%;
}

.blog_holder.blog_masonry_gallery.four_columns article.square_small,
.blog_holder.blog_masonry_gallery.four_columns article.rectangle_portrait {
	width:  25%;
}
.blog_holder.blog_masonry_gallery.four_columns .blog_holder_grid_sizer {
	width: 25%;
}

.blog_holder.blog_masonry_gallery.five_columns article.square_big,
.blog_holder.blog_masonry_gallery.five_columns article.rectangle_landscape{
	width: 40%;
}

.blog_holder.blog_masonry_gallery.five_columns article.square_small,
.blog_holder.blog_masonry_gallery.five_columns article.rectangle_portrait {
	width:  20%;
}
.blog_holder.blog_masonry_gallery.five_columns .blog_holder_grid_sizer {
	width: 20%;
}

.blog_holder.blog_masonry_gallery article .post_image_wrapper{
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.blog_holder.blog_masonry_gallery article.rectangle_landscape .post_image_wrapper img{
	max-height: inherit;
}

.blog_holder.blog_masonry_gallery article.rectangle_portrait .post_image_wrapper img{
	max-width: inherit;
	width: auto;
}

.blog_holder.blog_masonry_gallery article .post_image_wrapper img {
	vertical-align: middle;
	max-height: 100%;
	height: 100%;	
}

.blog_holder.blog_masonry_gallery article .post_text{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;	
	top: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.blog_holder.blog_masonry_gallery article .post_text .post_text_inner:hover .post_info>div,
.blog_holder.blog_masonry_gallery article .post_text .post_text_inner:hover .post_info>div a,
.blog_holder.blog_masonry_gallery article .post_text .post_text_inner:hover h4 a,
.blog_holder.blog_masonry_gallery article .post_text .post_text_inner:hover .post_icon_holder span:after{
	color: #fff;
}

.blog_holder.blog_masonry_gallery article .post_text .post_text_inner{	
	display: table;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.15s ease-out;
   -moz-transition: background-color 0.15s ease-out;
   -ms-transition: background-color 0.15s ease-out;
   -o-transition: background-color 0.15s ease-out;
   transition: background-color 0.15s ease-out ;
   background-color: rgba(0,0,0,0.3);
}

.blog_holder.blog_masonry_gallery article.format-link .post_text .post_text_inner, 
.blog_holder.blog_masonry_gallery article.format-quote .post_text .post_text_inner{
	padding: 0;
}


.blog_holder.blog_masonry_gallery article .post_text .post_text_inner2{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.blog_holder.blog_masonry_gallery article .post_info > div{
	float: none;
	display: inline-block;
}

.blog_holder.blog_masonry_gallery article .post_icon_holder{
	margin: 0 0 20px 0;
}

.blog_holder.blog_masonry_gallery article .post_info,
.blog_holder.blog_masonry_gallery article  a.read_more_button,
.blog_holder.blog_masonry_gallery article .social_share_list_holder{
	margin: 20px 0 0 0;
}

.blog_holder.blog_masonry_gallery article .post_info .date_text{
	display: none;
}

.blog_holder.blog_masonry_gallery article .post_icon_holder>span{
	position: relative;
	height: 100%;
}

.blog_holder.blog_masonry_gallery article .post_icon_holder>span:after{
	font-family: ElegantIcons;
	content: "";
	font-size: 30px;
	-webkit-transition: color 0.15s ease-out;
   -moz-transition: color 0.15s ease-out;
   -ms-transition: color 0.15s ease-out;
   -o-transition: color 0.15s ease-out;
   transition: color 0.15s ease-out ;
}
.blog_holder.blog_masonry_gallery article .post_icon_holder>span.video:after{
	content: "\45";
	font-size: 36px;
}
.blog_holder.blog_masonry_gallery article .post_icon_holder>span.audio:after{
	content: "\79";
}
.blog_holder.blog_masonry_gallery article .post_icon_holder>span.link:after{
	content: "\e02c";
	font-size: 24px;
}
.blog_holder.blog_masonry_gallery article .post_icon_holder>span.quote:after{
	content: "\7b";
}


/* End of Blog Masonry Gallery
   ========================================================================== */

/* ==========================================================================
   End blog templates
   ========================================================================== */





/* ==========================================================================
   Blog single styles
   ========================================================================== */
.blog_holder.blog_single article,
.blog_holder.blog_single.blog_date_in_title article,
.blog_holder.blog_single.blog_standard_type article{
	margin-bottom: 0 !important;
}

body:not(.wpb-js-composer) .content .container .container_inner p,
body:not(.wpb-js-composer) .blog_single .post_content p,
.content .container .container_inner > p,
.blog_single .post_content > p{
	margin-bottom: 15px;
}

body:not(.wpb-js-composer) .blog_single .post_content p:last-child,
.blog_single .post_content > p:last-child{
	margin-bottom: 0;
}

.single-post .blog_single .post_content embed,
.single-post .blog_single .post_content iframe{
	max-width: 100%;
}

.blog_single.blog_holder article .post_text .post_social{
	margin: 60px 0 0 0;
}

.post_author_avatar img{
	border-radius:60px;
	border:2px solid #eaeaea;
}

.author_description{
	display: block;
    position: relative;
    background-color: #fff;
    padding: 40px 0px;
    margin: 55px 0 0 0;
    border-top: 2px solid #dadada;
    border-bottom: 2px solid #dadada;
}

.author_description_inner{
	display: table;
    table-layout: fixed;
    width: 100%;
}

.author_description_inner .image{
	display: table-cell;
    vertical-align:top;
	width: 112px;
}

.author_text_holder {
	display: table-cell;
    vertical-align:top;
	width: 100%;
    padding: 0 20px;
}

.author_text_holder .author_name {
	display: block;
	margin: 0px 0 6px 0;
	color:#393939;
}

.author_text_holder .author_email{
	display:block;
	margin: 6px 0 0 0;

}

.author_text_holder .author_social_holder{
	margin: 10px 0 0 0; 
}
.author_text_holder .author_social_inner{
	float:left;
	margin: 0 3px 0 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 2px solid #dadada;
    text-align: center;
}
.author_text_holder .author_social_inner:last-child{
	margin: 0;
}
.author_text_holder .author_social_inner > a{
	display: block;
}
.author_text_holder .author_social_inner > a span{
	font-size: 11px;
	color: #464646;
}
.single_tags {
	margin:45px 0 50px;
}

.single_tags .single_tags_heading{
	display:inline-block;
	line-height:36px;
	margin: 0 18px 0 0;
}

/* ==========================================================================
   End blog single styles
   ========================================================================== */
/* ==========================================================================
   Blog shortcodes
   ========================================================================== */

/* #Latest posts
   ========================================================================== */
.latest_post_holder{
	display: inline-block;
	width: 100%;
}

.latest_post_holder > ul{
	list-style: none;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0;
	padding:0;
	height: 100%;
	vertical-align: top;
}

.latest_post_holder > ul > li {
	display: block;
	position: relative;	
}

.latest_post_holder > ul > li{
	padding-top: 15px;
}

.latest_post_holder.image_in_box{
	text-align: left;
}

.latest_post_holder.image_in_box .latest_post_holder > ul > li {
	padding-top: 15px;
}

.latest_post_holder .latest_post {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.latest_post_holder:not(.masonry) > ul > li:first-child{
	padding-top: 0;
}

.latest_post_holder.boxes > ul{
	clear: both;
}

.latest_post_holder.boxes > ul > li{
	padding: 0;
	float: left;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;	
	box-sizing: border-box;
	margin: 0 2% 2% 0;
	padding: 0 0 21px;
    border-bottom: 2px solid #dadada;
}

.latest_post_holder.boxes.one_column > ul > li{
	float: none;
	margin: 0 !important
}

.latest_post_holder.boxes.two_columns > ul > li{
	width: 49%;
}

.latest_post_holder.boxes.three_columns > ul > li{
	width: 32%;
}

.latest_post_holder.boxes.four_columns > ul > li{
	width: 23.5%;
}

.latest_post_holder.boxes.two_columns ul.post_list > li:nth-child(2n),
.latest_post_holder.boxes.three_columns ul.post_list > li:nth-child(3n),
.latest_post_holder.boxes.four_columns ul.post_list > li:nth-child(4n){
	margin: 0;
}

.latest_post_holder.boxes.two_columns ul.post_list > li:nth-child(2n+1),
.latest_post_holder.boxes.three_columns ul.post_list > li:nth-child(3n+1),
.latest_post_holder.boxes.four_columns ul.post_list > li:nth-child(4n+1){
	clear: both;
}


.latest_post_holder.image_in_box .post_info_section_holder{
	display: block;
}

.latest_post_holder.boxes .latest_post{
	padding-top: 36px;
}

.latest_post_holder.boxes .latest_post_title,
.latest_post_holder.image_in_box .latest_post_title{
	line-height: 24px;
	display: inline;
}

.latest_post_holder.without_image .latest_post_title a{
	text-transform: uppercase;
	color: #e5735c;
}

.latest_post_holder.boxes .latest_post_title h3,
.latest_post_holder.image_in_box .latest_post_title h3{
	line-height: 28px;
}

.latest_post_holder.boxes .latest_post_title h2,
.latest_post_holder.image_in_box .latest_post_title h2{
	line-height: 40px;
}

.latest_post_holder .latest_post_title a:hover{
	color: #e5735c;
}

.latest_post_holder.boxes .boxes_corner_info{
	position: absolute;
	top: 0;
	left: 0;
}

.latest_post_holder.boxes .boxes_corner_info > div{
	width: 70px;
	text-align: center;
}

.latest_post_holder.boxes .boxes_corner_info .latest_post_comments_corner a{
	color: #fff;
	font-weight: 600;
}

.latest_post_holder.boxes .boxes_corner_info .latest_post_comments_corner .comments_no{
	font-size: 16px;
    display: inline-block;
    line-height: normal;
    vertical-align: top;
}

.latest_post_holder.boxes .boxes_corner_info .latest_post_comments_corner .comment_icon{
	font-size: 15px;
	display: inline-block;
    line-height: normal;
    vertical-align: middle;
	margin: 0 0 0 5px;
}

.latest_post_holder.boxes .boxes_corner_info .latest_post_comments_corner{
	background-color: #464646;
	padding: 10px 0;
}

#recentcomments .recentcomments{
    border-bottom:1px solid #dadada;
}

#recentcomments .comment-author-link{
    color:#e5735c;
}

.latest_post_holder.boxes .boxes_corner_info .latest_post_date_corner_holder span{
	display: block;
	font-size: 28px;
	line-height: normal;
}
.latest_post_holder.boxes .boxes_corner_info .latest_post_date_corner_holder .date_month_year{
	margin-top: 4px;
}
.latest_post_holder.boxes .boxes_corner_info .latest_post_date_corner_holder{
	color: #fff;
	background-color: #e5735c;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 0 13px;
}

.latest_post_holder.boxes .boxes_corner_info .latest_post_date_corner_holder .date_month_year{
	font-size: 11px;
	line-height: normal;
}



.latest_post_holder.boxes .date,
.latest_post_holder.image_in_box .date {
	color: #e5735c;
}

.latest_post_holder.boxes > ul > li .latest_post p.excerpt{
	margin: 16px 0 24px;
}

.latest_post_holder.image_in_box > ul > li .latest_post p.excerpt{
	margin: 10px 5px 8px 0;
}

.latest_post_holder{
	color: #74797b;
}

.latest_post_holder .post_info_section {
	font-size: 11px;
	margin: 6px 0 0;
}
.latest_post_holder.boxes .post_info_section {
	font-size: 14px;
	margin: 6px 0 0;	
    text-transform: capitalize;
}
.latest_post_holder.boxes .post_info_section > div{
	padding: 0 12px;
	position: relative;
}
.latest_post_holder.boxes .post_info_section > div:first-child{
	padding: 0 12px 0 0;
}

.latest_post_holder.boxes .post_info_section > div:not(:first-child):before{
    left: -12px;    
    content: '|';
    position: absolute;
    left: 0;
}
.latest_post_holder.boxes .post_info_section .latest_post_categories > a:not(:last-child):after{
	content: ',';
}

.latest_post_holder.boxes .post_info_section a{
	color: #e6735c;
}
.latest_post_holder.boxes .post_info_section .category_icon,
.latest_post_holder.boxes .post_info_section .author_icon,
.latest_post_holder.boxes .post_info_section .social_share_icon{
	color: #464646;
}
.latest_post_holder.boxes .post_info_section .category_icon,
.latest_post_holder.boxes .post_info_section .author_icon,
.latest_post_holder.boxes .post_info_section .social_share_icon{
	margin-right: 9px;
}


.latest_post_holder.minimal .latest_post_title{
	margin:	0 0 6px;	
} 
.latest_post_holder.minimal .post_info_section {
	margin: 0;
}

.latest_post_holder.boxes .post_info_section{
	clear: both;
}

.latest_post_holder.boxes .post_info_section .blog_list_social .social_share_holder i.social_share_icon{
	float:none;
}

.latest_post_holder .post_info_section > div {
	display:inline;
}

.latest_post_holder .post_info_section .post_comments {
	color: #74797b;
}

.latest_post_holder .post_info_section .latest_post_categories a,
.latest_post_holder .post_info_section .post_author_link,
.latest_post_holder.minimal .latest_post_title a,
.latest_post_holder .post_info_section:before,
.latest_post_holder .post_info_section span,
.latest_post_holder .post_info_section a{
	color: #e5735c;
}


.latest_post_holder.image_in_box .post_info_section a span{
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}

.latest_post_holder.image_in_box .post_info_section a:hover,
.latest_post_holder.image_in_box .post_info_section a:hover span{
	color: #393939;
}

.latest_post_holder .post_author_holder {
	display: block;
	margin: 20px 0 0 0;
}

.latest_post_holder .post_author a.post_author_link:hover{
	color: #e5735c;
}

.latest_post_holder.boxes .boxes_image {
	overflow: hidden;
	position: relative;
}

.latest_post_holder.boxes .boxes_image a img{
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}

.latest_post_holder.boxes .boxes_image a img:hover{
	opacity:0.85;
}


.latest_post,
.latest_post_holder.boxes .boxes_image a,
.latest_post > a,
.latest_post a img{
	display: block;
	position: relative;
}

.latest_post_image {
	width: 125px;
	float: left;
}

.latest_post_image img{
	width:100%;
	float: left;
}

.latest_post_text{
	display: block;
	width: auto;
}

.latest_post_holder.image_in_box .latest_post_text{
	padding:0 0 0 146px;
}

.latest_post_holder.image_in_box .latest_post_text_inner {
	display: table-cell;
	vertical-align: middle;
}

.latest_post_holder.image_in_box .latest_post_inner {
	display: table;
	width: 100%;
	margin: 0 !important;
}

.latest_post_holder.image_in_box > ul > li:last-child,
.latest_post_holder.minimal > ul > li:last-child{
	border-bottom: none !important; /*because of the inline style*/
}


.latest_post_holder.minimal > ul > li{
	width:auto;
	padding: 15px 0 22px;
}

.latest_post_holder.boxes.has_background .latest_post{
	padding: 15px 15px 0 15px;
}

.latest_post_holder.image_in_box.has_background .latest_post_text{
	padding-top:10px;
	padding-right: 10px;
}

.latest_post_holder .qbutton{
	margin: 10px 0;
}

.latest_post_holder.minimal .latest_post a.qbutton{
	margin: 10px 0 0;
}

.latest_post_holder.boxes .boxes_image a.qbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.latest_post_holder.boxes .post_list .boxes_image .boxes_shader {
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    bottom: 100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(22,22,22,0);
    -webkit-transition: -webkit-transform .22s ease;
    transition: transform .22s ease;
}

.latest_post_holder.boxes .post_list li .boxes_image:hover .boxes_shader{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}

.latest_post_holder.boxes .boxes_image a:not(.qbutton){
	height:inherit;
}

.latest_post_holder.boxes .post_list li .boxes_image .qbutton{
	margin: 0;
	background-color: transparent;
	background-color: rgba(255,255,255,0);
    border-color: #fff;
}

.latest_post_holder.boxes .post_list li .boxes_image .qbutton .icon_holder {
    border-color: #fff;    
}

/*default icon for boxes_image*/
.latest_post_holder.boxes .post_list li .boxes_image .icon_holder > span span:only-child:before,
.latest_post_holder.boxes .post_list li .boxes_image .icon_holder > span i:only-child:before{
    content: "\e08d";
    font-family:"Simple-Line-Icons";
}
/*------------------Blog slider simple shortcode start-----------------------------*/

.blog_slider_simple_holder{
	position: relative;
}

.blog_slider_simple_holder .blog_text_wrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.blog_slider_simple_holder .blog_text_holder_outer{
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.blog_slider_simple_holder .blog_text_holder_inner{
	display: table-cell;
	vertical-align: middle;
}

.blog_slider_simple_holder .blog_text_holder_inner2{
	position: relative;
	width: 50%;
	margin: 0 auto;
	padding	: 8%;
	border: 1px solid #fafafa;	
	background-color: rgba(255,255,255,0.6);
	box-sizing: border-box;	
	-webkit-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
	-moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
	-ms-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
	-o-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
	transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
}

.blog_slider_simple_info{
	text-align: center;
	margin-top: 20px;
}

.blog_slider_simple_holder .read_more_wrapper{
	margin-top: 20px;
}

.blog_slider_simple_info .post_info_item{
	display: inline-block;
	padding: 0 5px;
}

.blog_slider_simple_info .post_info_item:not(:first-child):before{
	content: '/';	
	position: relative;
	left: -5px;
}

.blog_slider_simple_info .post_info_item.date span{
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}

/*------------------Blog slider simple shortcode end-----------------------------*/

/* ==========================================================================
   End blog shortcodes
   ========================================================================== */

/* ==========================================================================
   Start blog with next post on bottom
   ========================================================================== */

.blog_vertical_loop .full_width_inner{
    margin: 0px !important;
}

.blog_vertical_loop article{
    position: relative;
    vertical-align: middle;
    z-index: 1; /*one after another overlapping*/
    margin: 0px 0px 140px 0px;
}

.blog_vertical_loop article.move_up{
    -webkit-transition: transform 450ms ease 0s;
    transition: transform 450ms ease 0s;
}

.blog_vertical_loop article.fade_out {
    opacity: 0;
    transform: scale(0.8) translate3d(0px, -10%, 0px);
    transition: all 450ms ease 0s;
}

.blog_vertical_loop article .post_image{
    margin-bottom: 55px !important;
    height: 400px;
    background-color: #eee;
}

.blog_vertical_loop article .post_image_inner{
	height: 100%;
	overflow: hidden;
}

.blog_vertical_loop article .post_image_inner > a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden; /*Important for opening effect for vertical loop*/
}

.blog_vertical_loop article.previous_post{
	position: absolute;
	opacity: 0;
    transform: scale(0.8) translate3d(0px, -10%, 0px);
}

.blog_vertical_loop article.fade_in {
    transition: all 450ms ease 0s;
	opacity: 1;
    transform: scale(1) translate3d(0px, 0px, 0px);
}

.blog_vertical_loop article.next_post,
.blog_vertical_loop article.next_post .post_content_holder .post_image{
   margin: 0px !important;
}

.blog_vertical_loop article.next_post .post_content_holder > .grid_section,
.blog_vertical_loop article.next_post .post_content_holder post_image > .grid_section{
    display: none;
}

.blog_vertical_loop .blog_load_next{
    display: none;
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
}

.blog_vertical_loop article.next_post .blog_load_next{
    display: block;
}

.blog_vertical_loop .blog_load_prev{
    display: block;
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
}

.blog_vertical_loop article.next_post .blog_load_prev{
    display: none;
}

.blog_vertical_loop_button{
	text-align: left;
}

.blog_vertical_loop_back_button{
	text-align: right;
}

.blog_vertical_loop_button .button_icon a,
.blog_vertical_loop_back_button .button_icon a{
    width: 50px;
    height: 50px;
    background-color: #e5735c;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50%;
	box-shadow: 0px -3px 20px -10px rgba(0, 0, 0, 0.3);
	-webkit-transition: background-color 0.15s ease-out;
	-moz-transition: background-color 0.15s ease-out;
	-ms-transition: background-color 0.15s ease-out;
	-o-transition: background-color 0.15s ease-out;
	transition: background-color 0.15s ease-out;
}

.blog_vertical_loop_button .button_icon a:before,
.blog_vertical_loop_back_button .button_icon a:before{
    content: '3';
    font-family: "ElegantIcons";
    font-variant: normal;
    font-weight: normal;
    line-height: 50px;
    text-transform: none;
    color: #ffffff;
    font-size: 30px;
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-ms-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}

.blog_vertical_loop_back_button .button_icon a:before{
	content: 'J';
}

.blog_vertical_loop_button_holder .last_page{
	display: none;
}

.blog_vertical_loop article .post_image_title{
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: table;
    -webkit-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s;
}

.blog_vertical_loop article.next_post .post_image_title{
    opacity: 1;
}

.blog_vertical_loop article .post_image_title .post_image_title_inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
}

.blog_holder.blog_vertical_loop_type article .post_image_title h2,
.blog_vertical_loop article:not(.next_post) h2 a{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 1px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
}

.blog_vertical_loop article:not(.next_post) h2 a{
	color:#464646;
}

.blog_vertical_loop article:not(.next_post) h2 a:hover{
    color:#e5735c;
}

.blog_holder.blog_vertical_loop_type{
	position: relative;
}

.blog_holder.blog_vertical_loop_type article:not(.format-quote):not(.format-link) .social_share_list_holder{
	margin-top: 15px;
}

.blog_holder.blog_vertical_loop_type .qbutton.loop_more{
	margin: 40px 0px 0px 0px;
}



/* ==========================================================================
   Start blog with next post on bottom
   ========================================================================== */


/* ==========================================================================
   Styles for vertical loop opening effect - BEGIN
   ========================================================================== */

html.has_clapper {
	height: 100% !important;
}

html.has_clapper body {
	height: 100% !important;
	overflow: hidden !important;
}

.blog_vertical_loop .cut-img-holder {
	width: 102%; /* hack for extra pixel on certain screen with background-size: cover */
	height: 202%; /* hack for extra pixel on certain screen with background-size: cover */
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: transparent center center no-repeat;
	background-size: cover;
}

.blog_vertical_loop_clapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	background-color: #fff;
}

.blog_vertical_loop_clapper-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.blog_vertical_loop_clapper div {
	width: 100%;
}

@-webkit-keyframes vertical-loop-clapper-split {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes vertical-loop-clapper-split {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.blog_vertical_loop_clapper.split {
	background-color: transparent;
	-webkit-animation: vertical-loop-clapper-split 1s linear;
	animation: vertical-loop-clapper-split 1s linear;
}

.blog_vertical_loop_clapper .clap {
	height: 50%;
	position: absolute;
	overflow: hidden;
}

.blog_vertical_loop_clapper .clap-upper {
	top: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
}

.blog_vertical_loop_clapper .clap-lower {
	bottom: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
}

.blog_vertical_loop_clapper .clap-lower .cut-img-holder {
	top: auto;
	bottom: 100%;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}

.blog_vertical_loop_clapper.split .clap-upper {
	height: 400px;
	-webkit-transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
}

.blog_vertical_loop_clapper.split .clap-lower {
	-webkit-transform: translate(0%,100%);
	transform: translate(0%,100%);
	-webkit-transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
}

.blog_vertical_loop_clapper .grid_section{
	height: auto;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	text-align: center;
	filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
}

.blog_vertical_loop_clapper .clap-subtitle {
	margin: 0 0 35px;
    font-family: 'Marck Script', sans-serif;
}

.blog_vertical_loop_clapper .clap-subtitle h4{
	margin: 0 0 35px;
    font-family:'Marck Script', sans-serif;
    font-size: 33px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
    text-align: left;
}

.blog_vertical_loop_clapper .clap-title h2 {
	color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 1px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
}

.blog_holder .blog_vertical_loop_clapper .post_info {
    margin: 35px 0 0;
    font-size: 14px;
}

.blog_vertical_loop_clapper.split .grid_section .section_inner {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
}

.blog_vertical_loop_clapper .post_info div{
	width: auto;
	display: inline-block;
}

.blog_vertical_loop_clapper .clap-slide-down {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	text-align: center;
	display: inline-block;
	width: auto;
	font-size: 72px;
	color: #fff;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.blog_vertical_loop_clapper .clap-slide-down:hover {
	cursor: pointer;
	color: #e6ae48;
}

.blog_vertical_loop_clapper.split .clap-slide-down {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
}

.blog_vertical_loop_type .post_image_inner .post-subtitle h4,
.blog_holder.blog_vertical_loop_type article:not(.next_post) .post-subtitle h4{
    font-family: 'Marck Script', sans-serif;
    margin-bottom: 40px;
    font-size: 33px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
    text-align: left;
}

.blog_holder.blog_vertical_loop_type article:not(.next_post) .post-subtitle h4{
    color: #464646;
}

.blog_holder .next_post .post_info i,
.blog_holder .blog_vertical_loop_clapper .post_info i {
    color: #fff;
}

/*Theme Unit test*/
.blog_holder .post-nav-links a {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: 0;
	color: #464646;
	background-color: transparent;
	border: 2px solid #dadada;
	font-size: 15px;
	line-height: 44px;
	text-decoration: none;
	text-align: center;
	transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
	-webkit-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
	-moz-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
}

.blog_holder .post-nav-links a:hover{
	border-color: #e5735c;
	background-color: #e5735c;
	color: #fff;
}

/*Theme Unit test without core plugin*/

body:not([class*="eltd-cpt"]) h1,
body:not([class*="eltd-cpt"]) h2,
body:not([class*="eltd-cpt"]) h3,
body:not([class*="eltd-cpt"]) h4,
body:not([class*="eltd-cpt"]) h5,
body:not([class*="eltd-cpt"]) h6 {
	margin: 20px 0;
}

body:not([class*="eltd-cpt"]) p{
	margin: 10px 0;
}

body:not([class*="eltd-cpt"]) .blog_holder article .post_image img{
	width: auto;
}

body:not([class*="eltd-cpt"]) .blog_holder article.sticky .post_text h2 a{
	text-decoration: underline;
}


/* ==========================================================================
   Styles for vertical loop opening effect - END
   ========================================================================== */