/*
Theme Name: Movfix WP
Theme URI: https://movfix.site
Author: Movfix
Description: WordPress version of the Movfix movie and TV streaming HTML template.
Version: 1.5.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: movfix-wp
*/

.blog-area .col-lg-8 > .blog-post-item,
.blog-area .col-lg-8 > .pagination-wrap {
    display: none;
}

.movfix-stripe-buy-button {
    display: flex;
    justify-content: center;
    min-height: 46px;
}

.pricing-btn .movfix-stripe-buy-button {
    margin-top: 4px;
}

.blog-area .movfix-dynamic-blog .blog-post-item {
    display: block;
}

.movie-area .tr-movie-active > .grid-item:not(.movfix-dynamic-card) {
    display: none;
}

.movfix-home-tv-static {
    display: none;
}

body.movfix-player-open {
    overflow: hidden;
}

.movfix-player-modal {
    align-items: center;
    background: rgba(0, 0, 0, .88);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 32px;
    position: fixed;
    z-index: 999999;
}

.movfix-player-modal.is-active {
    display: flex;
}

.movfix-player-box {
    background: #000;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .6);
    max-width: 1120px;
    width: min(92vw, 1120px);
}

.movfix-player-video {
    aspect-ratio: 16 / 9;
    background: #000;
    display: block;
    height: auto;
    width: 100%;
}

.movfix-player-close {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 42px;
    line-height: 1;
    position: fixed;
    right: 28px;
    top: 22px;
    z-index: 1000000;
}

@media (max-width: 767px) {
    .movfix-player-modal {
        padding: 14px;
    }

    .movfix-player-close {
        font-size: 34px;
        right: 16px;
        top: 14px;
    }
}

body.movfix-clean-single {
    background: #fff;
}

.movfix-single-page {
    background: #fff;
    color: #161616;
    min-height: 100vh;
}

.movfix-single-hero {
    padding: 155px 0 80px;
}

.movfix-single-stage {
    position: relative;
    max-width: 1300px;
    min-height: 760px;
    margin: 0 auto;
}

.movfix-single-poster {
    width: 74%;
    min-height: 570px;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.movfix-single-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.32) 52%, rgba(0,0,0,.62) 100%);
}

.movfix-single-overlay {
    position: absolute;
    top: 28px;
    right: 0;
    left: 47%;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}

.movfix-single-overlay h1 {
    color: #fff;
    display: -webkit-box;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 800;
    margin: 0 auto 12px;
    max-width: 470px;
    max-height: 108px;
    overflow: hidden;
    text-transform: none;
    text-shadow: 0 4px 20px rgba(0,0,0,.45);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: normal;
}

.movfix-single-meta {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}

.movfix-single-meta .quality {
    border: 2px solid rgba(255,255,255,.9);
    padding: 3px 9px;
}

.movfix-single-meta i {
    color: #e4d804;
    margin-right: 4px;
}

.movfix-single-player {
    background: #000;
    bottom: 0;
    box-shadow: 0 22px 55px rgba(0,0,0,.22);
    height: 405px;
    position: absolute;
    right: 0;
    width: 66%;
    z-index: 4;
}

.movfix-single-content {
    clear: both;
}

.movfix-single-player video,
.movfix-single-player iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.movfix-single-locked {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

.movfix-single-locked h2 {
    color: #fff;
    margin-bottom: 12px;
}

.movfix-single-content {
    color: #333;
    font-size: 17px;
    line-height: 1.8;
    margin: 35px auto 0;
    max-width: 980px;
}

@media (max-width: 1199px) {
    .movfix-single-stage {
        min-height: auto;
    }

    .movfix-single-poster,
    .movfix-single-player {
        position: relative;
        width: 100%;
    }

    .movfix-single-player {
        height: 52vw;
        min-height: 320px;
        right: auto;
        margin-top: -70px;
        margin-left: auto;
        max-width: 900px;
    }
}

@media (max-width: 767px) {
    .movfix-single-hero {
        padding: 75px 0 45px;
    }

    .movfix-single-poster {
        min-height: 430px;
    }

    .movfix-single-overlay {
        left: 0;
        top: 28px;
    }

    .movfix-single-overlay h1 {
        font-size: 26px;
        max-height: 90px;
    }

.movfix-single-player {
    height: 58vw;
    min-height: 230px;
    margin-top: -35px;
}
}
