
/*--------------------------------------------------------------
   Featured areas
--------------------------------------------------------------*/
.vlog-featured,
.vlog-featured-2,
.vlog-featured-3,
.vlog-featured-4,
.vlog-featured-5{
    margin-top:-36px;
    float: left;
    width: 100%;
    margin-bottom: 36px;
    overflow: hidden;
    .meta-item,
    .meta-icon,
    .entry-title a{
        color:#FFF;
    }
}

.vlog-featured + .vlog-bg,
.vlog-featured-2 + .vlog-bg,
.vlog-featured-3 + .vlog-bg,
.vlog-featured-4 + .vlog-bg,
.vlog-featured-5 + .vlog-bg{
    margin-top: -36px;
    clear: none;
}
.vlog-cover-bg{
    background:#000;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.vlog-featured-item{
    position: relative;
}
.vlog-cover{
    display: inline-table;
    position: relative;
    overflow: hidden;
}
.vlog-cover-bg .vlog-cover{
    opacity: 0;
}
.vlog-cover:before,
.vlog-cover:after{
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 15%;
    z-index: 2;
}
.vlog-cover:before{
    left: 0;
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.vlog-cover:after{
    right: 0;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}

.vlog-featured-info{
    min-height: 80px;
    margin-top: -36px;
    z-index: 8000;
    position: relative;
}
.vlog-featured-info-bg{
    padding: 30px 42px 36px;
}
.vlog-featured-info .entry-header{
    max-width: 620px;
    display: inline-block;
}
.entry-actions{
    float: right;
    display: inline-block;
    vertical-align: top;
    height: 100px;
    padding-left: 20px;
}
.vlog-vcenter-actions.entry-actions{
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    position: absolute;
    right: 55px;    
}

.action-item{
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    width: auto;
    text-align: center;
}
.action-item i{
    display: block;
    text-align: center;
    font-size: 34px;
    margin-bottom: 10px;
}
.vlog-featured-item .action-item{
    line-height: 18px;
}

.action-item:hover{
    color: #FFF;
    cursor: pointer;
}
.action-item.comments:before{
    display: block;
    text-align: center;
    font-size: 34px;
    margin-bottom: 10px;
}
.vlog-cover img{
    top: 0;
    position: relative;
    z-index: 1;   

}
.vlog-format-content{
    width: 1104px;
    position: relative;
    margin: 0 auto;
    padding: 36px 0 0;
    max-width: 100%;
    z-index: 1;
    height: 100%;
}
.entry-media .vlog-format-content{
    margin:0;
}
.vlog-single-content .entry-media .vlog-format-content{
    padding: 0;
}
.format-audio .vlog-format-content,
.audio .vlog-format-content{
    position: absolute;
    top: 50%;
    left:  50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: auto;
    padding:0;
}
.audio .vlog-popup-wrapper{
    margin-bottom: 0;
}
.vlog-featured-1 .action-item{
    width: 120px;
    padding: 20px 0;
}

/*Featured area 2*/
.vlog-featured-info-2{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 4;  
    .entry-header{
        width: 450px;
    }
    .entry-category a,
    .meta-item,
    .meta-icon,
    .entry-meta .meta-item:after{
        color: rgba(255,255,255,0.5);
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    .entry-category a:hover,
    .entry-title a,
    .entry-title,
    .meta-comments a:hover,
    .meta-comments:hover a{
        color:#FFF;
    }
    .h1{
        font-size:32px;
        line-height: 42px;
    }
    .entry-actions{
        width: 130px;
        padding: 0;
        height: auto;
        .action-item{
            padding: 10px;
        }
    }
    .entry-category a{
       -webkit-backface-visibility: hidden;  
    }
    .vlog-fa-item{
        width: 49.8%;
        display: inline-block;
        vertical-align: middle;
    }
    .action-item{
        width: 140px;
    }

    .entry-category a,
    .meta-item,
    .meta-icon,
    .meta-comments a,
    .entry-meta .meta-item:after{
        color: rgba(255,255,255,0.5);
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
     .action-item,
    .entry-category a:hover,
    .entry-title a,
     .entry-title a:hover,
    .meta-comments a:hover,
    .meta-comments:hover a{
        color:#FFF;
    }

}
.vlog-featured-2 .vlog-cover:after{
    width: 50%;
}
.vlog-featured-2 .vlog-cover:before{
    width: 60%;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 85%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 85%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.vlog-featured-2 .vlog-pe-n{
    white-space: nowrap;
}
.vlog-featured-info-2 .vlog-fa-item{
    white-space: normal;
}

/*Featured area 3*/
.vlog-featured-info-3{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 4;
        text-align: center;
        max-width: 550px;
    .entry-actions{
        float: none;
    }
    .action-item i{
        font-size: 28px;
        margin-bottom: 0;       
    }
    .vlog-format-action{
        position: relative;
        display: inline-block;
        margin: 0 auto;
        left: auto;
    }
    .entry-meta{
        margin-top: 5px;
    }
    .entry-category a,
    .meta-item,
    .meta-icon,
    .meta-comments a,
    .entry-meta .meta-item:after{
        color: rgba(255,255,255,0.8);
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    .entry-category a:hover,
    .entry-title a,
     .entry-title a:hover,
    .meta-comments a:hover,
    .meta-comments:hover a{
        color:#FFF;
    }
    .h1{
        font-size:32px;
        line-height: 42px;
    }
}
.vlog-featured-3 .vlog-cover img{
    opacity: 0.5;
}
.vlog-featured-3.vlog-featured-slider .vlog-featured-item{
        opacity: 0;
}
.vlog-featured-3.owl-loaded .vlog-featured-item{
    opacity: 1;
}
.vlog-featured-3 .vlog-format-label{
    position: relative;
    top: auto;
    left: auto;
    clear: both;    
}
.vlog-featured-3  .entry-category{
    display: block;
    margin-top: 7px;
}

.vlog-featured-info-3 .vlog-labels{
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
    top: -35px;
}

.vlog-vertical-center{
    display: table-cell;
    vertical-align: middle;
}

/* Featured area custom*/
.vlog-featured-info-custom {
    max-width: 100%; 
    color: #fff;
    text-align: unset;

    p {
        &:last-child {
            margin-bottom: 0;
        }
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, span, a {
        color: #fff;
    }
}




/* Featured area 4*/
.vlog-featured-4{
    background: rgba(17,17,17,0.1);
    margin-top:-36px;
    padding:0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.vlog-featured-4{
    .entry-category a,
    .meta-item,
    .meta-icon,
    .meta-comments a,
    .entry-meta .meta-item:after{
        color: rgba(255,255,255,0.7);
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    .entry-category a:hover,
    .entry-title a,
     .entry-title a:hover,
    .meta-comments a:hover,
    .meta-comments:hover a{
        color:#FFF;
    }
.owl-item{
  width: 768px !important;
  opacity:0.4;
  transition:.4s ease all;
  margin:0;
  transform:scale(.9);
  -webkit-backface-visibility: hidden;
}
.fa-item{
    position: relative;
    float: left;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.owl-loaded .fa-item{
    opacity: 1;
}
.fa-item-image{
    position: relative;
    display: block;
    height: 100%;
    img{
        height: 100%;
        object-fit: cover;
    }
}
.fa-item-image:before{
    content:"";
    position: absolute;
    height: 90%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    z-index: 5;
    opacity: 0;
    -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;
}
.fa-item-image{
    -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 !important;  
}


.owl-item.active.center .fa-item-image{
  box-shadow: 0 0 50px rgba(0,0,0,0.2);
}
.active.center .fa-item .fa-item-image:before{
    opacity: 1
}
.owl-stage{
    padding: 36px 0;
}


.owl-item.active.center {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
      opacity:1;
      transform:scale(1);
}
.owl-item.active.center:hover .fa-item-image {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.05, 1.05);
      transform:scale(1.05);
}

.fa-inner{
    position:absolute; 
    bottom:0; 
    left:0; 
    z-index: 10;
    margin: 40px 0 40px 40px;
    text-align:left;
    max-width: 480px;
}
.entry-actions{
    float: left;
    height: auto;
    padding-left: 0;
}
.action-item{
    padding: 0 10px 0 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    .fa{
        font-size: 32px;
        height: 50px;
        width: 50px;
        text-align: center;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        background: rgba(17,17,17,0.5);
        border-radius: 50%;
        color: #FFF;
        padding: 9px 0;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
        opacity: 0;
        -webkit-transition: all .25s ease-in-out;
           -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
             -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
    }
    &:hover .fa{
        opacity: 1;
    }
}
.owl-prev{
    left: 0;
    width: 30%;
    top: 0;
    height: 100%;
    .fa{
        left: 50%;
        margin-left: -40px;
    }
}
.owl-next{
    right: 0;
    width: 30%;
    top: 0;
    height: 100%;
    .fa{
        right: 50%;
        margin-right: -40px;
    }
}
.fa-angle-left:before {
    margin-left: -3px;
}
.fa-angle-right:before {
    margin-right: -3px;
}
.vlog-format-label.large {
    top: 40px;
    left: 40px;
}

@media(max-width:1000px){
  .fa-item{margin:0; transform:scale(1)}
}
}

/* Featured area 5 */
.vlog-featured-5{
    background: rgba(17,17,17,0.1);
    margin-top:-36px;
    padding:36px 0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.vlog-fa-5-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: justify;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    height: 400px;
    width: 100%;


.fa-item{
    width: 264px;
    z-index: 3;
    position: relative;
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
}
.fa-item,
.fa-item-image{
    opacity: 1 !important;
}
.fa-item:nth-of-type(1){
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 600px;
    height: 100%;
    margin: 0 36px;
    -webkit-box-ordinal-group: 2;    
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); 
}
.fa-item:nth-of-type(1):hover .fa-item-image{
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);     
}
.fa-item:nth-of-type(1){
    .fa-inner{
        bottom: 40px;
        left: 40px;
        max-width: 410px;
    }
    .entry-title{
        font-size: 24px;
        line-height: 30px;
    }
}
.fa-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 18px;
    margin-bottom: 36px;
}
.fa-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;

}
.fa-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
        margin-top: 18px;
     margin-bottom: 36px;
}
.fa-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.fa-item-image:before{
    content:"";
    position: absolute;
    height: 90%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    z-index: 5;
    -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;
}
.fa-item-image{
    position: relative;
    display: block;
}
.fa-inner{
    position:absolute; 
    bottom:20px; 
    left:20px; 
    z-index: 10;
    margin: 0;
    text-align:left;
}
.fa-inner a,
.fa-inner a:hover{
    color:#fff; 
}
.fa-item{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .2s ease;
               -moz-transition: all .2s ease;
                -ms-transition: all .2s ease;
                 -o-transition: all .2s ease;
                    transition: all .2s ease;
}
.fa-item .fa-item-image{
            -webkit-transition: all .2s ease;
               -moz-transition: all .2s ease;
                -ms-transition: all .2s ease;
                 -o-transition: all .2s ease;
                    transition: all .2s ease;
}
.fa-item:hover .fa-item-image{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);    
}

.fa-item .entry-title{
    padding-right: 20px;
}

    .entry-category a,
    .meta-item,
    .meta-icon,
    .meta-comments a,
    .entry-meta .meta-item:after{
        color: rgba(255,255,255,0.7);
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    .entry-category a:hover,
    .entry-title a,
     .entry-title a:hover,
    .meta-comments a:hover,
    .meta-comments:hover a{
        color:#FFF;
    }
.fa-item-image{
    height: 100%;
    img{
        object-fit: cover;
        height: 100%;       
    }
}
}


/* Slider */
.vlog-featured-slider .owl-next,
.vlog-featured-slider .owl-prev{
    width: 42px;
    height: 42px;
    color: #FFF;
    opacity: .3;
    line-height: 42px;
    font-size: 42px;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.vlog-featured-slider .owl-next{
    right: 5%;
    left: auto;
}
.vlog-featured-slider .owl-next:hover,
.vlog-featured-slider .owl-prev:hover{
    opacity: 1;
}
.vlog-featured-slider.vlog-featured-1 .owl-next,
.vlog-featured-slider.vlog-featured-1 .owl-prev,
.vlog-in-play .vlog-featured-slider.vlog-featured-2 .owl-next,
.vlog-in-play .vlog-featured-slider.vlog-featured-2 .owl-prev{
    margin-top: -84px;
}


/* Flicker fix */
.vlog-featured-1.vlog-featured-slider .vlog-featured-item,
.vlog-featured-3.vlog-featured-slider .vlog-featured-item,
.vlog-featured-2.vlog-featured-slider .vlog-featured-item{
        opacity: 0;
}
.vlog-featured-1.owl-loaded .vlog-featured-item,
.vlog-featured-3.owl-loaded .vlog-featured-item,
.vlog-featured-2.owl-loaded .vlog-featured-item{
    opacity: 1;
}

.vlog-cover-bg{
       -webkit-backface-visibility: hidden;      
}

.vlog-pe-n{
    pointer-events: none;
}

.vlog-pe-a{
    pointer-events: auto;
}
.fa-item .vlog-format-label.large{
    top: 40px;
    left: 40px;
}
.fa-item .vlog-format-label.x-small{
    top: 20px;
    left: 20px;
}

.vlog-popup-on .vlog-featured,
.vlog-popup-on .vlog-featured-2,
.vlog-popup-on .owl-carousel .owl-stage-outer{
    overflow: visible;
    transform:none;    
}
.vlog-popup-on .vlog-body-box{
    max-width: initial;
}


.vlog-popup-on .owl-next,
.vlog-popup-on .owl-prev,
.vlog-popup-on .vlog-header-bottom{
    z-index: -1;
}
@-moz-document url-prefix() { 
    .vlog-popup-on .owl-item.active .vlog-cover-bg{
        height: auto !important;
    }
}

.vlog-featured-4 .owl-prev .fa{
    margin-left: -120px;
}
.vlog-featured-4 .owl-next .fa{
    margin-right: -120px;
}

.vlog-boxed .vlog-featured-slider .owl-next{
    right: 2.5%;
}
.vlog-boxed .vlog-featured-slider .owl-prev{
    left: 2.5%;
}
.vlog-cover-bg.gallery{
    margin:0;
}

.vlog-format-content.gallery{
    display: none;
}