<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Table of Content
==================================================
    1.0 - Transition
    1.1 - Blog
    1.2 - Default Color
    1.3 - Responsive */


/*--------------------------------------------------------------
    1.0 - Transition
    --------------------------------------------------------------*/
.blog-entry.entry-date-author-left .entry-date-author .comments i,
.blog-entry.blog-medium-style,
.pagination ul li a i,
.blog-entry.post-info-within-image .entry-thumb:before,
.post-nav-container .post-next-link a i,
.post-nav-container .post-prev-link a i,
.blog-entry.post-info-vertical-image *,
.blog-entry.post-info-vertical-image *:after,
.blog-entry.post-info-vertical-image *:before,
.blog-entry.post-info-above-image .entry-thumb img,
.blog-entry .dt-sc-button.simple.with-icon.icon-right span,
.blog-entry.bordered .date span,
.blog-entry.bordered .date,
.blog-entry.bordered,
.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a i,
.blog-entry.post-info-within-image .entry-meta .likes a i,
.blog-entry.post-info-within-image .entry-meta i,
.blog-entry.post-standard .entry-meta .entry-info *,
.blog-entry.post-standard .entry-meta .entry-info i.zmdi:after,
.blog-entry.post-info-bottom-image .entry-meta .entry-info a i,
.blog-entry.entry-center-align .entry-thumb img,
.blog-entry.entry-center-align .entry-title h4:before,
.blog-entry.entry-center-align .entry-title h4:after,
.blog-entry.entry-center-align .entry-format,
.blog-entry.entry-center-align .entry-format a:before,
.blog-entry.entry-center-align .entry-format:after,
#respond h3#reply-title:before,
#respond h3#reply-title:after,
.related-post &gt; h4:before,
.related-post &gt; h4:after,
.blog-entry.entry-minimal-bordered,
.dt-sc-button:before,
.dt-sc-button:after,
.pagination a,
.pagination a:before,
.pagination a:after,
.pagination i:before
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

/*--------------------------------------------------------------
    1.1 - Blog
    --------------------------------------------------------------*/

.blog-entry
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.blog-entry.with-border
{
    border: 20px solid;
}

.blog-entry ul.entry-gallery-post-slider
{
    margin-bottom: 0;
}

.blog-entry .entry-thumb
{
    float: left;
    line-height: 0;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.blog-entry .entry-thumb img
{
    height: auto;
    max-width: 100%;
}
.blog-entry .entry-format
{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.blog-entry.type-post .entry-format
{
    display: block;
}
.blog-entry .entry-format a
{
    border: 10px solid;
    border-left: 0;
    border-top: 0;
    float: left;
    height: 75px;
    line-height: 75px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 75px;
}
.blog-entry .entry-format a:before
{
    font-family: Stroke-Gap-Icons;
    font-size: 32px;
    height: 100%;
    left: 0;
    line-height: 65px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.blog-entry .entry-thumb .dt-video-wrap .wp-video
{
    width: 100% !important;
}

.blog-entry.type-post .entry-format.hidden
{
    display: none !important;
}

.blog-entry.format-standard .entry-format a:before,
.ico-format.format-standard:before
{
    content: '\e6bd';
}
.blog-entry.format-image .entry-format a:before,
.ico-format.format-image:before
{
    content: '\e6ac';
}
.blog-entry.format-gallery .entry-format a:before,
.ico-format.format-gallery:before
{
    content: '\e6be';
}
.blog-entry.format-status .entry-format a:before,
.ico-format.format-status:before
{
    content: '\e69e';
}
.blog-entry.format-link .entry-format a:before,
.ico-format.format-link:before
{
    content: '\e67b';
}
.blog-entry.format-aside .entry-format a:before,
.ico-format.format-aside:before
{
    content: '\e684';
}
.blog-entry.format-quote .entry-format a:before,
.ico-format.format-quote:before
{
    content: '\e6b2';
}
.blog-entry.format-video .entry-format a:before,
.ico-format.format-video:before
{
    content: '\e69a';
}
.blog-entry.format-chat .entry-format a:before,
.ico-format.format-chat:before
{
    content: '\e6b3';
}
.blog-entry.format-audio .entry-format a:before,
.ico-format.format-audio:before
{
    content: '\e699';
}
.blog-entry.sticky .entry-title span.sticky-post
{
    background: #666;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 10px;
    padding: 3px 5px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.blog-entry.tribe_events .ico-format
{
    display: none;
}

.blog-entry .entry-details
{
    clear: both;
    display: inline-block;
    width: 100%;
}

.blog-entry .entry-meta
{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
}

.blog-entry .entry-title h4
{
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
        word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.blog-entry .entry-body
{
    clear: both;
    float: left;
    margin: 0 0 10px;
    width: 100%;
}

.blog-entry.blog-medium-style
{
    overflow: hidden;
    width: 99.5%;
}
.blog-entry.blog-medium-style .entry-thumb
{
    margin: 0;
    overflow: visible;
    width: 53%;
}
.blog-entry.blog-medium-style .entry-details
{
    clear: none;
    float: left;
    padding: 10px 0 0 0;
}
.blog-entry.blog-medium-style .entry-thumb ~ .entry-details
{
    width: 47%;
}
.blog-entry.blog-medium-style .entry-thumb ~ .entry-details
{
    padding-left: 70px;
}
.blog-entry.blog-medium-style .dt-sc-button
{
    margin-bottom: 20px;
}

.blog-entry.blog-medium-style .entry-format
{
    left: inherit;
    right: -35px;
    top: 40px;
}
.blog-entry.blog-medium-style .entry-format a
{
    background: #fff;
    border: 2px solid #000;
    color: #000;
    height: 70px;
    line-height: 70px;
    width: 70px;
}
.blog-entry.blog-medium-style:hover .entry-format a
{
    color: #fff;
}

.blog-entry.blog-medium-style .entry-meta-data
{
    margin: 0 0 -5px;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb
{
    overflow: hidden;
    width: 48%;
}
.with-both-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb
{
    overflow: visible;
}
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.blog-entry.blog-medium-style .entry-details
{
    width: 100%;
}
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details
{
    width: 52%;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight
{
    background: rgba(0, 0, 0, .02);
}
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding: 30px;
}
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format
{
    right: 10px;
    top: 10px;
}
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format a
{
    background: #fff;
    border: none;
    color: #000;
}
.blog-entry.blog-medium-style.dt-blog-medium-highlight:hover .entry-format a
{
    background: #fff;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight .entry-format a
{
    color: #fff;
}
.blog-entry.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight .dt-sc-button
{
            box-shadow: 0 0 1px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .25);
}

.blog-entry.entry-date-left .entry-thumb
{
    margin-bottom: 30px;
}
.blog-entry.entry-date-left .entry-details
{
    margin: 0 0 0;
    min-height: 120px;
    padding: 0 0 0 85px;
    position: relative;
}
.blog-entry.entry-date-left .entry-date,
.blog-entry.entry-date-author-left .entry-date-author .entry-date
{
    font-size: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}


.blog-entry.entry-date-left .entry-date span,
.blog-entry.entry-date-author-left .entry-date-author .entry-date span
{
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0 0;
    padding: 5px 0;
    text-transform: uppercase;
    width: 100%;
}
.blog-entry.entry-date-left .entry-date .comments i
{
    margin-right: 5px;
}
.blog-entry.entry-date-left .entry-date a
{
    display: inline-block;
    font-size: 16px;
    margin: 10px 0 0;
    width: 100%;
}

.tpl-blog-holder .column
{
    margin-left: 0;
    margin-right: 0;
}
.tpl-blog-holder .column .blog-entry,
.tpl-blog-holder .wpb_column .blog-entry
{
    margin-bottom: 35px;
}
.column .blog-entry,
.wpb_column .blog-entry
{
    margin-bottom: 25px;
}
.column.no-space .blog-entry,
.wpb_column.no-space .blog-entry
{
    margin-bottom: 0;
}

.blog-entry.entry-date-author-left
{
    min-height: 270px;
    padding-left: 100px;
    position: relative;
}
.blog-entry.entry-date-author-left .entry-date-author
{
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-date
{
    font-size: 30px;
    position: relative;
    width: 100%;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-author
{
    border-bottom: 1px solid;
    clear: both;
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-author img
{
    border-radius: 50%;
    padding-bottom: 5px;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-author a
{
    color: #999;
}
.blog-entry.entry-date-author-left .entry-date-author .comments a
{
    color: #000;
    display: inline-block;
    font-size: 20px;
    margin-top: 15px;
}
.blog-entry.entry-date-author-left .entry-date-author .comments i
{
    display: inline-block;
    font-size: 30px;
    width: 100%;
}

.ie9 .blog-entry.entry-date-author-left .entry-date-author .entry-date
{
    position: static;
}

.blog-entry.entry-date-author-left .entry-thumb
{
    margin-bottom: 35px;
}
.blog-entry.entry-date-author-left .entry-details .entry-title h4
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.blog-entry.blog-thumb-style
{
    border-bottom: 1px dashed;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.blog-entry.blog-thumb-style.last
{
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-entry.blog-thumb-style .entry-thumb
{
    margin: 0;
    padding: 0 25px 0 0;
    width: 45%;
}
.blog-entry.blog-thumb-style .entry-thumb img
{
    border-radius: 3px;
}
.blog-entry.blog-thumb-style .entry-details
{
    margin-top: 0;
    width: 55%;
}
.blog-entry.blog-thumb-style .entry-title h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: none;
}
.blog-entry.blog-thumb-style.entry-date-left .entry-details
{
    padding-left: 0;
}
.blog-entry.blog-thumb-style .entry-format a
{
    border: none;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.blog-entry.blog-thumb-style .entry-title,
.blog-entry.blog-thumb-style .entry-body
{
    float: left;
    width: 100%;
}
.blog-entry.blog-thumb-style .entry-date
{
    position: static;
    width: auto;
}
.blog-entry.blog-thumb-style a.read-more
{
    color: #898989;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.blog-entry.blog-thumb-style a.read-more span
{
    margin-left: 8px;
}

.blog-entry.blog-thumb-style.entry-date-left .entry-author
{
    border-right: 1px solid;
    margin-right: 15px;
    padding-right: 15px;
}

.blog-entry.blog-thumb-style.entry-date-left .entry-body
{
    margin-bottom: 20px;
}
.blog-entry.blog-thumb-style .entry-body p
{
    margin-bottom: 0;
}
.blog-entry.blog-thumb-style.entry-date-left .entry-date,
.blog-entry.blog-thumb-style.entry-date-left .entry-author
{
    color: #cacaca;
    float: left;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.tpl-blog-holder
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tpl-blog-holder.apply-isotope .column
{
    margin-left: 0;
}

.desc-wrapper
{
    display: inline-block;
}

.entry-thumb .bx-wrapper
{
    overflow: hidden;
    position: relative;
}
.entry-thumb .bx-controls a
{
    background: #fff;
    bottom: 0;
    color: #fff;
    filter: alpha(opacity=60);
    font-size: 0;
    height: 50px;
    margin: auto;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 35px;
}
.entry-thumb .bx-controls a:hover
{
    filter: alpha(opacity=100);
    opacity: 1;
}
.entry-thumb .bx-controls a.bx-prev:before,
.entry-thumb .bx-controls a.bx-next:before
{
    color: #000;
    content: '\e684';
    font-family: Pe-icon-7-stroke;
    font-size: 32px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.entry-thumb .bx-controls a.bx-prev:before
{
    content: '\e686';
}

.entry-thumb .bx-controls a.bx-prev
{
    left: -35px;
}
.entry-thumb .bx-controls a.bx-next
{
    right: -35px;
}
.entry-thumb:hover .bx-controls a.bx-prev
{
    left: 15px;
}
.entry-thumb:hover .bx-controls a.bx-next
{
    right: 15px;
}
.entry-gallery-post-slider li
{
    display: inline;
    padding: 0;
}

.entry-meta .date,
.entry-meta .comments,
.entry-meta .author
{
    display: inline-block;
    text-transform: capitalize;
}
.entry-meta .comments i,
.entry-meta .author i
{
    color: #888;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: 0;
}

.blog-entry .entry-meta a 
{
    color: #888888;
}

.entry-meta-data
{
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
.entry-meta-data p
{
    display: inline-block;
    line-height: normal;
    margin-bottom: 0;
    margin-right: 20px;
}
.entry-meta-data p a,
.entry-meta-data p i
{
    color: #888;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.entry-meta-data p i
{
    font-size: 14px;
    margin: 0 5px 0 0;
    position: relative;
    top: 0;
}

.blog-entry.post_format-post-format-audio .entry-format
{
    display: none;
}

/* Post Nav Container */

.post-nav-container
{
    clear: both;
    display: block;
    float: left;
    margin: 40px 0 0;
    padding: 0;
    position: relative; 
    width: 100%;
}
.post-nav-container:before
{
    border-top: 1px solid rgba(0, 0, 0, .1);
    content: '';
    height: 1px; 
    left: 0;
    position: absolute;
    top: 21px;
    width: 100%;
}

.post-nav-container .post-next-link a,
.post-nav-container .post-prev-link a
{
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .5px;
    margin: 5px 20px 0 0;
    position: relative; 
    text-transform: uppercase;
}

.post-nav-container .post-prev-link a
{
    padding: 0 20px 0 0;
}
.post-nav-container .post-next-link a
{
    padding: 0 0 0 20px;
}

.post-nav-container .post-prev-link
{
    float: left;
}
.post-nav-container .post-next-link
{
    float: right;
}

.post-nav-container .post-next-link a i
{
    margin-left: 10px;
}
.post-nav-container .post-prev-link a i
{
    margin-right: 10px;
}

.post-nav-container .post-next-link a i,
.post-nav-container .post-prev-link a i
{
    color: #000;
    position: relative;
    top: -1px;
}
.post-nav-container .post-next-link a
{
    margin-right: 0;
}
.post-nav-container .post-next-link a:hover,
.post-nav-container .post-prev-link a:hover,
.post-nav-container .post-next-link a:hover i,
.post-nav-container .post-prev-link a:hover i
{
    color: #fff;
}

.related-post
{
    float: left; 
    width: 100%;
}
.related-post &gt; h4
{
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 30px; 
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.related-post &gt; h4:before,
.related-post &gt; h4:after
{
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
}
.related-post &gt; h4:before
{
    bottom: 0;
    height: 1px;
    width: 50px;
}
.related-post &gt; h4:after
{
    bottom: 0;
    height: 1px;
    width: 0;
}
.related-post &gt; h4:hover:before
{
    width: 0;
}
.related-post &gt; h4:hover:after
{
    width: 50px;
}
.related-post &gt; h4:before
{
    background-color: #d7d7d7;
}

.related-post .blog-entry.entry-flat .entry-title h4
{
    margin: 0;
    padding: 0;
}
.related-post .blog-entry.entry-flat .entry-title h4:before
{
    display: none;
}
.related-post .tpl-blog-holder .column .blog-entry.entry-flat
{
    margin-bottom: 7px;
}

/* DateLeft Modern Style - New */
.blog-entry.outer-frame-border
{
    display: block;
    float: left\0;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    position: relative;
    width: auto;
    width: 100%\0;
}
.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:after
{
    border: 1px solid;
    content: '';
    position: absolute;
    z-index: -1;
}

.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:hover:after
{
    bottom: 0;
    left: 20px;
    right: 0;
    top: 20px;
}
.blog-entry.outer-frame-border:after,
.blog-entry.outer-frame-border:hover:before
{
    bottom: 25px;
    left: 25px;
    right: 25px;
    top: 25px;
}

.wpb_column .blog-entry.outer-frame-border
{
    z-index: 1;
}


.blog-entry.outer-frame-border
{
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
.tpl-blog-holder .column .blog-entry.outer-frame-border,
.tpl-blog-holder .wpb_column .blog-entry.outer-frame-border
{
    margin-bottom: 0;
}

.blog-entry.entry-date-left.outer-frame-border .entry-thumb
{
    margin-bottom: 0;
}
.blog-entry.entry-date-left.outer-frame-border .entry-details
{
    min-height: 135px;
    padding: 20px 15px 25px 90px;
    position: relative;
}
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-title h4
{
    margin-bottom: 15px;
}
.blog-entry.entry-date-left.outer-frame-border .entry-date
{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: normal;
    padding: 12px 0 16px;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
}
.blog-entry.entry-date-left.outer-frame-border .entry-date span
{
    border-width: 0;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.blog-entry.entry-date-left.outer-frame-border .entry-meta-data
{
    margin: 0;
}
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p
{
    display: inline;
    font-size: 12px;
    letter-spacing: 1px;
    margin: -5px 0 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p:after
{
    content: '/';
    font-size: 15px;
    padding: 0 5px;
}
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p:last-child:after
{
    display: none;
}

.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p a,
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p i
{
    display: inline-block;
}
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p i
{
    display: none;
}

.blog-entry.entry-date-left .entry-title
{
    margin: 10px 0 0;
}
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button
{
    background: none;
    border-width: 0;
    clear: both;
    display: table;
    font-size: 11px; /*font-style: italic;*/
    font-weight: bold;
    letter-spacing: .1em;
    line-height: inherit;
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
}
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button span
{
    display: none;
}
.blog-entry.entry-date-left.outer-frame-border.outer-frame-border .entry-details .dt-sc-button.filled:before,
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled:after
{
    content: none;
}


.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format
{
    bottom: 50%;
    filter: alpha(opacity=0);
    left: auto;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 50%;
    text-align: center;
    top: auto;
}
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a
{
    border-width: 0;
    float: left;
    height: 65px;
    line-height: 65px;
    text-align: center;
    width: 65px;
}
.blog-entry.entry-date-left .entry-details .entry-format a::before
{
    font-size: 150px;
}

.blog-entry.entry-date-left:hover .entry-details .entry-format
{
    bottom: 10px;
    filter: alpha(opacity=25);
    opacity: .25;
    right: 15px;
}
.blog-entry.entry-date-left:hover .entry-details .entry-format a::before
{
    font-size: 50px;
}


.wpb_column .blog-entry.outer-frame-border
{
    float: left\0;
    width: auto;
    width: 100%\0;
}

.blog-entry.entry-date-left.outer-frame-border,
.blog-entry.entry-date-left.outer-frame-border .entry-thumb,
.blog-entry.entry-date-left.outer-frame-border .entry-details,
.blog-entry.entry-date-left.outer-frame-border .entry-date,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a:before
{
            transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}

.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:after
{
            transition: all .75s ease 0s;
    -webkit-transition: all .75s ease 0s;
}

/* Modern Style - New */
.blog-entry.blog-modern-style
{
    text-align: center;
}
.blog-entry.blog-modern-style .entry-details
{
    background: #fff;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.1);
    display: inline-block;
    margin: -100px auto 0;
    padding: 30px;
    position: relative;
    text-align: left;
    width: 90%;
    z-index: 9;
       -moz-box-shadow: 0 3px 15px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.1);
}

.blog-entry.blog-modern-style .entry-meta-data p i,
.blog-entry.blog-modern-style .entry-meta .comments i, 
.blog-entry.blog-modern-style .entry-meta .author i
{
    top: 1px;
}

/* Classic Style - New */
.blog-entry.classic .entry-title h4
{
    margin-bottom: 15px;
}
.blog-entry .dt-sc-button.simple
{
    background-color: #fff;
    float: right;
    padding: 0 0 0 20px;
}
.blog-entry.classic .entry-details:after,
.blog-entry.bordered .entry-details:after
{
    border-bottom: 2px solid;
    bottom: 7px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.blog-entry.bordered .entry-details:after
{
    bottom: 37px;
    margin-left: 40px;
    width: 75%;
}
.blog-entry .dt-sc-button.simple.with-icon.icon-right:hover span
{
    margin-left: 15px;
}

.blog-entry.bordered .dt-sc-button:before,
.blog-entry.bordered .dt-sc-button:after
{
    content: none;
}


/* Bordered Style - New */
.blog-entry.bordered .entry-details
{
    margin-top: -45px;
    padding: 0 40px 30px 40px;
}
.blog-entry.bordered .date
{
    background: #fff;
    border: 2px solid #86898b;
    color: #86898b;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    margin-bottom: 20px;
    margin-right: 5px;
    padding: 15px 0 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
}
.blog-entry.bordered .date span
{
    display: block;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 5px;
}
.blog-entry.bordered
{
    border: 1px solid;
}
.blog-entry.bordered:hover
{
            box-shadow: 0 0 40px -18px rgba(0, 0, 0, .62);
       -moz-box-shadow: 0 0 40px -18px rgba(0, 0, 0, .62);
    -webkit-box-shadow: 0 0 40px -18px rgba(0, 0, 0, .62);
}
.blog-entry.bordered.post_format-post-format-video .entry-details,
.blog-entry.bordered.post_format-post-format-audio .entry-details
{
    margin-top: 0;
}

.dt-sc-one-column .blog-entry.bordered .entry-details:after
{
    width: 85%;
}

.blog-entry.classic .dt-sc-button:before,
.blog-entry.classic .dt-sc-button:after
{
    content: none;
}

/* Fashion Style - New */
.blog-entry.entry-fashion-style .entry-details
{
    border: 1px solid #e4e4e4;
    padding: 40px 20px;
    text-align: center;
}
.blog-entry.entry-fashion-style .entry-comment-author-meta
{
    display: block;
    padding: 13px 0 20px;
}
.blog-entry.entry-fashion-style .entry-meta .comments
{
    padding-right: 5px;
}
.blog-entry.entry-fashion-style.sticky .entry-title span.sticky-post
{
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.blog-entry.entry-fashion-style .entry-thumb
{
    margin: 0;
}
.blog-entry.entry-fashion-style .entry-meta .author i
{
    padding: 0 3px 0 7px;
}
.blog-entry.entry-fashion-style .entry-title h4
{
    text-transform: capitalize;
}
.blog-entry.entry-fashion-style .entry-meta .date span
{
    font-size: 30px;
    padding-right: 5px;
}

/* Minimal Bordered Style - New */

.tpl-blog-holder .column .blog-entry.entry-minimal-bordered
{
    margin-bottom: 15px;
}

.blog-entry.entry-minimal-bordered
{
    text-align: left;
    box-shadow: 0 0 30px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 30px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 30px 1px rgba(0,0,0,0.15);
}
.blog-entry.entry-minimal-bordered .blog-entry .entry-meta
{
    margin-bottom: 10px;
}
.blog-entry.entry-minimal-bordered .entry-thumb
{
    margin-bottom: 0;
}

.blog-entry.entry-minimal-bordered .entry-meta
{
    display: inline-block;
}
.blog-entry.entry-minimal-bordered .entry-meta p
{
    color: #ffffff;
    float: left;
    display: inline-block;
    position: relative;
    padding: 0px;
    margin-bottom: 0;
    line-height: normal;
}

.blog-entry.entry-minimal-bordered .entry-meta p a
{
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    line-height: normal;
    background: #041527;
    padding: 5px 10px;
    margin: 0 6px 6px 0;
}
.blog-entry.entry-minimal-bordered .entry-meta p.category a, 
.blog-entry.entry-minimal-bordered .entry-meta p.tags a
{
    color: #ffffff;
}
.blog-entry.entry-minimal-bordered .entry-meta p.category:after, 
.blog-entry.entry-minimal-bordered .entry-meta p.tags:after
{ 
    content: none;
}

.blog-entry.entry-minimal-bordered .entry-meta p:after
{
    color: #000;
    content: '|';
    position: absolute;
    right: -5px;
}

.blog-entry.entry-minimal-bordered .entry-details
{
    padding: 40px 45px 30px;
    position: relative;
}

.blog-entry.entry-minimal-bordered .entry-body
{
    margin: 0px 0 20px;
}
.blog-entry.entry-minimal-bordered .entry-body p
{
    line-height: 28px;
    margin: 0;
}

.blog-entry.entry-minimal-bordered .entry-meta-data
{
    border-bottom: 1px solid #e4e4e4;
    display: table;
    margin: 0 0 30px;
    padding: 0 0 15px;
}

.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button
{
    background: transparent;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 0;
    text-transform: capitalize;
}
.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button:hover
{
    background: transparent;
    color: #000;
}
.blog-entry.entry-minimal-bordered .entry-meta-data .author,
.blog-entry.entry-minimal-bordered .entry-meta-data .date,
.blog-entry.entry-minimal-bordered .entry-meta-data .comments,
.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button
{
    display: inline-block;
    position: relative;
}

.blog-entry.entry-minimal-bordered .entry-meta-data .author img
{
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.blog-entry.entry-minimal-bordered .entry-meta-data &gt; div:after
{
    background-color: #041527;
    content: '';
    height: 4px;
    right: 0;
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto;
    width: 4px;
    z-index: -1;
}

.blog-entry.entry-minimal-bordered .entry-meta-data div:last-child:after
{
    content: none;
}

.blog-entry.entry-minimal-bordered .entry-meta-data .author,
.blog-entry.entry-minimal-bordered .entry-meta-data .date, 
.blog-entry.entry-minimal-bordered .entry-meta-data .comments
{
    padding-right: 15px;
    margin-right: 12px;
}

.blog-entry.entry-minimal-bordered .entry-meta-data .author,
.blog-entry.entry-minimal-bordered .entry-meta-data .author a,
.blog-entry.entry-minimal-bordered .entry-meta-data .date,
.blog-entry.entry-minimal-bordered .entry-meta-data .comments
{
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    vertical-align: middle;
}

.blog-entry.entry-minimal-bordered .entry-meta-data .comments a &gt; span
{
    margin-left: 5px;
}

.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button:before
{
    border-bottom: 1px solid;
    border-top: 1px solid;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
            transition: all 300ms linear;
    width: 0;
       -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}
.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button:hover:before
{
    width: 100%;
}

.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button,
.blog-entry.entry-minimal-bordered .entry-meta p a,
.blog-entry.entry-minimal-bordered .entry-meta-data .author a,
.blog-entry.entry-minimal-bordered .entry-meta-data .comments a,
.blog-entry.entry-minimal-bordered .entry-meta-data .comments span,
.blog-entry.entry-minimal-bordered .entry-meta-data .date
{
    color: #041527;
}

.blog-entry.entry-minimal-bordered .entry-title h4
{
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: bold;
}

.blog-entry.entry-minimal-bordered .entry-title h4 a 
{
    color: #041527;
}
.blog-entry.entry-minimal-bordered .sticky-post
{
    display: none;
}
.blog-entry.entry-minimal-bordered.sticky .sticky-post
{
    background: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 5px 10px;
    position: absolute;
    right: 12px;
    top: -55px;

}

.blog-entry.entry-minimal-bordered.sticky:not(.has-post-thumbnail) .sticky-post
{
    top: 15px;
    line-height: normal;
    padding: 5px 10px;
    margin: 0 6px 6px 0;
    text-transform: uppercase;
    color: #fff;
}

.blog-entry.entry-minimal-bordered.sticky .sticky-post span.fa
{
    margin-right: 5px;
}

/* Three Column */

.dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments
{
    margin: 0 10px;
}

/* Sidebar with three column */

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after
{
    display: none;
}
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments
{
    margin-top: 10px;
}

.page-with-sidebar .blog-entry.entry-minimal-bordered .entry-details 
{
    padding: 40px 25px 30px;
}


/*----*****---- &lt;&lt; Social Share &gt;&gt; ----*****----*/

.single-post .blog-entry .share
{
    float: right;
}

.single-post .blog-entry .share .dt-share-list
{
    display: inline-block;
    position: relative;
}

.single-post .blog-entry .share &gt; a
{
    background: #b7b7b7;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-right: 10px;
    margin-top: 1px;
    padding: 1px 8px;
    text-transform: capitalize;
}
.single-post .blog-entry .share .dt-share-list li
{
    display: inline;
    float: left;
    margin-right: 5px;
    padding: 0;
    text-align: center;
}
.single-post .blog-entry .share .dt-share-list li a
{
    border-radius: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.single-post .blog-entry .share .dt-share-list a.fa-facebook:hover
{
    background: #3162a2;
}
.single-post .blog-entry .share .dt-share-list a.fa-twitter:hover
{
    background: #2fb1eb;
}
.single-post .blog-entry .share .dt-share-list a.fa-google-plus:hover
{
    background: #c54542;
}
.single-post .blog-entry .share .dt-share-list a.fa-pinterest:hover
{
    background: #c8232c;
}

.single-post .blog-entry .share .dt-share-list a.fa-facebook,
.single-post .blog-entry .share .dt-share-list a.fa-twitter,
.single-post .blog-entry .share .dt-share-list a.fa-google-plus,
.single-post .blog-entry .share .dt-share-list a.fa-pinterest
{
    background: #b7b7b7;
}
.single-post .blog-entry .share &gt; span
{
    display: none;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}



/*----*****---- &lt;&lt; Blog Columns &gt;&gt; ----*****----*/
.tpl-blog-holder
{
    clear: both;
    display: block;
    margin: 0;
    margin: 0;
    padding: 0;
}
.tpl-blog-holder .column
{
    margin-left: 0;
    padding: 10px 10px 0;
}

.tpl-blog-holder.apply-isotope .dt-sc-one-fourth,
.tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-fourth
{
    width: 25%;
}
.tpl-blog-holder.apply-isotope .dt-sc-one-third,
.tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-third
{
    width: 33.33%;
}
.tpl-blog-holder.apply-isotope .dt-sc-one-half,
.tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-half
{
    width: 50%;
}
.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-half,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-third,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-fourth,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.dt-sc-one-third,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.dt-sc-one-fourth
{
    width: 100%;
}

.dt-sc-one-third .blog-entry .entry-title h4
{
    font-size: 16px;
}
.dt-sc-one-third .blog-entry .entry-format a:before,
.with-both-sidebar .dt-sc-one-half .blog-entry .entry-format a:before,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format a:before
{
    font-size: 24px;
    line-height: 50px;
}
.dt-sc-one-third .blog-entry .entry-format a,
.with-both-sidebar .dt-sc-one-half .blog-entry .entry-format a,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format a
{
    height: 60px;
    line-height: 50px;
    width: 60px;
}
.dt-sc-one-third .blog-entry .entry-meta,
.with-both-sidebar .dt-sc-one-half .blog-entry .entry-meta
{
    font-size: 12px;
}
.with-both-sidebar .dt-sc-one-half .blog-entry .entry-title h4
{
    font-size: 14px;
    line-height: 20px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry .entry-title h4
{
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.with-both-sidebar .dt-sc-one-column .blog-entry .entry-meta
{
    font-size: 12px;
}
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format
{
    right: -25px;
}
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
{
    padding-left: 50px;
}
.with-both-sidebar .dt-sc-one-column .blog-entry .entry-title h4
{
    font-size: 14px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry .entry-body p
{
    line-height: 22px;
}

.page-with-sidebar .blog-entry.single.blog-medium-style .entry-thumb,
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight .entry-thumb
{
    width: 100%;
}
.page-with-sidebar .blog-entry.single.blog-medium-style .entry-details,
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    width: 100%;
}
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format
{
    bottom: -25px;
    left: 30px;
    right: inherit;
    top: inherit;
}
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding-left: 30px;
}

.page-with-sidebar .blog-entry.single.blog-medium-style .entry-format
{
    bottom: -35px;
    left: 30px;
    right: inherit;
    top: inherit;
}
.page-with-sidebar .blog-entry.single.blog-medium-style .entry-details,
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight .entry-details
{
    padding: 60px 0 0 30px;
}
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight,
/* Blog Single - Skin Highlight Remove */.blog-entry.single.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight
{
    background: none;
}
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding: 40px 0 0 30px;
}

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4
{
    font-size: 14px;
}

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-details
{
    padding-left: 60px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-date
{
    font-size: 20px;
    width: 45px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-date span
{
    font-size: 12px;
    margin-top: 5px;
    padding: 2px 0;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4
{
    font-size: 15px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .dt-sc-button
{
    margin: 10px 0 15px -60px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data
{
    margin-top: 0;
}

.dt-sc-one-column .blog-entry.entry-date-author-left .entry-details
{
    min-height: 280px;
}
.dt-sc-one-column .blog-entry.entry-date-author-left .entry-thumb ~ .entry-details
{
    min-height: inherit;
}

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left
{
    padding-left: 80px;
}
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author
{
    width: 55px;
}
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author .entry-date,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author .entry-date
{
    font-size: 24px;
}
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author .entry-date span,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author .entry-date span
{
    font-size: 12px;
}
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-details,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-details
{
    margin-top: 5px;
}
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-details .entry-title h4,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-details .entry-title h4
{
    font-size: 13px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left
{
    padding-left: 60px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author
{
    width: 40px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date span
{
    margin-top: 5px;
    padding: 0;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-title h4
{
    font-size: 12px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-meta-data
{
    margin-top: 0;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author .entry-author
{
    margin-top: 10px;
    padding-bottom: 5px;
}

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-format a
{
    border-width: 5px;
    height: 45px;
    width: 45px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-format a:before
{
    font-size: 16px;
    line-height: 40px;
}

.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
{
    padding-left: 55px;
}
.dt-sc-one-half .blog-entry.blog-medium-style .entry-format
{
    right: -25px;
    top: 20px;
}
.dt-sc-one-half .blog-entry.blog-medium-style .entry-format a
{
    height: 50px;
    width: 50px;
}
.dt-sc-one-half .blog-entry.blog-medium-style .entry-format a:before
{
    font-size: 24px;
    line-height: 48px;
}

.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding-left: 30px;
}
.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format
{
    right: 0;
}

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-meta
{
    font-size: 12px;
}
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-title h4
{
    font-size: 14px;
}
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding-left: 40px;
}
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
{
    padding-left: 0;
    padding-top: 30px;
}

.dt-sc-one-half .blog-entry.blog-medium-style .entry-format
{
    right: -18px;
    top: 15px;
}
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format
{
    right: 0;
}
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format a,
.page-with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-format a
{
    height: 36px;
    width: 36px;
}
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format a:before,
.page-with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-format a:before
{
    font-size: 16px;
    line-height: 32px;
}

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.page-with-sidebar.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding-left: 30px;
    padding-top: 30px;
}

.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding: 0 20px 20px;
}

.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb
{
    width: 100%;
}

.dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
{
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
}
.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-format
{
    bottom: -20px;
    left: 10px;
    right: inherit;
    top: inherit;
}

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details
{
    width: 100%;
}

.dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-details
{
    padding-top: 0;
}
.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding-top: 30px;
}

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details
{
    width: 100%;
}

.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb
{
    overflow: visible;
}
.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding-top: 30px;
}
.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
.with-both-sidebar .dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding-top: 30px;
    width: 100%;
}
.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding: 30px 20px 20px;
}

/*** Blog Trendy Styles ***/

.blog-entry.entry-overlay-style .entry-details,
.blog-entry.entry-overlay-style .entry-thumb img,
.blog-entry.entry-overlay-style .entry-details,
.blog-entry.entry-overlay-style .entry-details:before,
.blog-entry.entry-overlay-style .entry-thumb img,
.blog-entry.entry-overlay-style .entry-body,
.blog-entry.entry-overlay-style .entry-meta .date,
.blog-entry.entry-overlay-style .entry-meta-data p,
.blog-entry.entry-overlay-style .entry-meta-data p a,
.blog-entry.entry-overlay-style .entry-meta-data p i
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.wpb_column .blog-entry.entry-overlay-style
{
    margin-bottom: 0;
}
.blog-entry.entry-overlay-style .entry-thumb
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0;
    line-height: inherit;
    margin-bottom: 0;
            transition: background-size 3s ease;
       -moz-transition: background-size 3s ease;
    -webkit-transition: background-size 3s ease;
}
.blog-entry.entry-overlay-style:hover .entry-thumb
{
    background-size: cover;
}
.blog-entry.entry-overlay-style .entry-details
{
    display: inline-block;
    float: left;
    line-height: inherit;
    padding: 80px 50px 40px;
    position: relative;
    z-index: 1;
}
.blog-entry.entry-overlay-style .entry-details:before
{
    border: 5px solid transparent;
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.blog-entry.entry-overlay-style .entry-thumb img
{
    opacity: 0;
    visibility: hidden !important;
}
.blog-entry.entry-overlay-style:hover .entry-thumb img
{
    opacity: 1;
    visibility: visible !important;
}
.blog-entry.entry-overlay-style .read-more-link
{
    background: none;
    border-top: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 20px 0 20px;
    text-transform: uppercase;
    width: 100%;
}
.blog-entry.entry-overlay-style:hover .read-more-link
{
    border-top: 1px solid #fff;
    color: #fff;
}
.blog-entry.entry-overlay-style .read-more-link span
{
    border: 2px solid #cdcdcd;
            border-radius: 100%;
    color: #777;
    float: right;
    font-size: 18px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    width: 35px;
       -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.blog-entry.entry-overlay-style:hover .read-more-link span
{
    background-color: #000;
    color: #fff;
}
.blog-entry.entry-overlay-style .read-more-link span:before
{
    margin-left: 3px;
}
.blog-entry.entry-overlay-style:hover .entry-details
{
    color: #fff;
}
.blog-entry.entry-overlay-style .entry-meta
{
    color: #777;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .6px;
    margin-bottom: 36px;
    padding-bottom: 10px;
    position: relative;
}
.blog-entry.entry-overlay-style .entry-meta:before
{
    background-color: #e8e8e8;
    bottom: 0;
    clear: both;
    content: '';
    display: inline-block;
    float: left;
    height: 3px;
    left: 0;
    position: absolute;
    width: 78px;
}
.blog-entry.entry-overlay-style .entry-meta .date
{
    text-transform: uppercase;
}
.blog-entry.entry-overlay-style .entry-title h4
{
    font-size: 20px;
    text-transform: none;
    width: 55%;
}
.blog-entry.entry-overlay-style .entry-body
{
    opacity: 0;
}
.blog-entry.entry-overlay-style:hover .entry-body
{
    opacity: 1;
}
.blog-entry.entry-overlay-style:hover .entry-title h4 a,
.blog-entry.entry-overlay-style .entry-meta-data p a:hover,
.blog-entry.entry-overlay-style .entry-meta a:hover,
.blog-entry.entry-overlay-style:hover .read-more-link,
.blog-entry.entry-overlay-style:hover .entry-meta .date,
.blog-entry.entry-overlay-style:hover .entry-meta-data p,
.blog-entry.entry-overlay-style:hover .entry-meta-data p a,
.blog-entry.entry-overlay-style:hover .entry-meta-data p i,
.blog-entry.entry-overlay-style:hover .entry-meta a,
.blog-entry.entry-overlay-style:hover .entry-meta a i,
.blog-entry.entry-overlay-style:hover .entry-meta .author i
{
    color: #fff;
}
.blog-entry.entry-overlay-style:hover .entry-details
{
    background-color: rgba(0, 0, 0, .7);
}

/* Skins */

.blog-entry.entry-overlay-style:hover .entry-details:before
{
    border-color: #da0000;
}
.blog-entry.entry-overlay-style .entry-title h4 a:hover,
.blog-entry.entry-overlay-style .read-more-link:hover
{
    color: #ff2828;
}


/*** Blog Overlap Styles ***/

.blog-entry.overlap .entry-details
{
    background-color: #fff;
    float: left;
    margin: -60px 5% 0;
    padding: 50px 40px 40px;
    position: relative;
    width: 90%;
    z-index: auto;
}
.blog-entry.overlap .entry-meta-data
{
    border-top: 1px solid #f0f0f0;
    padding: 30px 0 0;
}
.animated-btn
{
    overflow: hidden;
}


.animated-btn:after
{
    content: '';
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    right: -15px;
    top: 0;
}


.animated-btn:after
{
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 0 0 #fff;
    content: '';
    display: block;
    height: 100px;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
            transform: scale(.9);
    width: 100px;
    z-index: 0;
       -moz-transform: scale(.9);
        -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
}

.animated-btn:hover:after
{
            animation: zooming 1s ease-out;
    box-shadow: 0 0 10px 10px #fff;
       -moz-animation: zooming 1s ease-out;
        -ms-animation: zooming 1s ease-out;
    -webkit-animation: zooming 1s ease-out;
}

.animated-btn:hover
{
    border-color: transparent;
}

@-webkit-keyframes zooming
{
    0%
    {
        opacity: .3;
    }
    40%
    {
        box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
        opacity: .5;
    }
    100%
    {
        box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}
@-moz-keyframes zooming
{
    0%
    {
        opacity: .3;
    }
    40%
    {
        box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
        opacity: .5;
    }
    100%
    {
        box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
        opacity: 0;
        -moz-transform: scale(1.1);
    }
}
@-ms-keyframes zooming
{
    0%
    {
        opacity: .3;
    }
    40%
    {
        box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
        opacity: .5;
    }
    100%
    {
        box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
        opacity: 0;
        -ms-transform: scale(1.1);
    }
}
@keyframes zooming
{
    0%
    {
        opacity: .3;
    }
    40%
    {
        box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
        opacity: .5;
    }
    100%
    {
        box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
        opacity: 0;
        transform: scale(1.1);
    }
}

/*** Blog Stripe Styles ***/

.blog-entry.entry-center-align
{
    background-color: #fff;
    text-align: center;
}

.blog-entry.entry-center-align .entry-thumb
{
    overflow: hidden;
}

.blog-entry.entry-center-align .entry-thumb img
{
            backface-visibility: hidden;
    margin: -10px 0 0 -10px;
    max-width: none;
            transform: translate3d(10px,10px,0);
       -moz-transform: translate3d(10px,10px,0);
    -webkit-transform: translate3d(10px,10px,0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
}

.blog-entry.entry-center-align .entry-title h4
{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.blog-entry.entry-center-align .entry-title h4 a
{
    color: #041527;
}
.blog-entry.entry-center-align .entry-details
{
            box-shadow: 0 0 25px 1px rgba(0,0,0,.05);
    padding: 40px 35px 40px;
    position: relative;
       -moz-box-shadow: 0 0 25px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 25px 1px rgba(0,0,0,.05);
}
.blog-entry.entry-center-align .entry-details .dt-sc-button
{
    font-size: 14px;
    margin: 0;
    padding: 0 14px;
}
.blog-entry.entry-center-align .entry-meta .date
{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 100%;
}
.blog-entry.entry-center-align .entry-details .dt-sc-button span,
.blog-entry.entry-center-align .entry-meta
{
    position: relative;
}
.blog-entry.entry-center-align .entry-meta
{
    font-size: 13px;
    line-height: normal;
    margin-bottom: 20px;
}
.blog-entry.entry-center-align .entry-meta .comments i,
.blog-entry.entry-center-align .entry-meta .author i
{
    font-size: 13px;
}
.blog-entry.entry-center-align .entry-meta .comments,
.blog-entry.entry-center-align .entry-meta .author
{
    margin-top: 20px;
}
.blog-entry.entry-center-align .entry-meta:after
{
    bottom: -7px;
    content: '';
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 153px;
}
.blog-entry.entry-center-align .entry-thumb
{
    margin-bottom: 0;
}
.blog-entry.entry-center-align:hover .entry-thumb img
{
    opacity: .6;
            transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.blog-entry.entry-center-align .entry-meta-data p a,
.blog-entry.entry-center-align .entry-meta-data p i
{
    font-size: 13px;
}
.blog-entry.entry-center-align .entry-meta-data p i
{
    font-size: 13px;
}

.blog-entry.entry-center-align .entry-title h4:before,
.blog-entry.entry-center-align .entry-title h4:after
{
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.blog-entry.entry-center-align .entry-title h4:before
{
    background-color: #ececec;
}
.blog-entry.entry-center-align:hover .entry-title h4:before
{
    width: 0;
}
.blog-entry.entry-center-align:hover .entry-title h4:after
{
    width: 50px;
}

.blog-entry.entry-center-align .entry-title h4:before
{
    height: 2px;
    width: 50px;
}
.blog-entry.entry-center-align .entry-title h4:after
{
    height: 2px;
    width: 0;
}

.blog-entry.entry-center-align .entry-details .entry-title
{
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.blog-entry.entry-center-align:not(.has-post-thumbnail) .entry-thumb
{
    display: none;
}

.blog-entry.type-post .entry-format
{
    z-index: 1;
}
.blog-entry.entry-center-align .entry-format
{
    bottom: 0;
    height: 70px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
}
.blog-entry.entry-center-align .entry-format a
{
    border: none;
    border-radius: 50%;
    color: #2f3b4d;
    display: inline-block;
    float: none;
    height: 70px;
    width: 70px;
}
.blog-entry.entry-center-align .entry-format a
{
    color: #fff;
}

.blog-entry.entry-center-align .entry-format a:before
{
    line-height: 70px;
}
.blog-entry.entry-center-align:hover .entry-format
{
    opacity: 1;
}
.blog-entry.entry-center-align .entry-format a:before
{
    z-index: 2;
}
.blog-entry.entry-center-align .entry-format:after
{
    border-radius: 50%;
            box-sizing: content-box;
    content: '';
    height: 100%;
    left: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
            transition:         transform .2s, opacity .3s;
    width: 100%;
    z-index: 1;
       -moz-box-sizing: content-box;
       -moz-transition:    -moz-transform .2s, opacity .3s;
    -webkit-box-sizing: content-box;
    -webkit-transition: -webkit-transform .2s, opacity .3s;
}
.blog-entry.entry-center-align .entry-format:after
{
    background-color: #000;
}
.blog-entry.entry-center-align .entry-format:hover:after
{
    opacity: 0;
            transform: scale(1.3);
       -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.blog-entry.entry-center-align .entry-meta-data
{
    margin-bottom: 20px;
}

.dt-sc-one-third .blog-entry.entry-center-align .entry-format a:before,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-center-align .entry-format a:before
{
    line-height: 70px;
}

/* */
.grid-sizer.column
{
    margin: 0;
    min-height: 0;
    padding: 0;
}

/* Page Template */

.vc_col-sm-3 .blog-entry.blog-medium-style .entry-thumb,
.vc_col-sm-4 .blog-entry.blog-medium-style .entry-thumb,
.page-with-sidebar .vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb
{
    width: 100%;
}
.vc_col-sm-3 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.vc_col-sm-4 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.page-with-sidebar .vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
{
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
}
.vc_col-sm-3 .blog-entry.blog-medium-style .entry-format a:before
{
    font-size: 16px;
    line-height: 36px;
}
.vc_col-sm-3 .blog-entry.blog-medium-style .entry-format a
{
    height: 36px;
    width: 36px;
}
.vc_col-sm-3 .blog-entry.blog-medium-style .entry-format
{
    bottom: -15px;
    left: 10px;
    top: auto;
}

.vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.vc_col-sm-4 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.vc_col-sm-6 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
{
    padding: 30px;
}
.vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format
{
    bottom: 0;
}

.vc_col-sm-4 .blog-entry.blog-medium-style .entry-format,
.page-with-sidebar .vc_col-sm-6 .blog-entry.blog-medium-style .entry-format
{
    right: 10px;
    top: 10px;
}

/* --- With sidebar --- */

.page-with-sidebar .vc_col-sm-3 .blog-entry .entry-title h4
{
    font-size: 12px;
}
.page-with-sidebar .vc_col-sm-4 .blog-entry .entry-title h4
{
    font-size: 14px;
}

.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-author-left .entry-date-author
{
    width: 30px;
}
.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-author-left
{
    padding-left: 45px;
}

.page-with-sidebar .vc_col-sm-4 .blog-entry.entry-date-author-left
{
    padding-left: 70px;
}
.page-with-sidebar .vc_col-sm-4 .blog-entry.entry-date-author-left .entry-date-author
{
    width: 50px;
}

.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-left .entry-details
{
    padding-left: 55px;
}
.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-left .entry-details .entry-date
{
    width: 40px;
}
.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-left .dt-sc-button.with-icon.icon-right.type1
{
    padding: 10px;
}
.page-with-sidebar .vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .dt-sc-button.with-icon.icon-right.type1
{
    padding: 12px 8px;
}

/* Blog - Read More Link/Button */

.dt-sc-button.dt-sc-readmore-link { font-size:12px; text-transform:uppercase; padding:8px 15px; line-height:normal; display:inline-block; margin:10px 0px 0px; cursor:pointer; outline:none; position:relative;
z-index:1; }
.dt-sc-button.dt-sc-readmore-link { background:rgba(0, 0, 0, 0.5); color:#000000; }
.dt-sc-button.dt-sc-readmore-link:hover, .dt-sc-button.dt-sc-readmore-link.filled, .dt-sc-button.dt-sc-readmore-link.filled:hover { color:#ffffff; }        

.dt-sc-button.dt-sc-readmore-link.small { font-size:12px; padding:13px 20px 11px; } 

.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1 { padding-right:14px; }
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1 span { margin-left:35px; }
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1 { position:relative; letter-spacing:0.5px; overflow:hidden; }
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:after { content:''; position:absolute; z-index:-1; }
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:before { left:auto; right:10px;  z-index:2; }
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:after {  width:35%; height:200%; z-index:1; right:0; top:0; margin:-5px 0 0 -5px; -webkit-transform-origin:0 0; -webkit-transform:rotate(-20deg); -moz-transform-origin:0 0;  -moz-transform:rotate(-20deg); -ms-transform-origin:0 0; -ms-transform:rotate(-20deg); transform-origin:0 0; transform:rotate(-20deg); }
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:hover:after { width:40%; }

.dt-sc-button.with-icon.icon-right.type1:after { background:rgba(0, 0, 0, 0.1); }
.dt-sc-button.with-icon.icon-right.type1:hover:after { background:rgba(0, 0, 0, 0.05); }

/* Blog Single - Skin Highlight Remove */
.blog-entry.single.dt-sc-skin-highlight,
.blog-entry.single.dt-sc-skin-highlight .entry-title h4 a,
.blog-entry.single.dt-sc-skin-highlight .entry-meta a,
.blog-entry.single.dt-sc-skin-highlight .entry-meta-data p a,
.blog-entry.single.dt-sc-skin-highlight .entry-meta-data p i
{
    color: #000;
}
.blog-entry.single.dt-sc-skin-highlight .entry-meta .comments i,
.blog-entry.single.dt-sc-skin-highlight .entry-meta .author i
{
    color: #888;
}

/* Blog Detail - Standard */

.blog-entry.post-standard .entry-title
{
    float: left;
    padding: 10px 0;
    width: 100%;
}
.blog-entry.post-standard .entry-title h4
{
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blog-entry.post-standard p.category,
.blog-entry.post-standard p.category a
{
    margin-bottom: 5px;
}
.blog-entry.post-standard p.category i
{
    display: none;
}

.blog-entry.post-standard .entry-meta
{
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.blog-entry.post-standard .entry-meta p.category a
{
    background: #222;
    color: #fff;
    float: left;
    margin-right: 3px;
    padding: 1px 8px 0;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}
.blog-entry.post-standard .entry-meta .entry-info a
{
    color: #000;
}
.blog-entry.post-standard .entry-meta .entry-info
{
    float: left;
    width: 100%;
}
.blog-entry.post-standard .entry-meta .entry-info i.zmdi
{
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-left: 5px;
    margin-right: 8px;
    position: absolute;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.blog-entry.post-standard .entry-meta .entry-info i.zmdi:after
{
    background: #000;
    content: '';
    display: block;
    height: 32px;
    left: -5px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 28px;
    z-index: -1;
}

.blog-entry.post-standard .entry-meta .entry-info .likes a i
{
    font-size: 12px;
    font-style: normal;
    margin-right: 0;
    position: static;
}
.blog-entry.post-standard .entry-meta .entry-info &gt; *
{
    border-style: solid;
    border-width: 1px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 30px;
    overflow: hidden;
    padding: 6px 10px 6px 35px;
    position: relative;
}

.blog-entry.post-standard .entry-meta-data p span
{
    background: #b7b7b7;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-right: 4px;
    padding: 0 8px;
    text-transform: capitalize;
}
.blog-entry.post-standard .entry-meta-data p a
{
    background: #222;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-right: 3px;
    min-height: 26px;
    padding: 0 8px;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}
.blog-entry.post-standard .entry-meta-data p a:hover
{
    color: #fff;
}
.blog-entry.post-standard .entry-meta-data p a:before
{
    content: '';
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
}
.blog-entry.post-standard .entry-meta-data p a:hover:before
{
    left: 0;
    right: auto;
    width: 100%;
}

.blog-entry.post-standard .entry-thumb
{
    float: left;
    overflow: hidden;
    position: relative;
    width: auto;
}
.blog-entry.post-standard .entry-thumb a
{
    display: block;
}
.blog-entry.post-standard .entry-thumb img
{
    max-width: none;
            transform: translate3d(-40px,0,0);
    transition: opacity .35s,transform .45s;
    width: calc(100% + 60px);
       -moz-animation-name: none;
         -o-animation-name: none;
    -webkit-animation-name: none;
    -webkit-transform: translate3d(-40px,0,0);
}

.blog-entry.post-standard.format-video .entry-thumb,
.blog-entry.post-standard.format-audio .entry-thumb
{
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Safari override */
    ::i-block-chrome,
    .blog-entry.post-standard .entry-thumb img
    {
        transform: translate3d(0px,0,0);
        width: auto;
    }
    ::i-block-chrome,
    .blog-entry.post-standard .entry-thumb
    {
        width: 100%;
    }
}

.blog-entry.post-standard .entry-thumb:hover img
{
    opacity: .6;
            transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.blog-entry.post-standard .entry-thumb:before
{
    border: 2px dashed #222;
    bottom: 10px;
    content: '';
    display: block;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
            transform: translate3d(20px,0,0);
    transition: opacity .35s,transform .45s;
    -webkit-transform: translate3d(20px,0,0);
}
.blog-entry.post-standard .entry-thumb:hover:before
{
    opacity: 1;
            transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.blog-entry.post-standard .entry-thumb .bx-wrapper img
{
    max-width: none;
            transform: none;
    transition: opacity .35s;
    width: 100%;
    -webkit-transform: none;
}


/* Blog Detail - Post Info Within Image */

.blog-entry.post-info-within-image .entry-thumb
{
    margin-bottom: 30px;
    width: auto;
}

.blog-entry.post-info-within-image:not(.has-post-thumbnail) .entry-thumb
{
    background-color: transparent;
    min-height: 100px;
    width: 100%;
    margin-bottom: 0;
}

.blog-entry.post-info-within-image:not(.has-post-thumbnail) .entry-thumb:before
{
    content: none;
}

.blog-entry.post-info-within-image:not(.has-post-thumbnail) .entry-meta 
{
    padding: 0;
    position: relative;
}

.blog-entry.post-info-within-image:not(.has-post-thumbnail) .entry-meta p.category, 
.blog-entry.post-info-within-image:not(.has-post-thumbnail).entry-meta .entry-title, 
.blog-entry.post-info-within-image:not(.has-post-thumbnail) .entry-meta .entry-info
{
    color: #000000;
}
 
.blog-entry.post-info-within-image:not(.has-post-thumbnail) .entry-meta i, 
.blog-entry.post-info-within-image:not(.has-post-thumbnail) .entry-meta a, 
.blog-entry.post-info-within-image:not(.has-post-thumbnail) .entry-meta .entry-title h4 a, 
.blog-entry.post-info-within-image:not(.has-post-thumbnail) .entry-meta .comments i
{
   color: #505050; 
}

.blog-entry.post-info-within-image:not(.has-post-thumbnail) .entry-meta .dt_scroll_down
{
    background: #000000;
}

.blog-entry.post-info-within-image.format-video .entry-thumb,
.blog-entry.post-info-within-image.format-audio .entry-thumb
{
    width: 100%;
}

.blog-entry.post-info-within-image .entry-thumb:before
{
    background:    -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background:      -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background:     -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background:         linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    bottom: 0;
    content: '';
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    height: 40%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.blog-entry.post-info-within-image .entry-thumb:hover:before
{
    height: 100%;
}

.blog-entry.post-info-within-image.format-video .entry-thumb:before,
.blog-entry.post-info-within-image.format-audio .entry-thumb:before
{
    display: none;
}

.blog-entry.post-info-within-image .entry-thumb .bx-controls a
{
    background: none;
    opacity: 1;
}
.blog-entry.post-info-within-image .entry-thumb .bx-wrapper
{
    overflow: visible;
}
.blog-entry.post-info-within-image .entry-thumb .bx-wrapper .bx-viewport
{
    overflow: visible !important;
}

.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev
{
    left: -60px;
}
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next
{
    right: -35px;
}

.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:after,
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:after
{
    border-bottom: 60px solid transparent;
    border-top: 60px solid transparent;
    content: '';
    display: block;
    height: 0;
    left: 0;
    width: 0;
}
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:after
{
    border-right: 60px solid #b7b7b7;
}
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:after
{
    border-left: 60px solid #b7b7b7;
}

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-wrapper
{
    overflow: hidden;
}
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev
{
    left: 10px;
}
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next
{
    right: 10px;
}

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev,
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next
{
    background: #b7b7b7;
    height: 50px;
    width: 50px;
    z-index: 99;
}

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a
{
    opacity: 0;
    visibility: hidden;
}
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb:hover .bx-controls a
{
    opacity: 1;
    visibility: visible;
}

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:after,
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:after
{
    display: none;
}

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:before,
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:before
{
    font-size: 50px;
    left: 0;
    top: 0;
}

.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:before,
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:before
{
    color: #fff;
    font-size: 60px;
    left: -2.5px;
    top: 35px;
}

.blog-entry.post-info-within-image .entry-meta
{
    bottom: 0;
    float: left;
    margin-bottom: 0;
    padding: 30px;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.blog-entry.post-info-within-image .entry-meta p.category a
{
    background: #b7b7b7;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-bottom: 3px;
    padding: 5px 10px;
    text-transform: capitalize;
}
.blog-entry.post-info-within-image .entry-meta i
{
    font-size: 13px;
    top: 1px;
}
.blog-entry.post-info-within-image .entry-meta &gt; *
{
    float: left;
    font-size: 14px;
    line-height: 19px;
    margin-right: 20px;
    position: relative;
}

.blog-entry.post-info-within-image .entry-meta p.category a:hover
{
    color: #fff;
}

.blog-entry.post-info-within-image .entry-meta p.category
{
    margin-bottom: 12px;
}
.blog-entry.post-info-within-image .entry-meta p.category,
.blog-entry.post-info-within-image .entry-meta .entry-title,
.blog-entry.post-info-within-image .entry-meta .entry-info
{
    color: #fff;
    float: left;
    margin-right: 0;
    width: 100%;
}

.blog-entry.post-info-within-image .entry-meta .entry-info
{
    margin-top: 5px;
}

.blog-entry.post-info-within-image .entry-meta .dt_scroll_down
{
    background: #fff;
    bottom: 10px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 50px;
}
.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a
{
    float: left;
    height: 100%;
    width: 100%;
}
.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a i
{
    color: #b7b7b7;
    font-size: 24px;
    left: 0;
    line-height: 50px;
    margin: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
}

.blog-entry.post-info-within-image .entry-meta .author,
.blog-entry.post-info-within-image .entry-meta .date,
.blog-entry.post-info-within-image .entry-meta .comments,
.blog-entry.post-info-within-image .entry-meta .views,
.blog-entry.post-info-within-image .entry-meta .likes
{
    font-size: 12px;
}
.blog-entry.post-info-within-image .entry-meta .author
{
    margin-right: 10px;
    position: relative;
}
.blog-entry.post-info-within-image .entry-meta .author:before
{
    background: #fff;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: -8px;
    top: 50%;
            transform: translateY(-50%);
    width: 5px;
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.blog-entry.post-info-within-image .entry-meta .comments
{
    margin-left: 15px;
}
.blog-entry.post-info-within-image .entry-meta .views,
.blog-entry.post-info-within-image .entry-meta .likes
{
    display: inline-block;
    float: none;
    margin-left: 15px;
}

.blog-entry.post-info-within-image .entry-meta .entry-title h4
{
    font-size: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.blog-entry.post-info-within-image .entry-meta-data p span
{
    background: #000;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 20px;
    margin-right: 0px;
    padding: 5px 10px;
    text-transform: capitalize;
}
.blog-entry.post-info-within-image .entry-meta-data p a
{
    background: #adaeaf;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 3px;
    margin-right: 0px;
    padding: 5px 10px;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}
.blog-entry.post-info-within-image .entry-meta-data p a:before
{
    content: '';
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
}
.blog-entry.post-info-within-image .entry-meta-data p a:hover:before
{
    left: 0;
    right: auto;
    width: 100%;
}

.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a:hover i,
.blog-entry.post-info-within-image .entry-meta i,
.blog-entry.post-info-within-image .entry-meta a,
.blog-entry.post-info-within-image .entry-meta .entry-title h4 a,
.blog-entry.post-info-within-image .entry-meta .comments i
{
    color: #fff;
}

.blog-entry.post-info-within-image .entry-meta i.fa
{
    font-size: 13px;
}
.blog-entry.post-info-within-image .entry-meta .likes a i
{
    font-size: 12px;
    font-style: normal;
}

/* Blog Detail - Post Info Bottom Image */
.blog-entry.post-info-bottom-image .entry-thumb
{
    backface-visibility: hidden;
            box-shadow: 10px -10px 0 0 rgba(0,0,0,0);
    margin-bottom: 30px;
    width: auto;
       -moz-box-shadow: 10px -10px 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 10px -10px 0 0 rgba(0,0,0,0);
}

.blog-entry.post-info-bottom-image:not(.has-post-thumbnail) .entry-thumb
{
    background-color: #c5c5c5;
    min-height: 300px;
    width: 100%;
}

.blog-entry.post-info-bottom-image.format-video .entry-thumb,
.blog-entry.post-info-bottom-image.format-audio .entry-thumb
{
    width: 100%;
}
.blog-entry.post-info-bottom-image .entry-meta
{
    background: #fff;
    bottom: 0;
    float: none;
    left: 0;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 20px 20px 0 0;
    position: absolute;
    width: 80%;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info .author
{
    padding-left: 40px;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info .author img
{
    border-radius: 50%;
    height: 25px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 25px;
}
.blog-entry.post-info-bottom-image .entry-meta .comments i
{
    font-size: 13px;
    margin-right: 5px;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info &gt; i
{
    font-size: 13px;
    left: 0;
    margin-right: 8px;
    position: absolute;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info &gt; *
{
    display: inline-block;
    float: none;
    font-size: 14px;
    line-height: 19px;
    margin-right: 30px;
    position: relative;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info &gt; *:before
{
    background: #878787;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: -20px;
    top: 50%;
            transform: translateY(-50%);
    width: 10px;
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info &gt; *:last-child
{
    margin-right: 0;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info &gt; *:last-child:before
{
    content: none;
}

.blog-entry.post-info-bottom-image .entry-meta .entry-info a,
.blog-entry.post-info-bottom-image .entry-meta .entry-info a i
{
    color: #000;
}

.blog-entry.post-info-bottom-image .entry-meta .entry-info .date span
{
    margin-right: 5px;
}

.blog-entry.post-info-bottom-image .entry-meta .entry-info .comments
{
    line-height: 22px;
}

.blog-entry.post-info-bottom-image .entry-meta .entry-title
{
    float: left;
    margin-top: 3px;
    width: 100%;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-title h4
{
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.blog-entry.post-info-bottom-image .entry-meta p.category a
{
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    text-transform: capitalize;
}
.blog-entry.post-info-bottom-image .entry-meta.bottom-left p.category
{
    float: left;
    line-height: normal;
    margin-bottom: 0;
    width: 100%;
}
.blog-entry.post-info-bottom-image .entry-meta.bottom-left p.category a
{
    background: #b7b7b7;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 4px 8px;
}

.blog-entry.post-info-bottom-image .entry-meta-data p span
{
    color: #fff;
    font-size: 11px;
    margin-right: 5px;
    padding: 4px 9px;
    text-transform: capitalize;
}
.blog-entry.post-info-bottom-image .entry-meta-data p a
{
    background: #b7b7b7;
    color: #fff;
    float: left;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 23px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px 8px;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}
.blog-entry.post-info-bottom-image .entry-meta-data p a:before
{
    content: '';
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
}
.blog-entry.post-info-bottom-image .entry-meta-data p a:hover:before
{
    left: 0;
    right: auto;
    width: 100%;
}
.blog-entry.post-info-bottom-image .entry-meta-data p.tags span
{
    background: #b7b7b7;
    border-radius: 50%;
    float: left;
    height: 25px;
    margin-right: 15px;
    margin-top: 2px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px;
}
.blog-entry.post-info-bottom-image .entry-meta-data p.tags span i
{
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 12px;
    left: -1px;
    margin: -1px auto 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
            transform: translateY(-50%);
    width: auto;
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.blog-entry.post-info-bottom-image .entry-meta i.fa
{
    color: #888;
    font-size: 13px;
    margin-right: 3px;
}
.blog-entry.post-info-bottom-image .entry-meta .likes a i
{
    font-size: 12px;
    font-style: normal;
}

/* Blog Detail - Post Info Above Image */
.blog-entry.post-info-above-image .entry-meta
{
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}
.blog-entry.post-info-above-image .entry-meta .entry-info .author
{
    padding-left: 40px;
}
.blog-entry.post-info-above-image .entry-meta .entry-info .author img
{
    border-radius: 50%;
    height: 25px;
    left: 0;
    position: absolute;
    width: 25px;
}
.blog-entry.post-info-above-image .entry-meta .entry-info
{
    float: left;
    margin-top: 8px;
    width: 100%;
}
.blog-entry.post-info-above-image .entry-meta .entry-info i
{
    display: inline-block;
    float: none;
    font-size: 16px;
    margin-right: 3px;
}
.blog-entry.post-info-above-image .entry-meta .entry-info &gt; *
{
    color: #878787;
    display: inline-block;
    float: none;
    font-size: 14px;
    line-height: 25px;
    margin-right: 35px;
    padding-left: 15px;
    position: relative;
    text-transform: capitalize;
}
.blog-entry.post-info-above-image .entry-meta .entry-info &gt; *:before
{
    background: #222;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: -20px;
    top: 50%;
            transform: translateY(-50%);
    width: 10px;
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.blog-entry.post-info-above-image .entry-meta .entry-info &gt; *:last-child:before
{
    content: none;
}

.blog-entry.post-info-above-image .entry-meta .entry-info i.zmdi
{
    font-size: 14px;
    left: -7px;
    position: absolute;
    top: 7px;
}

.blog-entry.post-info-above-image .entry-meta .entry-info .date
{
    margin-left: -5px;
    padding-left: 0;
}

.blog-entry.post-info-above-image .entry-meta .entry-info &gt; * span
{
    margin-right: 6px;
}

.blog-entry.post-info-above-image .entry-meta .entry-title
{
    float: left;
    margin: 10px 0 8px;
    width: 100%;
}
.blog-entry.post-info-above-image .entry-meta .entry-title h4
{
    font-size: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.blog-entry.post-info-above-image .entry-meta p.category
{
    float: left;
    line-height: normal;
    margin-bottom: 0;
    width: 100%;
}
.blog-entry.post-info-above-image .entry-meta p.category a
{
    background: #222;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 4px 8px 6px;
    text-transform: capitalize;
}

.blog-entry.post-info-above-image .entry-meta-data p span
{
    color: #fff;
    font-size: 11px;
    margin-right: 5px;
    padding: 4px 9px;
    text-transform: uppercase;
}
.blog-entry.post-info-above-image .entry-meta-data p a
{
    background: #222;
    color: #fff;
    display: inline-block;
    float: none;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 8px;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.blog-entry.post-info-above-image .entry-meta-data p a:hover
{
    color: #fff;
}
.blog-entry.post-info-above-image .entry-meta-data p a:before
{
    content: '';
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
}
.blog-entry.post-info-above-image .entry-meta-data p a:hover:before
{
    left: 0;
    right: auto;
    width: 100%;
}
.blog-entry.post-info-above-image .entry-meta-data p.tags span
{
    background: #b7b7b7;
    border-radius: 50%;
    float: left;
    height: 28px;
    margin-right: 15px;
    margin-top: 1px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 28px;
}
.blog-entry.post-info-above-image .entry-meta-data p.tags span i
{
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    left: -1px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.blog-entry.post-info-above-image .entry-thumb
{
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.blog-entry.post-info-above-image .entry-thumb &gt; a
{
    background: #b7b7b7;
    float: left;
    position: relative;
    width: 100%;
}

.blog-entry.post-info-above-image .entry-thumb img
{
            border-radius: 150px;
            box-shadow: 0 0 0 5px #fff;
       -moz-box-shadow: 0 0 0 5px #fff;
    -webkit-border-radius: 150px;
    -webkit-box-shadow: 0 0 0 5px #fff;

        -ms-box-shadow: 0 0 0 5px #fff;
}
.blog-entry.post-info-above-image:hover .entry-thumb img
{
            box-shadow: none;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;

        -ms-box-shadow: none;
}
.blog-entry.post-info-above-image .entry-meta i.fa
{
    color: #999;
    font-size: 13px;
}
.blog-entry.post-info-above-image .entry-meta .likes a i
{
    font-size: 12px;
    font-style: normal;
}


/* Blog Detail - Post Info Vertical Image */

.blog-entry.post-info-vertical-image .entry-thumb
{
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.blog-entry.post-info-vertical-image .entry-thumb:before
{
    background: rgba(0,0,0,.4);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.blog-entry.post-info-vertical-image .entry-thumb .bx-controls a
{
    z-index: 9;
}

.blog-entry.post-info-vertical-image .entry-thumb:hover:before
{
    background: rgba(0,0,0,.6);
}

.blog-entry.post-info-vertical-image .entry-meta
{
    display: inline-block;
    float: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
            transform: translateY(-50%);
    width: 100%;
    z-index: 2;
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.blog-entry.post-info-vertical-image .entry-meta,
.blog-entry.post-info-vertical-image .entry-meta a,
.blog-entry.post-info-vertical-image .entry-meta .entry-info i
{
    color: #fff;
}
.blog-entry.post-info-vertical-image .entry-meta p.category a
{
    background: #222;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 20px;
    padding: 5px 10px;
    text-transform: capitalize;
}
.blog-entry.post-info-vertical-image .entry-meta .entry-info i
{
    font-size: 16px;
    margin-right: 0;
}
.blog-entry.post-info-vertical-image .entry-meta .entry-info &gt; *
{
    display: inline-block;
    float: none;
    font-size: 14px;
    line-height: 25px;
    margin-right: 15px;
    padding-left: 15px;
    position: relative;
    text-transform: capitalize;
}

.blog-entry.post-info-vertical-image .entry-meta .entry-info i.zmdi
{
    font-size: 14px;
    left: -7px;
    position: absolute;
    top: 7px;
}

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-meta.vertically-centered
{
    display: none;
}

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb
{
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb .entry-meta.vertically-centered
{
    background: none;
    display: block;
}

.blog-entry.post-info-vertical-image.format-video .entry-thumb:before
{
    display: none;
}

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb
{
    display: block;
}
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb:before
{
    background: rgba(0,0,0,.4);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail:hover .entry-video-thumb:before
{
    background: rgba(0,0,0,.6);
}

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-meta
{
    display: inline-block;
    float: none;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
            transform: translateY(-50%);
    width: 100%;
    z-index: 2;
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.blog-entry.post-info-vertical-image.format-video .entry-video-thumb
{
    display: none;
}

.blog-entry.post-info-vertical-image.format-video .entry-meta
{
    background: rgba(0, 0, 0, .7);
    padding: 40px 20px;
    position: relative;
    top: auto;
            transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.blog-entry.post-info-vertical-image.format-video .entry-thumb &gt; .entry-meta p.category,
.blog-entry.post-info-vertical-image.format-video .entry-thumb &gt; .entry-meta div.entry-info
{
    position: static;
}

.blog-entry.post-info-vertical-image.format-video .entry-thumb &gt; .entry-meta .entry-title h4:before,
.blog-entry.post-info-vertical-image.format-video .entry-thumb &gt; .entry-meta .entry-title h4:after
{
    display: none;
}

.blog-entry.post-info-vertical-image.format-video &gt; .entry-meta .entry-title h4
{
    margin: 0;
    padding: 0;
}

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-thumb &gt; .entry-meta p.category
{
    margin-bottom: 15px;
}
.blog-entry.post-info-vertical-image.format-video .entry-thumb &gt; .entry-meta div.entry-info
{
    display: inline-block;
    float: none;
    margin-top: 10px;
    width: 100%;
}

.blog-entry.post-info-vertical-image.format-video .entry-thumb:hover &gt; .entry-meta p.category
{
    margin-top: 0;
}
.blog-entry.post-info-vertical-image.format-video .entry-thumb:hover &gt; .entry-meta div.entry-info
{
    margin-bottom: 0;
}

.blog-entry.post-info-vertical-image .entry-thumb img.wp-post-image
{
            transform: scale(1.02);
       -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}
.blog-entry.post-info-vertical-image .entry-thumb:hover img.wp-post-image
{
            transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.blog-entry.post-info-vertical-image .entry-thumb .entry-meta p.category
{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -30px;
}
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta div.entry-info
{
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta p.category
{
    margin-top: -5px;
}
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta div.entry-info
{
    margin-bottom: -5px;
}

.blog-entry.post-info-vertical-image .entry-meta .entry-title
{
    float: left;
    padding: 0 10px;
    width: 100%;
}
.blog-entry.post-info-vertical-image .entry-meta .entry-title h4
{
    display: inline-block;
    float: none;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding: 15px 0 13px;
    position: relative;
    text-transform: capitalize;
    width: auto;
}
.blog-entry.post-info-vertical-image .entry-meta .entry-title h4:before
{
    top: 0;
}
.blog-entry.post-info-vertical-image .entry-meta .entry-title h4:after
{
    bottom: 0;
}

.blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:before,
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:after
{
    background: #fff;
    bottom: -2px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 50px;
}
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta .entry-title h4:before,
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta .entry-title h4:after
{
    height: 2px;
    opacity: 1;
    visibility: visible;
    width: 100px;
}

.blog-entry.post-info-vertical-image .entry-meta p.category
{
    float: left;
    line-height: normal;
    width: 100%;
}

.blog-entry.post-info-vertical-image .entry-meta-data p span
{
    background: #222;
    color: #fff;
    display: inline-block;
    float: none;
    letter-spacing: .5px;
    line-height: normal;
    margin-right: 5px;
    padding: 5px 10px;
    text-transform: capitalize;
}
.blog-entry.post-info-vertical-image .entry-meta-data p a
{
    background: #222;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}
.blog-entry.post-info-vertical-image .entry-meta-data p a:hover
{
    color: #fff;
}
.blog-entry.post-info-vertical-image .entry-meta-data p a:before
{
    content: '';
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
}
.blog-entry.post-info-vertical-image .entry-meta-data p a:hover:before
{
    left: 0;
    right: auto;
    width: 100%;
}
.blog-entry.post-info-vertical-image .entry-meta-data p.tags span
{
    background: #eaeaea;
    color: #222;
    display: inline-block;
    float: none;
    font-size: 13px;
    line-height: 20px;
    margin-right: 5px;
    padding: 5px 10px;
    text-transform: capitalize;
}

.blog-entry.post-info-vertical-image .entry-meta i.fa
{
    font-size: 14px;
}
.blog-entry.post-info-vertical-image .entry-meta .likes a i
{
    font-size: 12px;
    font-style: normal;
    margin-right: 1px;
}

/*----*****---- &lt;&lt; Blog Author Info &gt;&gt; ----*****----*/

.author-info
{
    clear: both;
    display: block;
    float: left;
    margin: 40px 0 0;
    padding: 0 8%;
    text-align: center;
    width: 100%;
}
.author-info .thumb
{
    display: inline-block; 
    float: none;
    margin: 0 0 28px 0;
    position: relative;
    width: 210px;
}
.author-info .thumb img
{
    border-radius: 100%;
    height: auto;  
    max-width: 100%;
}
.author-info h2
{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: none;
}
.author-info h3 span
{
    color: #aaa;
    font-size: 14px;
}
.author-info h3
{
    font-size: 16px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative; 
    text-transform: uppercase;
}
.author-info h3:before
{
    background: #d7d7d7; 
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}

.author-info .desc-wrapper
{
    display: inline-block;
    float: none; 
    width: 100%;
}
.author-info .dt-sc-team-social
{
    float: left;
    margin-top: 28px; 
    width: 100%;
}
.author-info .dt-sc-team-social li
{
    margin: 0 8px;
}
.author-info .dt-sc-team-social li a
{
    font-size: 13px;
    height: auto;
    line-height: normal; 
    width: auto;
}

/*----*****---- &lt;&lt; Blog Comment Entries &gt;&gt; ----*****----*/  
    
.commentlist, .commentlist ul.children { list-style: none; margin: 0; }
.commentlist ul.children { padding-left: 80px; }
.commentlist ul.children li &gt; .children { padding-left: 60px; }
.commentlist li.comment .comment-body p:last-child { margin-bottom: 0; }
.commentlist li.comment .comment-body .comment-meta { margin-bottom: 7px; display: inline-block; width: 100%; position: relative; }

.commentlist li.comment { padding-bottom: 0; }
.commentlist li.comment p { margin-bottom: 5px; }
.commentlist li.comment .comment-respond p { margin-bottom: 20px; }

#comments {clear: both; padding: 2em 0 0.5em; }
.comments-title {font-size: 20px; font-size: 1.25rem; margin-bottom: 1.5em; }
.comment-list, .comment-list .children {list-style: none; margin: 0; padding: 0; }
.comment-list li:before {display: none; }
.comment-body { padding-left: 80px; }
ul.children li .comment-body { padding-left: 60px; }

.comment-author { display: inline-block; line-height: normal; margin-bottom: 0; position: relative; width: 100%; }
.comment-author b { font-weight: 500; font-size: 20px; text-transform: capitalize; color: #000; }
.comment-author .avatar { height: 60px; left: -80px; position: absolute; width: 60px; -webkit-border-radius: 50px; border-radius: 50px; top: 0px; }
.comment-author .says { display: none; }

.comment-metadata { color: #adadad; font-size: 12px; font-weight: 400; letter-spacing: 0.5px; line-height: normal; padding: 0px; display: inline-block; position: relative; }
.comment-metadata a { color: #adadad; }
.comment-metadata a:hover { color: #000000; }
.comment-metadata a.comment-edit-link:hover{color:#9e9e9e;} 
.comment-metadata a.comment-edit-link { color: #adadad; margin-left: 1em; } 

.comment-body { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(0,0,0,0.1); width: 100%; position: relative; }

.comment-details .reply { display: table; }

.commentlist li.comment .reply { display: inline-block; right: 0; top: 0; position: absolute; margin: 0; padding: 0; }
.comment-reply-link { font-size: 14px; text-transform: capitalize; display: inline-block; line-height: normal; font-weight: 400; position: relative; margin-top: 0px; 
padding: 8px 15px; border: 2px solid; }
.comment-reply-link:hover { color: #ffffff; }

.comment-reply-link .icon {color: #222; left: -2em; height: 1em; position: absolute; top: 0; width: 1em; } 
.children .comment-author .avatar { height: 40px; left: -60px; width: 40px; top: 0px; } 
.bypostauthor &gt; .comment-body &gt; .comment-meta &gt; .comment-author .avatar {border: 1px solid rgba(0,0,0,0.15;); padding: 2px; } 
.no-comments, .comment-awaiting-moderation {color: #767676; font-size: 14px; font-size: 0.875rem; font-style: italic; } 
.comments-pagination {margin: 2em 0 3em; } 
.form-submit {text-align: left; display:inline-block; width:100%; } 
li.comment .comment-form p.form-submit{margin-bottom:17px;} 
.comment-form #wp-comment-cookies-consent {margin: 0 10px 0 0; } 
.comment-form .comment-form-cookies-consent label {display: inline; }
.commententries &gt; h3, .commententries #comments &gt; h3, #reviews h3, #respond h3#reply-title{font-size:20px;}
#respond h3#reply-title small{font-size:12px; text-transform:none;}

.commententries #comments &gt; h3 { margin-bottom: 60px; }

#respond h3#reply-title { position: relative; display: inline-block; width: 100%; padding-bottom: 0px; }

.comment-form &gt; p,
.wpcf7-form .contact-form
{
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
}
.comment-form textarea
{
    margin-bottom: 15px;
}

.comment-form p &gt; span,
.wpcf7-form .contact-form &gt; b
{
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    width: 50px;
    text-align: center;
    border-right: 1px solid #ddd;
    margin: 0;
    left:0;
}

.comment-form &gt; p.comment-form-comment.textarea-field span.fa,
.wpcf7-form .contact-form.textarea-field &gt; b
{
    height: 200px;
    float: left;
}

.comment-form
{
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.commentlist li.comment #respond
{
    display: block;
    padding-left: 80px;
}
.commentlist .children li.comment #respond {
    padding-left: 60px;
}
.commentlist li.comment .comment-body ~ #respond
{
    margin-top: 0;
}

.pingback .comment-body
{
    margin-left: 0;
    padding-left: 0;
}
.commentlist li.comment,
.commentlist li.pingback
{
    padding-bottom: 0;
}

.commentlist li.pingback .comment-body .comment-content &gt; p
{
    margin-bottom: 0;
}

/*----*****---- &lt;&lt; Pagination &gt;&gt; ----*****----*/

.pagination { clear:both; float:left; width:100%; margin:30px 0px 10px; padding:0px 10px; }
.pagination ul { float:left; margin:0px; padding:0px; }
.pagination ul li { float:left; display:inline; margin:0px; padding:0px; }
.pagination ul li a, .pagination ul li span { color:#000000; font-size:13px; font-weight:600; padding:6px 15px 5px; text-transform:uppercase; letter-spacing:0.5px; border:1px solid; margin:10px 10px 0px 0px; display:inline-block; position:relative; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; }

.pagination ul li a i { font-size:14px; }
.pagination ul li a.next i { margin-left:5px; }
.pagination ul li a.prev i { margin-right:5px; }

.pagination ul li a:hover, .pagination ul li span, .pagination ul li a:hover i { color:#ffffff; }

.pagination .column { margin:0px; }
.pagination:empty { display:none; }

.hidden { display: none !important; }

.pagination { width: 100%; text-align: center; float: none; display: inline-block; position: relative; clear: none; }
.pagination .column,
.pagination ul { width: 100%; float: none; display: inline-block; }
.pagination ul li { float: none; display: inline-block; }

.pagination ul li a, .pagination ul li span { border: none; padding: 0; background: none; }
.pagination ul li a:hover { background: none; }
.pagination ul li a.next, .pagination ul li a.prev { font-size: 0; }
.pagination .newer-posts, .pagination .older-posts { float: none; display: inline-block; position: relative; margin: 0 15px; }
.pagination .older-posts i { margin-left: 0; position: absolute; left: -15px; top: 50%; transform: translateY(-50%) scaleX(-1); -moz-transform: translateY(-50%) scaleX(-1); -webkit-transform: translateY(-50%) scaleX(-1); -ms-transform: translateY(-50%) scaleX(-1); }
.pagination .newer-posts i { margin-right: 0;  position: absolute; right: -15px; top: 50%; transform: translateY(-50%) scaleX(-1); -moz-transform: translateY(-50%) scaleX(-1); -webkit-transform: translateY(-50%) scaleX(-1); -ms-transform: translateY(-50%) scaleX(-1); }

.pagination .older-posts i:before { content: "\f105"; }
.pagination .newer-posts i:before { content: "\f104"; }

.pagination .older-posts a:hover i:before {text-shadow: 4px 0px 0px currentcolor;-moz-text-shadow: 4px 0px 0px currentcolor;-webkit-text-shadow: 4px 0px 0px currentcolor;-ms-text-shadow: 4px 0px 0px currentcolor;} 
.pagination .newer-posts a:hover i:before { text-shadow: -4px 0px 0px currentcolor; -moz-text-shadow: -4px 0px 0px currentcolor; -webkit-text-shadow: -4px 0px 0px currentcolor; -ms-text-shadow: -4px 0px 0px currentcolor; }

.pagination .newer-posts:empty { display: none; }
.pagination .newer-posts:before { position: absolute; content: "/"; display: block; left: -17px; right: auto; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); font-size: 12px; }

.pagination a { text-transform: uppercase; position: relative; }

.pagination .older-posts a:before { position: absolute; content: ""; display: block; width: 0; border-bottom: 1px solid; height: 1px; right: 0; top: -5px; }
.pagination .older-posts a:after {position: absolute;content: "";display: block;width: 0;border-bottom: 1px solid;height: 1px;right: 0;bottom: -5px;}

.pagination .older-posts a:hover:before, .pagination .older-posts a:hover:after,
.pagination .newer-posts a:hover:before, .pagination .newer-posts a:hover:after {width: 100%;}

.pagination .newer-posts a:before { position: absolute; content: ""; display: block; width: 0; border-top: 1px solid; height: 1px; left: 0; top: -5px; }
.pagination .newer-posts a:after { position: absolute; content: ""; display: block; width: 0; border-top: 1px solid; height: 1px; left: 0; bottom: -5px; }

/* Unit test btn fix */


.dt-sc-button
{
    font-size:12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding:8px 15px;
    line-height:normal;
    display:inline-block;
    margin:10px 0px 0px;
    cursor:pointer;
    outline:none;
    position:relative;
    text-transform: inherit;
    z-index:1;
}
.dt-sc-button { background:rgba(0, 0, 0, 0.5); color:#000000; background-size: 50%; -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; transition-delay: 0.3s; }
.dt-sc-button:hover, .secondary-skin.dt-sc-button.bordered:hover, .secondary-skin.dt-sc-button.bordered:hover, .secondary-skin.dt-sc-button.fully-rounded-border:hover { color:#ffffff; }
.dt-sc-button:before { position: absolute; content: ""; display: block; width: 15px; height: 15px; border-width: 2px; border-style: solid; left: -10px; bottom: -10px; border-top: none; border-right: none; }
.dt-sc-button:after { position: absolute; content: ""; display: block; width: 15px; height: 15px; border-width: 2px; border-style: solid; right: -10px; top: -10px; border-bottom: none; border-left: none; }

.dt-sc-button:hover:before { width: 100%; height: 0; left: 0; }
.dt-sc-button:hover:after { width: 100%; height: 0; right: 0; }

.dt-sc-button.small { font-size:12px; padding:11px 20px 12px; }
.dt-sc-button.medium { font-size: 16px; padding: 10px 30px 12px; }

.dt-sc-button.rounded-border, 
.dt-sc-button.bordered
{ 
    border: 2px solid;
    border-radius: 3px;
    background: none;
}
.dt-sc-button.bordered, .dt-sc-button.bordered:hover
{
    border-radius: 0px;
}
.dt-sc-button.bordered:hover
{
    color: #ffffff;
}

.dt-sc-button.no-border-bg {position: relative;}
.dt-sc-button.no-border-bg:before, .dt-sc-button.no-border-bg:after {border: none;}
.dt-sc-button.no-border-bg:before { bottom: -8px; content: ""; display: block; height: 2px; left: 0; position: absolute; width: 0; }
.aligncenter .dt-sc-button.no-border-bg:before { margin: 0 auto; right: 0; }
.alignright .dt-sc-button.no-border-bg:before { left: auto; right: 0; }
.dt-sc-button.no-border-bg:hover:before {width: 50px;}
.dt-sc-button.no-border-bg, .dt-sc-button.no-border-bg:hover, .dt-sc-button.small.no-border-bg.with-icon.icon-left, .dt-sc-button.small.no-border-bg.with-icon.icon-left:hover { background: none; border: none; font-size: 16px; padding: 0; }
.dt-sc-button.small.no-border-bg.with-icon.icon-left span {margin-right: 25px;}
.dt-sc-button.no-border-bg span.zmdi:before { font-weight: bold; position: absolute; top: 4px; }

/*--------------------------------------------------------------
    1.2 - Default Color
    --------------------------------------------------------------*/
.blog-entry.with-border,
.blog-entry.blog-medium-style.white-highlight
{
    background: #fff;
}
.blog-entry.blog-thumb-style
{
    border-bottom-color: rgba(0, 0, 0, .1);
}
.blog-entry.with-border,
.blog-entry .entry-format a
{
    border-color: #fff;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-date,
.blog-entry.entry-date-author-left .entry-date-author .comments,
.blog-entry.entry-date-author-left .entry-date-author .comments i,
.blog-entry.entry-date-left .entry-date,
.blog-entry.entry-date-left .entry-date a,
.blog-entry.entry-date-left .entry-date a i
{
    color: #000;
}
.blog-entry .entry-format a,
.blog-entry.dt-sc-skin-highlight,
.blog-entry.dt-sc-skin-highlight .entry-title h4 a,
.blog-entry.dt-sc-skin-highlight .entry-meta a,
.blog-entry.dt-sc-skin-highlight .entry-meta .comments i,
.blog-entry.dt-sc-skin-highlight .entry-meta .author i,
.blog-entry.dt-sc-skin-highlight .entry-meta-data p a,
.blog-entry.dt-sc-skin-highlight .entry-meta-data p i
{
    color: #fff;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-author,
.blog-entry.entry-date-author-left .entry-date-author .entry-date span
{
    border-color: rgba(0, 0, 0, .05);
}
.blog-entry.dt-sc-skin-highlight .entry-title h4 a:hover,
.blog-entry.dt-sc-skin-highlight .entry-meta a:hover,
.blog-entry.dt-sc-skin-highlight .entry-meta-data p a:hover
{
    color: rgba(0, 0, 0, .5);
}

/* DateLeft Modern */
.blog-entry.entry-date-left.outer-frame-border .entry-details
{
    background-color: #fafafa;
}
.blog-entry.entry-date-left.outer-frame-border .entry-date
{
    background-color: #ddd;
}
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled,
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled:hover,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a
{
    background-color: rgba(0,0,0,0);
}

.blog-entry.entry-date-left.outer-frame-border:hover .entry-details
{
    background-color: #f1efea;
}
.blog-entry.entry-date-left.outer-frame-border:hover .entry-details .entry-date
{
    background-color: #fff;
}


.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:after
{
    border-color: #ccc;
}
.blog-entry.outer-frame-border:hover:after
{
    border-color: #f1efea;
}


.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-title h4 a:not(:hover),
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a
{
    color: #000;
}
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled:hover
{
    color: rgba(0,0,0,.5);
}

.blog-entry.entry-date-left.outer-frame-border .entry-details,
.blog-entry.entry-date-left.outer-frame-border .entry-date
{
    background-image: url('../images/pattern-grudge.png');
    background-repeat: repeat;
}


/*----*****---- Dark Overlay &amp; Highlight ----*****----*/
.dt-sc-dark-bg .blog-medium-style.white-highlight .dt-sc-button.fully-rounded-border:hover
{
    color: #fff;
}
.dt-sc-dark-bg .blog-medium-style.white-highlight
{
    color: #888;
}



/*--------------------------------------------------------------
    1.3 - Responsive
    --------------------------------------------------------------*/

@media only screen and (min-width:1381px) and (max-width:1680px)
{

    ul.children li .comment-body
    {
        padding-left: 60px;
    }
    .children .comment-author .avatar
    {
        left: -60px;
    }
    .commentlist .children li.comment #respond
    {
        padding-left: 60px;
    }
}    

/*----*****---- &lt;&lt; Desktop &gt;&gt; ----*****----*/
@media only screen and (min-width:1200px) and (max-width:1380px)
{
    .page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half
    {
        width: 48.8%;
    }
    .with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half
    {
        width: 48.2%;
    }
    .blog-entry.entry-minimal-bordered.sticky .entry-details
    {
        padding: 60px 20px 30px;
    }
    .comment-body { padding-left: 85px; }
    .commentlist li.comment #respond { padding-left: 85px; }
    .comment-author .avatar { left: -85px; }
    ul.children li .comment-body { padding-left: 60px; }
    .children .comment-author .avatar { left: -60px; }
}

/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px)
{
    .with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third,
    .with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half
    {
        width: 100%;
    }
    .page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third
    {
        width: 50%;
    }
    .with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third
    {
        width: 100%;
    }
    .tpl-blog-holder.apply-isotope .dt-sc-one-third
    {
        width: 33.33%;
    }

    .tpl-blog-holder.apply-isotope .dt-sc-one-half
    {
        width: 50%;
    }
    .page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half
    {
        width: 50%;
    }
    .with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half
    {
        width: 100%;
    }

    .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
    {
        padding-top: 30px;
    }

    .dt-sc-one-third .blog-entry.entry-date-author-left .entry-details .entry-title h4,
    .dt-sc-one-third .blog-entry .entry-title h4
    {
        line-height: normal;
    }

    .with-both-sidebar .blog-entry.blog-medium-style .entry-thumb,
    .with-both-sidebar .blog-entry.blog-medium-style .entry-details
    {
        width: 100%;
    }
    .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
    {
        margin-top: 20px;
        padding-left: 0;
    }
    .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details
    {
        padding-left: 30px;
    }

    .with-both-sidebar .blog-entry.blog-medium-style .entry-details
    {
        padding-bottom: 20px;
    }
    .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format
    {
        right: 0;
    }

    .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
    .dt-sc-one-half .blog-entry.blog-medium-style .entry-details
    {
        width: 100%;
    }
    .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
    {
        padding-left: 0;
    }
    .dt-sc-one-third .blog-entry.blog-medium-style
    {
        width: 99.5%;
    }
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title
    {
        min-height: auto;
    }
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body,
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data
    {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4
    {
        font-size: 15px;
    }

    .with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        margin-top: 0;
    }
    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details
    {
        width: 100%;
    }
    .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details
    {
        padding-left: 30px;
        padding-top: 30px;
        width: 100%;
    }
    .dt-sc-one-half .blog-entry.blog-medium-style .entry-format
    {
        right: 0;
    }

    .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-body
    {
        display: none;
    }
    .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
    .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        width: 100%;
    }


    .vc_col-sm-3 .blog-entry .entry-format a:before
    {
        font-size: 20px;
        line-height: 40px;
    }
    .vc_col-sm-3 .blog-entry .entry-format a
    {
        border: none;
        height: 40px;
        width: 40px;
    }
    .vc_col-sm-3 .blog-entry .entry-details h4
    {
        font-size: 13px;
    }

    .vc_col-sm-3 .blog-entry.entry-date-left .entry-details
    {
        padding-left: 55px;
    }
    .vc_col-sm-3 .blog-entry.entry-date-left .entry-details .entry-date
    {
        width: 45px;
    }
    .vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details .dt-sc-button.with-icon.icon-right.type1,
    .vc_col-sm-3 .blog-entry.entry-date-left .entry-details .dt-sc-button.with-icon.icon-right.type1
    {
        padding: 10px;
    }

    .vc_col-sm-3 .blog-entry.entry-date-author-left
    {
        padding-left: 45px;
    }
    .vc_col-sm-3 .blog-entry.entry-date-author-left .entry-date-author
    {
        width: 30px;
    }

    .vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb
    {
        width: 100%;
    }
    .vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
    {
        padding-left: 0;
        padding-top: 30px;
        width: 100%;
    }
    .vc_col-sm-6 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        padding: 30px;
    }
    .vc_col-sm-6 .blog-entry.blog-medium-style .entry-format
    {
        right: 10px;
        top: 10px;
    }

    /* Minimal Bordered Style - New */
    .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after
    {
        display: none;
    }
    .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments
    {
        margin-top: 10px;
    }

    .page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after
    {
        display: block;
    }

    .blog-entry.entry-center-align .entry-title h4
    {
        font-size: 16px;
    }
    .blog-entry.entry-minimal-bordered.sticky .entry-details
    {
        padding: 60px 20px 30px;
    }
    .comment-body { padding-left: 75px; }
    .commentlist li.comment #respond { padding-left: 75px; }
    .comment-author .avatar { height: 60px; left: -75px; width: 60px; }
    ul.children li .comment-body { padding-left: 60px; }
    .children .comment-author .avatar { left: -60px; }
    .commentlist .children li.comment #respond { padding-left: 60px; }
}


/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px)
{
    .with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third,
    .with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half
    {
        width: 100%;
    }
    .page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third,
    .page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half
    {
        width: 100%;
    }

    .tpl-blog-holder.apply-isotope .dt-sc-one-third
    {
        width: 50%;
    }
    .tpl-blog-holder.apply-isotope .dt-sc-one-half,
    .tpl-blog-holder.apply-isotope .dt-sc-one-third
    {
        width: 50%;
    }

    .with-sidebar .blog-entry.blog-medium-style .entry-thumb,
    .with-sidebar .blog-entry.blog-medium-style .entry-details
    {
        width: 100%;
    }
    .with-sidebar .blog-entry.blog-medium-style .entry-details
    {
        padding-bottom: 20px;
    }
    .with-sidebar .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
    {
        margin-top: 20px;
        padding-left: 0;
    }
    .with-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        margin-top: 0;
        padding-left: 30px;
    }

    .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
    {
        padding-top: 30px;
    }

    .with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
    .with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
    .dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
    .with-sidebar .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
    {
        margin-top: 0;
    }

    .with-sidebar .blog-entry.blog-medium-style .entry-format
    {
        right: 0;
    }
    .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format,
    .dt-sc-one-half .blog-entry.blog-medium-style .entry-format
    {
        right: 0;
    }
    .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
    .dt-sc-one-half .blog-entry.blog-medium-style .entry-details
    {
        margin-top: 20px;
        padding-left: 0;
    }
    .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details
    {
        padding-left: 30px;
    }
    .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
    .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        margin-top: 0;
    }

    .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
    .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
    .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details
    {
        width: 100%;
    }
    .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
    {
        padding-left: 0;
    }
    .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        padding-left: 30px;
    }
    .dt-sc-one-half .blog-entry.blog-medium-style .entry-details
    {
        margin-top: 0;
    }

    .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details
    {
        width: 52%;
    }

    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title
    {
        min-height: auto;
    }
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body,
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data
    {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4
    {
        font-size: 14px;
    }

    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details
    {
        width: 100%;
    }
    .blog-entry.blog-medium-style
    {
        width: 99.4%;
    }

    .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-body
    {
        display: none;
    }
    .with-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
    .with-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        width: 100%;
    }
    .page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
    .page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
    .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
    .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        width: 100%;
    }
    .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        padding-top: 30px;
    }

    .with-both-sidebar #commentform .dt-sc-one-half
    {
        margin-left: 0;
        width: 100%;
    }
    .with-both-sidebar #commentform .dt-sc-one-half textarea,
    .with-both-sidebar #commentform .dt-sc-one-half input
    {
        margin-bottom: 20px;
    }
    .with-both-sidebar #commentform .form-submit,
    .with-both-sidebar #commentform .form-submit .submit
    {
        margin-top: 0;
    }

    .vc_col-md-6.wpb_column.no-space.dt-sc-two-fifth,
    .vc_col-md-6.column.no-space.dt-sc-two-fifth
    {
        width: 50%;
    }

    ul.commentlist li .comment-author img
    {
        max-height: 60px;
        max-width: 60px;
    }

    /* Minimal Bordered Style - New */
    .page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after
    {
        display: block;
    }

    .with-both-sidebar.page-with-sidebar .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after
    {
        display: none;
    }
    .with-both-sidebar.page-with-sidebar .blog-entry.entry-minimal-bordered .entry-meta-data .comments
    {
        margin-top: 10px;
    }
    .blog-entry.entry-minimal-bordered .entry-details
    {
        padding: 30px 20px 30px;
    }
    .blog-entry.entry-minimal-bordered.sticky .entry-details
    {
        padding: 60px 20px 30px;
    }
    .blog-entry.entry-minimal-bordered .entry-meta-data .author, .blog-entry.entry-minimal-bordered .entry-meta-data .author a, 
    .blog-entry.entry-minimal-bordered .entry-meta-data .date, .blog-entry.entry-minimal-bordered .entry-meta-data .comments
    {
        font-size: 11px;        
    }
    .blog-entry.entry-minimal-bordered .entry-meta-data .author, .blog-entry.entry-minimal-bordered .entry-meta-data .date, .blog-entry.entry-minimal-bordered .entry-meta-data .comments
    {
        padding-right: 12px;
        margin-right: 10px;
    }
    .comment-body { padding-left: 80px; }
    .comment-author .avatar { height: 60px; left: -80px; width: 60px; }
    ul.children li .comment-body { padding-left: 60px; }
    .children .comment-author .avatar {     left: -60px; }
    .comment-metadata { position: relative; top: 0; display: block; }
    .commentlist li.comment .comment-body .comment-meta { margin-bottom: 15px; }
    .commentlist li.comment #respond { padding-left: 80px; }
    .commentlist .children li.comment #respond { padding-left: 60px; }
    .comment-author b { font-size: 16px; }
}

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px)
{
    .page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half,
    .page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third
    {
        width: 100%;
    }
    .tpl-blog-holder.apply-isotope .dt-sc-one-third
    {
        width: 100%;
    }

    .blog-entry.blog-medium-style .entry-thumb,
    .blog-entry.blog-medium-style .entry-details
    {
        width: 100%;
    }
    .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
    .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details
    {
        margin-top: 0;
        padding-left: 0;
    }
    .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
    {
        padding-left: 0;
        padding-top: 30px;
    }

    .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
    .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        margin-top: 0;
        padding-left: 30px;
    }

    .with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
    .with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
    .dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details
    {
        margin-top: 0;
    }
    .blog-entry.blog-medium-style .entry-details
    {
        padding-bottom: 20px;
    }
    .blog-entry.blog-medium-style .entry-format,
    .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format,
    .dt-sc-one-half .blog-entry.blog-medium-style .entry-format
    {
        right: 0;
    }

    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title
    {
        min-height: auto;
    }
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body,
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data
    {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
    .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
    .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details
    {
        width: 100%;
    }

    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4
    {
        font-size: 14px;
    }

    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
    .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
    .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
    .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
    .page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
    .page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
    .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
    .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
    .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
    .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details
    {
        width: 100%;
    }
    .blog-entry.blog-medium-style
    {
        width: 99.4%;
    }

    .tpl-blog-holder.apply-isotope .column
    {
        margin-bottom: 0;
        padding: 10px 0 0;
        width: 100%;
    }

    /* comment */   
    ul.commentlist { font-size:14px; }
    
    ul.commentlist li.comment .comment-author img { max-width: 40px; max-height: 40px; }

    .comment-body { padding-left: 60px; }
    .comment-author b { font-size: 16px; }
    .comment-author .avatar { height: 40px; left: -60px; width: 40px; }
    ul.children li .comment-body { padding-left: 50px; }
    .children .comment-author .avatar { left:-50px }
    .commentlist li.comment .comment-body .comment-meta { margin-bottom: 10px; }
    .commentlist li.comment #respond { padding-left: 0; }
    .comment-reply-link { font-size: 13px; padding: 6px 12px; }
    .commentlist #respond h3#reply-title { font-size: 16px; }
    li.comment .comment-form p.form-submit input[type="submit"] { font-size: 12px; padding: 12px 20px; margin-top: 0; font-weight: normal; }

    .commentlist ul.children { padding-left: 0; }
    .commentlist ul.children li &gt; .children { padding-left: 20px; }
    
    ul.commentlist li.comment ul.children .comment-author img { max-width: 30px; max-height: 30px; }
          
    ul.commentlist li .comment-details { margin:0 0px 10px; }   
    ul.commentlist li .author-name &gt; a { font-size:16px; }
    ul.commentlist, ul.commentlist li .comment-details { width: 100%; }
    
    ul.commentlist li.depth-1, ul.commentlist li.depth-2, ul.commentlist li.depth-3, ul.commentlist li.depth-4, ul.commentlist li.depth-5 { margin-bottom:0; }

    .commententries #respond, .commentlist li.comment #respond, .commentlist .children li.comment #respond { padding-left: 0; }

    .post-password-form label input
    {
        width: 100%;
    }

    .blog-entry.post-info-bottom-image .entry-meta
    {
        padding: 20px 0 0 0;
        position: static;
        width: 100%;
    }
    .blog-entry.post-info-bottom-image .entry-meta .entry-info &gt; *
    {
        margin-bottom: 10px;
    }

    .blog-entry.post-info-within-image .entry-meta
    {
        padding: 20px;
        position: static;
    }
    .blog-entry.post-info-within-image .entry-meta .entry-title h4
    {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .blog-entry.post-info-within-image .entry-meta p.category,
    .blog-entry.post-info-within-image .entry-meta .entry-title,
    .blog-entry.post-info-within-image .entry-meta .entry-info
    {
        z-index: 9;
    }
    .blog-entry.post-info-within-image .entry-meta .dt_scroll_down
    {
        display: none;
    }
    .blog-entry.post-info-within-image .entry-thumb:before
    {
        background: #878787;
        height: 100%;
        z-index: -1;
    }

    .blog-entry.post-info-within-image .entry-meta .author,
    .blog-entry.post-info-within-image .entry-meta .comments
    {
        margin-bottom: 10px;
    }

    .blog-entry.post-info-vertical-image .entry-meta
    {
        padding: 20px 15px;
        position: static;
                transform: none;
           -moz-transform: none;
            -ms-transform: none;
        -webkit-transform: none;
    }

    .blog-entry.post-info-vertical-image .entry-thumb .entry-meta p.category,
    .blog-entry.post-info-vertical-image .entry-thumb .entry-meta div.entry-info
    {
        padding: 0 10px;
        position: static;
    }

    .blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta p.category
    {
        margin-top: 0;
    }

    .blog-entry.post-info-vertical-image .entry-thumb img.wp-post-image,
    .blog-entry.post-info-vertical-image .entry-thumb:hover img.wp-post-image
    {
                transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }

    .blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta p.category
    {
        margin-top: 0;
    }
    .blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta div.entry-info
    {
        margin-bottom: 0;
    }

    .blog-entry.post-info-vertical-image .entry-thumb:before
    {
        background: rgba(0,0,0,.8);
        z-index: -1;
    }
    .blog-entry.post-info-vertical-image .entry-thumb:hover:before
    {
        background: rgba(0,0,0,.75);
    }

    .blog-entry.post-info-vertical-image.format-video .entry-thumb &gt; .entry-meta div.entry-info
    {
        margin-top: 0;
    }
    .blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:before,
    .blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:after
    {
        display: none;
    }

    .blog-entry.post-info-above-image .entry-meta .entry-title h4
    {
        font-size: 24px;
        margin-bottom: 5px;
    }

    /* Minimal Bordered Style - New */
    .page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after
    {
        display: block;
    }
    .blog-entry.entry-minimal-bordered .entry-details
    {
        padding: 40px 40px 40px;
    }

    .blog-entry.entry-minimal-bordered.sticky .entry-details
    {
        padding: 60px 50px 40px;
    }
}

/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px)
{
    .blog-entry .entry-format a
    {
        height: 60px;
        line-height: 45px;
        width: 60px;
    }
    .blog-entry.blog-medium-style .entry-format a
    {
        height: 55px;
        line-height: 45px;
        width: 55px;
    }
    .blog-entry .entry-format a:before
    {
        font-size: 22px;
        line-height: 45px;
    }
    .blog-entry.blog-medium-style .entry-format a:before
    {
        line-height: 50px;
    }

    /* latest News */
    .blog-entry.blog-thumb-style
    {
        margin-bottom: 30px;
    }
    .blog-entry.blog-thumb-style .entry-thumb
    {
        margin-bottom: 15px;
        margin-right: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .blog-entry.blog-thumb-style .entry-thumb img
    {
        margin: 0 auto;
        margin-bottom: 5px;
        width: 100%;
    }
    .blog-entry.blog-thumb-style .entry-details
    {
        width: 100%;
    }

    .tpl-blog-holder.apply-isotope .column
    {
        padding: 10px 10px 0
    }

    /* Minimal Bordered Style - New */
    .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after
    {
        display: none;
    }
    .blog-entry.entry-minimal-bordered .entry-details
    {
        padding: 20px 15px 20px;
    }
    .blog-entry.entry-minimal-bordered.sticky .entry-details
    {  
        padding: 60px 20px 40px;
    }

    .comment-body { padding-left: 0px; }
    .comment-author .avatar { height: 50px; left: 0; width: 50px; top: 0; position: relative; display: block; margin-bottom: 20px; }
    .children .comment-author .avatar { left:0; top:0; }
    .commentlist li.comment #respond { padding-left: 0; }
    .commentlist, .commentlist ul.children { padding-left: 0px; }
    .commentlist li.comment .reply { position: relative; margin-top: 20px; }
    ul.children li .comment-body { padding-left: 0; }
    ul.commentlist li.comment .comment-author img { max-width: 50px; max-height: 50px; }
    li.comment .comment-form p.form-submit input[type="submit"] { font-size: 12px; padding: 12px 20px; margin-top: 0; font-weight: normal; }
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px)
{
    .blog-entry.entry-date-left .entry-details,
    .blog-entry.blog-thumb-style.entry-date-left .entry-details,
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-details
    {
        padding: 0;
    }
    .blog-entry.entry-date-left .entry-date,
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-date,
    .page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author,
    .with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author
    {
        margin-bottom: 10px;
        position: inherit;
        width: 100%;
    }
    .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .dt-sc-button
    {
        margin-left: 0;
    }

    .blog-entry.entry-date-author-left
    {
        padding-left: 0;
    }
    .blog-entry.entry-date-author-left .entry-date-author
    {
        display: inline-block;
        margin-bottom: 20px;
        position: inherit;
        width: 100%;
    }
    .blog-entry.entry-date-author-left .entry-date-author .entry-author a
    {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .blog-entry.entry-date-author-left .entry-format a
    {
        border: 0;
        height: 45px;
        line-height: 45px;
        width: 45px;
    }
    .blog-entry.entry-date-author-left .entry-format a:before
    {
        line-height: 45px;
    }

    .page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left,
    .with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left
    {
        padding-left: 0;
    }

    .post-nav-container:before
    {
        display: none;
    }
    .post-nav-container .post-prev-link,
    .post-nav-container .post-next-link
    {
        text-align: center;
        width: 100%;
    }
    .post-nav-container .post-next-link a,
    .post-nav-container .post-prev-link a
    {
        margin: 5px 0;
    }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 479px)
and (orientation : landscape)
{
    .tpl-blog-holder
    { 
        margin: 0 -60px;
        width: auto;
        float: none;
    }

    .blog-entry.entry-minimal-bordered .entry-details
    {
        padding: 30px 25px 30px;
    }
}
</pre></body></html>