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

.search-results .blog_holder article {
    margin-bottom: 30px;
}

.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;
    max-width: 100%;
    display: block;
}

body:not([class*="mikado-core"]) .blog_holder article:not(.format-gallery) .post_image,
body:not([class*="mikado-core"]) .blog_holder article:not(.format-gallery) .post_image > a,
body:not([class*="mikado-core"]) .blog_holder article:not(.format-gallery) .post_image img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

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

.blog_holder:not(.blog_split_column) article.format-link .post_text .post_text_inner,
.blog_holder:not(.blog_split_column) article.format-quote .post_text .post_text_inner {
    -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;

    padding: 60px;
    text-align: center;
    background-color: #1a1a1a;
}

.blog_holder article.format-link .post_text.link_image .post_text_inner,
.blog_holder article.format-quote .post_text.quote_image .post_text_inner {
    background-color: rgba(12, 15, 18, 0.32);
}

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

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

.blog_holder .blog_vertical_loop_clapper .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: #fbd60c;
    -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,
.blog_holder .blog_vertical_loop_clapper .post_info div a:hover {
    color: #fbd60c;
    -webkit-transition: color 0.15s ease-out, transform 0.15s ease;
    -moz-transition: color 0.15s ease-out, transform 0.15s ease;
    -ms-transition: color 0.15s ease-out, transform 0.15s ease;
    -o-transition: color 0.15s ease-out, transform 0.15s ease;
    transition: color 0.15s ease-out, transform 0.15s ease;
}

.blog_holder article .post_info > div,
.blog_holder .blog_vertical_loop_clapper .post_info > div {
    margin-right:14px;
    float: left;
    -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:first-child,
.blog_holder article .post_info .post_info_inner > div:first-child,
.blog_holder .blog_vertical_loop_clapper .post_info > 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 .blog_vertical_loop_clapper .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,
.blog_holder .blog_vertical_loop_clapper .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) 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: #fbd60c;
    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;
    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;
    line-height: 1.538461538461538em;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    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:not(.blog_split_column) article.format-link .post_text .post_text_inner:hover,
.blog_holder:not(.blog_split_column) article.format-quote .post_text .post_text_inner:hover {
    background-color: #fbd60c;
}

.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:not(.blog_split_column) article.format-link .post_text .post_text_inner .post_info,
.blog_holder:not(.blog_split_column) article.format-quote .post_text .post_text_inner .post_info {
    color: #333;
}

.blog_holder:not(.blog_split_column) article.format-quote .post_text_inner:hover h3 .date,
.blog_holder:not(.blog_split_column) article.format-link .post_text_inner:hover h3 .date,
.blog_holder:not(.blog_split_column) article.format-link .post_text .post_text_inner:hover .link_mark,
.blog_holder:not(.blog_split_column) article.format-quote .post_text .post_text_inner:hover .quote_mark,
.blog_holder:not(.blog_split_column) article.format-quote .post_text_inner:hover h3 a,
.blog_holder:not(.blog_split_column) article.format-link .post_text_inner:hover h3 a,
.blog_holder:not(.blog_split_column) article.format-quote .post_text_inner:hover h3,
.blog_holder:not(.blog_split_column) article.format-link .post_text_inner:hover h3,
.blog_holder:not(.blog_split_column) article.format-quote .post_text_inner:hover .post_info a,
.blog_holder:not(.blog_split_column) article.format-link .post_text_inner:hover .post_info a,
.blog_holder:not(.blog_split_column) article.format-quote .post_text_inner:hover .post_info,
.blog_holder:not(.blog_split_column) article.format-link .post_text_inner:hover .post_info,
.blog_holder:not(.blog_split_column) article.format-quote .post_text .post_text_inner:hover .quote_author,
.blog_holder article .post_info a: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,
.blog_holder article h3 {
    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: #fbd60c;
}

.blog_holder article h2 a,
.blog_holder article h3 a {
    color: #333;
}

.blog_holder article h2 a:hover,
.blog_holder article h3 a:hover {
    text-decoration: none;
}

.blog_holder article.sticky h2 a,
.blog_holder article h2 a:hover,
.blog_holder article.sticky h3 a,
.blog_holder article h3 a:hover {
    color: #fbd60c;
}

.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 {
    margin-top: 0;
    margin-bottom: 30px;
}

.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 .post_info .blog_share .social_share_dropdown ul li a span {
    font-family: 'ElegantIcons' !important;
}

.blog_holder article.format-link .post_text .icon_link,
.blog_holder article.format-quote .post_text .quote_mark {
    color: #fff;
}

.blog_holder article.format-quote .post_text .quote_mark {
    font-size: 50px;
}

.blog_holder article.format-link .post_text .icon_link {
    font-size: 35px;
}

.blog_holder article.format-quote .quote_text,
.blog_holder article.format-link .link_text {
    font-size: 17px;
    line-height: 2em;
    color: #fff;
}

.blog_holder article.format-link .link_text a {
    color: #fff;
}

.blog_holder article.format-quote .quote_text {
    margin-bottom: 16px;
}

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

.blog_holder:not(.blog_split_column) article.format-link .post_content_holder .post_text_inner .post_info div,
.blog_holder:not(.blog_split_column) article.format-link .post_content_holder .post_text_inner .post_info div > a,
.blog_holder:not(.blog_split_column) article.format-quote .post_content_holder .post_text_inner .post_info div,
.blog_holder:not(.blog_split_column) 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;
    padding-left: 10px;
    vertical-align: top;
}

/* #Categories on image styles
   ========================================================================== */
.categories_holder {
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 10;
}

.categories_holder_outer .categories_holder {
    position: relative;
    top: 0;
    margin-bottom: 15px;
    left: 0;
}

.categories_holder ul {
    list-style: none;
}

.content ul .categories_holder ul {
    padding: 0;
}

.categories_holder ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
;
}

.categories_holder ul li a {
    color: #1e1e1e;
    text-transform: uppercase;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    font-size: 11px;
    padding: 3px 10px;
    background-color: #fbd60c;
    display: block;
}

/* #End of categories on image styles
   ========================================================================== */

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

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

/* #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: 66%;
    vertical-align: top;
    box-sizing: border-box;
    background-color:#fff;
}
/*
.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: #fbd60c;
}

.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 .post_content_column.text-wrapper .post_text_inner {
    padding: 20px 30px 0 30px;
}

.blog_holder.blog_split_column article .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;
}

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

.blog_holder.blog_split_column article .post_image{
    display:none;
}
.blog_holder.blog_split_column .post_image_holder{
    display:table-cell;
    width:33%;
    background-size:cover;
    vertical-align: top;
}

.blog_holder.blog_split_column article .post_info{
    padding-top: 18px;
    border-top: 1px solid #eee;
    text-align: left;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Maven Pro', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #565656;
    padding-right: 35px;
    margin: 14px 0 16px;
}

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

.blog_split_column .post_info .share_item{
    right: 0;
    position: absolute;
    margin: 0;
}

/* #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: 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-transition: 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: 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-quote):not(.format-link) .post_text,
.blog_holder.masonry_full_width article:not(.format-quote):not(.format-link) .post_text {
    text-align: center;
    padding: 20px 17px 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}

.blog_holder.masonry article:not(.format-quote):not(.format-link).has-post-thumbnail .post_text,
.blog_holder.masonry_full_width article:not(.format-quote):not(.format-link).has-post-thumbnail .post_text {
    border-top: none;
}

.blog_holder.masonry .post_title,
.blog_holder.masonry_full_width .post_title {
    margin-bottom: 12px;
}

.blog_holder.masonry article p.post_excerpt,
.blog_holder.masonry_full_width article p.post_excerpt {
    margin-bottom: 22px;
}

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

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

/* #Blog Masonry - Meta Info Feature on Side
   ========================================================================== */
/*.blog_holder.blog_masonry_meta_info_featured_on_side article,*/
/*.blog_holder.masonry.blog_masonry_meta_info_featured_on_side article.format-link,*/
/*.blog_holder.masonry.blog_masonry_meta_info_featured_on_side article.format-quote,*/
/*.blog_holder.masonry_full_width.blog_masonry_meta_info_featured_on_side article.format-link,*/
/*.blog_holder.masonry_full_width.blog_masonry_meta_info_featured_on_side article.format-quote {*/
/*border: 1px solid #eaeaea;*/
/*padding: 15px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_social .post_comments i,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_social .blog_like i,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_social .social_share_holder > a > i {*/
/*display: block;*/
/*width: 36px;*/
/*height: 36px;*/
/*background-color: #fbd60c;*/
/*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_masonry_meta_info_featured_on_side article.format-link .post_text .post_text_inner .post_info .post_info_link_mark,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-quote .post_text .post_text_inner .post_info .post_info_quote_mark {*/
/*display: inline;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-link .post_text .post_text_inner .post_info .post_info_link_mark span,*/
/*.blog_holder.blog_masonry_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_masonry_meta_info_featured_on_side article.format-standard .post_text_inner,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-gallery .post_text_inner,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-audio .post_text_inner,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-video .post_text_inner {*/
/*width: 100%;*/
/*display: table;*/
/*box-sizing: border-box;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article:not(.format-link):not(.format-quote) .post_text .post_text_inner {*/
/*padding: 0;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article:not(.format-audio) .post_image,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article .audio_image {*/
/*margin: 0 0 27px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-link .post_text,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-quote .post_text {*/
/*margin: 0 0 0 77px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .column_left {*/
/*float: left;*/
/*width: 52px;*/
/*margin-right: 20px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .column_right {*/
/*box-sizing: border-box;*/
/*display: inherit;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-link .column_right,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-quote .column_right {*/
/*display: block;*/

/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article h4 {*/
/*margin: 0 0 5px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article:not(.format-quote):not(.format-link) .post_info {*/
/*margin: 0 0 18px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-quote .post_info,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article.format-link .post_info {*/
/*margin: 0;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article a.read_more_button {*/
/*margin: 16px 0 0;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_icons {*/
/*width: 52px;*/
/*border-right: 1px solid #ebebeb;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_icons > div:first-child {*/
/*margin-top: 0;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_icons .post_info_meta:not(:last-child) {*/
/*border-bottom: 1px solid #ebebeb;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_icons .post_info_meta {*/
/*text-align: center;*/
/*width: 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;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_icon_date {*/
/*padding: 14px 0;*/
/*display: block;*/
/*font-size: 18px;*/
/*font-weight: 700;*/
/*line-height: 18px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_icon_like {*/
/*padding: 15px 0px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_icon_share {*/
/*padding: 23px 0px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_info_meta a,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_info_meta span {*/
/*color: #bdc3c7;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_icon_date span.date {*/
/*display: block;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_icon_date span.date_month {*/
/*margin-bottom: 12px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .post_icon_like .blog_like a span {*/
/*font-size: 11px;*/
/*}*/

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

/*.blog_holder.blog_masonry_meta_info_featured_on_side .blog_like i.icon_heart {*/
/*margin-right: 0;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side.blog_single article.format-link .column_right,*/
/*.blog_holder.blog_masonry_meta_info_featured_on_side.blog_single article.format-quote .column_right {*/
/*margin: 0 0 45px;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .social_share_holder i.social_share_icon {*/
/*float: none;*/
/*}*/

/*.blog_holder.blog_masonry_meta_info_featured_on_side article .social_share_title {*/
/*display: none;*/
/*}*/

/* #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: #fbd60c;
    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:not(.format-link):not(.format-quote) .post_text .post_text_inner {
    padding: 0;
}

.blog_holder.blog_meta_info_featured_on_side article .post_image {
    margin: 0 0 35px;
}

.blog_holder.blog_meta_info_featured_on_side article .post_image .audio_image {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}

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

.blog_holder.blog_meta_info_featured_on_side .mejs-container:not(.wp-video-shortcode) {
    background-color: rgba(0, 0, 0, 0.85);
}

.blog_holder.blog_meta_info_featured_on_side article .column_left {
    float: left;
    width: 81px;
}

.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 .column_right {
    padding-left: 110px;
}

.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 .post_title {
    margin-bottom: 16px;
    padding: 0;
}

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

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

.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: #727272;
    text-transform: uppercase;
}

.blog_holder.blog_meta_info_featured_on_side article .post_icon_date span.date {
    display: block;
    font-size: 18px;
    font-weight: 800;
}

.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: 14px;
    line-height: 20px;
    margin-right: 9px;
}

.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_meta_info_featured_on_side .post_excerpt,
.blog_meta_info_featured_on_side .post_content {
    margin-bottom: 25px !important;
}

.blog_meta_info_featured_on_side .post_info_quote_mark,
.blog_meta_info_featured_on_side .post_info_link_mark {
    float: none;
    margin-top: 0;
    margin-bottom: 30px;
}

.blog_meta_info_featured_on_side article.format-quote .post_info_quote_mark .quote_mark {
    font-size: 50px;
}

.blog_meta_info_featured_on_side article.format-link .post_info_link_mark .icon_link {
    font-size: 35px;
}

.blog_meta_info_featured_on_side article.format-quote .post_info_quote_mark .quote_mark,
.blog_meta_info_featured_on_side article.format-link .post_info_link_mark .icon_link {
    color: #fff;
}

.blog_meta_info_featured_on_side article.format-link .post_text .post_text_inner,
.blog_meta_info_featured_on_side article.format-quote .post_text .post_text_inner {
    padding: 60px;
    text-align: center;
    background-color: #1a1a1a;
}

.blog_meta_info_featured_on_side article.format-link .post_text.link_image .post_text_inner,
.blog_meta_info_featured_on_side article.format-quote .post_text.quote_image .post_text_inner {
    background-color: rgba(12, 15, 18, 0.32);
}

.blog_meta_info_featured_on_side article.format-link .post_text.link_image:hover .post_text_inner,
.blog_meta_info_featured_on_side article.format-quote .post_text.quote_image:hover .post_text_inner {
    background-color: rgba(12, 15, 18, 0.62);
}

.blog_meta_info_featured_on_side article.format-quote .post_text .quote_author {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.blog_meta_info_featured_on_side .format-quote .quote_text {
    margin-bottom: 16px;
}

.blog_meta_info_featured_on_side .format-quote .quote_text,
.blog_meta_info_featured_on_side .format-link .link_text {
    font-size: 17px;
    line-height: 2em;
    color: #fff;
}

.blog_single.blog_meta_info_featured_on_side article.format-quote .post_content,
.blog_single.blog_meta_info_featured_on_side article.format-link .post_content {
    padding-top: 0;
}

.blog_meta_info_featured_on_side.whole_post .format-quote .post_text,
.blog_meta_info_featured_on_side.whole_post .format-link .post_text {
    margin-bottom: 35px;
}

/* Blog Masonry Gallery
   ========================================================================== */
.blog_holder.blog_masonry_gallery {
    margin: 0 -10px;
    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.8);
}

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

.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,
.blog_holder.blog_masonry_gallery article .post_info {
    margin: 0 0 20px 0;
}

.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_icon_holder > span {
    position: relative;
    height: 100%;
}

.blog_holder.blog_masonry_gallery article .post_icon_holder > span:after {
    font-family: ElegantIcons;
    content: "";
    font-size: 24px;
    -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: "";
}

.blog_holder.blog_masonry_gallery article .post_icon_holder > span.audio:after {
    content: "I";
}

.blog_holder.blog_masonry_gallery article .post_icon_holder > span.link:after {
    font-family: FontAwesome;
    content: "\f0c1";
    font-size: 19px;
}

.blog_holder.blog_masonry_gallery article .post_icon_holder > span.quote:after {
    font-family: FontAwesome;
    content: "\f10e";
    font-size: 19px;
}

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

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

/* ==========================================================================
   Blog single styles
   ========================================================================== */
.blog_holder.blog_single 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;
    padding: 28px 0;
    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;
}

.single-post .container_inner > .flexslider {
    margin-bottom: 35px;
}

/* ==========================================================================
   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.masonry > ul li.blog-list-masonry-item {
    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;
}

.latest_post_holder.masonry > ul > li {
    border-width: 0;
    border-style: solid;
    border-color: #dedce0;
    box-sizing: border-box;
}

.latest_post_holder.boxes.one_column > ul > li {
    float: none;
    margin: 0 0 2%;
}

.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.masonry ul.post_list li a > img {
    vertical-align: top;
}

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

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

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

.latest_post_holder.image_in_box .date {
    color: #fbd60c;
}

.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;
    color: #363636;
    font-size: 14px;
}

.latest_post_holder.minimal .latest_post_title .date {
    margin-right: 25px;
}

.latest_post_holder.minimal .post_info_section {
    margin: 0;
}

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

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

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

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

.latest_post_holder.masonry .blog-list-masonry-item .masonry-item-holder > a{
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

.latest_post_holder.image_in_box .latest_post_image{
    position: relative;
}

.latest_post_holder a .latest_post_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3);
    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 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: 75px;
    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_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,
aside.sidebar .widget:not(.widget_mkd_twitter_slider_widget li),
.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: 0;
}

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

/*For split_column type*/
.split_column .post_list > li {
    padding-top: 0;
    margin-bottom: 30px;
}

.split_column .post_list > li:last-child {
    margin-bottom: 0;
}

.split_column.two_columns .post_list {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.split_column.two_columns .post_list > li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.split_column.two_columns .post_list > li:nth-child(2n+1) {
    clear: both;
}

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

.latest_post.split_column_holder .split_column_column {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.split_column_holder .split_text_holder {
    padding: 24px 25px 20px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}

/*.has-post-thumbnail .split_column_holder .split_text_holder {*/
/*border-left: none;*/
/*}*/

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

.split_image_holder a img {
    display: none;
}

.split_image_holder {
    position: relative;
    background-size: cover;
    background-position: top center;
}

.split_image_holder a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.split_column_excerpt {
    margin: 15px 0 0;
}

.split_column_holder .split_text_holder .mkd_post_info_holder {
    margin-top: 23px;
}

.split_post_image_holder {
    display: none;
}

.split_column.two_columns .mkd_post_info_holder {
    padding-right: 25px;
    font-size: 11px;
}

.split_column.two_columns .mkd_post_info_holder .social_share_holder {
    line-height: 23px;
}

.split_column.two_columns .mkd_post_info_holder .social_share_holder > a {
    width: 23px;
    height: 23px;
    line-height: 25px;
    font-size: 10px;
}

.split_column.two_columns .social_dropdown_right .social_share_holder .social_share_dropdown {
    right: 33px;
    top: 2px;
}

.split_column.two_columns .social_share_holder .social_share_dropdown ul li a {
    width: 20px;
    height: 20px;
    line-height: 19px !important;
}

.split_column.two_columns .social_share_holder .social_share_dropdown ul li a span {
    font-size: 10px;
}

/*------------------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 .masonry-item-holder {
    border: 1px solid #e1e1e1;
}

.latest_post_holder .masonry-item-holder .latest_post_text {
    text-align: center;
    padding: 20px 17px 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.latest_post_holder .masonry-item-holder .excerpt {
    margin: 12px 0 22px;
}

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

/* #Post info in masonry and boxes layout */
.mkd_post_info_holder {
    padding-top: 18px;
    border-top: 1px solid #eee;
    text-align: left;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;

    text-transform: uppercase;
    font-family: 'Maven Pro', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #565656;
    padding-right: 35px;
}

.mkd_post_info_holder .post_info_item,
.mkd_post_info_holder .post_comments,
.mkd_post_info_holder .mkd-like,
.mkd_post_info_holder .post_author_link {
    color: inherit;
}

.mkd_post_info_holder .post_info_item {
    float: left;
    margin-right: 14px;
}

.mkd_post_info_holder .share_item {
    position: absolute;
    top: 17px;
    right: 0;
}

.mkd_post_info_holder .post_info_item:last-child {
    margin-right: 0;
}

.mkd_post_info_holder .date_icon {
    margin-right: 4px;
}

aside.sidebar .widget .mkd_featured_post_widget .mkd_post_info_holder .icon_comment,
.mkd_post_info_holder .date_icon .icon_clock_alt,
aside.sidebar .widget .mkd_featured_post_widget .mkd_post_info_holder .icon_clock_alt {
    font-family: ElegantIcons;
}

.mkd_post_info_holder .comments_icon {
    margin-right: 1px;
}

.mkd_post_info_holder .author_icon {
    margin-right: 3px;
}

.blog_holder .mkd_post_info_holder .blog_like {
    margin-right: 0;
}

.mkd_post_info_holder .mkd-like i {
    margin-right: 7px;
}

.mkd_post_info_holder .mkd-like.liked i {
    color: #fbd60c;
}

.search-results article .mkd_post_info_holder {
    margin-top: 0 !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    border-top: none;
}

/* #End of post info in masonry and boxes layout */

/* #Boxes layout styles */
.boxes .latest_post_text {
    text-align: center;

    padding: 20px 17px 17px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.boxes .box_padding_border {
    border: 1px solid #e1e1e1;
}

.boxes .excerpt {
    margin: 12px 0 22px;
}

/* #End of boxes layout styles */

/* #End of latest posts
   ========================================================================== */

/*------------------Blog slider simple shortcode start-----------------------------*/

.blog_slider_simple_holder {
    position: relative;
    overflow: hidden; /* slider navigation */
}

.blog_slider_simple_holder .blog_image_holder {
    position: relative;
}

.blog_slider_simple_holder .categories_holder {
    left: 35px;
    top: 28px;
}

.blog_slider_simple_holder .blog_text_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 35px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.blog_slider_simple_info .blog_slider_simple_title,
.blog_slider_simple_holder .blog_slider_simple_title a {
    color: #fff;
}

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

.blog_slider_simple_holder .mkd_post_info_holder {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    border-color: rgba(225, 225, 225, 0.4);
}

/*------------------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 clapping 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_holder.blog_vertical_loop_type article.next_post .post_info > div,
.blog_holder .blog_vertical_loop_clapper .post_info > div {
    float: none;
    display: inline-block;
}

.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: -30px;
    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;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.blog_vertical_loop_back_button.disabled {
    opacity: 0.3;
}

.blog_vertical_loop_button .button_icon a,
.blog_vertical_loop_back_button .button_icon a {
    width: 60px;
    height: 60px;
    background-color: #fbd60c;
    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: #fff;
    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_vertical_loop article .post_image_title .post_image_title_inner h2 {
    color: #fff;
}

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

.blog_vertical_loop_clapper .clap_title h2 {
    color: #fff;
}

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

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

/* gallery post styles */

article.masonry-image-gallery .masonry_gallery{
    margin: 0px -15px -30px -15px;
    top: -15px;
}

article.masonry-image-gallery a.masonry_gallery_image{
    width: 50%;
}
article.masonry-image-gallery .gallery_post_grid_sizer{
    width: 50%;
}

.single-format-gallery .container_inner.masonry-image-gallery  a.masonry_gallery_image,
.single-format-gallery .container_inner.masonry-image-gallery  .gallery_post_grid_sizer{
    width: 50%;
}
a.masonry_gallery_image .gal_img_wrapper {
    padding: 4%;
}
a.masonry_gallery_image .gal_img_wrapper_inner {
    position: relative;
}
a.masonry_gallery_image img{
    position: relative;
    width: 100%;
    display: block;
}
.single-post .container_inner.standard-image-gallery > .flexslider,
.single-post .container_inner.carousel-image-gallery > .carousel-gallery,
.single-post .container_inner.masonry-image-gallery > .masonry_gallery {
    margin-bottom: 35px;
}
.carousel-image-gallery .carousel-gallery{
    position: relative;
}

.carousel-image-gallery .carousel-gallery .slides,
.carousel-image-gallery .carousel-gallery .flex-direction-nav{
    zoom: 1;
}

.carousel-image-gallery .carousel-gallery .flex-direction-nav a:hover{
    background-color: #393939;
}

.carousel-image-gallery .carousel-gallery .flex-next {
    right: 0;
}

.carousel-image-gallery .carousel-gallery .flex-prev{
    left: 0;
}