:root{
    --theme-color: #F5B700;
}

#site-header:not(.header-affiliates):not(.header-press) .header__grid{
    margin: 10px 64px;
}
#site-header:not(.header-affiliates):not(.header-press) .header__logo{
    max-width: 150px;
    line-height: normal;
}
#site-header:not(.header-affiliates):not(.header-press) .header__logo img{
    height: auto;
}
#site-header:not(.header-affiliates):not(.header-press) .header__logo a{
    margin-right: 0 !important;
}
#site-header:not(.header-affiliates):not(.header-press) .header__grid a{
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-right: 32px;
    position: relative;
}
#site-header:not(.header-affiliates):not(.header-press) .header__grid a::after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left;
    -webkit-transform-origin: left;
    height: 2px;
    background: var(--theme-color);
    transition: all ease .45s;
}
#site-header:not(.header-affiliates):not(.header-press) .header__grid a:hover::after{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
#site-header:not(.header-affiliates):not(.header-press) .header-nav .header-menu{
    margin: 10px 0;
}
#site-header:not(.header-affiliates):not(.header-press) .menu-sandwich{
    top: -8px;
}

.reelz-frontpage-block{
    border: none;
}


@media (min-width: 1199.98px) {
    #site-header:not(.header-affiliates):not(.header-press) .header__grid{
        grid-template-columns: 116px auto 114px;
    }
    #site-header:not(.header-affiliates):not(.header-press) .menu-sandwich{
        display: none;
    }
    .header__menu .reels-plus-logo{
        display: block;
        margin: 0 !important;
    }
    .header__menu .reels-plus-logo-mobile{
        display: none;
    }
}
@media (max-width: 1199.98px) {
   .header__menu .reels-plus-logo{
        display: none;
    }
    #site-header:not(.header-affiliates):not(.header-press) .header-nav{
        background: #000;
        display: none;
        right: 0;
        position: absolute;
        top: 50px;
    }
}
@media (max-width: 767.98px) {
    #site-header:not(.header-affiliates):not(.header-press) .header__grid{
        margin: 10px 28px;
    }
}
@media (max-width: 599px) {
    #site-header:not(.header-affiliates):not(.header-press) .header__grid{
        margin: 10px;
    }
    #site-header:not(.header-affiliates):not(.header-press) .menu-sandwich{
        top: -2px;
    }
}

/* ===================== Home page hero block style Start =================== */
.hero-section-block {
    position: relative;
    width: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding-bottom:0;
    margin: 0 -64px;
    width: calc(100% + 128px);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.hero-content {
    position: absolute;
    z-index: 2;
    max-width: 60%;
    left: 64px;
    bottom: 50px;
}

.hero-text h1,
.hero-text h2,
.hero-text h3 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 32px;
    text-transform: uppercase;
}

.hero-text p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 16px;
}
.hero-text p a{
    color: #fff !important;
    text-decoration: none;
    text-underline-offset: 3px;
}
.hero-text p a:hover{
    text-decoration: underline;
}

.hero-text p strong,
.hero-text .highlight,
.hero-text span.highlight-text {
    color: var(--theme-color);
    font-size: 25px;
    font-weight: 600;
}

.hero-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: var(--theme-color);
    color: #000 !important;
    border-radius: 0px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    text-transform: capitalize;
}

.hero-btn:hover {
    background: #d59e01;
}

.hero-slider,
.hero-slide {
    position: relative;
    width: 100%;
    height: 700px;
}

.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    background-size: cover;
    background-position: center;
}

.hero-video-file,
.hero-video-iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-section-block .slick-next{
    right: 40px;
    bottom: 40px;
    top: auto;
}
.hero-section-block .slick-prev{
    right: 75px;
    bottom: 40px;
    top: auto;
    left: auto;
    z-index: 1;
}
.hero-section-block .slick-prev:before, .hero-section-block .slick-next:before{
    font-size: 30px;
}
.slick-prev{
    z-index: 1;
}


@media (max-width: 767.98px) {
    .hero-section-block {
        min-height: 500px;
        margin: 0 -28px;
        width: calc(100% + 56px);
    }
    .hero-content {
        left: 28px;
        max-width: 400px;
    }
    .hero-text h1,
    .hero-text h2,
    .hero-text h3 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .hero-text p strong,
    .hero-text .highlight,
    .hero-text span.highlight-text {
        font-size: 21px;
    }
}

/* ===================== Home page hero block style End =================== */



/* ================ Popular shows block Start ===================*/
.popular-shows-block {
    background: #000;
    padding: 64px 0;
    width: 100%;
}

.popular-shows-block__header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 30px;
}
.popular-shows-block__header .popular-shows-block__link{
    font-size: 25px;
    font-weight: 500;
    color: var(--theme-color);
    margin: 0 0;
    text-transform: uppercase;
    text-decoration: none;
}
.popular-shows-block__header .popular-shows-block__link:hover{
    text-decoration: underline;
}

.popular-shows-block__heading {
    font-size: 30px;
    font-weight: 500;
    color: #F0B100;
    margin: 0 0;
    text-transform: uppercase;
}

.popular-shows-block__text {
    font-size: 18px;
    color: #cccccc;
    margin: 0 0 40px;
    max-width: 700px;
}

.popular-shows-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.popular-shows-grid__show {
    text-align: center;
    overflow: hidden;
}

.popular-shows-grid__show a {
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.popular-shows-grid__show__background {
    display: block;
    width: 100%;
    padding-top: 65%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: relative;
}

.popular-shows-grid__show__background .popular-shows-grid__show__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.popular-shows-grid__show__background .popular-shows-grid__show__overlay img{
    width: 50px;
    height: auto;
    margin: 0 auto 5px;
}
.popular-shows-grid__show__background .popular-shows-grid__show__overlay p{
    color: var(--theme-color);
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    font-family: "FlamaSemicondensed", sans-serif;
}

.popular-shows-grid__show h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: #ffffff;
}

.popular-shows-grid__show__info {
    display: block;
}

.popular-shows-grid__show__date {
    display: block;
    margin-top: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .popular-shows-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

@media (max-width: 767.98px){
    .popular-shows-block{
        padding: 45px 0;
    }

    .popular-shows-block__heading{
        font-size: 27px;
    }
    .popular-shows-block__text{
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .popular-shows-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* ================ Popular shows block End ===================*/

.reelz-frontpage-block.reelz-frontpage-block--full-width:not(.reelz-frontpage-block--image-left){
    position: relative;
    grid-template-columns: auto;
}
.reelz-frontpage-block.reelz-frontpage-block--full-width:not(.reelz-frontpage-block--image-left)::after{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
}
.reelz-frontpage-block.reelz-frontpage-block--full-width:not(.reelz-frontpage-block--image-left) .reelz-frontpage-block__content{
    position: absolute;
    z-index: 111;
    top: 50%;
    transform: translateY(-50%);
}
.reelz-frontpage-block__tag{
    color: #fff;
    background: #696969;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 0 10px;
}

@media (max-width: 767.98px) {
    .reelz-frontpage-block__tag{
        padding: 5px 10px;
        font-size: 16px;
    }
}

/* ============================= Shows page styling start ====================*/
.shows-hero .hero-video{
    position: relative;
}
.shows-hero .hero-content {
    position: absolute;
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
}

.block-style{
    padding: 64px 0;
}
.block-style h2{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.block-style p{
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 0;
}

.how-to-watch .logos-list{
    display: flex;
    align-items: center;
    justify-content:space-between;
}

@media screen and (max-width:768px) {


.how-to-watch .logos-list{
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-direction:column;
}
}


.popular-shows-block.watch-episodes{
    width: auto;
    padding: 64px 0 0;
}

@media (max-width: 767.98px) {
    .block-style{
        padding: 32px 0;
    }
    .block-style h2{
        font-size: 27px;
        margin: 0 0 8px;
    }
    .block-style p{
        font-size: 16px;
        margin: 0 0 32px;
    }

    .how-to-watch .logos-list{
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .popular-shows-block.watch-episodes{
        padding: 32px 0;
    }
}



/* ============================= Shows page styling end ====================*/

.reelz-frontpage-block .reelz-frontpage-block__title-wrapper{
    padding: 0;
}
.reelz-frontpage-block__tunein__img,
.reelz-frontpage-block__tunein img{
    display: none !important;
}
.reelz-frontpage-block .reelz-frontpage-block__video-btn{
    padding: 0;
}
.reelz-frontpage-block.reelz-frontpage-block--full-width:not(.reelz-frontpage-block--image-left) .reelz-frontpage-block__link{
    grid-column-start: auto;
}

/* Add space between slides */
.popular-shows-carousel .slick-slide {
    margin: 0 12.5px; /* half of 25px */
}

/* Fix outer spacing */
.popular-shows-carousel .slick-list {
    margin: 0 -12.5px; /* negative half */
}
.popular-shows-carousel .slick-dots{
    bottom: -60px;
    max-width: 412px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    margin: auto;
    padding: 0 0 5px;
    left: 0;
    right: 0;
}
.popular-shows-carousel .slick-dots li button{
    border: 2px solid #fff;
    background: transparent;
    border-radius: 50%;
}
.popular-shows-carousel .slick-dots li button:before{
    font-size: 10px;
    line-height: 22px;
}
.popular-shows-carousel .slick-dots li.slick-active button:before{
    opacity: 1;
    color: var(--theme-color);
}
.popular-shows-carousel .slick-dots::-webkit-scrollbar{
    background: #fff;
    height: 10px;
    border-radius: 25px;
}
.popular-shows-carousel .slick-dots::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popular-shows-carousel .slick-dots::-webkit-scrollbar-thumb{
    background: var(--theme-color);
    border-radius: 10px;
}


.popular-episode-main main{
    --page-max-width: 100%;
    box-sizing: border-box;
    display: block;
    padding-top: 0;
    width: 100%;
}
body.template--single-show main, body.template--front-page main, .popular-episode-main main{
    padding-left: 64px;
    padding-right: 64px;
}

@media (max-width: 767.98px) {
    body.template--single-show main, body.template--front-page main, .popular-episode-main main{
        padding-left: 28px;
        padding-right: 28px;
    }
}

.viral-moments-header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 30px;
}
.viral-moments-header h2{
    margin: 0;
}
.viral-moments-header .viral-moments__link{
    font-size: 25px;
    font-weight: 500;
    color: var(--theme-color);
    margin: 0 0;
    text-transform: uppercase;
    text-decoration: none;
}
.viral-moments-header .viral-moments__link:hover{
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .viral-moments-header, .popular-shows-block__header{
        flex-wrap: wrap;
    }
}

/* ================================ change red color into yellow var(--theme-color) ============================ */
.reelz-frontpage-block__tag,
footer .color {
	color:var(--theme-color);
}
body.template--archive-show .subtitle{
	color: var(--theme-color);
}
.reelz-frontpage-block__video-btn{
	color: var(--theme-color);
}
body.post-page main article a:hover, body.post-page main article a:active, body.post-page main article a:visited, body.post-page main article a:link{
	color: var(--theme-color);
}
body.wpb-js-composer.template--page-affiliate main article .affiliates-subsection h2, body.wpb-js-composer.template--page-press main article .affiliates-subsection h2{
	background-color: var(--theme-color);
}
#affiliate-sidebar .nav ul li, #press-sidebar .nav ul li{
	background-color: var(--theme-color);
}
#site-header:not(.header-affiliates):not(.header-press) .header-nav.header-nav--secondary .header-nav__menu{
	border-color: var(--theme-color);
}
#site-header:not(.header-affiliates):not(.header-press) .header__search-form__input{
	border-color: var(--theme-color);
}
.shows-grid .shows-grid__image-info div{
	color: var(--theme-color);
}
.shows-grid-all .shows-grid__show__info{
	color: var(--theme-color);
}
.template--archive-events main h1{
	color: var(--theme-color);
}
.template--archive-movies main .archive-event h2, .template--archive-events main .archive-event h2{
	color: var(--theme-color);
}
.template--archive-movies main .archive-event__tab-active, .template--archive-events main .archive-event__tab-active{
	border-color: var(--theme-color);
}
.template--archive-events #schedule-filters h1.date-selected{
	text-decoration-color: var(--theme-color);
}
.template--archive-events #schedule-filters .move-scroll{
	background-image: url(https://s13686.pcdn.co/wp-content/themes/reelz2/assets/icons/btn_accordion-new.svg);
}
.select-wrap::before{
	background: var(--theme-color);
}
button#quick-zip-button{
	background: var(--theme-color) !important;
}
.card.card--affiliate--contact .card__header, .template--affiliate article .card--affiliate--contact.wp-block-group .card__header, .template--press article .card--affiliate--contact.wp-block-group .card__header{
	background: var(--theme-color);
}
.card.card--affiliate--contact .card__body .contact__email a, .template--affiliate article .card--affiliate--contact.wp-block-group .card__body .contact__email a, .template--press article .card--affiliate--contact.wp-block-group .card__body .contact__email a{
	color: var(--theme-color) !important;
}
.card.card--press--contact .card__header, .template--affiliate article .card--press--contact.wp-block-group .card__header, .template--press article .card--press--contact.wp-block-group .card__header{
	background: var(--theme-color);
}
.card.card--press--contact .card--press--contact__line a:hover, .template--affiliate article .card--press--contact.wp-block-group .card--press--contact__line a:hover, .template--press article .card--press--contact.wp-block-group .card--press--contact__line a:hover, .card.card--press--contact .card--press--contact__line a:active, .template--affiliate article .card--press--contact.wp-block-group .card--press--contact__line a:active, .template--press article .card--press--contact.wp-block-group .card--press--contact__line a:active, .card.card--press--contact .card--press--contact__line a:visited, .template--affiliate article .card--press--contact.wp-block-group .card--press--contact__line a:visited, .template--press article .card--press--contact.wp-block-group .card--press--contact__line a:visited, .card.card--press--contact .card--press--contact__line a:link, .template--affiliate article .card--press--contact.wp-block-group .card--press--contact__line a:link, .template--press article .card--press--contact.wp-block-group .card--press--contact__line a:link{
	color: var(--theme-color);
}
.wq_quizProgressBarCtr .wq_quizProgressBar span{
	background-color: var(--theme-color) !important;
}
.wq_singleQuestionWrapper .wq_continue button, button.wq_beginQuizSwiperCtr, .wq_triviaQuizTimerInfoCtr button{
	background-color: var(--theme-color) !important;
}
.template--page-channel-finder main{
    border-color: var(--theme-color);
}
.button-custom{
    background-color: var(--theme-color);
}

/*================================= Footer ==============================*/
footer{
    padding: 64px;
    font-family: "FlamaCondensed", sans-serif;
}
footer img{
    width: auto;
    height: auto;
    display: block;
    margin: 0;
}
footer .top-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 32px;
}
footer .top-area .footer-logo{
    max-width: 210px;
}
footer .top-area .reelz-plus{
    display: flex;
    align-items: center;
    gap: 40px;
}
footer .top-area .reelz-plus p{
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
footer .top-area .reelz-plus .logo a{
    max-width: 200px;
    background-color: var(--theme-color);
    padding: 13px 40px;
    display: block;
}
footer .top-area .reelz-plus .logo img{
    max-width: 120px;
}
footer .mid-area{
    display: flex;
    align-items: flex-end;
    padding-bottom: 32px;
    border-bottom: 2px solid #fff;
    margin-bottom: 24px;
}
footer .mid-area nav{
    flex: 0 0 70%;
}
footer nav ul{
    display: block;
}
footer .mid-area nav > ul{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 120px;
}
footer .mid-area nav > ul > li > a{
    color: var(--theme-color);
    font-size: 22px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
    pointer-events: none;
}
footer .mid-area nav ul .sub-menu a{
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
footer .mid-area nav ul .sub-menu a::after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left;
    -webkit-transform-origin: left;
    height: 2px;
    background: var(--theme-color);
    transition: all ease .45s;
}
footer .mid-area nav ul .sub-menu a:hover::after{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
footer .mid-area nav ul .sub-menu li:not(:last-child) a{
    margin-bottom: 8px;
}
footer nav ul li:nth-child(n+2)::before{
    display: none;
}
footer .mid-area .footer-social{
    flex: 0 0 30%;
}
footer .mid-area .footer-social .social-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
footer .mid-area .footer-social .social-list a{
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #1D2327;
    transition: all 0.3s ease-in;
}
footer .mid-area .footer-social .social-list a:hover{
    background: var(--theme-color);
}
footer .bottom-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 140px;
}
footer .bottom-area .bottom-text p{
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}
footer .bottom-area .bottom-text p a{
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    position: relative;
}
footer .bottom-area .bottom-text p a::after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left;
    -webkit-transform-origin: left;
    height: 2px;
    background: var(--theme-color);
    transition: all ease .45s;
}
footer .bottom-area .bottom-text p a:hover::after{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
footer .bottom-area .bottom-certificates{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
footer .bottom-area .bottom-certificates img{
    max-height: 64px;
}

@media (max-width: 1023.98px) {
    footer .mid-area nav > ul{
        row-gap: 20px;
    }
}
/* ===== Full Width with Text Block Layout ===== */
.reelz-frontpage-block--full-width-text {
    display: grid;
    width: calc(100% - 14px);
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
}

.reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-right {
    grid-template-columns: 62% 38%;
}

.reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-right .reelz-frontpage-block__image-section {
    grid-column: 1;
    grid-row: 1;
}

.reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-right .reelz-frontpage-block__text-section {
    grid-column: 2;
    grid-row: 1;
}

.reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-left {
    grid-template-columns: 38% 62%;
}

.reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-left .reelz-frontpage-block__image-section {
    grid-column: 2;
    grid-row: 1;
}

.reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-left .reelz-frontpage-block__text-section {
    grid-column: 1;
    grid-row: 1;
}

@media (max-width: 899.98px) {
    .reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-left, .reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-right{
        display: block;
    }
}

.reelz-frontpage-block__image-section {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.reelz-frontpage-block__image-section .reelz-frontpage-block__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.reelz-frontpage-block__image-section .reelz-frontpage-block__poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reelz-frontpage-block__image-section .reelz-frontpage-block__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.reelz-frontpage-block__text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2.35rem;
    box-sizing: border-box;
}
@media (max-width: 1199px) {
    .reelz-frontpage-block__text-section{
        padding: 0 .95em;
    }
}
@media (max-width: 899px) {
    .reelz-frontpage-block__text-section{
        padding: 0;
    }
}

.reelz-frontpage-block__text-content {
    color: #ffffff;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 0.9;
}
.reelz-frontpage-block__text-content a{
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1799px) {
   .reelz-frontpage-block__text-content{
        font-size: 3.9vw;
   }
}

@media (max-width: 1200px){
    .reelz-frontpage-block__text-content{
        font-size: 3.7vw;
    }
}

@media (max-width: 899px) {
    .reelz-frontpage-block__text-content{
        font-size: 5.5vw;
    }
}

.reelz-frontpage-block__text-content p {
    margin: 0 0 15px 0;
}

.reelz-frontpage-block__text-content p:last-child {
    margin-bottom: 0;
}

.reelz-frontpage-block__text-content strong {
    color: var(--theme-color);
    font-weight: 600;
}



.single-show-main-slider{
    margin: 0 -64px;
    width: calc(100% + 128px);
    position: relative;
}
.single-show-main-slider::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.21) 40%, rgba(255, 255, 255, 0) 57%);
    z-index: 1;
}
.template--single-show .single-show-slider.single-show-main-slider .slider__slide{
    border: none;
    position: relative;
}
.single-show-main-slider .slider .slides .slider__slide__info{
    position: absolute;
    z-index: 2;
    max-width: 60%;
    left: 64px;
    bottom: 50px;
    background: transparent;
}
.single-show-main-slider .slider .slides .slider__slide .slider__slide__info__text__line-2{
    padding: 0;
}
.single-show-main-slider .slider .slides .slider__slide .slider__slide__info__text__line-2 img{
    display: none;
}
.single-show-main-slider .slider .slides .slider__slide .slider__slide__image{
    padding-top: 46%;
}
.template--single-show .single-show-slider.single-show-main-slider .slider__slide .slider__slide__info__title span{
    padding: 0;
    color: #f1f1f1;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 32px;
    text-transform: uppercase;
    font-family: "FlamaSemicondensed", sans-serif;
}
.template--single-show .single-show-slider.single-show-main-slider .slider__slide .slider__slide__info__text{
    padding: 0;
    color: var(--theme-color);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 16px;
    font-family: "Arial", sans-serif;
}
.template--single-show .single-show-slider.single-show-main-slider .slider__slide .slider__slide__info__text img{
    display: none;
    margin: 0;
}


@media (max-width: 767.98px) {
    .single-show-main-slider{
        margin: 0 -28px;
        width: calc(100% + 56px);
    }
    .single-show-main-slider .slider .slides .slider__slide__info{
        left: 28px;
        max-width: 400px;
        padding: 0;
        bottom: 0;
    }
    .template--single-show .single-show-slider.single-show-main-slider .slider__slide .slider__slide__info__title{
        margin: 0;
    }
    .template--single-show .single-show-slider.single-show-main-slider .slider__slide .slider__slide__info__title span{
        font-size: 30px;
        margin: 0 0 10px;
    }
    .template--single-show .single-show-slider.single-show-main-slider .slider__slide .slider__slide__info__text{
        font-size: 21px;
    }
    .single-show-main-slider .slider .slides .slider__slide .slider__slide__image{
        padding-top: 56%;
    }
    .reelz-frontpage-block--full-width-text {
        grid-template-columns: 1fr;
    }

    .reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-right .reelz-frontpage-block__image-section {
        grid-column: 1;
        grid-row: 1;
    }

    .reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-right .reelz-frontpage-block__text-section {
        grid-column: 1;
        grid-row: 2;
    }

    .reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-left .reelz-frontpage-block__image-section {
        grid-column: 1;
        grid-row: 1;
    }

    .reelz-frontpage-block--full-width-text.reelz-frontpage-block--text-left .reelz-frontpage-block__text-section {
        grid-column: 1;
        grid-row: 2;
    }

    .reelz-frontpage-block__image-section {
        min-height: auto;
    }

    /* ===== Full Width with Text Block Layout End ===== */


    footer .mid-area nav > ul{
        row-gap: 20px;
    }

}
@media (max-width: 767.98px) {
    footer{
        padding: 28px;
    }
    footer .top-area{
        flex-wrap: wrap;
        gap: 20px;
    }
    footer .top-area .reelz-plus{
        gap: 10px;
        flex-wrap: wrap;
    }
    footer .mid-area{
        flex-wrap: wrap;
        gap: 25px;
    }
    footer .mid-area nav > ul > li > a{
        margin-bottom: 5px;
    }
    footer .bottom-area{
        gap: 40px;
        flex-wrap: wrap;
    }
}

.single-show ul.slick-dots {
display:none !important;
}

.single-show .popular-shows-grid__show a {
position:relative;
}

.single-show span.popular-shows-grid__show__background {
border:3px solid #F0B100;
    display: block;
    width: 98%;
    background:#333;
    background-position:center;
}
.single-show span.popular-shows-grid__show__info {
    position: relative;
    top: 10px;
    z-index: 9;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    text-align: center;
}

.single-show .popular-shows-grid__show h3 {
font-size:20px;
color:#F5B700;
text-transform:uppercase;
margin-top:0;
}

.single-show .popular-shows-grid__show__date {
font-size:18px;
}



body.single-show .slick-prev:before, body.single-show .slick-next:before {
    font-family: 'slick';
    font-size: 45px !important;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.single-show .slick-prev, body.single-show .slick-next {
width:45px;
height:45px;
}


@media (min-width: 1200px) {
   body.single-show  #tab-upcoming-episodes {
        width: 100%;
        margin: 0 auto;
        background: #222;
    }
}


    body.single-show  #tab-upcoming-episodes {
        width: 100%;
        margin: 0 auto;
        background: #222;
    }
    
    body.single-show  .upcoming-episodes {
    padding:75px;
    }
    
    .single-show .upcoming-episodes h1,
    .single-show .upcoming-episodes h2 {
    
    font-size:42px;
    color:#F5B700;
    
    
    }
    
    
.home .popular-shows-grid__show h3 {
font-size:26px;}


body.template--archive-show .shows-grid {
    grid-template-columns: repeat(3, 33.3336%);
}

.shows-grid-all {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 12px;
    grid-template-columns: repeat(3, 33.3336%);
    margin-bottom: 60px;
    height: fit-content;
}

body.template--archive-show main {
    display: block;
    padding-top: 0;
    margin: 0 auto;
    max-width: 1400px;
    width: 80%;
}

.shows-grid .shows-grid__show__image {
    padding-top: 17%;
}

.shows-grid-all .shows-grid__show {
    padding-top: 0%;
}

.shows-grid-all .shows-grid__show img {
display:block;
}


.template--affiliate footer, .template--press footer {
    background: #000 !important;
}


.popular-shows-grid__show:hover .popular-shows-grid__show__overlay {
background:transparent !important;
}

.slider__slide__cta-btn {

    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
        border-radius: 0px;
    font-weight: 600;
    font-size:16px;
}

.unlocked {
background:white;
padding:10px 20px;
display:inline-block;
color:black;
}


.show-template-default h2.wp-block-heading,
.block-style h2{
    color: #F0B100;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 30px;
    
    font-family: "FlamaSemicondensed", sans-serif;
}

@media screen and (max-width:768px) {
.header__menu.reelz-plus-container {
display:none;
}

}

#site-header:not(.header-affiliates):not(.header-press) .header-nav .header-nav__menu {
border-color:#F0B100;
}



@media screen and (max-width:1445px) {
#site-header:not(.header-affiliates):not(.header-press) .header__grid a {
font-size:22px;
}
}

@media screen and (max-width:768px) {
.single-show span.popular-shows-grid__show__info {
position:relative;
}

.single-show .popular-shows-grid__show h3 {
font-size:18px;
}


body.single-show .upcoming-episodes {
    padding: 20px;
}

.single-show-main-slider .slider .slides .slider__slide__info {
position:relative;
left:0;
max-width:100vw;
padding:20px;
}

.single-show-main-slider::after {
background:transparent;
}
}




.shows-grid-all .shows-grid__show {

    margin-bottom: 52px !important;
}
.shows-grid-all .shows-grid__show__info {
    bottom: -45px !important;
    padding-top:10px ;
    padding-bottom:10px;
    background:#000 !important;
    display:none;
    }
    
    body .shows-grid-all h2 {
    font-size: 1.3rem;
    letter-spacing:1.5px;
    }
    
    .shows-grid h2 {
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
}

.shows-grid .shows-grid__image-info {
padding-bottom:10px;
}



.single-show .popular-shows-grid__show__background {
padding-top:130% !important;
}

.fixed-footer {
display:none;
}





  .fixed-footer {
    transform: translateY(100%);
    transition: transform 0.4s ease;
  }

  .fixed-footer.is-visible {
    transform: translateY(0);
  }
  
  
  

@media screen and (max-width:768px) {

.fixed-footer {
display:flex;
justify-content:center;
align-items:center;
flex-direction:column;
padding:10px 0 15px;
width:100%;
position:fixed;
bottom:0;
left:0;
right:0;
background:#F5B700;
color:black;
z-index:999999;
}

.fixed-footer img {
width:40%;
margin:auto;
display:block;
}


footer {
padding-bottom:100px;
}
}

img.channel-lookup__banner.channel-lookup__banner--lg {
display:none;
}


.results-header {
background-color:#F5B700;
}

.brandColor {

color:#F5B700 !important;
}

@media screen and (max-width:768px) {
.shows-grid-all {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 12px;
    grid-template-columns: repeat(1, 100%);
    margin-bottom: 60px;
    height: fit-content;
}

body.template--archive-show .shows-grid {
    grid-template-columns: repeat(1, 100%);
    max-width:100% !important;
    
}
}


a.popular-shows-block__link {
    display: none;
}

body.post-page main {
width:97% !important;
}


body.home.post-page main {
width:100% !important;
}

section.how-to-watch.block-style,
.show-red-border {
border:3px solid #f5b700 !important;
margin:20px 0;
padding:25px;
}

.show-extra-sidebar.desktop-only {
display:none !important;
}

@media (max-width: 1199px) {
  .reelz-plus-container {
    display: none !important;
  }
      body .reels-plus-logo--mobile-drawer {
        display: flex !important;
        justify-content:center;
        align-items:center;
        flex-direction:row;
        margin-auto;
        text-align:center;
        margin-bottom:20px;
        margin-right:0;
        color:black !important;
        }
        
      body .reels-plus-logo--mobile-drawer a,
      body a.reels-plus-logo.reels-plus-logo--mobile-drawer {
        color:black !important;
        font-size:11px;
      
      }
        
      body .reels-plus-logo--mobile-drawer img {
      margin-left:10px;
      
      }
}


span.reelz-frontpage-block__tag {
    display: none;
}

.no-episodes-message {
padding-bottom:50px;
margin-top:-50px;
display:block;
}

.no-episodes-message p {
font-size:22px;
}

.no-episodes-message p a {
color:#F5B700 !important;
}

a.no-episodes-message__btn {
background:#F5B700 !important;
color:black !important;
font-size:22px;
padding:10px 40px !important;
text-decoration:none !important;
}

main.slider_main p {
font-size:20px;
}
@media (min-width: 1200px) and (max-width: 1799px) {
    body .reelz-frontpage-block .reelz-frontpage-block__tunein {
        font-size: 2.3rem;
    }
}


form#zip-code-quick-finder-1 {
    width: 500px;
    max-width:90%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    
form#zip-code-quick-finder-1 input {
flex-grow:1;
}

.wp-block-embed__wrapper iframe {
width:100%;
}