	/*--------------------------------------------------------------
	1.0 - Transition
	--------------------------------------------------------------*/

.blog-single-entry,
.blog-single-entry .single-entry-thumb .bx-controls a,
.blog-single-entry .related-article article,
.blog-single-entry .mfx-related-carousel a,
.blog-single-entry .mfx-related-carousel img,
div.mfx-posts-meta-group div[class*='entry-'],
.post-default > div.mfx-posts-meta-group div[class*='entry-'],
div.mfx-posts-meta-group div[class*='entry-'] *,
.post-default > div.mfx-posts-meta-group div[class*='entry-'] *,
.blog-single-entry .mfx-related-carousel .carousel-navigation *
{
    -webkit-transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;
}

.blog-single-entry.format-gallery .single-entry-thumb.single-preview-img,
.blog-single-entry .single-entry-thumb.single-preview-img ul li,
.blog-single-entry .mfx-related-carousel
{
    z-index: 1; 

    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

/*--------------------------------------------------------------
	1.1 - Blog Base Styles
	--------------------------------------------------------------*/

.blog-single-entry
{
    position: relative;

    float: left;
    clear: both;

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

    width: 100%;
}
.blog-single-entry .entry-meta
{
    font-size: 14px;
    font-weight: 300;

    margin-bottom: 7px; 

    letter-spacing: .5px;
}
.blog-single-entry .single-entry-body
{
    float: left;
    clear: both;

    width: 100%; 
    margin: 0 0 15px;
}
.blog-single-entry .single-entry-body > *:last-child
{
    margin-bottom: 75px;
}
.blog-single-entry .single-entry-body > *:last-child:after
{
    display: block; 
    clear: both;

    content: '';
}

/*----*****---- << Blog Icon >> ----*****----*/
.blog-single-entry div i[class*='fa'],
.blog-single-entry div i.pe
{
    margin-right: 3px;
}
.blog-single-entry div .elementor-social-icon i[class*='fa'],
.blog-single-entry div .elementor-social-icon i.pe
{
    margin-right: 0;
}

/*----*****---- << Blog Thumb >> ----*****----*/
.blog-single-entry .single-entry-thumb
{
    line-height: 0;

    position: relative;

    float: left;

    width: 100%;
}
.blog-single-entry:not(.has-post-thumbnail) .single-entry-thumb
{
    display: none;
}
.blog-single-entry .single-entry-thumb img
{
    max-width: 100%; 
    height: auto;
}
.blog-single-entry .single-entry-thumb .mfx-video-wrap .wp-video
{
    width: 100% !important;
}

/*----*****---- << Blog Title >> ----*****----*/
.blog-single-entry .entry-title span.sticky-post
{
    font-size: 10px;
    line-height: normal;

    display: inline-block;

    width: auto; 
    margin-bottom: 15px;
    padding: 3px 5px;

    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog-single-entry > .entry-title h4
{
    font-size: 18px;

    margin-bottom: 20px;

    text-transform: uppercase;
    -ms-word-wrap: break-word; 
        word-wrap: break-word;
}

/*----*****---- << Blog Likes Views >> ----*****----*/

.blog-single-entry > .mfx-like-views > div:last-child,
.blog-single-entry > .mfx-like-views > div:only-child
{
    margin-right: 0;
    padding-right: 0;
}

/*----*****---- << Blog Social Share >> ----*****----*/
.blog-single-entry > .entry-social-share > .share,
.blog-single-entry .entry-social-share > .share
{
    padding-right: 5px; 

    border: 1px solid;
}
.blog-single-entry > .entry-social-share > .share,
.blog-single-entry > .entry-social-share > .share *,
.blog-single-entry .entry-social-share > .share,
.blog-single-entry .entry-social-share > .share *
{
    display: inline-block;
    float: none;
}
.blog-single-entry > .entry-social-share > .share > ul,
.blog-single-entry .entry-social-share .share > ul
{
    margin-bottom: 0;
    padding-left: 0;
}
.blog-single-entry > .entry-social-share > .share > ul li,
.blog-single-entry .entry-social-share .share > ul li
{
    margin-right: 5px;
    padding-bottom: 0; 

    list-style: none;
}

/*----*****---- << Blog Buttons >> ----*****----*/
.blog-single-entry .entry-button a.mfx-button
{
    display: inline-block;
    float: none;

    margin: 0;
    padding: var(--mfxPadding_Btn);

    text-transform: capitalize;
}

/*----*****---- << Blog Format >> ----*****----*/
.blog-single-entry.type-post .entry-format
{
    display: none;
}
.blog-single-entry .entry-format
{
    position: absolute;
    z-index: 9; 
    top: 0;
    left: 0;

    display: none;
}
.blog-single-entry .entry-format a
{
    line-height: 50px;

    position: relative;

    float: left;

    width: 50px; 
    height: 50px;
    margin: 10px;

    text-align: center;
}
.blog-single-entry .entry-format a:before
{
    font-family: 'Mfx Icons';
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 
    height: 100%;
    margin: 0;

    text-align: center;
}

.blog-single-entry.type-post:not(.has-post-thumbnail) .entry-format
{
    display: none;
}

.blog-single-entry.format-standard .entry-format a:before,
.blog-single-entry.ico-format.format-standard:before
{
    content: '\e832';
}
.blog-single-entry.format-image .entry-format a:before,
.blog-single-entry.ico-format.format-image:before
{
    content: '\e80d';
}
.blog-single-entry.format-gallery .entry-format a:before,
.blog-single-entry.ico-format.format-gallery:before
{
    content: '\e80f';
}
.blog-single-entry.format-status .entry-format a:before,
.blog-single-entry.ico-format.format-status:before
{
    content: '\f27a';
}
.blog-single-entry.format-link .entry-format a:before,
.blog-single-entry.ico-format.format-link:before
{
    content: '\e820';
}
.blog-single-entry.format-aside .entry-format a:before,
.blog-single-entry.ico-format.format-aside:before
{
    content: '\f15b';
}
.blog-single-entry.format-quote .entry-format a:before,
.blog-single-entry.ico-format.format-quote:before
{
    content: '\f10d';
}
.blog-single-entry.format-chat .entry-format a:before,
.blog-single-entry.ico-format.format-chat:before
{
    content: '\f27a';
}
.blog-single-entry.format-audio .entry-format a:before,
.blog-single-entry.ico-format.format-audio:before
{
    content: '\e801';
}
.blog-single-entry.format-video .entry-format a:before,
.blog-single-entry.ico-format.format-video:before
{
    content: '\e80b';
}

/*----*****---- << Blog Gallery Slider >> ----*****----*/
.blog-single-entry .single-entry-thumb .bx-wrapper
{
    position: relative; 

    overflow: hidden;
}
.blog-single-entry .single-entry-thumb .bx-controls a
{
    font-size: 0;

    position: absolute;
    z-index: 1; 
    top: 0;
    bottom: 0;

    width: 35px;
    height: 50px;
    margin: auto;

    opacity: .6;

    filter: alpha(opacity=60);
}
.blog-single-entry .single-entry-thumb .bx-controls a:hover
{
    opacity: 1; 

    filter: alpha(opacity=100);
}
.blog-single-entry .single-entry-thumb .bx-controls a.bx-prev:before,
.single-entry-thumb .bx-controls a.bx-next:before
{
    font-family: Pe-icon-7-stroke;
    font-size: 32px;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 

    content: '\e684';
    text-align: center;
    text-indent: 0;
}
.blog-single-entry .single-entry-thumb .bx-controls a.bx-prev:before
{
    content: '\e686';
}
.blog-single-entry .single-entry-thumb .bx-controls a.bx-prev
{
    left: -35px;
}
.blog-single-entry .single-entry-thumb .bx-controls a.bx-next
{
    right: -35px;
}
.blog-single-entry .single-entry-thumb:hover .bx-controls a.bx-prev
{
    left: 15px;
}
.blog-single-entry .single-entry-thumb:hover .bx-controls a.bx-next
{
    right: 15px;
}
.blog-single-entry .entry-gallery-post-slider li
{
    padding: 0;
}
.blog-single-entry ul.entry-gallery-post-slider
{
    margin-bottom: 0;
    padding-left: 0;
}

/*----*****---- << Related Post Carousel >> ----*****----*/
.mfx-related-carousel .tpl-blog-holder .column,
.mfx-related-carousel .tpl-blog-holder .column.first
{
    clear: none;
}

.mfx-related-carousel div[class*='carousel-']
{
    float: left;

    width: 100%;
    margin: 25px 0 55px; 

    text-align: center;
}
.mfx-related-carousel div[class*='carousel-'] > div
{
    line-height: 50px; 

    display: inline-block;
    float: none;

    width: 50px;
    height: 50px;

    cursor: pointer;
    text-align: center;
}
.mfx-related-carousel div[class*='carousel-'] > div i[class*='fa'],
.mfx-related-carousel div[class*='carousel-'] > div i.pe
{
    font-size: 20px; 
    line-height: 50px;
}

.mfx-related-carousel .carousel-pager > a
{
    font-size: 13px;
    font-weight: 600;
    line-height: 38px;

    position: relative;

    display: inline-block;

    width: 40px; 
    height: 40px;
    margin: 10px 5px 0 0;
    padding: 0;

    letter-spacing: .5px;
    text-transform: uppercase;

    border: 1px solid;
    background: none;
}

.blog-single-entry .mfx-related-posts
{
    margin-bottom: 40px;
}
.blog-single-entry .mfx-related-posts .entry-button a.mfx-button
{
    padding: 16px 20px 14px 20px;
}

/*----*****---- << Blog Author Info >> ----*****----*/
.author-info
{
    display: block;
    float: left;
    clear: both;

    margin: 40px 0 0;
    padding: 0;
}
.author-info .thumb
{
    position: relative;

    float: left;

    width: 110px; 
    margin: 0 20px 0 0;
}
.author-info .thumb img
{
    max-width: 100%; 
    height: auto;

    border-radius: 100%;
}
.author-info h2
{
    font-size: 20px;
    font-weight: normal;

    margin-bottom: 30px;

    text-transform: none;
}
.author-info h3 span
{
    font-size: 14px; 

    color: #aaaaaa;
}
.author-info h3
{
    font-size: 18px;

    margin-top: 0;
}

.author-info h3,
.entry-author-bio .details h3
{
    margin-top: 15px;
}

/*----*****---- << Blog Post Common Styles > ----*****----*/

.blog-single-entry div.entry-meta-group:empty
{
    display: none;
}
.blog-single-entry .entry-author,
.blog-single-entry .entry-date,
.blog-single-entry .entry-comments,
.blog-single-entry .entry-categories,
.blog-single-entry .entry-tags,
.blog-single-entry .entry-social-share,
.blog-single-entry .entry-likes-views,
.blog-single-entry .entry-likes-views .mfx-like-views > div
{
    position: relative;

    display: inline-block;
    float: none;

    width: 100%; 

    text-transform: capitalize;
}
.blog-single-entry .entry-likes-views .mfx-like-views > div
{
    width: auto;
}
.blog-single-entry .entry-likes-views .mfx-like-views .views
{
    margin-left: 10px;
}

.blog-single-entry div[class*='entry-']:not(.mfx-post-entry)
{
    margin-bottom: 20px;

    -webkit-transition: all .3s linear;
            transition: all .3s linear;
}
.blog-single-entry div[class*='single-entry-']
{
    display: inline-block;

    width: 100%;
}

.blog-single-entry div[class^='entry-'] div[class^='single-entry-']
{
    margin-bottom: 0;
}

.blog-single-entry div[class*='entry-thumb'].single-preview-img
{
    position: relative;

    margin: 0;

    text-align: center;
}
.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction
{
    position: absolute;
    top: 0;

    display: flex;
    overflow: hidden; 
    align-items: center;
    justify-content: space-between;

    width: 100%;
    height: calc(100% - 60px);
}
.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction a
{
    font-size: 0;

    position: absolute;
    z-index: 9; 
    top: 0;
    bottom: 0;

    width: 35px;
    height: 50px;
    margin: auto;

    opacity: .6;

    filter: alpha(opacity=60);
}
.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction a:hover
{
    opacity: 1; 

    filter: alpha(opacity=100);
}
.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction a.bx-prev:before,
.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction a.bx-next:after
{
    font-family: 'Mfx Icons';
    font-size: 14px;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 

    content: '\e85b';
    text-align: center;
}
.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction a.bx-prev:before
{
    content: '\e85a';
}
.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction a.bx-prev
{
    left: -35px;
}
.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction a.bx-next
{
    right: -35px;
}

.blog-single-entry div[class*='entry-thumb'].single-preview-img:hover .bx-has-controls-direction .bx-controls-direction a.bx-prev
{
    left: 15px;
}
.blog-single-entry div[class*='entry-thumb'].single-preview-img:hover .bx-has-controls-direction .bx-controls-direction a.bx-next
{
    right: 15px;
}

.blog-single-entry div[class*='entry-thumb'].single-preview-img .entry-link-inner,
.blog-single-entry div[class*='entry-thumb'].single-preview-img .entry-quote-inner
{
    display: none;
}


.blog-single-entry .single-entry-body tbody th
{
    background: none !important;
}
.blog-single-entry .single-entry-body tbody th a
{
    text-transform: none;
}
.blog-single-entry .single-entry-body tbody th,
.blog-single-entry .single-entry-body tbody th a
{
    color: inherit;
}

.mfx-post-entry .blog-entry.post-without-title .entry-title,
.mfx-post-entry:not(.entry-cover-layout) .blog-entry.post-without-title > div.entry-title
{
    display: none;
}

.blog-single-entry:not(.has-post-thumbnail) .mfx-related-posts .single-entry-thumb
{
    display: block;
}
.blog-single-entry .mfx-related-posts .entry-meta-group .entry-author a
{
    left: auto !important;
}

.blog-single-entry > .entry-title h1
{
    word-wrap: break-word;
}


.single-post .mfp-title
{
    font-size: 0;

    margin-top: 10px;
    padding-right: 0;

    text-align: center;
    text-transform: capitalize;
}
.single-post .mfp-title a
{
    font-size: 16px;

    border-bottom: 1px solid;
}

.single-post button,
.single-post .mfp-image-holder + button.mfp-close,
.single-post .mfp-image-holder + button.mfp-arrow,
.single-post .mfp-image-holder + button.mfp-close:active
{
    top: auto;

    -webkit-transform: none;
            transform: none;
}

.single-post .blog-single-entry.format-audio .single-entry-thumb.single-preview-img .mejs-offscreen + .mejs-container
{
    min-height: 120px !important;
}
.single-post .blog-single-entry.format-audio .single-entry-thumb.single-preview-img .mejs-container button
{
    border-radius: 0;
}
.single-post .blog-single-entry.format-audio .single-entry-thumb.single-preview-img .mejs-container .mejs-time
{
    line-height: 5px;
}


/*--------------------------------------------------------------
	Default Colors
--------------------------------------------------------------*/

.blog-single-entry .single-entry-thumb .bx-controls a,
.blog-single-entry .related-article,
.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction a
{
    background: var(--mfxBodyBGColor);
}

.blog-single-entry .entry-title span.sticky-post
{
    background: var(--mfxBodyTxtColor);
}

.blog-single-entry .entry-title span.sticky-post,
.blog-single-entry .entry-format a,
.blog-single-entry .single-entry-thumb .bx-controls a,
.blog-single-entry .related-article .arrow
{
    color: var(--mfxAccentTxtColor);
}

.blog-single-entry .single-entry-thumb .bx-controls a.bx-prev:before,
.single-entry-thumb .bx-controls a.bx-next:before,
.blog-single-entry .related-article .content span.entry-date
{
    color: var(--mfxHeadAltColor);
}

.blog-single-entry .entry-format a
{
    -webkit-box-shadow: inset 0 0 0 2px var(--mfxBodyBGColor);
            box-shadow: inset 0 0 0 2px var(--mfxBodyBGColor);
}

.blog-single-entry .related-article.open
{
    -webkit-box-shadow: -2px 0 6px 0 rgba(0,0,0,.25);
            box-shadow: -2px 0 6px 0 rgba(0,0,0,.25);
}


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

/* Primary */
.blog-single-entry .entry-format a,
.post-edit-link:hover,
.page-template-default .blog-single-entry table thead,
.post-template-default .blog-single-entry table thead
{
    background-color: var(--mfxPrimaryColor);
}

.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction a.bx-prev:before,
.blog-single-entry div[class*='entry-thumb'].single-preview-img .bx-has-controls-direction .bx-controls-direction a.bx-next:after
{
    color: var(--mfxPrimaryColor);
}



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

@media only screen and (max-width: 767px)
{
    .mfx-related-carousel div[class*='carousel-'] > div
    {
        line-height: 35px; 

        width: 35px;
        height: 35px;
    }
    .mfx-related-carousel div[class*='carousel-'] > div i[class*='fa'],
    .mfx-related-carousel div[class*='carousel-'] > div i.pe
    {
        font-size: 18px; 
        line-height: 35px;
    }
}

/*----*****---- << Mobile - Portrait >> ----*****----*/
@media only screen and (max-width: 479px)
{
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px)
{
    .blog-single-entry .single-entry-body tbody th a
    {
        font-size: 12px;
    }
}
