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

.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 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_image img{
    width: auto;
}

.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;
    -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_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 h2 .date{
    color:#bba011;
}

.blog_holder article .post_info {
    display:inline-block;
    width:100%;
    font-size: 11px;
    line-height:1.5em;
    vertical-align: top;
    margin: 0 0 30px;
}

.blog_holder article .post_info a{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color:#bba011;
    -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 div a:hover{
    color: #bba011;
    -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 > div{
    padding: 0 5px;
    float: left;

}

.blog_holder article .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 > div:last-child{
    padding-right: 0 !important;
}
.blog_holder article .post_info>div:first-child,
.blog_holder article .post_info .post_info_inner>div:first-child{
    padding: 0 5px 0 0;
}

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

.blog_holder:not(.blog_masonry_with_read_more):not(.blog_meta_info_featured_on_side_with_read_more) article .post_info > div:not(:first-child):before{
    content: '|';
    position: relative;
    left: -5px;
}

.blog_holder.blog_vertical_loop_type article .post_info > div:not(:first-child):before{
    content: ',' !important;
}

.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:not(.blog_meta_info_featured_on_side):not(.blog_meta_info_featured_on_side_with_read_more) 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: #bba011;
    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: 21px;
    line-height: 1.538461538461538em;
    color:#333;
    -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-link .post_text .post_text_inner,
.blog_holder article.format-quote .post_text .post_text_inner{
    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 article.format-link .post_text .post_text_inner:hover,
.blog_holder article.format-quote .post_text .post_text_inner:hover{
    background-color: #bba011;
}

.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(57,57,57,0.85);
}
.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(57,57,57,0.6);
}

.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: #333;
}

.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 a,
.blog_holder article.format-link .post_text_inner:hover .post_info a,
.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.blog_post_info_hierarchical article.format-quote .post_text .post_text_inner:hover .post_category a,
.blog_holder.blog_post_info_hierarchical article.format-link .post_text .post_text_inner:hover .post_category a,
.blog_holder.blog_post_info_hierarchical article .post_text_inner:hover .post_info_quote_mark,
.blog_holder.blog_post_info_hierarchical article .post_text_inner:hover .post_info_link_mark,
.blog_holder article .post_info a:hover,
.blog_holder.blog_title_author_centered article.format-link .post_text_inner:hover .post_author,
.blog_holder.blog_title_author_centered article.format-quote .post_text_inner:hover .post_author,
.blog_holder.blog_title_author_centered article.format-link .post_text_inner:hover .post_author a,
.blog_holder.blog_title_author_centered article.format-quote .post_text_inner:hover .post_author a,
.blog_holder.blog_masonry_with_read_more article.format-quote:hover .post_text_inner h3 .date,
.blog_holder.blog_masonry_with_read_more article.format-link:hover .post_text_inner h3 .date,
.blog_holder.blog_masonry_with_read_more article.format-link:hover .post_text .post_text_inner .link_mark,
.blog_holder.blog_masonry_with_read_more article.format-quote:hover .post_text .post_text_inner .quote_mark,
.blog_holder.blog_masonry_with_read_more article.format-quote:hover .post_text_inner h3 a,
.blog_holder.blog_masonry_with_read_more article.format-link:hover .post_text_inner h3 a,
.blog_holder.blog_masonry_with_read_more article.format-quote:hover .post_text_inner h3,
.blog_holder.blog_masonry_with_read_more article.format-link:hover .post_text_inner h3,
.blog_holder.blog_masonry_with_read_more article.format-quote:hover .post_text_inner .post_info a,
.blog_holder.blog_masonry_with_read_more article.format-link:hover .post_text_inner .post_info a,
.blog_holder.blog_masonry_with_read_more article.format-quote:hover .post_text_inner .post_info,
.blog_holder.blog_masonry_with_read_more article.format-link:hover .post_text_inner .post_info,
.blog_holder.blog_masonry_with_read_more article.format-quote:hover .post_text .post_text_inner .quote_author,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-quote:hover .post_text_inner h3 .date,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-link:hover .post_text_inner h3 .date,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-link:hover .post_text .post_text_inner .link_mark,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-quote:hover .post_text .post_text_inner .quote_mark,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-quote:hover .post_text_inner h3 a,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-link:hover .post_text_inner h3 a,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-quote:hover .post_text_inner h3,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-link:hover .post_text_inner h3,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-quote:hover .post_text_inner .post_info a,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-link:hover .post_text_inner .post_info a,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-quote:hover .post_text_inner .post_info,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-link:hover .post_text_inner .post_info,
.blog_holder.blog_meta_info_featured_on_side_with_read_more:not(.blog_single) article.format-quote:hover .post_text .post_text_inner .quote_author,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-quote .post_text_columns:hover h3 .date,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-link .post_text_columns:hover h3 .date,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-link .post_text_columns:hover .link_mark,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-quote .post_text_columns:hover .quote_mark,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-quote .post_text_columns:hover h3 a,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-link .post_text_columns:hover h3 a,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-quote .post_text_columns:hover h3,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-link .post_text_columns:hover h3,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-quote .post_text_columns:hover .post_info a,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-link .post_text_columns:hover .post_info a,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-quote .post_text_columns:hover .post_info,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-link .post_text_columns:hover .post_info,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-quote .post_text_columns:hover .quote_author
{
    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;
}
.blog_holder article h2 .date,
.blog_holder article.format-quote h3 .date,
.blog_holder article.format-link h3 .date
{
    color: #bba011;
}
.blog_holder article h2 a{
    color: #333;
}

.blog_holder article h2 a:hover{
    text-decoration: none;
}
.blog_holder article.sticky h2 a,
.blog_holder article h2 a:hover{
    color: #bba011;
}
.blog_holder article.format-quote h3,
.blog_holder article.format-link h3{
    font-size: 21px;
    margin:0 0 10px;
    color: #333;
    line-height: 28px;
}
.blog_holder article.format-quote h3 a,
.blog_holder article.format-link h3 a{
    color: #333;
}

.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: 7px 0 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: 17px;
    color: #333;
}

.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_masonry_with_read_more):not(.blog_meta_info_featured_on_side_with_read_more) article:not(.format-audio) .post_image{
    margin-bottom: 35px;
}

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

.blog_holder article.format-link .post_content_holder .post_text_inner .post_info div,
.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,
.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;
}

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





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

/* #Date in title
   ========================================================================== */
.blog_holder.blog_date_in_title article .post_info span.post_comments:before{
    content: ' ';
}

.blog_holder.blog_date_in_title article.format-link .post_text .post_text_inner .post_info .post_info_inner,
.blog_holder.blog_date_in_title article.format-quote .post_text .post_text_inner .post_info .post_info_inner{
    float: left;
}

.blog_holder.blog_date_in_title article .post_text .post_info .post_comments{
    float: right;
}

.blog_holder.blog_date_in_title article a.read_more_button{
    margin: 20px 0 0;
}

.blog_holder.blog_date_in_title article:not(.format-quote):not(.format-link) .post_info{
    margin: 20px 0 0;
}

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

.blog_holder.blog_date_in_title article .social_share_list_holder{
    margin: 20px 0 0;
}

.blog_holder.blog_date_in_title article h2 .date,
.blog_holder.blog_date_in_title article.format-quote h3 .date,
.blog_holder.blog_date_in_title article.format-link h3 .date{
    display: inline;
}

.blog_holder.blog_date_in_title article h2 .date .date_text,
.blog_holder.blog_date_in_title article.format-quote h3 .date .date_text,
.blog_holder.blog_date_in_title article.format-link h3 .date .date_text{
    padding-right: 5px;
}

.blog_holder.blog_date_in_title article .audio_image{
    margin-bottom: 35px;
}

.blog_holder.blog_category_title_first_centered article.format-link .post_text .post_info,
.blog_holder.blog_category_title_first_centered article.format-quote .post_text .post_info{
    text-align: center;
}


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






/* #Category & title first - centered
   ========================================================================== */
.blog_holder.blog_category_title_first_centered article.format-link .post_text .post_text_inner .post_info .post_info_inner,
.blog_holder.blog_category_title_first_centered article.format-quote .post_text .post_text_inner .post_info .post_info_inner{
    text-align: center;
}

.blog_holder.blog_category_title_first_centered .post_content_holder,
.blog_holder.blog_category_title_first_centered .post_content_holder .post_text .post_text_inner .section {
    text-align: center !important;
    display: block;
}

.blog_holder.blog_category_title_first_centered .separator{
    margin-top:0px;
    margin-bottom: 18px;
}

.blog_holder.blog_category_title_first_centered article{
    margin: 0;
    padding: 40px 0 40px;
    border-bottom: 1px solid #d4d4d4;
}

.blog_holder.blog_category_title_first_centered article .post_info>div{
    float:none;
    display: inline-block;
}
.blog_holder.blog_category_title_first_centered article h2{
    padding: 0 0 25px;
}

.blog_holder.blog_category_title_first_centered article:not(.format-link):not(.format-quote) .post_categories{
    margin: 0 0 25px;
}

.blog_holder.blog_category_title_first_centered article:not(.format-link):not(.format-quote) .post_author{
    margin: 0 0 25px;
}

.blog_holder.blog_category_title_first_centered article:not(.format-link):not(.format-quote) .post_info_item{
    margin: 20px 0 0;
}

.blog_holder.blog_category_title_first_centered article:not(.format-link):not(.format-quote) a.read_more_button{
    margin: 20px 0 0;
}

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

.blog_holder.blog_category_title_first_centered article .post_text .post_text_inner .social_share_list_holder{
    margin-top: 30px;
}

.blog_holder.blog_category_title_first_centered article .audio_image{
    margin: 0 0 35px;
}

.blog_holder.blog_category_title_first_centered article.format-link .post_text .post_text_inner .post_info_link_mark,
.blog_holder.blog_category_title_first_centered article.format-quote .post_text .post_text_inner .post_info_quote_mark,
.blog_holder.blog_category_title_first_centered article.format-link .post_text .link_image .post_text_inner .post_info{
    margin:  0 0 20px 0;
}
.blog_holder.blog_category_title_first_centered article.format-link .post_text .post_text_inner .post_info_link_mark,
.blog_holder.blog_category_title_first_centered article.format-quote .post_text .post_text_inner .post_info_quote_mark{
    float:none;
}
.blog_holder.blog_single.blog_category_title_first_centered article:not(.format-quote):not(.format-link) .post_text_inner .post_info_item{
    margin-top: 20px;
}

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


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


/* #Post info hierarchical
   ========================================================================== */
.blog_holder.blog_post_info_hierarchical article.format-link .post_text .post_text_inner,
.blog_holder.blog_post_info_hierarchical article.format-quote .post_text .post_text_inner{
    -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_post_info_hierarchical article{
    margin: 0 0 42px;
}

.blog_holder.blog_post_info_hierarchical article.format-link,
.blog_holder.blog_post_info_hierarchical article.format-quote{
    margin: 0 0 78px;
}

.blog_holder.blog_post_info_hierarchical.blog_single article .post_content_holder .post_content,
.blog_holder.blog_date_in_title.blog_single article .post_content_holder .post_content{
    padding: 30px 0 0 0;
}
.blog_holder.blog_post_info_hierarchical.blog_single article.format-link .post_content_holder .post_content,
.blog_holder.blog_post_info_hierarchical.blog_single article.format-quote .post_content_holder .post_content{
    padding: 60px 0 0 0;
}
.blog_holder.blog_title_author_centered article .post_content_holder .post_text,
.blog_holder.blog_post_info_hierarchical article .post_content_holder .post_text,
.blog_holder.blog_post_info_hierarchical article.format-link .post_content_holder .post_text .post_text_inner .post_info,
.blog_holder.blog_post_info_hierarchical article.format-quote .post_content_holder .post_text .post_text_inner .post_info{
    text-align: center;
}

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

.blog_holder.blog_post_info_hierarchical article:not(.format-audio) .post_image,
.blog_holder.blog_post_info_hierarchical article .audio_image{
    margin-bottom:40px;
}

.blog_holder.blog_post_info_hierarchical article .post_date{
    margin: 0 0 25px;
}

.blog_holder.blog_post_info_hierarchical article h2{
    padding: 0 0 20px;
}

.blog_holder.blog_post_info_hierarchical article .post_categories{
    margin: 0 0 25px;
}

.blog_holder.blog_post_info_hierarchical article a.read_more_button{
    margin: 25px 0 0;
}

.blog_holder.blog_post_info_hierarchical article .post_author{
    margin: 25px 0 0;
}

.blog_holder.blog_post_info_hierarchical article .post_comments{
    margin: 25px 0 0;
}

.blog_holder.blog_post_info_hierarchical article:not(.format-quote):not(.format-link) .social_share_list_holder{
    margin: 25px 0 0;
}

.blog_holder.blog_post_info_hierarchical article .post_likes{
    margin: 25px 0 0;
}

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

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

.blog_holder.blog_post_info_hierarchical article.format-quote .social_share_list_holder,
.blog_holder.blog_post_info_hierarchical article.format-link .social_share_list_holder{
    margin: 20px 0 0;
}

.blog_holder.blog_post_info_hierarchical article .post_info>div{
    float:none;
    display:inline;
}


.blog_holder.blog_post_info_hierarchical article .post_info_quote_mark,
.blog_holder.blog_post_info_hierarchical article .post_info_link_mark{
    float:none;
    margin: 0 0 20px;
    color: #333;
    -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_post_info_hierarchical article.format-quote .post_text .quote_author{
    margin-bottom : 20px;
}

.blog_holder.blog_post_info_hierarchical.blog_single .single_tags .tags_text {
    text-align: center;
}

/* #Title & author - centered
   ========================================================================== */
.blog_holder.blog_title_author_centered article .post_text .post_text_inner .post_info{
    text-align: center;
}

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

.blog_holder.blog_title_author_centered article .post_author{
    font-size: 12px;
    line-height: 33px;
    font-weight: 400;
    font-family: inherit;
    text-transform: uppercase;
}


.blog_holder.blog_title_author_centered article .post_author{
    margin: 0 0 20px 0;
    display: block;
}

.blog_holder.blog_title_author_centered .post_text .post_text_inner .separator.small{
    margin-top:0;
    margin-bottom:0;
}

.blog_holder.blog_title_author_centered article:not(.format-quote):not(.format-link) .post_info{
    margin: 20px 0 0 0;
}

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

.blog_holder.blog_title_author_centered article a.read_more_button{
    margin: 20px 0 0 0;
}

.blog_holder.blog_title_author_centered article .social_share_list_holder{
    margin: 20px 0 0 0;
}

.blog_holder.blog_title_author_centered article .audio_image{
    margin: 0 0 35px;
}

.blog_holder.blog_title_author_centered article{
    margin: 0 0 55px 0;
}

.blog_holder.blog_title_author_centered article.format-link,
.blog_holder.blog_title_author_centered article.format-quote{
    margin: 0 0 62px 0;
}

.blog_holder.blog_title_author_centered article.format-quote .post_info_quote_mark,
.blog_holder.blog_title_author_centered article.format-link .post_info_link_mark{
    float: none;
    margin: 0 0 25px 0;
}

.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: 20px;
}

.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;
}



/* #Masonry
   ========================================================================== */
body.page-template-blog-masonry-full-width-php .content .full_width,
body.page-template-blog-masonry-with-read-more-full-width-php .content .full_width{
    padding: 44px 20px 25px 45px;
}

.blog_holder.masonry,
.blog_holder.masonry_full_width {
    margin-bottom: 20px;
    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.25%;
}

.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%;
}

.blog_holder.masonry article.format-link,
.blog_holder.masonry article.format-quote,
.blog_holder.masonry_full_width article.format-link,
.blog_holder.masonry_full_width article.format-quote {
    border: 1px solid #f5f5f5;
}


.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:49%;
}

.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: 49%;
}

.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: 2%;
}

.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: 24px;
}

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

.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,
.blog_holder.masonry article.format-quote  .post_text .quote_author,
.blog_holder.masonry_full_width article.format-quote .post_text .quote_author{
    font-size:17px;
    line-height:1.47em;
    margin: 0;
}

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

#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;
}


/* #Meta Info Feature on Side
   ========================================================================== */
.blog_holder.blog_meta_info_featured_on_side article .post_social .post_comments i,
.blog_holder.blog_meta_info_featured_on_side article .post_social .blog_like i,
.blog_holder.blog_meta_info_featured_on_side article .post_social .social_share_holder > a > i{
    display:block;
    width:36px;
    height:36px;
    background-color: #bba011;
    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.blog_meta_info_featured_on_side article.format-link .post_text .post_text_inner .post_info .post_info_link_mark,
.blog_holder.blog_meta_info_featured_on_side article.format-quote .post_text .post_text_inner .post_info .post_info_quote_mark{
    display: inline;
}
.blog_holder.blog_meta_info_featured_on_side article.format-link .post_text .post_text_inner .post_info .post_info_link_mark span,
.blog_holder.blog_meta_info_featured_on_side article.format-quote .post_text .post_text_inner .post_info .post_info_quote_mark span
{
    font-family: 'FontAwesome', sans-serif;
}

.blog_holder.blog_meta_info_featured_on_side article.format-standard .post_text_inner,
.blog_holder.blog_meta_info_featured_on_side article.format-gallery .post_text_inner,
.blog_holder.blog_meta_info_featured_on_side article.format-audio .post_text_inner,
.blog_holder.blog_meta_info_featured_on_side article.format-video .post_text_inner{
    width: 100%;
    display: table;
    box-sizing: border-box;
}
.blog_holder.blog_meta_info_featured_on_side article:not(.format-link):not(.format-quote) .post_text .post_text_inner{
    padding: 0;
}

.blog_holder.blog_meta_info_featured_on_side article:not(.format-audio) .post_image,
.blog_holder.blog_meta_info_featured_on_side article .audio_image{
    margin: 0 0 35px;
}

.blog_holder.blog_meta_info_featured_on_side article.format-link .post_text,
.blog_holder.blog_meta_info_featured_on_side article.format-quote .post_text{
    margin: 0 0 0 86px;
}
.blog_holder.blog_meta_info_featured_on_side article .column_left{
    float: left;
    width: 59px;
}

.blog_holder.blog_meta_info_featured_on_side article:not(.format-link):not(.format-quote) .column_left{
    display: table-cell;
    vertical-align: top;
    margin-right: 25px;
}

.blog_holder.blog_meta_info_featured_on_side article .column_left{
    border-right: 1px solid #ebebeb;
}

.blog_holder.blog_meta_info_featured_on_side article:not(.format-link):not(.format-quote) .column_right{
    display: table-cell;
    vertical-align: top;
}

.blog_holder.blog_meta_info_featured_on_side article.format-link .column_right,
.blog_holder.blog_meta_info_featured_on_side article.format-quote .column_right{
    display: block;

}
.blog_holder.blog_meta_info_featured_on_side article h2{
    padding: 0 0 5px;
}

.blog_holder.blog_meta_info_featured_on_side article:not(.format-quote):not(.format-link) .post_info {
    margin: 0 0 18px;
}
.blog_holder.blog_meta_info_featured_on_side article.format-quote .post_info,
.blog_holder.blog_meta_info_featured_on_side article.format-link .post_info{
    margin: 0;
}

.blog_holder.blog_meta_info_featured_on_side article a.read_more_button{
    margin: 23px 0 0 ;
}

.blog_holder.blog_meta_info_featured_on_side article .post_icons{
    width: 59px;
}

.blog_holder.blog_meta_info_featured_on_side article .post_icons .post_info_meta:not(:last-child){
    border-bottom: 1px solid #ebebeb;
}
.blog_holder.blog_meta_info_featured_on_side article .post_icons .post_info_meta{
    text-align: center;
    width: 100%;
    padding: 14px 0;
    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_meta_info_featured_on_side article .post_icons .post_info_meta:first-child{
    padding-top: 0;
}

.blog_holder.blog_meta_info_featured_on_side article .post_info_meta a,
.blog_holder.blog_meta_info_featured_on_side article .post_info_meta span{
    color: #bdc3c7;
}

.blog_holder.blog_meta_info_featured_on_side article .post_icon_date span.date{
    display: block;
}

.blog_holder.blog_meta_info_featured_on_side article .post_icon_like .blog_like a span{
    font-weight:500;
}

.blog_holder.blog_meta_info_featured_on_side article .post_icon_like .blog_like a i{
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.blog_holder.blog_meta_info_featured_on_side .blog_like i.icon_heart{
    margin-right: 0;
}
.blog_holder.blog_meta_info_featured_on_side.blog_single article.format-link .column_right,
.blog_holder.blog_meta_info_featured_on_side.blog_single article.format-quote .column_right{
    margin: 0 0 45px;
}

.blog_holder.blog_meta_info_featured_on_side article .social_share_holder i.social_share_icon{
    float:none;
}

.blog_holder.blog_meta_info_featured_on_side article .social_share_title{
    display: none;
}

/* #Blog Masonry with Read More
   ========================================================================== */

.blog_holder.blog_masonry_with_read_more .post_text_inner,
.blog_holder.blog_masonry_with_read_more .post_text_columns{
    width:100%;
    position: relative;
}

.blog_holder.blog_masonry_with_read_more article,
.blog_holder.blog_masonry_with_read_more article{
    box-shadow: 1px  1px  2px  1px  #dcdcdc;
}

.blog_holder.blog_masonry_with_read_more article.format-quote .post_text_inner,
.blog_holder.blog_masonry_with_read_more article.format-link .post_text_inner,
.blog_holder.blog_masonry_with_read_more article.format-quote .post_text_inner:hover,
.blog_holder.blog_masonry_with_read_more article.format-link .post_text_inner:hover{
    background-color:transparent !important;
}

.blog_holder.blog_masonry_with_read_more article.format-quote .post_text_columns,
.blog_holder.blog_masonry_with_read_more article.format-link .post_text_columns{
    background-color: #fff;
    -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_masonry_with_read_more article.format-quote .post_content_holder,
.blog_holder.blog_masonry_with_read_more article.format-link .post_content_holder{
    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_masonry_with_read_more article.format-quote .post_text_columns:hover,
.blog_holder.blog_masonry_with_read_more article.format-link .post_text_columns:hover{
    background-color: #464646;
}

.blog_holder.blog_masonry_with_read_more .post_text .column_left,
.blog_holder.blog_masonry_with_read_more .post_text_columns .column_left{
    display: table-cell;
    width: 50px;
    padding-right: 30px;
}

.blog_holder.blog_masonry_with_read_more article.format-quote .post_text_columns .column_left,
.blog_holder.blog_masonry_with_read_more article.format-link .post_text_columns .column_left,
.blog_holder.blog_masonry_with_read_more article.format-link .post_text .post_text_inner,
.blog_holder.blog_masonry_with_read_more article.format-quote .post_text .post_text_inner{
    padding: 30px;
    position: inherit;
}

.blog_holder.blog_masonry_with_read_more article.format-link .post_text .post_text_inner,
.blog_holder.blog_masonry_with_read_more article.format-quote .post_text .post_text_inner{
    padding-left: 0 !important;
}


.blog_holder.blog_masonry_with_read_more .post_text .column_right,
.blog_holder.blog_masonry_with_read_more .post_text_columns .column_right{
    display: table-cell;
    vertical-align: top;
}

.blog_holder.blog_masonry_with_read_more .post_text,
.blog_holder.blog_masonry_with_read_more .post_text_columns{
    width:100%;
}

.blog_holder.blog_masonry_with_read_more .post_text_columns{
    display: table;
}

.blog_holder.blog_masonry_with_read_more .post_text h4{
    padding-bottom: 7px;
}

.blog_holder.blog_masonry_with_read_more article .post_info > div.post_category{
    padding-left: 0;
}

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

.blog_holder.masonry.blog_masonry_with_read_more article:not(.format-link):not(.format-quote) .post_text .post_text_inner,
.blog_holder.masonry_full_width.blog_masonry_with_read_more article:not(.format-link):not(.format-quote) .post_text .post_text_inner{
    background-color: #ffffff;
    padding: 50px 30px;
}

.blog_holder.blog_masonry_with_read_more .post_info_meta.post_icon_date span.date,
.blog_holder.blog_masonry_with_read_more .post_info_meta.post_icon_like .edgt-like *,
.blog_holder.blog_masonry_with_read_more .post_info_meta.post_icon_share .blog_share .social_share_holder > a > *{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
}

.blog_holder.blog_masonry_with_read_more article .post_icons .post_info_meta{
    border: 1px solid #b2980d;
}

.blog_holder.blog_masonry_with_read_more article .post_icons .post_info_meta:not(.post_icon_share){
    width: 50px;
    height: 50px;
    display: table;
    margin-bottom: 11px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0;
}

.blog_holder.blog_masonry_with_read_more article .post_icons .post_info_meta:not(.post_icon_share)>div{
    display: table-cell;
    vertical-align: middle;
}

.blog_holder.blog_masonry_with_read_more .post_info_meta.post_icon_date{
    color:#fff;
    background-color: #bba011;
}

.blog_holder.blog_masonry_with_read_more .post_icons > div {
    margin-bottom: 10px;
}

.blog_holder.blog_masonry_with_read_more .post_info_meta.post_icon_like,
.blog_holder.blog_masonry_with_read_more .post_info_meta.post_icon_share{
    padding-top:5px;
}

.blog_holder.blog_masonry_with_read_more .post_info_meta.post_icon_like span{
    font-weight: 500;
}

.blog_holder.blog_masonry_with_read_more .qbutton.masonry_read_more_button{
    position: absolute;
    bottom:-23.5px;
    right:25px;
    height: 47px;
    width:47px;
    line-height: 47px;
    border-radius: 50%;
    padding: 0 !important;
    text-align: center;
    box-shadow: 1px 1px 5px 0 #bebebe;
}

.blog_holder.blog_masonry_with_read_more article a.qbutton.masonry_read_more_button:after{
    position: absolute;
    content: "5";
    font-family: "ElegantIcons";
    width: 100%;
    height: 100%;
    line-height: 47px;
    left: 0;
    top: 0;
    font-size: 27px;
}

.blog_holder.blog_masonry_with_read_more .column_right .qbutton.masonry_read_more_button:hover{
    background-color:#fff;
    border-color: transparent;
}

.blog_holder.masonry.blog_masonry_with_read_more article,
.blog_holder.masonry_full_width.blog_masonry_with_read_more article{
    margin-bottom: 60px;
}

.blog_holder.blog_masonry_with_read_more article .post_info{
    margin-bottom: 15px;
}

.blog_holder.blog_masonry_with_read_more .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_masonry_with_read_more article .post_info div.post_comments_holder:before {
    position: relative;
    font-family: 'ElegantIcons' !important;
    content: "v";
    text-transform: initial !important;
    font-style: normal !important;
    top: 2px;
    left: -5px;
}

.blog_holder.blog_masonry_with_read_more article .post_info div.post_info_author_holder:before {
    position: relative;
    font-family: 'ElegantIcons';
    content: "\e08a";
    text-transform: initial !important;
    font-style: normal !important;
    top: 2px;
    left: -5px;
}


/* #Meta Info Feature on Side With Read More
   ========================================================================== */
.blog_holder.blog_meta_info_featured_on_side_with_read_more article{
    margin: 0 0 76px;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_content_holder,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_content_holder{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position:relative;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_social .post_comments i,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_social .blog_like i,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_social .social_share_holder > a > i{
    display:block;
    width:36px;
    height:36px;
    background-color: #bba011;
    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.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text .post_text_inner .post_info .post_info_link_mark,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text .post_text_inner .post_info .post_info_quote_mark{
    display: inline;
}
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text .post_text_inner .post_info .post_info_link_mark span,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text .post_text_inner .post_info .post_info_quote_mark span
{
    font-family: 'FontAwesome', sans-serif;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-standard .post_text_inner,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-gallery .post_text_inner,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-audio .post_text_inner,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-video .post_text_inner{
    width: 100%;
    display: table;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article:not(.format-audio) .post_image,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article .audio_image{
    margin: 0 0 35px;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .column_left{
    width: 69px;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article:not(.format-link):not(.format-quote) .column_left{
    display: table-cell;
    vertical-align: top;
    padding-right: 50px;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article:not(.format-link):not(.format-quote) .column_right{
    display: table-cell;
    vertical-align: top;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_content_holder .audio_image,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article:not(.format-audio) .post_content_holder .post_image{
    margin-bottom: 0;
}
.blog_holder.blog_meta_info_featured_on_side_with_read_more article:not(.format-link):not(.format-quote) .post_text .post_text_inner{
    background-color: #ffffff;
    padding: 50px 30px;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text_inner,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text_inner,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text_inner:hover,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text_inner:hover{
    background-color:transparent !important;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text_columns,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text_columns {
    background-color: #fff;
    -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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: table;
    width: 100%;
}

.blog_holder.blog_single.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text_columns,
.blog_holder.blog_single.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text_columns{
    overflow: hidden;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text_columns:hover,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text_columns:hover{
    background-color: #464646;
}


.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .column_left,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .column_left,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .column_right,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .column_right{
    display: table-cell;
    vertical-align: top;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .column_right,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .column_right{
    width:100%;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text_columns .column_left,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text_columns .column_left,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text .post_text_inner,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text .post_text_inner{
    padding: 40px;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text .post_text_inner,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text .post_text_inner{
    padding-left: 0 !important;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article h2{
    padding: 0 0 5px;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article:not(.format-quote):not(.format-link) .post_info {
    margin: 0 0 18px;
}
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_info,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_info{
    margin: 0;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article a.read_more_button{
    position: absolute;
    bottom: -31px;
    right: 27px;
    height: 62px;
    width:62px;
    line-height: 62px;
    text-align: center;
    border-radius: 50%;
    padding: 0 !important;
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-color: #b2980d;
    color: #ffffff;
    border-color: #b2980d;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article a.read_more_button:hover{
    background-color: #ffffff;
    color: #b2980d;
    border-color: #ffffff;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article a.read_more_button:after{
    position: absolute;
    content: "5";
    font-family: "ElegantIcons";
    width: 100%;
    height: 100%;
    line-height: 62px;
    left: 0;
    top: 0;
    font-size: 37px;
    font-weight: 400;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_icons .post_info_meta{
    width: 69px;
    height: 69px;
    display: table;
    border: 1px solid #b2980d;
    margin-bottom: 11px;
    text-align: center;
    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_meta_info_featured_on_side_with_read_more article .post_icons .post_info_meta.post_icon_date{
    background-color: #b2980d;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_icons .post_info_meta>div{
    display: table-cell;
    vertical-align:middle;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_info_meta a,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_info_meta span{
    color: #bdc3c7;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_icon_date span.date{
    display: block;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_icon_like .blog_like a span{
    font-weight: 500;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_icon_like .blog_like a i{
    font-size: 20px;
    display: block;
    line-height: 20px;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more .blog_like i.icon_heart{
    margin-right: 0;
}
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-link .post_text_columns,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article.format-quote .post_text_columns{
    margin: 0 0 45px;
    width: 100%;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-link .post_text_columns_inner,
.blog_holder.blog_meta_info_featured_on_side_with_read_more article.format-quote .post_text_columns_inner{
    display: table;
    width: 100%;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .social_share_holder i.social_share_icon{
    float:none;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .social_share_title{
    display: none;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_info div.post_comments_holder:before {
    position: relative;
    font-family: 'ElegantIcons' !important;
    content: "v";
    text-transform: initial !important;
    font-style: normal !important;
    top: 2px;
    left: -5px;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_info div.post_info_author_holder:before {
    position: relative;
    font-family: 'ElegantIcons';
    content: "\e08a";
    text-transform: initial !important;
    font-style: normal !important;
    top: 2px;
    left: -5px;
}

/* temp code start */

.blog_holder.blog_meta_info_featured_on_side_with_read_more article:not(.format-quote):not(.format-link) h2{
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article:not(.format-quote):not(.format-link) h2 a,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article:not(.format-quote):not(.format-link) h2{
    color: #363636;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article:not(.format-quote):not(.format-link) h2 a:hover,
.blog_holder.blog_meta_info_featured_on_side_with_read_more.blog_single article:not(.format-quote):not(.format-link) h2:hover{
    color: #b49a10;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_icons .post_info_meta.post_icon_date{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
}


.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_icons .post_info_meta.post_icon_date{
    background-color: #b49a10;
}


.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_icons .post_info_meta.post_icon_date{
    border-color: #b49a10;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_icons .post_info_meta.post_icon_date .date_month{
    color: #ffffff;
}

.blog_holder.blog_meta_info_featured_on_side_with_read_more article .post_icons .post_info_meta.post_icon_date .date_day{
    color: #ffffff;
}

/* temp code end */

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


/* ==========================================================================
   Blog single styles
   ========================================================================== */
.blog_holder.blog_single article,
.blog_holder.blog_single.blog_post_info_hierarchical article,
.blog_holder.blog_single.blog_date_in_title article,
.blog_holder.blog_single.blog_standard_type article,
.blog_holder.blog_single.blog_title_author_centered 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;
    margin: 34px 0 0;
    background-color:#fff;
    padding:28px 35px;
    border:1px solid transparent;
}

.author_description_inner{
    display: block;
}

.author_description_inner .image{
    display: block;
    float: left;
    height: 102px;
    width: 102px;
}

.author_text_holder {
    min-height: 102px;
    padding: 0 0 0 130px;
    position: relative;
}

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

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

}
.single_tags {
    margin:50px 0 0;
}

.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;
    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 > 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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0 2% 2% 0;
}


.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.image_in_box .post_info_section_holder{
    display: block;
}

.latest_post_holder.boxes .latest_post{
    padding: 30px 35px 11px;
}

.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: #bba011;
}

.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: #bba011;
}

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

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

.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.minimal .latest_post_title{
    margin:	0 0 6px;
}
.latest_post_holder.minimal .post_info_section {
    margin: 0;
}

.latest_post_holder.minimal .latest_post_title a{
    color: #bba011;
}

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

.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 .post_info_section:before,
.latest_post_holder .post_info_section span,
.latest_post_holder .post_info_section a{
    color: #bba011;
}


.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-transform: 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: #bba011;
}

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

.latest_post_holder.boxes .boxes_image a img {
    vertical-align: top;
}

.latest_post_holder .boxes_image a .latest_post_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(39,158,255,0.7);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}

.latest_post_holder .boxes_image a:hover .latest_post_overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.latest_post_holder .latest_post_overlay .icon_plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 2em;
    color: #393939;
    text-align: center;
    line-height: 36px;
    margin: -18px 0 0 -18px;
    font-size: 24px;
}

.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.minimal > ul > li{
    width:auto;
    padding: 15px 0 22px;
}

.latest_post_holder.minimal > ul > li:not(:last-child){
    border-bottom: 1px solid #ebebeb;
}

.latest_post_holder.boxes.has_background .latest_post{
    padding: 30px 35px 11px;
}

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

.latest_post_holder:not(.post_over_image) .qbutton{
    margin: 10px 0;
}

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

/*For split_column type*/



.split_text_holder .post_info_holder > div {
    display: inline;
}


/*------------------Timeline shortcode--------------------------*/

.latest_post_holder.timeline:before{
    display:block;
    width:5px;
    background-color: #fff;
    height:100%;
    position:absolute;
    left:50%;
    top:0;
    border:1px solid #dedce0;
    content:'';
    margin-left:-2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.timeline .latest_post_holder > ul > li.timeline_post{
    padding:0;
}


.timeline .timeline_post{
    width:50%;
    padding:0px;
    background:transparent;
    margin:0 0 60px 0;
    position:relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.timeline .timeline_inner{
    padding:0px;
    background-color: #fff;
    box-shadow:1px 1px 2px #c7c5c9;
}

.timeline .timeline_post:nth-child(odd){
    float:left;
    padding-right:50px;
}


.timeline .timeline_post:nth-child(even){
    float:right;
    padding-left: 50px;
    margin-top:60px;
    margin-bottom:0;
}

.timeline .timeline_post:nth-child(2n+3){
    clear:both;
}

.timeline .timeline_post:last-child,
.timeline .timeline_post:nth-last-child(2){
    margin-bottom:0;
}

.timeline .timeline_post .sections_image_holder img{
    display:block;
}

.timeline .timeline_post .sections_info_content_holder{
    padding:45px 35px;
    position:relative;
}

.timeline .timeline_post .timeline_mark{
    display:block;
    position:absolute;
    background-color: #ebe9ed;
    height:25px;
    width:5px;
    border-top:1px solid #dedce0;
    border-bottom: 1px solid #dedce0;

}

.timeline .timeline_post .timeline_mark:before{
    content:'';
    display:block;
    width:13px;
    height:13px;
    background-color: #fff;
    border-radius:20px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-7px;
    margin-left:-6px;
}

.timeline .timeline_post:nth-child(odd) .timeline_mark{
    left:100%;
    top:0;
    margin-left:-2px;
}

.timeline .timeline_post:nth-child(even) .timeline_mark{
    right:100%;
    top:30px;
    margin-right:-3px;
}

.timeline .timeline_post:first-child .timeline_mark{
    border-top:none;
    height:19px;
}

.timeline .timeline_post:first-child .timeline_mark:before{
    top:6px;
}


.timeline .timeline_post .timeline_year{
    display:block;
    position:absolute;
    background-color: #fff;
    height:38px;
    width:5px;
    border-top:1px solid #dedce0;
    border-bottom: 1px solid #dedce0;
}

.timeline .timeline_post:nth-child(odd) .timeline_year{
    left:100%;
    top:200px;
    margin-left:-2px;
}

.timeline .timeline_post:nth-child(even) .timeline_year{
    right:100%;
    top:220px;
    margin-right:-3px;
}

.timeline .timeline_post .timeline_year .timeline_year_inner{
    display:block;
    width:60px;
    height:22px;
    background-color: #fff;
    position:absolute;
    font-size:18px;
    line-height:18px;
    font-weight:700;
    text-align:center;
    color: #bba011;
}

.timeline .timeline_post:nth-child(odd) .timeline_year .timeline_year_inner{
    top:50%;
    left:50%;
    margin-top:-11px;
    margin-left:-30px;
}

.timeline .timeline_post:nth-child(even) .timeline_year .timeline_year_inner{
    top:50%;
    right:50%;
    margin-top:-11px;
    margin-right:-30px;
}


.timeline .timeline_post .sections_left_info{
    float:left;
    width:50px;
    margin-right:40px;
}

.timeline .timeline_post .sections_content{
    margin-left:90px;
}

.timeline .timeline_post .latest_post_date{
    margin-bottom:8px;
    background-color: #bba011;
    text-align:center;
    color: #fff;
    font-size:16px;
    line-height:20px;
    text-transform:uppercase;
    font-weight:700;
    padding:7px 0;
}

.timeline .timeline_post .blog_like{
    margin-bottom: 8px;
}

.timeline .timeline_post .blog_like i,
.timeline .timeline_post .blog_list_social i{
    -webkit-transition: color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
}

.timeline .timeline_post .blog_like,
.timeline .timeline_post .blog_list_social{
    text-align:center;
    border: 1px solid #bba011;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding:7px 0;
}

.timeline .timeline_post .blog_list_social{
    padding: 7px 0 3px 0;
}

.timeline .timeline_post .sections_month,
.timeline .timeline_post .sections_day,
.timeline .timeline_post .blog_like i,
.timeline .timeline_post .blog_like span,
.timeline .timeline_post .blog_list_social i.social_share,
.timeline .timeline_post .blog_list_social span.social_share_title{
    display:block;
    margin:0;
    float:none;
}

.timeline .timeline_post .blog_like i,
.timeline .timeline_post .blog_like span,
.timeline .timeline_post .blog_list_social i.social_share,
.timeline .timeline_post .blog_list_social span.social_share_title{
    line-height:1em;
}

.timeline .timeline_post .blog_list_social span.social_share_title{
    font-size:13px;
    line-height:1em;
}

.timeline .timeline_post .blog_like i,
.timeline .timeline_post .blog_list_social  i.social_share{
    padding-bottom:5px;
}

.timeline .timeline_post .blog_list_social  i.social_share{
    font-size:16px;
}

.timeline .timeline_post .blog_like i{
    font-size:16px;
}

.timeline .timeline_post .post_info_holder{
    display:inline-block;
    width:100%;
    vertical-align:middle;
    margin:4px 0 7px 0;
}

.timeline .timeline_post .post_info_holder .latest_post_categories,
.timeline .timeline_post .post_info_holder .latest_post_comments{
    float:left;
    margin-right:13px;
}

.timeline .timeline_post .circle_btn{
    width:46px;
    height:46px;
    display:block;
    background-color: #bba011;
    border-radius:40px;
    text-align:center;
    color:#fff;
    font-size:27px;
    line-height:46px;
    box-shadow:2px 2px 2px #c7c5c9;
    position: absolute;
    right:30px;
    bottom:0;
    -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out;
    -o-transition: color 0.15s ease-out, background-color 0.15s ease-out;
    transition: color 0.15s ease-out, background-color 0.15s ease-out;
    -ms-transform: translate(0%, 50%);
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}

.timeline .timeline_post .circle_btn span{
    -webkit-transition: color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
}

.timeline .timeline_post .circle_btn:hover{
    background-color: #fff;
    color: #bba011;
}


/*------------------Timeline shortcode end--------------------------*/

/*------------------Masonry shortcode -----------------------------*/

.vc_row:not(.grid_section) .blog-list-masonry-grid-sizer {
    width: 19%;
}

.vc_row:not(.grid_section) .blog-list-masonry-grid-sizer-gutter {
    width: 1.25%;
}

.vc_row:not(.grid_section) .blog-list-masonry-item {
    width: 19%;
}

.blog-list-masonry-grid-sizer {
    width: 32%;
}

.blog-list-masonry-grid-sizer-gutter {
    width: 2%;
}

.blog-list-masonry-item {
    width: 32%;
}

.latest_post_holder .blog-list-masonry-item .post_info {
    font-size: 12px;
}

.blog-list-masonry-item .post_info span {
    padding: 0 10px;
    border-left: 1px dotted;
}

.blog-list-masonry-item .post_info span:first-child {
    border: none;
    padding-left: 0px;
}


/*------------------Masonry shortcode end--------------------------*/
/* ==========================================================================
   End blog shortcodes
   ========================================================================== */

/* ==========================================================================
   Start blog with next post on bottom
   ========================================================================== */
/*
.page-template-blog-vertical-loop-php .content,
.page-template-blog-vertical-loop-php .content.content_top_margin{
    margin: 0px !important;
}
*/

.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;
}

.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;
}

.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: -35px;
    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: -35px;
    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: 60px;
    height: 60px;
    background-color: #279eff;
    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: 60px;
    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{
    box-shadow: 2px 3px 6px -5px rgba(0, 0, 0, 0.5);
}

.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_vertical_loop article .post_image_title .post_image_title_inner h2{
    color: #ffffff;
}

.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
   ========================================================================== */