/*--------------------------------------------------------------
   Single post classes
--------------------------------------------------------------*/
.vlog-single-no-sid .vlog-content{
    float: none;
    margin: 0 auto;
}
.entry-content-single .entry-header{
    margin-bottom: 24px;
}
.entry-content-single{
    margin-bottom: 36px;
    clear: both;
}
.entry-content-single ul,
.entry-content-single ol{
    margin-bottom: 26px;
    margin-left: 23px;
}
.entry-content-single ol{
    list-style: decimal outside;
}
.entry-content-single ol > li{
    list-style: decimal outside;
}
.entry-content-single ul > li:before{
    content: "\2022";
    margin-right: 7px;
    margin-left: -17px;
}
.meta-tags{
    font-size: 14px;
    clear: both;
}
.meta-tags span{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;
}
.vlog-author .vlog-mod-head{
    margin-bottom: 10px;
}
.vlog-author p:last-child{
    margin-bottom: 0;
}
.vlog-single-entry-image{
    margin: 10px 0 24px;
}
.meta-tags + .vlog-share-single{
    margin-top: 15px;
}


body .vlog-share-single {
    margin-right: -18px;
}

/*Share buttons*/
body .vlog-share-single .meks_ess {

    display: flex;
    width: 100%;
    margin-bottom: 4px;

    a {
        flex: 1;
        height: 40px;
        min-width: 120px;
        float: left;
        margin-right: 18px;
        margin-bottom: 15px;
        position: relative;
        text-align: center;
        padding-left: 3%;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
       
    }

    a:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3) !important;
        background-image: none !important;
    }
   
    a::before{
        height: 40px;
        width: 40px;
        float: left;
        text-align: center;
        padding: 13px 0;
        background: rgba(0,0,0,.1);
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
    }

    span{
        text-transform: uppercase;
        font-size: 11px;
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
    }

    .socicon-mail {
        background-color: #95a5a6;
    }
}
body .vlog-share-single .meks_ess.no-labels span {
    display: none;
}
body .vlog-share-single .meks_ess.rectangle.no-labels a {
    &::before {
        width: 100%;
        background: transparent;
    }
}
body .vlog-share-single .meks_ess.rounded.no-labels a{
    &:before {
        width: 100%;
        background: transparent;
    }  
}
body .vlog-share-single .meks_ess.rounded a{
    &:before {
        border-radius: 20px 0 0 20px;
    }  
}
body .vlog-share-single .meks_ess.circle a {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    flex: 0 0 40px;
    &:before {
        width: 100%;
        background: transparent;
    }  
}
body .vlog-share-single .meks_ess.square a {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    &:before {
        width: 100%;
        background: transparent;
    }  
}
body .vlog-share-single .meks_ess.transparent.no-labels a {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    &:before {
        width: 100%;
        background: transparent;
    }
}
body .vlog-share-single .meks_ess.transparent a {
    padding-left: 0;
    width: auto;
    min-width: auto;
    flex: none;
    padding: 0 10px;
    &:before {
        background: transparent;
        position: static;
        margin: 0 10px 0 0;
        width: auto;
    }
    span {
        margin: 0;
    }
}
body .vlog-share-single .meks_ess.outline a {
    &:before {
       top: -1px;
    }
}


/*Extras boxes*/
.author .vlog-mod-desc{
    padding:36px;
}
.vlog-author-box,
.vlog-content .vlog-prev-next-nav,
.author .vlog-mod-desc{
    margin-bottom: 36px;
    clear: both;
    float: left;
    width: 100%;
}
.vlog-content .vlog-prev-next-nav{
     border-top:1px solid;
    padding-top: 26px;   
}
.vlog-prev-next-nav{

    > div {
        display: inline-block;
        width: 40%;
        vertical-align: top;
    }
    .vlog-pn-ico{
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
    }
    .vlog-pn-link{
        font-size: 14px;
    }
    .vlog-next-link a{
        float: right;
        line-height: 20px; 
    }
    .vlog-prev-link a{
        float: left;
        line-height: 20px;       
    }
    .vlog-next-link a,
    .vlog-prev-link a,
    .vlog-pn-ico{
        transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    }
    .vlog-next-link{
        float: right;
        text-align: right;
        i{
            padding-left: 0;
            top: 6px;
            right: 0;
        }
    }
    .vlog-prev-link{
        float: left;
        text-align: left;
        i{
            padding-right: 0;
            top: 6px;
            left: 0;
        }
    }
    i{
        transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
        transform: scale(0);
        position: absolute;
        font-size: 10px;
    }
    a:hover i{
        display: block;
        transform:scale(1);
    }
    a:hover{
        .vlog-pn-ico{
            padding-right: 14px;
        }
        .vlog-pn-ico{
            padding-left: 14px;
        }
    }
}
.vlog-content .vlog-prev-next-nav:empty { 
    border-top: none;
    display: none;
}

/* COVER PREV NEXT */
.vlog-prev-next-cover-nav{
    .vlog-prev-link,
    .vlog-next-link{
        cursor: pointer;
        text-decoration: none;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 185px;
        -webkit-transform: translate(0 ,-50%);
        -ms-transform: translate(0 ,-50%);
        transform: translate(0 ,-50%);
        z-index: 999;
    }
     .vlog-pn-ico{
        opacity: .5;
     }

   span{
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    }

    .vlog-prev-link{
        left: 60px;
        &:hover{
            span{
                opacity: 1;
            }
        }
    }
    .vlog-next-link{
        right: 60px;
        a{
            right: 0;
        }
        &:hover{
            span{
                opacity: 1;
            }
        }
        span{
            text-align: right;
        }
    }
    .vlog-pn-txt,
    .vlog-pn-link{
        color: #FFF;  
        display: block; 
        line-height: 20px;
    }
    .vlog-pn-link{       
        text-align: left;
        font-size: 14px;
        opacity: 0.7;
    }
    .vlog-pn-txt{
        font-size: 12px;
        text-transform: uppercase;
        opacity: 0.4;
        text-align: left;
    }

}
.vlog-popup  .vlog-popup-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9000;
}
.vlog-popup .vlog-popup-wrapper{
    z-index: 9001;
    position: relative;
    max-width: 1104px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-bottom: 0;
}
.vlog-popup-wrapper{
    margin-bottom: 36px
}
.vlog-single-content .vlog-popup-wrapper{
    margin-bottom: 0;
}
.vlog-format-content.vlog-popup{
    position: fixed;
    background: rgba(0,0,0,.9);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 2% 0;
    z-index: 99999;
    margin: 0;
    display: block;
}
.vlog-playlist-mode-acitve .vlog-format-content.vlog-popup{
    padding: 0;
}
.vlog-playlist-mode-acitve .vlog-format-content.vlog-popup .vlog-popup-wrapper{
    max-width: 824px;
}
.inplay-mode-acitve .vlog-format-content.vlog-popup .vlog-playlist-video{
    position: absolute;
}
.vlog-format-content.vlog-popup .vlog-playlist-video{
    height: 100%;
    width: 100%;
}
.vlog-format-content.vlog-popup .vlog-playlist-video .mejs-video{
    margin: 0 auto;
}
.vlog-format-content.vlog-popup .vlog-playlist{
    display: none;
}
.vlog-format-content.vlog-popup .vlog-playlist-video{
    padding-right: 0;
}
.vlog-popup-close{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: #FFF;
    z-index: 9001;
}

.video-js{
   z-index: 3; 
}
.fluid-width-video-wrapper{
    z-index: 3;
}
.vlog-format-inplay.vlog-bg{
    margin-bottom: 0;
    display: none;
}
.vlog-bg.vlog-format-inplay{
    padding: 20px 0 20px;
    float: left;
    width: 100%;
}

.vlog-format-inplay .entry-header{
    max-width: 620px;
    display: inline-block;    
}
.vlog-format-inplay .container{
    position: relative;
}
.vlog-format-inplay .vlog-vcenter-actions.entry-actions{
    right: 0;
}
.vlog-format-inplay .vlog-pe-a.entry-actions{
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    position: absolute;
    right: 0;
}
body.vlog-popup-on{
    overflow: hidden;
}
.entry-content-single .meta-tags a{
    text-decoration: none;
}
.vlog-single-content{
     .vlog-highlight{
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }
    .entry-actions{
        float: none;
        padding-left: 0;
        height: auto;
    }  
    .entry-media{
        margin-top: 10px;
        iframe{
            margin-bottom: 24px;
        }
    }
    .mejs-container{
        margin-bottom: 24px;
    } 
}

.vlog-single-content .entry-media .mejs-container{
    margin-bottom: 0;
}
.vlog-featured-item .entry-media:only-child{
    margin-bottom: 24px;
}
.entry-content-single{
    .entry-media,
    .entry-media iframe{
        float: left;
        width: 100%;
    }

    .entry-image{
        margin-bottom: 24px;
    }
    input[type="submit"]{
        margin-top: 18px;
    }
}

.mfp-counter {
    top: -48px;
    right: 20px;
    background: rgba(0,0,0,0.8);
    padding: 3px 8px;
}
.entry-content-single a{
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-decoration: underline;
}
.vlog-playlist-wrapper{
    clear: both;
}
.vlog-playlist-wrapper .vlog-module article:last-child{
    margin-bottom: 0;
}
.vlog-single-content .vlog-cover:before, 
.vlog-single-content .vlog-cover:after{
    display: none;
}
.single-format-audio .vlog-single-entry-image .entry-media,
.audio-format .entry-media{
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;   
    .mejs-container{
        margin-bottom: 0;
    }
}
.single-format-audio .vlog-single-entry-image .entry-media iframe{
    height: auto;
}
.vlog-format-content iframe{
    height: inherit;
}
.vlog-single-content .action-item{
    min-width: 130px;
}
.vlog-format-content iframe[src*="videopress.com"]{
    margin-bottom: 0;
}
.vlog-format-content.vlog-sticky-video{
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: auto;
    width: 360px;
    padding: 17px 20px 20px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    opacity: 0;
    display:block;
}
.vlog-format-content.vlog-sticky-video.vlog-sticky-animation{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
}
.vlog-single-content .entry-media .vlog-format-content.vlog-sticky-video{
    padding: 20px;
}
.vlog-video-sticky-header{
    display: none;
}
.vlog-format-content.vlog-sticky-video .vlog-video-sticky-header{
    display: block;
    margin-bottom: 15px;
}
.vlog-format-content.vlog-sticky-video .vlog-video-sticky-header > span{
    float: left;
    margin-bottom: 0;
}

.vlog-format-content.vlog-sticky-video .vlog-video-sticky-header > a{
    float: right;
    line-height: 18px;
}
.vlog-format-content.vlog-sticky-video .vlog-popup-wrapper{
    margin-bottom: 0;
}

.vlog-format-content.vlog-sticky-video .vlog-playlist{
    display: none;
}
.vlog-format-content.vlog-sticky-video .vlog-playlist-video{
    width: 100%;
}

.vlog-playlist{
    text-align: left;
}
.vlog-playlist .vlog-mod-head h4{
    color: #b9b9b9;
}
.vlog-playlist .vlog-module .vlog-posts{
    overflow-y: auto;
}
.vlog-playlist .vlog-module article{
    margin-bottom: 20px;
}
.vlog-playlist .vlog-module article .entry-title a{
  color: #b9b9b9;
}
.vlog-playlist .vlog-module article .entry-title a:hover{
  color: #fff;
}
.vlog-featured-2.inplay-mode-acitve .vlog-featured-item, .vlog-featured-2.inplay-mode-acitve .vlog-featured-item .vlog-cover-bg{
    height: auto;
}

.vlog-sticky-video .wp-video-shortcode video, 
.vlog-sticky-video video.wp-video-shortcode {
    height: 182px;
}
body .vlog-sticky-video .mejs-container {
    height: 182px !important;
}
.vlog-related-wrapper{
    display: block;
    clear: both;
}

/* Support for Liter LMS - Curses, Membership plugin  */

.vlog-popup-wrapper .llms-parent-course-link {
    display: none;
}
.vlog-popup-wrapper .llms-lesson-button-wrapper {
    display: none;
}
.vlog-popup-wrapper .llms-course-navigation {
    display: none;
}
body .llms-sd-items li:before,
body .llms-payment-gateways li:before,
body .llms-loop-list li:before {
    content: none;
}
.single-llms_quiz .vlog-content {
    width: 100% !important;
}
@media (min-width: 600px) {
    .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside {
        margin-right: 50px;
    }
}
.tax-course_difficulty .vlog-single-no-sid .vlog-content,
.tax-course_cat .vlog-single-no-sid .vlog-content,
.tax-course_tag .vlog-single-no-sid .vlog-content,
.tax-course_track .vlog-single-no-sid .vlog-content,
.tax-membership_tag .vlog-single-no-sid .vlog-content,
.tax-membership_cat .vlog-single-no-sid .vlog-content,
.post-type-archive-course .vlog-single-no-sid .vlog-content,
.post-type-archive-llms_membership .vlog-single-no-sid .vlog-content {
    width: 100%;
}