
.portrait-video-slider .swiper-wrapper{
    padding: 4em 0;
}
.newzlive-box-items.portrait-items{
    position: relative;
    width: 100%;
    margin-bottom: 1.875em;
    overflow: hidden;
    border-radius: var(--border-radius-box);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.ele-widget-swiper .newzlive-box-items.portrait-items {
    margin-bottom: 0;
}

.newzlive-box-items.portrait-items .newzlive-image{
    position: relative;
}
.newzlive-box-items.portrait-items .newzlive-image:before {
    background: var(--color-theme-overly);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.newzlive-box-items.portrait-items .newzlive-image .play-box{
    position: absolute;
    transform: translate(-50% , -50%);
    left: 50%;
    top: 40%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.newzlive-box-items.portrait-items .newzlive-image .play-btn-main{
    width: 3.25em;
    height: 3.25em;
    background-color: var(--color-theme-primary);
    border-radius: 100%;
    position: relative;
}
.newzlive-box-items.portrait-items a.newzlive-post-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.newzlive-box-items.portrait-items .newzlive-post-title:hover .newzlive-heading-title{
    color: var(--color-theme-primary);
}
.newzlive-box-items.portrait-items .newzlive-image .play-btn-main i{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: var(--color-theme-white);
}
.newzlive-box-items.portrait-items .newzlive-post-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--global-font-white-title);
}
.newzlive-box-items.portrait-items .newzlive-heading-title {
    display: initial;
    background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    text-decoration: none;
    -webkit-transition: background-size .6s ease-out;
    transition: background-size .6s ease-out;
    color: var(--global-font-white-title);
}
.newzlive-box-items.portrait-items:hover .newzlive-heading-title{
    background-size: 100% 2px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.newzlive-box-items.portrait-items .newzlive-wrap-details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1em;
    transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.newzlive-box-items.portrait-items:hover .newzlive-image .play-box{
    opacity: 1;
}
.newzlive-box-items.portrait-items .post-meta-data{
    position: relative;
    margin-top: 0.5em;
    z-index: 2;
}




/** Social media start **/

.newzlive-social-share .newzlive-social-inner .fav-text{
    font-size: var(--font-size-normal);
    font-family: var(--highlight-font-family);
    color: var(--color-theme-white);
    font-weight: var(--font-weight-semi-bold);
}
.newzlive-social-share .newzlive-social-inner {
    display: flex;
    align-items: center;
    gap: 0.475em;
}

.newzlive-social-share .newzlive-social-inner .fav-icon{
    color: var(--color-theme-white);
}

.portrait-items .newzlive-social-share{
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.newzlive-social-share.top-side.empty-time .social-share-group .social-share-wrapper {
    left: 0;
    margin: 0;
}

.newzlive-social-share .social-share-group{
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 7em;
    height: 2em;
    display: none;
}
.newzlive-social-share .social-share-group .social-share-wrapper {
    position: absolute;
    -webkit-animation: fadeInLike .3s ease-in;
    animation: fadeInLike .3s ease-in;
    display: none;
}
.newzlive-social-share.top-side .social-share-group .social-share-wrapper{
    top: -2.5em;
    left: -2.5em;
    right: auto;
}
.newzlive-social-share .social-share-wrapper a {
    font-size: .8em;
    margin-right: 1.2em;
    vertical-align: middle;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    display: inline-block;
}
.newzlive-social-share .social-share-wrapper a:last-child{
    margin-right: 0;
}
.newzlive-social-share .social-share-wrapper a:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.newzlive-social-share .social-share-wrapper {
    display: inline-block;
    padding: 0.5em 1em;
    background: var(--global-body-bgcolor);
    border-radius: 2.5em;
    margin-left: 0.875em;
}

.newzlive-social-share:hover  .social-share-group .social-share-wrapper ,.newzlive-social-share:hover  .social-share-group {
    display: block;
}

.newzlive-social-share .social-share-wrapper a.twitter{
    color:#1da1f2 ;
}
.newzlive-social-share .social-share-wrapper a.facebook{
    color:#1877f2 ;
}
.newzlive-social-share .social-share-wrapper a.whatsapp {
    color: #25D366;
}
.newzlive-social-share .social-share-wrapper a.linkedin{
    color:#0077b5;
}
 
.newzlive_filters ul li a{
    background:var(--global-body-lightbg);
    border-radius: 40px;
    padding: 10px 32px;
    display: inline-block;
    color:var(--global-font-title);
    margin: 0 1.25em 0.625em 0;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-size: var(--font-size-normal);
    font-family: var(--highlight-font-family);
    font-weight: var(--font-weight-semi-bold);
    text-transform: uppercase;
}
.newzlive_filters ul {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    cursor: grab;
}
.newzlive_filters ul::-webkit-scrollbar{
    display: none;
}
.newzlive_filters ul li a.active ,.newzlive_filters ul li a:hover{
    background-color: var(--color-theme-primary);
    color: var(--color-theme-white);
}
@-webkit-keyframes fadeInLike {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInLike {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
/** Social media end **/

@media(min-width:1025px){
    .newzlive-box-items.portrait-items:hover .newzlive-wrap-details{
        background-color: var(--global-dark-bgcolor);
    }
    .newzlive-box-items.portrait-items .post-meta-data{
        margin-top: 1em;
    }
    .newzlive-box-items.portrait-items:after {
        content: "";
        border: 0 solid var(--global-dark-bgcolor);
        pointer-events: none;
        position: absolute;
        transition: border .25s cubic-bezier(.33,.04,.63,.93);
        z-index: 1;
        border-radius: var(--border-radius-box);
    }
    .newzlive-box-items.portrait-items:hover:after {
        border-width: 12px;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 1;
        right: 0;
        top: 0;
        border-radius: var(--border-radius-box);
    }
    .newzlive-box-items.portrait-items .newzlive-image img{
        height: 24em;
        object-fit: cover;
        width: 100%;
        border-radius: 0.6em;
    }
    .newzlive-box-items.portrait-items:hover{
        z-index: 99;
        transform: scale3d(1.15, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
        -webkit-transform: scale3d(1.15, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
        -moz-transform: scale3d(1.15, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
        -o-transform: scale3d(1.15, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transition: all 0.6s ease 0s;
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
    }
    .newzlive-firstSlide .newzlive-box-items.portrait-items:hover{
        transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em);
        -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em);
    }
    .newzlive-lastSlide .newzlive-box-items.portrait-items:hover{
        transform: scale3d(1.1, 1.1, 1) translate3d(-7%, 0, 0) perspective(31.25em);
    }

}
@media(max-width:1024px) {
    .portrait-video-slider .swiper-wrapper{
        padding:0;
    }
}
@media(max-width:767px){
    
    .newzlive_filters{
        flex-wrap: wrap;
    }
    .newzlive_filters ul li a{
    padding: 8px 16px;
    font-size: 12px;
    }
    .landscape-post-tab.newzlive_filters{
        margin-bottom: 2.125em;
    }
}