/**
 * Theme Name: FlexMoviez Child
 * Template: FlexMoviez
 * Version: 1.1.3
 */
 
.home-section-item {
    float: unset;
}

.section-content {
    float: unset;
}

.postItems .postMain .leftSide {
    display: block;
}

.postsFooter {
    margin-top: 35px;
}

.read-more-link {
    color: #fff;
}

.postsFooter .flex-bottom-box {
    display: flex;
}

.home-section-item.--section-single .section-single-backdrop {
    right: 0;
}

.postWrapper.single-style2 .wp-content {
    border: 1px solid #252528;
    background-color: rgb(39, 42, 46);
    text-align: justify;
    padding: 24px 16px;
    border-radius: 8px;
}

.postWrapper.single-style2 .wp-content h1,
.postWrapper.single-style2 .wp-content h2,
.postWrapper.single-style2 .wp-content h3,
.postWrapper.single-style2 .wp-content h4,
.postWrapper.single-style2 .wp-content h5,
.postWrapper.single-style2 .wp-content h6 {
    margin-top: 16px;
    margin-bottom: 8px;
}

.postWrapper.single-style2 .wp-content h1:first-child,
.postWrapper.single-style2 .wp-content h2:first-child {
    margin-top: 0;
}

.postWrapper.single-style2 .related-post__title {
    color: #fff;
    margin-bottom: 16px;
}

.postWrapper.single-style2 .related-post .section-item-title {
    text-align: center;
}

.dl-link-item.play-online {
    background-color: #ffd439 !important;
}

[dark="true"] .dl-link-item.play-online {
    background-color: #ffd439 !important;
    color: #000;
}

.archiveDetailsTitle {
    font-size: 22px;
    color: #fff;
    margin-bottom: 16px;
}

.archiveDetails .archive-desc {
    color: #dcdcdc;
    position: relative;
    padding: 10px;
    font-size: 15px;
    line-height: 1.85;
    text-align: justify;
}

.single-top .single-content .single-row--story p {
    max-height: 100%;
    text-align: justify;
}

.single-top .single-content .single-title h1 .meta-rated {
    min-width: 70px;
    text-align: center;
}

.section-item-title.style-column .sit-titles {
    margin-left: auto;
}

@media (max-width: 767px) {
    .postsFooter .flex-bottom-box {
        align-items: center;
    }
    
    .flex-bottom-box li {
        width: fit-content;
    }
    
    .dl-items .download-links {
        flex-direction: row;
    }
}

.header-action-items.theme-switch {
    display: none;
}

.page-template-template-top250-movies #header,
.page-template-template-top250-series #header {
    background: linear-gradient(to bottom,rgba(0,0,0,0.99) 0px,transparent) !important;
}

.site-main.t250 {
    padding-top: 0 !important;
    position: relative;
    padding-bottom: 35px;
}

.site-main.t250::before {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    background-image: url("./assets/images/bg-t250.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    filter: blur(6px);
    width: 100%;
    /* Taller hero layer + soft fade so the image never ends with a visible hard line. */
    height: min(1600px, calc(100vh + 900px));
    opacity: .98;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .96) 40%, rgba(0, 0, 0, .78) 62%, rgba(0, 0, 0, .38) 82%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .96) 40%, rgba(0, 0, 0, .78) 62%, rgba(0, 0, 0, .38) 82%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -2;
}

.site-main.t250::after {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(16, 16, 20, 0) 0%, rgba(16, 16, 20, .22) 32%, rgba(16, 16, 20, .62) 58%, rgba(16, 16, 20, .9) 78%, rgb(16, 16, 20) 100%);
    width: 100%;
    /* Long overlay keeps the transition to the page background smooth after load more. */
    height: min(1720px, calc(100vh + 1000px));
    pointer-events: none;
    z-index: -1;
}


@media (max-width: 768px) {
    .site-main.t250::before {
        height: min(1200px, calc(100vh + 620px));
        background-size: 170% auto;
        background-position: top center;
    }

    .site-main.t250::after {
        height: min(1300px, calc(100vh + 720px));
    }
}

.t250__header {
    width: 100%;
    min-height: 50%;
    padding-top: 50px;
    padding-bottom: 15px;
}

.t250__header__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.t250__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.t250__items.is-filtering {
    opacity: 0.58;
    pointer-events: none;
    transition: opacity .18s ease;
}

.t250__items .no-results {
    grid-column: 1 / -1;
    width: 100%;
    margin: 18px 0 8px;
    padding: 18px 20px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(20, 20, 22, 0.72);
    color: #d7d7da;
    text-align: center;
}

.t250__items__element {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 163px;
    border-radius: 3px;
    color: #fff;
    transition: all .3s;
}

.t250__items__element:hover {
    transform: scale(1.1);
}

.t250__items__element__backdrop {
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 19px -9px #18181873;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
    transition: all .3s;
    /*position: relative;*/
}

.t250__items__element__backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t250__items__element__backdrop__bg-1,
.t250__items__element__backdrop__bg-2 {
    height: 100%;
    position: absolute;
    transition: all .2s;
}

.t250__items__element__backdrop__bg-1 {
    right: 10px;
    top: -5px;
    width: calc(100% - 20px);
    opacity: 0.5;
    z-index: -2;
}

.t250__items__element__backdrop__bg-2 {
    right: 20px;
    top: -10px;
    width: calc(100% - 40px);
    opacity: 0.25;
    z-index: -2;
}

.t250__items__element:hover .t250__items__element__backdrop__bg-1,
.t250__items__element:hover .t250__items__element__backdrop__bg-2 {
    top: 0;
    transform: scale(0.95);
}

.t250__items__element__meta {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    margin-top: 15px;
    padding: 0 15px 10px 15px;
    background-image: linear-gradient(to top, #1c1f24, transparent);
}

.t250__items__element__meta__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.t250__items__element__meta__title {
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 3px #000;
    margin-bottom: .25rem;
}

.t250__items__element__meta__rank {
    color: #fff;
    backdrop-filter: blur(5px);
    padding: 5px;
    text-align: center;
    border-radius: 6px;
    font-size: 15px;
}

.t250__items__element__meta__season {
    color: #fff;
    backdrop-filter: blur(5px);
    padding: 5px;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    margin-left: 5px;
}

.t250__items__element__meta__rating {
    color: #ddd;
}

.t250__items__element__meta__rating--icon {
    color: #ffd439;
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    padding: 5px;
}

.t250__items__element__meta__year {
    color: #daf3d5;
    font-size: 12px;
    margin-left: 5px;
}

.t250__loadmore {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.t250__loadmore__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000;
    background-color: #ffd439;
    border: 0;
    padding: 10px 15px;
    border-radius: 6px;
    outline: none !important;
}

.t250__loadmore__btn svg {
    width: 1em;
    height: 1em;
    transition: transform 0.2s ease-in-out;
}

.t250__loadmore__btn .loader {
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.t250__loadmore__btn.load .loader {
  display: inline-block;
}

.t250__loadmore__btn.load svg {
  display: none;
}

.t250__filters {
    padding: 15px 0;
    margin-bottom: 20px;
}

.t250__filters__group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.t250__filters__btn {
    font-size: 14px;
    color: #e7e7e7;
    background: linear-gradient(90deg, transparent, #141416);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 5px 15px;
    transition: all .3s;
    outline: none !important;
}

.t250__filters__btn:hover {
    color: #FFC107;
    border-color: #FFC107;
}

.t250__filters__btn.active {
    background: #f6c700;
    color: #000;
    border-color: #f6c700;
    font-weight: bold;
}

.t250__search-form {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}

.t250__search-form input {
    width: 100%;
    background-color: rgba(20, 20, 22, 0.8);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 8px 15px 8px 40px;
    color: #e7e7e7;
    outline: none;
    transition: all 0.3s;
}

.t250__search-form input:focus {
    border-color: #f6c700;
}

.t250__search-form .search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
}

.t250__description-box {
    background-color: rgba(20, 20, 22, 0.7);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 25px;
    margin-top: 50px;
    color: #ccc;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    text-align: justify;
}

.t250__description-box p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 1em;
}

.t250__description-box p:last-child {
    margin-bottom: 0;
}

.t250__description-box h3 {
    font-size: 1.5rem;
}

.t250__description-box h4 {
    /*color: #f6c700;*/
    /*margin-bottom: 15px;*/
    /*font-weight: bold;*/
}

.t250__description-box a {
    color: #ffd439;
    text-decoration: none;
    transition: color 0.2s;
}

.t250__description-box a:hover {
    color: #fff;
    text-decoration: underline;
}

.t250__description-box ul {
    list-style: initial;
    padding-right: 35px;
}

@media (max-width: 1024px) {
    .t250__items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .site-main.t250::before {
        background-size: 150% auto;
        height: 720px;
    }

    .site-main.t250::after {
        height: 820px;
    }
    
    .t250__items {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .t250__header__title {
        font-size: 28px;
    }

    .t250__search-form {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .t250__filters__group {
        justify-content: center;
    }
    
    .t250__items__element {
        max-height: 220px;
        background-color: #1c1f24;
        border-radius: 8px;
        box-shadow: 0 8px 25px -15px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        transform: none !important;
    }
    
    .t250__items__element:hover {
        transform: none;
    }
    
    .t250__items__element__meta {
        background-image: linear-gradient(to top, #1c1f24 20%, transparent 100%);
        padding: 15px;
    }
    
    .t250__items__element__meta__title {
        font-size: 18px;
    }
    
    .t250__items__element__meta__rank {
        font-size: 18px;
        font-weight: 700;
        padding: 5px 10px;
    }
    
    .t250__items__element__meta__year {
        font-size: 13px;
        font-weight: 600;
        padding: 4px 8px;
    }
    
    .t250__description-box h2 {
        font-size: 1.5rem;
    }
    
    .t250__description-box h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .t250__items {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .t250__header__title {
        font-size: 24px;
    }

    .t250__header__description {
        font-size: 14px;
    }
    
    .t250__filters__group {
        gap: 8px;
    }

    .t250__filters__btn {
        padding: 4px 12px;
        font-size: 13px;
    }
}

.flx_search_modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgba(10, 10, 10, .8);
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
}

.flx_search_modal.visible {
    visibility: visible;
    opacity: 1;
}

.flx_search_modal__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 48rem;
    border-radius: .75rem;
    background-color: #1a1a1a;
    padding: .5rem .5rem .25rem;
    margin-top: 5rem;
    overflow-x: hidden;
    overflow-y: auto;
    color: #e4e4e7;
    border: 1px solid #3f3f46;
}

.flx_search_modal__searchbox {
    position: relative;
}

.flx_search_modal__searchbox .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.flx_search_modal__searchbox__input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #27272a;
    color: #e4e4e7;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .75rem 3.5rem .75rem 1rem;
    border: 1px solid #3f3f46;
    border-radius: .5rem;
}

.flx_search_modal__searchbox__input::-moz-placeholder {
    color: #a1a1aa;
}

.flx_search_modal__searchbox__input::placeholder {
    color: #a1a1aa;
}

.flx_search_modal__searchbox__input::-webkit-search-decoration,
.flx_search_modal__searchbox__input::-webkit-search-cancel-button,
.flx_search_modal__searchbox__input::-webkit-search-results-button,
.flx_search_modal__searchbox__input::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.flx_search_modal__searchbox__input:focus {
    outline: none;
    border-color: #00acc1;
}

.flx_search_modal__searchbox__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    inset: 0px;
    left: auto;
    border: 0;
    color: #a1a1aa;
    transition: all .15s ease;
    width: 45px;
}

.flx_search_modal__searchbox__btn:hover {
    color: #e4e4e7;
}

.flx_search_modal__searchbox__btn svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    fill: currentColor;
}

.flx_search_modal__searchbox__loading {
    position: absolute;
    top: 50%;
    left: .75rem;
    transform: translateY(-50%);
}

.flx_search_modal__searchbox__loading__loader {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid #3f3f46;
    border-top-color: #00acc1;
    animation: flxLoading 1s linear infinite;
}

@keyframes flxLoading {
  to {
    transform: rotate(360deg);
  }
}

.flx_search_modal__searchbox__close {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    left: .75rem;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999999999;
}

.flx_search_modal__searchbox__close svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    color: #ffc107;
}

.flx_search_modal__more {
    margin-top: .75rem;
    border-top: 1px solid #3f3f46;
    text-align: center;
}

.flx_search_modal__more__link {
    display: inline-flex;
    padding: .75rem 1rem 0 1rem;
    margin-bottom: .75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #FFC107;
    transition: all .15s ease;
}

.flx_search_modal__more__link:hover {
    color: #FFC107;
    border-bottom: 1px dashed #FFC107;
}

.flx_search_modal__results {
    margin-bottom: .75rem;
    padding: 1rem .5rem;
}

.flx_search_modal__results__title {
    font-size: .75rem;
    line-height: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: .5rem;
    color: #a1a1aa;
}

.flx_search_modal__results__items {
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    line-height: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.flx_search_modal__results__items__element {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out;
}

.flx_search_modal__results__items__element:hover {
    background-color: #27272a;
}

.flx_search_modal__results__items__element:hover .flx_search_modal__results__items__element__details__title {
    color: #FFC107;
    border-bottom: 1px dashed #FFC107;
}

.flx_search_modal__results__items__element:hover .flx_search_modal__results__items__element__poster__image {
    transform: scale(1.1);
}

.flx_search_modal__results__items__element__poster {
    position: relative;
    aspect-ratio: 2 / 3;
    width: 3.5rem;
    overflow: hidden;
    border-radius: .375rem;
    background-color: #3f3f46;
}

.flx_search_modal__results__items__element__poster__image {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: .375rem;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .15s ease-in-out;
}

.flx_search_modal__results__items__element__details {
    display: flex;
    flex-direction: column;
    margin-right: 1.5rem;    
}

.flx_search_modal__results__items__element__details__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: .25rem;
    font-weight: 500;
    font-size: 18px;
    color: #e4e4e7;
    transition: all .15s ease-in-out;
}

.flx_search_modal__results__items__element__details__meta {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .75rem;
    line-height: 1rem;
    color: #a1a1aa;
}

.flx_search_modal__results__items__element__details__meta>:not([hidden])~:not([hidden]) {
    margin-right: 1rem;
}

.flx_search_modal__results__items__element__details__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 5px;
}

.flx_search_modal__results__items__element__details__head__badge {
    margin-bottom: .25rem;
    padding: .25rem .5rem;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .025em;
    border-radius: 3px;
    color: #e7e7e7;
    background: linear-gradient(90deg, transparent, #141416);
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

.flx_search_modal__results__items__element__details__head__rating {
    position: relative;
    margin-bottom: .25rem;
    padding: 5px 10px;
    border-radius: 6px;
    color: #e4e4e7;
    border: 1px solid #FFC107;
}

.flx_search_modal__results__items__element__details__head__rating span {
    font-size: .75rem;
    line-height: 1rem;
}

.flx_search_modal__results__items__element__details__head__rating .icon {
    font-weight: bold;
    color: #FFC107;
}

.flx_search_modal__suggestion {
    margin-bottom: .75rem;
    padding: 1rem .5rem;
}

.flx_search_modal__suggestion__title {
    font-size: .75rem;
    line-height: 1rem;
    padding: 0 .5rem .5rem .5rem;
    color: #a1a1aa;
}

.flx_search_modal__suggestion__list {
    display: flex;
    flex-direction: column;
}

.flx_search_modal__suggestion__list__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 3rem;
    padding: 0 .75rem;
    cursor: pointer;
    border-radius: 8px;
    transition: all .15s ease-in-out;
    background-color: transparent;
    border-bottom: 1px solid #3f3f46;
    margin-bottom: .5rem;
    color: #a1a1aa;
}

.flx_search_modal__suggestion__list__item svg {
    color: #a1a1aa;
    fill: currentColor;
    width: 1.5rem;
    height: 1.5rem;
}

.flx_search_modal__suggestion__list__item span {
    margin-right: .5rem;
}

.flx_search_modal__suggestion__list__item:hover {
    color: #e4e4e7;
    background-color: #27272a;
}

.flx_search_modal__categories {
    padding: 1rem .5rem 0 .5rem;
}

.flx_search_modal__categories__title {
    font-size: .75rem;
    line-height: 1rem;
    padding: 0 .5rem .5rem .5rem;
    color: #a1a1aa;
}

.flx_search_modal__categories__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px 16px 0 16px;
}

.flx_search_modal__categories__list__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 0 .75rem .5rem;
    padding: .5rem .75rem;
    border: 1px solid #3f3f46;
    border-radius: 8px;
    background-color: transparent;
    transition: all .15s ease-in-out;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #a1a1aa;
}

.flx_search_modal__categories__list__item:hover {
    background-color: #3f3f46;
    color: #fff;
    border-color: #3f3f46;
}

.nice-select .list {
    overflow-y: auto;
}

.related-collection-section .coll-item a.--active {
    border-radius: 12px 12px 6px 6px;
}

.related-collection-section__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.09;
    width: 100%;
    height: 100%;
}

.related-collection-section__bg--img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center top;
}


@media (max-width: 575.98px) {
    .dl-items .download-info {
        font-size: 11px;
    }
}

@media (max-width: 767.98px) {
    .flx_search_modal {
        padding: 0;
    }
    
    .flx_search_modal__wrapper {
        margin-top: 0;
        padding-top: 1em;
        height: 100vh;
        max-width: 100%;
        border-radius: 0;
    }
    
    .flx_search_modal__searchbox__input {
        font-size: 16px;
    }
    
    .single-style2 .single-tabs-content .tab-content {
        padding: 0 0 20px 0;
    }
    
    .dl-inner {
        padding-right: 0;
        padding-left: 0;
    }
    
    .dl-items {
        padding-right: 0;
        flex-direction: row;
    }
    
    .dl-items .download-info {
        width: auto;
        min-width: 80px;
    }
    
    .dl-items .download-info span {
        padding-right: 0 !important;
    }
    
    .dl-link-item.download-link-btn {
        font-size: 15px;
    }
    
    .section-items-carousel .owl-stage {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .home-section-item.--section-single .section-single-backdrop {
        right: 30%;
    }
    
    .home-section-item.--section-single .section-backdrop-gradient {
        width: 50%;
    }
}
button.btn.moviesho-comments-load-more {
    color: #f1f1f1;
    font-size: 12px;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
}
