:root {
    --orange1: #f40951;
    --orange2: #df0b3c;
    --gray1: #999;
}

.btn-primary {
    --bs-btn-bg: #f40951;
    --bs-btn-border-color: #f40951;
    --bs-btn-hover-bg: #df0b3c;
    --bs-btn-hover-border-color: #df0b3c;
    --bs-btn-active-bg: #df0b3c;
    --bs-btn-active-border-color: #df0b3c;
    text-transform: uppercase;
}

.d-lg-block.hidden {
    display: none !important;
    transition: all 1s;
}

.page-template-registration .rt-page-slider-section .rt-header-section,
.page-template-payment .rt-page-slider-section .rt-header-section,
.page-template-default .rt-page-slider-section .rt-header-section,
.page-template-login .rt-page-slider-section .rt-header-section,
.page-template-forgot-password .rt-page-slider-section .rt-header-section,
.page-template-account .rt-page-slider-section .rt-header-section,
.page-template-activate .rt-page-slider-section .rt-header-section,
.page-template-billing .rt-page-slider-section .rt-header-section {
    position: relative;
}

.rt-footer-section {
    margin-top: 20px;
}

#error-message {
    color: #dc3545;
    margin-top: 1em;
}

.modal-alert {
    font-family: Barlow;
    text-align: center;
}

.modal-alert h3 {
    font-weight: bold;
    font-size: 19px;
    color: #000;
}

.modal-alert .icon {
    margin: 0 auto 10px;
    width: 56px;
    height: 56px;
}

.modal-alert .alert-error {
    color: #FD0535;
}

.modal-alert .alert-success {
    color: #2311F7;
    background-color: transparent;
    border-color: transparent;
}

.modal-alert p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.btn-continue,
.btn-continue:hover,
.btn-continue:focus {
    background-color: #2311f7;
    color: #fff;
}

.error {
    color: #ff0046;
}

.rt-video-banner {
    min-height: 80vh;
}

.single-episode .rt-video-banner {
    min-height: 20vh;
}

.eow a {
    color: #000;
}

.eow a.btn-primary {
    --bs-btn-color: #fff;
    color: #fff;
}

.eow #respond .must-log-in a,
.eow .rt-sliders-heading-content .rt-sliders-heading {
    color: #fff;
}

.eow .video-js .vjs-big-play-button {
    font-size: 18vw;
    line-height: 1em;
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.4s;
    border: none;
}

.eow .video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.eow .vjs-controls-disabled .vjs-big-play-button,
.eow .vjs-has-started .vjs-big-play-button,
.eow .vjs-using-native-controls .vjs-big-play-button,
.eow .vjs-error .vjs-big-play-button {
    display: none;
}

@media screen and (min-width: 993px) {
    .eow .video-js .vjs-big-play-button {
        font-size: 9vw;
    }
}

.cart-item {
    flex-direction: column;
}

.cart-item>.d-block {
    width: 100%;
}

.plan-name-sot {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    text-align: left;
    margin: .5em 0 .2em;
}

.disclaimer,
.trial-desc,
.trial-disclaimer {
    text-align: left;
    margin-bottom: 10px;
}

.trial-desc {
    color: #ed1951;
    font-weight: 600;
}

.cart-total {
    display: flex;
    border-top: 1px solid;
    border-bottom: 2px solid;
    padding: 5px 0;
    font-size: 1.2em;
    font-weight: 600;
}

.cart-total .right {
    flex: auto;
    text-align: right;
}

.plan-name-tfc {
    margin: .8em 0 .4em;
}

.plan-name-tfc img {
    width: 35%;
    height: auto;
}

.plan-box {
    width: 100%;
    padding: .3em .1em;
    color: #000;
    margin: 0 0 0.8em 0;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: .8em;
    cursor: pointer;
}

.plan-box.selected {
    color: #fff;
    background-color: var(--orange1);
    border-color: var(--orange1);
    box-shadow: 4px 5px 11px rgba(55, 55, 55, .4);
    -webkit-box-shadow: 4px 5px 11px rgba(55, 55, 55, .4);
    -moz-box-shadow: 4px 5px 11px rgba(55, 55, 55, .4);
}

.plan-box:hover {
    color: #fff;
    background-color: var(--orange2);
    border-color: var(--orange2);
}

.cart-item .plan-box:hover {
    background-color: var(--orange1);
    border-color: var(--orange1);
}

.plan-box input {
    display: none;
}

.plan-box p {
    padding: 0;
    margin: 0;
}

.plan-box .plan-price {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-size: 1.8em
}

.plan-box .plan-desc p {
    font-size: .7em;
    line-height: 1;
    font-weight: 600;
    color: var(--orange1);
}

.plan-box.selected .plan-desc p,
.plan-box:hover .plan-desc p,
.plan-box.selected .plan-desc p.strikethrough,
.plan-box:hover .plan-desc p.strikethrough {
    color: #fff;
}

.plan-box .plan-desc p.strikethrough {
    color: #000;
}

.plan-box .plan-frequency {
    font-size: 1.2em;
    font-weight: 600;
}

.plan-box .plan-frequency strong {
    text-transform: uppercase;
    font-weight: 600;
}

.strikethrough {
    text-decoration: line-through;
}

/* Payment Page */
.page-template-registration,
.page-template-payment {
    color: #000
}

.eow.billing .error {
    margin-bottom: 1em;
}

.eow.billing .rtbox {
    max-width: 900px;
    margin: 20px auto 50px;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    font-family: Barlow, sans-serif;
}

.eow.billing .rtbox>.col-12 {
    padding: 2em 3em;
}

.eow.billing .rtbox>.col-right {
    background-color: #efefef;
    min-width: 320px;
    max-width: 410px;
}

.eow.billing .box-left,
.eow.billing .box-right {
    width: 100%;
}

.eow.billing .rtbox h1 {
    font-size: 1.4em;
    color: #999;
}

.eow.billing .rtbox h2 {
    font-size: 1.2em;
    color: #000;
    padding-bottom: 0;
}

.eow.billing .rtbox .col-left h2 {
    border-bottom: 0.1em solid #999;
}

.eow.billing .rtbox h2 span {
    width: 50%;
    display: inline-block;
    padding-bottom: 0.25em;
}

.eow.billing .rtbox .col-right h2 span {
    width: 100%;
}

.eow.billing .rtbox .col-left h2 span {
    border-bottom: 0.15em solid var(--orange1);
}

.eow.billing .rtbox h2 span.disabled {
    color: #999;
    border-bottom: none;
}

.eow.billing input[type=text],
.eow.billing input[type=email],
.eow.billing input[type=password] {
    width: 100%;
    height: 2.2em;
    padding: 0.8em;
}

#signup-form {
    margin-top: 2em;
}

#signup-form>.row,
.rt-card form>.row {
    margin-bottom: .6em;
}

#signup-form div.is-invalid {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

#signup-form .btn-primary,
#payment-form .btn-primary,
#login-form .btn-primary,
#password-lost-form .btn-primary {
    width: 100%;
}

/* Login Page */
.page-template-forgot-password .rtbox,
.page-template-login .rtbox {
    max-width: 500px;
    margin: 2em auto;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    font-family: Barlow, sans-serif;
    padding: 2em;
}

#login-form>.row,
#password-lost-form>.row {
    margin-bottom: 1em;
}

/* Billing Page */
.eow.billing.page-template-billing .rtbox {
    max-width: 600px;
    margin: 2em auto;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    font-family: Barlow, sans-serif;
    padding: 25px;
}

.eow.billing.page-template-billing .btn-primary {
    margin-top: 1em;
}

/* single episode template */
.chat figure {
    margin: 0;
}

#main-video-container {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

#main-video {
    width: 100%;
    height: 100%;
    position: absolute;
}

#col-live-chat {
    min-width: 320px;
    position: relative;
    min-height: 100%;
    height: 100vh;
    max-width: 350px;
}

#iframe-live-chat {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    resize: vertical;
}

.single-episode .show-chat-button {
    position: absolute;
    right: 50px;
    left: 2;
    top: 50px;
    z-index: 9;
    background-color: transparent;
    color: #fff;
    border: none;
    display: none;
}

.single-episode.active-member .video-full-width,
.single-episode.active-member .video-full-width .video-js {
    width: 100%;
    height: 56.25vw;
}

.single-episode .video-full-width {
    width: 100vw;
    height: auto;
    position: relative;
}

.single-episode .paywall-back {
    background: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .6), transparent);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#paywall-signin {
    font-size: 1.2em;
}

#paywall-signin a {
    text-decoration: none;
}

#col-main-video .rt-video-content {
    padding: 0 50px;
}

/* Common css start */
html {
    overflow-x: hidden;
}

body {
    font-family: 'Barlow', sans-serif;
    background: #000000;
    overflow-x: hidden;
    color: #fff;
}

.eow .container {
    max-width: 94vw;
}

.eow .container .container {
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-track {
    margin-left: 0 !important;
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0 !important;
}

:focus-visible {
    outline: 0 !important;
}

.rt-main-content {
    margin-top: -88px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding-bottom: 32px;
}

.rt-sliders-heading {
    font-size: 16px;
    font-weight: 800;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 3px 0 4px;
    margin: 0;
    width: fit-content;
}

.rt-sliders-heading-content .rt-sliders-heading {
    padding-bottom: 2px;
    border-bottom: 2px solid #ff264c;
    text-decoration: none;
}

.rt-sliders-heading-content .rt-sliders-heading:hover {
    color: #cccccc;
}

.rt-sliders-heading-content .rt-sliders-paragraph {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    margin-top: 3px;
    padding-top: 2px;
    margin-bottom: 0;
    display: block;
    color: #ffffff;
    line-height: normal;
    width: fit-content;
}

.slick-slider img {
    max-width: 100%;
    height: auto;
}

.slick-slider .slick-arrow {
    background: #00000099;
    padding: 0 11px;
    width: 48px;
    height: calc(100% - 16px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    color: #ffffff;
    font-size: 32px;
    z-index: 99;
}

.slick-slider .slick-arrow.slick-disabled {
    display: none !important;
}

.slick-slider .slick-arrow.slick-prev {
    left: calc(-3vw - 5px);
}

.slick-slider .slick-arrow.slick-next {
    right: calc(-3vw - 5px);
}

.slick-slider .slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    max-width: 94vw;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
}

.slick-slider .slick-dots li {
    margin-left: 2px;
    width: 15px;
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slider .slick-dots li button {
    width: 15px;
    height: 2px;
    background: #777777;
    border: 0;
    font-size: 0;
}

.slick-slider .slick-dots li.slick-active button {
    background: #dddddd;
}


.rt-episode-col {
    text-decoration: none;
    display: block;
}

.rt-episode-col .rt-episode-col-img {
    width: 100%;
    height: auto;
}
.page-template-all-content .rt-episode-col .rt-episode-col-text {
    padding: 8px 8px 28px;
}
.rt-episode-col .rt-episode-col-text{
    padding: 8px 8px 0;
}

.rt-episode-col .rt-episode-col-text .rt-episode-col-label,.rt-common-slider-col-text .rt-episode-col-label{
    color: #ff264c;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    line-height: normal;
}

.rt-episode-col .rt-episode-col-text .rt-episode-col-heading {
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}
p.rt-episode-col-heading.text-start.description{font-weight: 500;}
.rt-episode-col .rt-episode-col-text .rt-episode-col-date {
    color: #b8b6b6;
    font-size: .8rem;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    margin: 0;
    padding: 3px 0 4px;
}


.rt-common-slider-col {
    padding: 0 3px;
    margin: 8px 0;
    text-decoration: none;
}

.rt-common-slider-col .rt-common-slider-col-img {
    width: 100%;
    height: auto;
}

.rt-common-slider-col .rt-common-slider-col-text {
    padding: 0 8px;
    margin: 8px 0 0;
}

.rt-common-slider-col .rt-common-slider-col-text .rt-common-slider-col-heading {
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

.rt-common-slider-col .rt-common-slider-col-text .rt-common-slider-col-heading span {
    font-weight: 300;
}

.rt-select-season-dropdown {
    position: relative;
    width: fit-content;
    margin-bottom: 16px;
}

.rt-select-season-dropdown::before {
    content: "";
    border-left: 6px solid #00000000;
    border-right: 6px solid #00000000;
    border-bottom: 6px solid #ffffff;
    border-top: 6px solid #00000000;
    position: absolute;
    top: 9px;
    right: 10px;
    pointer-events: none;
}

.rt-select-season-dropdown::after {
    content: "";
    border-left: 6px solid #00000000;
    border-right: 6px solid #00000000;
    border-bottom: 6px solid #00000000;
    border-top: 6px solid #ffffff;
    position: absolute;
    top: 24px;
    right: 10px;
    pointer-events: none;
}

.rt-select-season-dropdown .rt-select-season-dropdown-select {
    padding: 8px 48px 8px 15px;
    background: #000;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 19px;
    color: #ffffff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
}

.rt-show-more {
    position: relative;
}

.rt-show-more .rt-show-more-check {
    position: absolute;
    opacity: 0;
    width: 80px;
    cursor: pointer;
    margin: 0;
    height: 16px;
    bottom: -5px;
    z-index: 100;
    top: 5px;
}

.rt-show-more button {
    border: 0;
    background-color: transparent;
    color: #39d8ff;
    padding: 0;
}

.rt-show-more .rt-show-less {
    display: none;
}

.rt-show-more .rt-show-more-check:checked+.rt-show-more {
    display: none;
}

.rt-show-more .rt-show-more-check:checked+.rt-show-more+.rt-show-less {
    display: block;
}

.rt-bg-blue {
    background: #1f1d6d;
}

.rt-bg-green {
    background: #e0e61a;
}

.rt-bg-purple {
    background: #6f6da7;
}

.rt-bg-orange {
    background: #e27a1d;
}

/* Common css end */

/* Keyframes css start */
@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

/* Keyframe css end */

/* Header css start */

.rt-header-section .rt-header-content {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.rt-header-content .rt-header-desk-toggel-btn {
    padding: 8px;
}

.rt-header-content .rt-header-desk-toggel-btn .dropdown-toggle {
    border: 0;
    background: transparent;
    outline: none;
    color: #ffffff;
    padding: 0;
}

.rt-header-content .rt-header-desk-toggel-btn .dropdown-toggle::after {
    display: none;
}

.rt-header-content .rt-header-desk-toggel-btn .dropdown-toggle svg {
    width: 30px;
}

.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu {
    background: #1a1a1a;
    border-color: #1a1a1a;
    width: 250px;
    border-radius: 0;
    margin-top: 2px;
}

.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu li {
    padding: 4px 24px;
    margin-bottom: 10px;
}

.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu li .dropdown-item {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    line-height: normal;
    margin: 0px 0 0 0;
}

.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu li .dropdown-item:hover,
.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu li .dropdown-item:focus,
.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu li .dropdown-item:active {
    background: transparent;
    color: #ccc;
}

.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu li .dropdown-item.rt-header-desk-toggel-last-item {
    color: #f40951;
    font-weight: bold;
}

.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu li.active .dropdown-item, .dropdown-menu li.current_page_item .dropdown-item {
    color: #f40951;
}

.rt-header-content .rt-header-logo {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}

.rt-header-content .rt-header-logo img {
    width: 71px;
    height: auto;
    object-fit: contain;
    display: block;
}

.rt-header-nav {
    display: flex;
    align-items: center;
}

.rt-header-nav .rt-header-nav-live-item .rt-header-nav-live-link {
    text-decoration: none;
    padding: 2px 12px 4px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid #ff264c;
    margin: 0 10px;
    display: flex;
    align-items: center;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
}

.rt-header-nav .rt-header-nav-live-item .rt-header-nav-live-link::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #ff264c;
    border-radius: 14px;
    -webkit-animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

.rt-header-nav .rt-header-nav-item .rt-header-nav-link {
    text-decoration: none;
    margin: 2px 12px 0px;
    padding: 0px 0px 4px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    line-height: normal;
    text-shadow: 0 0 5px #000000cc;
    border-bottom: solid 2px transparent;
}
ul.sub-menu li {
    padding: 10px 0;
}

.rt-header-nav .rt-header-nav-item .rt-header-nav-link:hover {
    color: #eeeeee;
}
.menu-heighlight{
    color: #f40951;
    font-weight: bold;
}

.rt-header-nav .rt-header-nav-item.rt-header-nav-active-item .rt-header-nav-link.parent {
    text-transform: uppercase;
    font-weight: 700;
}

.rt-header-nav .rt-header-nav-item.rt-header-nav-active-item .rt-header-nav-link:hover {
    color: #ffffff;
}

.rt-header-content .rt-header-right-content {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.rt-header-content .rt-header-right-content .rt-header-search-form {
    position: relative;
}

.rt-header-content .rt-header-right-content .rt-header-search-form input {
    border: 0;
    border-bottom: 1px solid #ffffff;
    width: 120px;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .8));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .8));
    padding: 0;
    background: transparent;
    color: #ffffff;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    outline: none !important;
}

.rt-header-content .rt-header-right-content .rt-header-search-form input::placeholder {
    color: #ffffff;
}

.rt-header-content .rt-header-right-content .rt-header-search-form .rt-header-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    background: transparent;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.rt-header-content .rt-header-right-content .rt-header-search-form .rt-header-search-btn svg {
    width: 14px;
}

.rt-header-content .rt-header-right-content .rt-header-right-login-btn {
    margin: 0 5px 0 4px;
    padding: 2px 12px 4px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    text-shadow: 0 0 5px #000000cc;
}

.rt-header-content .rt-header-right-content .rt-header-right-signup-btn {
    margin-left: 10px;
    padding: 2px 12px 4px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #f40951;
    border: 1px solid #f40951;
    text-decoration: none;
    line-height: normal;
}

.rt-header-content .rt-header-right-content .rt-header-user-dropdown {
    margin-left: 22px;
}

.rt-header-content .rt-header-right-content .rt-header-user-dropdown .dropdown-toggle {
    background: transparent;
    border: 0;
    white-space: normal;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    color: #ffffff;
    text-shadow: 0 0 5px #000000cc;
}

.rt-header-content .rt-header-right-content .rt-header-user-dropdown .dropdown-toggle::after {
    display: none;
}

.rt-header-content .rt-header-right-content .rt-header-user-dropdown .dropdown-toggle img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}

.rt-header-content .rt-header-right-content .rt-header-user-dropdown .dropdown-menu {
    width: 250px;
    background: #1a1a1a;
    border-color: #1a1a1a;
    border-radius: 0;
    margin-top: 2px;
}

.rt-header-content .rt-header-right-content .rt-header-user-dropdown .dropdown-menu li {
    width: 100%;
    padding: 4px 24px;
    font-weight: 400;
    color: #212529;
    background-color: transparent;
    border: 0;
    margin-bottom: 10px;
}

.rt-header-content .rt-header-right-content .rt-header-user-dropdown .dropdown-menu li .dropdown-item {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    padding: 0;
}
.rt-header-content .rt-header-right-content .rt-header-user-dropdown .dropdown-menu li .dropdown-item:hover,
.rt-header-content .rt-header-right-content .rt-header-user-dropdown .dropdown-menu li .dropdown-item:focus,
.rt-header-content .rt-header-right-content .rt-header-user-dropdown .dropdown-menu li .dropdown-item:active {
    background: transparent;
    color: #ccc;
}

/* Header css end */

/* Footer css start */
.rt-footer-section .rt-footer-content {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    padding-top: 16px;
}

.rt-footer-section .rt-footer-content .rt-footer-nav {
    display: flex;
    align-items: center;
    margin-left: -16px;
}

.rt-footer-section .rt-footer-content .rt-footer-nav .rt-footer-nav-item {
    margin: 0 16px;
    display: block;
    line-height: normal;
    font-size: 12.8px;
}

.rt-footer-section .rt-footer-content .rt-footer-nav .rt-footer-nav-item .rt-footer-nav-link {
    color: #aaaacc;
    font-size: 12.8px;
    text-decoration: none;
    line-height: normal;
}

.rt-footer-section .rt-footer-content .rt-footer-copy-right {
    color: #aaaacc;
    font-size: 12.8px;
    line-height: normal;
    margin-bottom: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.rt-footer-copy-right p {
    color: #aaaacc;
    margin: 0;
}

/* Footer css end */

/* Page slider section css start */
.rt-page-slider-section {
    position: relative;
}

.rt-page-slider-section .rt-header-section,
.single-episode .rt-page-slider-section.rt-player-page-section .rt-header-section {
    width: 100%;
    position: relative;
    z-index: 99;
}

.single-episode .rt-page-slider-section .rt-header-section,
.home .rt-page-slider-section .rt-header-section,
.tax-series .rt-page-slider-section .rt-header-section,
.tax-show .rt-page-slider-section .rt-header-section,
.page-template-movies .rt-page-slider-section .rt-header-section,
.page-template-live-shows .rt-page-slider-section .rt-header-section {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.single-episode.active-member .rt-page-slider-section.rt-player-page-section .rt-header-section {
    position: fixed;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #000000cc;
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-episode.active-member .rt-page-slider-section.rt-player-page-section.rt-player-page-header-scroll .rt-header-section {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.admin-bar.single-episode.active-member .rt-page-slider-section.rt-player-page-section .rt-header-section {
    position: fixed;
    -webkit-transform: translateY(-135%);
    transform: translateY(-135%);
    background: #000000cc;
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.admin-bar.single-episode.active-member .rt-page-slider-section.rt-player-page-section.rt-player-page-header-scroll .rt-header-section {
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
}

.rt-page-slider-content .rt-page-slider-gradient {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
    top: 0;
    position: absolute;
    height: 100%;
    width: 60%;
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .25), transparent);
}

.rt-page-slider-content .carousel-inner .rt-page-slider-text-content {
    width: 25vw;
    text-align: left;
    position: absolute;
    left: 3.2vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding: 0 0.8vw;
}

.rt-page-slider-content .carousel-inner .rt-page-slider-text-content img {
    width: 100%;
    height: auto;
}

.rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-text,
.rt-page-slider-content .carousel-inner .rt-page-slider-text {
    margin-top: 38px;
    font-size: 19.2px;
    color: #ffffff;
    line-height: 1.3;
}

.rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-btn {
    background: #ff264c;
    color: #ffffff;
    font-weight: 800;
    border: none;
    font-size: 17px;
    margin-top: 28px;
    display: block;
    width: fit-content;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

.rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-label {
    padding: 2px 8px 4px;
    background-color: #ff264b;
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    width: fit-content;
}

.rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-sub-heading {
    text-transform: uppercase;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Barlow Condensed", sans-serif;
    color: #ff264b;
    display: block;
}

.rt-page-slider-content .carousel-inner .carousel-item .rt-page-slider-text-content img {
    max-height: 12vw;
    transition: all 0.5s;
}

.rt-page-slider-content .carousel-inner .carousel-item.active.vjs-playing .rt-page-slider-text-content img {
    max-height: 10vw;
    max-width: 80%;
    transition: all 0.5s;
}

.rt-page-slider-content .carousel-inner .carousel-item .rt-page-slider-heading {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    color: #ffffff;
}

.rt-page-slider-content .carousel-inner .carousel-item .rt-page-slider-date {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: 'Barlow', sans-serif;
    color: #ffffff;
}

.rt-page-slider-content .carousel-inner .carousel-item .rt-play-btn,
.rt-page-slider-content .carousel-inner .carousel-item .rt-sound-on-btn {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: 1px solid #ffffff;
    background: #00000080;
    color: #ffffff;
    padding: 8px;
    position: absolute;
    right: 80px;
    bottom: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rt-page-slider-content .carousel-inner .carousel-item .rt-sound-on-btn {
    display: none;
}

.rt-page-slider-content .carousel-inner .carousel-item .rt-play-btn svg,
.rt-page-slider-content .carousel-inner .carousel-item .rt-sound-on-btn svg {
    width: 100%;
    height: 100%;
}

.rt-page-slider-content .carousel-inner .carousel-item .rt-sound-on-btn .rt-sound-off-icon,
.rt-page-slider-content .carousel-inner .carousel-item .rt-sound-on-btn.active .rt-sound-on-icon {
    display: none;
}

.rt-page-slider-content .carousel-inner .carousel-item .rt-sound-on-btn.active .rt-sound-off-icon {
    display: block;
}

.rt-page-slider-content .carousel-indicators {
    align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -54px);
    transform: translate(-50%, -54px);
    padding: 16px 16px 32px;
    margin: 0;
}

.rt-page-slider-content .carousel-indicators .rt-carousel-indicators-dot {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #ffffff;
    opacity: 1;
    border-radius: 10px;
    margin: 0 5px;
}

.rt-page-slider-content .carousel-indicators .rt-carousel-indicators-dot.active {
    background: #ffffff;
}

.rt-page-slider-content .carousel-indicators .rt-carousel-control-arrow {
    opacity: 1;
    width: 25px;
    height: 25px;
    background: transparent;
    color: #ffffff;
    margin: 0 5px;
    border: 0;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.rt-page-slider-content .rt-page-slider-video-content {
    position: relative;
}

.rt-page-slider-content .vjs-playing .rt-page-slider-video {
    position: absolute;
}

.rt-page-slider-content .rt-page-slider-video {
    position: relative;
    left: 0;
    top: -17%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 133%;
    display: none;
}
.rt-page-slider-content .vjs-playing .rt-page-slider-video {
    display: block;
}

.rt-page-slider-content .rt-page-slider-video .vjs-poster img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Page slider section css end */

/* Episode Slider section css start */
.rt-episode-slider-section {
    margin-top: 16px;
}

.rt-main-content .rt-episode-slider-section:nth-child(1) {
    margin-top: 0px;
}

.rt-new-episode-slider .rt-new-episode-slide {
    padding: 0 3px;
    margin: 8px 0;
}

/* .rt-new-episode-slider .slick-list{
    overflow: visible;
} */
/* Episode Slider section css end */

/* Shows Slider section css start */
.rt-shows-slider-slide {
    text-decoration: none;
}
body.tax-topic select#show-filter{width: 100%;}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;
}

.rt-shows-slider .rt-shows-slider-slide {
    padding: 0 3px;
    margin: 8px 0;
}

.rt-shows-slider .rt-shows-slider-slide .rt-shows-slider-col-img {
    width: 100%;
    height: auto;
}

/* .rt-shows-slider .slick-list{
    overflow: visible;
} */
/* Shows Slider section css end */

/* Friday night slider section css start */
.rt-friday-night-live-slider-section {
    background: linear-gradient(90deg, #00002b, #000 73.95%);
}

.rt-friday-night-live-slider-row {
    display: flex;
}

.rt-friday-night-live-slider-row .rt-friday-night-live-slider-banner {
    width: calc(25.2vw + 5px);
    position: relative;
    z-index: 9999;
    margin-left: calc(-3vw - 5px);
    margin-top: -26px;
    display: block;
    text-decoration: none;
}

.rt-friday-night-live-slider-row .rt-friday-night-live-slider-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, #000, rgba(2, 0, 36, .025) 100%);
    z-index: 1;
}

.rt-friday-night-live-slider-row .rt-friday-night-live-slider-banner img {
    width: 100%;
    height: auto;
}

.rt-friday-night-live-slider-row .rt-friday-night-live-row-slider-col {
    width: 71.8vw;
}

.rt-friday-night-live-slider-row .rt-friday-night-live-row-slider-col .slick-slider .slick-arrow.slick-prev {
    left: 0;
}

/* .rt-friday-night-live-slider-row .rt-friday-night-live-row-slider-col .slick-list{
    overflow: visible;
} */
/* Friday night slider section css end */

/* Select Season section css start */
.rt-select-season-section {
    margin-top: 40px;
}

.rt-season-list-content {
    max-width: 1145px;
    width: 100%;
}

.rt-season-list-content .rt-season-list-item {
    margin-top: 16px;
    display: flex;
    text-decoration: none;
}

.rt-season-list-content .rt-season-list-item:first-child {
    margin-top: 0px;
}

.rt-season-list-content .rt-season-list-item .rt-season-list-item-img {
    max-width: 393px;
    min-width: 393px;
    width: 100%;
}

.rt-season-list-content .rt-season-list-item .rt-season-list-item-img img {
    width: 100%;
    height: auto;
}

.rt-season-list-content .rt-season-list-item .rt-season-list-item-text {
    padding-left: 24px;
}

.rt-season-list-content .rt-season-list-item .rt-season-list-item-text .rt-season-list-item-label {
    display: block;
    color: #e6214b;
    font-size: 16.8px;
    font-weight: 600;
    margin-bottom: 8px;
}

.rt-season-list-content .rt-season-list-item .rt-season-list-item-text .rt-season-list-item-heading {
    color: #ffffff;
    font-size: 26.4px;
    font-weight: 600;
    margin-bottom: 12px;
}

.rt-season-list-content .rt-season-list-item .rt-season-list-item-text .rt-season-list-item-paragraph,
.rt-season-list-content .rt-season-list-item .rt-season-list-item-text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}

.rt-season-list-content .rt-season-list-item .rt-season-list-item-text .rt-season-list-item-btn {
    font-size: 16px;
    border: 1px solid #ffffff;
    background: #000000;
    padding: 8px 15px;
    font-weight: 400;
    color: #ffffff;
    width: fit-content;
    text-transform: uppercase;
}

/* Select Season section css end */

/*  Video Page banner Season section css start */
.rt-video-content {
    margin-bottom: 32px;
}

.rt-video-content .rt-video-top-content {
    margin: 32px 0;
    max-width: 855px;
}

.rt-video-content .rt-video-top-content .rt-video-title-link {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 400;
}

.rt-video-content .rt-video-top-content .rt-video-heading {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 11px;
    text-transform: uppercase;
    line-height: 1.3;
}

.rt-video-content .rt-video-top-content .rt-video-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.rt-video-content .rt-video-top-content .rt-video-para p {
    max-width: 855px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.3;
}

.rt-video-content .rt-video-top-content .rt-video-para ul {
    list-style: disc;
    padding: 0 18px;
    margin-bottom: 16px;
}

.rt-video-content .rt-more-episode .rt-more-episode-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}

.rt-video-content .rt-more-episode .rt-more-episode-list {
    display: flex;
    align-items: center;
}

.rt-video-content .rt-more-episode .rt-more-episode-list .rt-video-list-item {
    max-width: 355px;
    width: 100%;
    padding: 0 3px;
    margin: 8px 0;
}

.rt-video-content .rt-more-episode .rt-more-episode-list .rt-video-list-item .rt-episode-col-text .rt-episode-col-heading {
    text-align: center;
}

/*  Video Page banner Season section css end */

/* Comments section start  */
.rt-comment-content {
    width: 100%;
    max-width: 70%;
    margin-bottom: 56px;
    padding-right: 62px;
}

.rt-comment-content .rt-comment-title {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 2px solid #e6214b;
}

.rt-comment-content .rt-comment-input {
    display: block;
    width: 100%;
    min-height: 32px;
    background: #fff;
    border-radius: 3px;
    padding: 4.8px 12px;
    margin-bottom: 8px;
    border: 0;
}

.rt-comment-content .rt-comment-input::placeholder {
    color: #aaa;
    font-size: 16px;
}

.rt-comment-content a.text-white {
    text-decoration: none;
}

.rt-comment-input-sec {
    position: relative;
}

.rt-comment-input-sec .rt-comment-button {
    position: absolute;
    padding: 5px;
    right: -3px;
    bottom: -3px;
}

.rt-comment-input-sec .rt-comment-button-icon {
    background: #fff;
    cursor: pointer;
    /* height: 29px; */
    border: 0;
    width: 29px;
    vertical-align: bottom;
    font-weight: 800;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
    margin: 0 0 0 3px;
}

.rt-comment-input-sec .rt-comment-button-icon .rt-comment-send-img {
    width: 81%;
    height: auto;
    vertical-align: unset;
}

.rt-comment-input-sec .rt-comment-button-icon .rt-comment-gif {
    font-size: 20.8px;
    color: #ccc;
    font-family: arial;
}

.rt-comment-input-sec .rt-comment-button-icon .rt-comment-emoji {
    font-size: 20.8px;
    font-weight: 800;
    text-align: center;
}

.rt-comment-content .rt-comment-list {
    padding: 0 16px;
    margin: 16px 0 40px;
}

.rt-comment-content .rt-comment-list .rt-comment-item {
    margin: 8px 0;
    display: flex;
    align-items: start;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-letter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-letter .rt-comment-letter-text {
    margin-bottom: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-img {
    width: 100%;
    height: 52.8px;
    max-width: 52.8px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-img-sec {
    width: 29.8px;
    height: 29.8px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 6.8px;
    display: none;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-box {
    padding: 8px 9.6px;
    color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    word-wrap: break-word;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-box-name {
    display: flex;
    align-items: start;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-box .rt-comment-text {
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-box .rt-comment-text .comment-moderator::after {
    content: "";
    position: absolute;
    background: url(../../../uploads/avatars/flare-sword.svg);
    background-repeat: no-repeat;
    height: 1.65rem;
    width: 2rem;
    -webkit-transform: translate(4px, 3px);
    transform: translate(4px, 3px);
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-box .rt-comment-para {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-box .rt-comment-para a {
    color: #fff;
}

.rt-comment-para .emoji {
    max-width: 22px;
    margin: 0 1px;
    height: auto;
}

.rt-comment-para img {
    max-width: 250px;
    max-height: 250px;
}

.rt-comment-para iframe {
    max-width: 250px;
    max-height: 250px;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-details {
    display: flex;
    margin-bottom: 10px;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-details .rt-comment-details-item {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    margin-right: 5px;
    line-height: 1.728;
    cursor: pointer;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-details .rt-comment-details-item .rt-comment-icon {
    margin-right: 2px;
    cursor: pointer;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-details .rt-comment-details-item button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
}

.rt-comment-content .rt-comment-list .rt-comment-item.rt-comment-replay {
    margin-left: 40.8px;
}

.rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-text-icon::after {
    content: "";
    position: absolute;
    background: url(https://img.rise.tv/images/flare-sword.svg);
    background-repeat: no-repeat;
    height: 1.65rem;
    width: 2rem;
    -webkit-transform: translate(4px, 3px);
    transform: translate(4px, 3px);
}

/*  Comments section end  */

/*  account section start  */
.rt-account-content {
    max-width: 1140px;
    color: #fff;
    background-color: #3c3c48;
    border-radius: 6px;
    text-align: left;
    padding: 25px;
    padding-bottom: 278px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.rt-account-content .rt-account-title {
    text-align: center;
    font-size: 23px;
    font-family: Barlow;
    font-weight: 600;
    letter-spacing: 1.15px;
    margin-bottom: 27px;
    text-transform: uppercase;
}

.rt-account-content .rt-account-inner .rt-account-avatar {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: Barlow Semi Condensed;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0;
    color: #ff7643;
    text-decoration: none;
    width: max-content;
}

.rt-account-content .rt-account-inner .rt-account-avatar .rt-account-avatar-img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    margin: 8px 0 16px;
    border-radius: 50%;
}

.rt-account-content .rt-account-inner .rt-account-row {
    border-bottom: 2px solid #6a6770;
    padding: 5px 0;
}

.rt-account-content .rt-account-inner .rt-account-row:last-child {
    border: 0;
}

.rt-account-content .rt-account-inner .rt-account-col .rt-account-id {
    text-transform: uppercase;
    font-family: Barlow;
    font-weight: 600;
    font-size: 20px;
    margin: 5px 0;
}

.rt-account-content .rt-account-inner .rt-account-col .rt-account-text {
    font-size: 17px;
    margin: 5px 0;
    font-family: Barlow Semi Condensed;
    font-weight: 600;
}

.rt-account-content .rt-account-inner .rt-account-col .rt-account-bottom {
    margin-bottom: 13px;
}

.rt-account-content .rt-account-inner .rt-account-col .rt-account-price {
    font-family: Barlow;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: .95px;
    text-transform: uppercase;
}

.rt-account-content .rt-account-inner .rt-account-col .rt-account-price span {
    font-size: 30px;
}

.rt-account-content .rt-account-inner .rt-account-col .rt-account-next-billing {
    font-family: Barlow;
    font-weight: 300;
    font-size: 17px;
    color: #d1d0d0;
    font-style: italic;
}

.rt-account-content .rt-account-inner .rt-account-col .rt-account-stop-subscription {
    font-family: Barlow Semi Condensed;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .28px;
    color: #fff;
}

.rt-account-content .rt-account-inner .rt-account-col .rt-account-need-help {
    font-family: Barlow !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .28px;
    color: #fff;
    text-decoration: underline;
}

.rt-account-content .rt-account-inner .rt-account-col .rt-account-link {
    font-family: Barlow Semi Condensed;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0;
    color: #ff7643;
    text-decoration: none;
}

.rt-account-content .rt-account-backgorund {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.rt-account-content .rt-account-backgorund .rt-account-thankyou {
    width: 392px;
    height: 128px;
    display: inline-block;
    max-width: 40%;
    object-fit: contain;
}

.rt-account-content .rt-account-backgorund .rt-account-hosts {
    width: 311px;
    height: 128px;
    display: inline-block;
    max-width: 40%;
    object-fit: contain;
}

#image-adjuster {
    margin: 30px 0;
}

/*  account section end  */

.rt-page-slider-content.rt-page-live-show-slider-content .rt-page-slider-video-content .img-fluid {
    width: 100%;
}

/* Nav Css for dropdown */
.rt-header-nav li {
    position: relative;
}

/*--- DROPDOWN ---*/
.rt-header-nav ul {
    list-style: none;
    position: absolute;
    left: -9999px;
    background: #000000e6;
    z-index: 9;
    padding: 0;
    padding-top: 10px;
}

.rt-header-nav .rt-header-nav-item .rt-header-nav-link.parent {
    border-bottom: solid 2px transparent;
}

.rt-header-nav .rt-header-nav-item:hover .rt-header-nav-link.parent, .rt-header-nav .menu-item-has-children:hover .rt-header-nav-link {
    border-bottom: solid 2px #f40951;
}

.rt-header-nav .rt-header-nav-item a:hover {
    border-bottom: solid 2px transparent;
}
.rt-header-nav .menu-item-has-children:hover ul.sub-menu .rt-header-nav-item .rt-header-nav-link{
    border-bottom: none;
}

.rt-header-nav ul li {
    padding-top: 1px;
    float: none;
}

.rt-header-nav ul a {
    white-space: nowrap;
}

.rt-header-nav li:hover ul {
    left: 10px;
}

.rt-header-nav li:hover a {
    text-decoration: underline;
}

.rt-header-nav li:hover ul a {
    text-decoration: none;
    color: #cccccc!important;
}
.rt-header-nav li:hover ul a:hover {
    color: #ffffff!important;
}
.rt-header-nav li.current-menu-item a.rt-header-nav-link, .rt-header-nav li.current-menu-ancestor a.rt-header-nav-link{
    text-transform: uppercase;
    font-weight: 700;
}
li.current-menu-ancestor .sub-menu li.current-menu-item a.rt-header-nav-link, li.current-menu-ancestor .sub-menu li a.rt-header-nav-link{
    text-transform: none;
    font-weight: 500;
}
/* Media Query css */
@media(max-width: 1600px) {
    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-heading {
        font-size: 28px;
    }

}

@media(max-width: 1500px) {
    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-text {
        font-size: 15px;
        margin-top: 18px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-btn {
        padding: 5px 12px;
        font-size: 16px;
        margin-top: 20px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content img {
        width: 90%;
    }

}

@media(max-width: 1400px) {
    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-heading {
        font-size: 24px;
    }
}

@media(max-width: 1300px) {
    .rt-main-content {
        margin-top: 0;
    }

    .rt-main-content .rt-episode-slider-section:nth-child(1) {
        margin-top: 16px;
    }

    .rt-page-slider-content .carousel-indicators {
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    .rt-page-slider-content .carousel-inner .carousel-item .rt-play-btn,
    .rt-page-slider-content .carousel-inner .carousel-item .rt-sound-on-btn {
        right: 40px;
        bottom: 40px;
    }
}

@media(max-width: 1200px) {
    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-heading {
        font-size: 19px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-sub-heading {
        font-size: 16px;
    }
}

@media(max-width: 1100px) {
    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content img {
        width: 200px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-text {
        font-size: 14px;
        margin-top: 14px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-btn {
        font-size: 14px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content {
        width: 35vw;
    }
}

@media(max-width: 991px) {
    .rt-header-content .rt-header-desk-toggel-btn {
        padding: 8px 6px 8px 0;
    }

    .rt-header-content .rt-header-right-content .rt-header-right-login-btn {
        padding: 2px 5px 4px 5px;
    }

    .rt-header-content .rt-header-right-content .rt-header-right-signup-btn {
        padding: 2px 4px 5px 5px;
    }

    .rt-header-content .rt-header-right-content .rt-header-search-form input {
        width: 70px;
    }

    .rt-header-nav .rt-header-nav-item .rt-header-nav-link {
        padding: 2px 5px 4px 5px;
        margin: 0;
    }

    .eow.billing .rtbox>.col-12 {
        padding: 1.5em;
    }

    .rt-page-slider-section .rt-page-slider-content {
        padding-top: 78.38px;
    }

    .rt-page-slider-section.rt-player-page-section .rt-page-slider-content {
        padding-top: 0;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content img {
        width: 100%;
    }

    .rt-friday-night-live-slider-row {
        display: block;
    }

    .rt-friday-night-live-slider-row .rt-friday-night-live-slider-banner {
        width: 100%;
        height: 264px;
        margin-left: 0;
        margin-top: 0;
        -webkit-transform: scale(1.3)translateY(11%);
        transform: scale(1.3) translateY(11%);
    }

    .rt-friday-night-live-slider-row .rt-friday-night-live-slider-banner img {
        height: 100%;
        object-fit: contain;
    }

    .rt-friday-night-live-slider-section {
        background: transparent;
    }

    .rt-friday-night-live-slider-row .rt-friday-night-live-row-slider-col {
        width: 100%;
        position: relative;
        z-index: 99999;
    }

    .rt-header-content .rt-header-logo {
        margin-left: 0;
        padding: 8px 4px;
    }

    .rt-header-content .rt-header-logo img {
        width: 56px;
    }

    .rt-header-nav .rt-header-nav-live-item .rt-header-nav-live-link {
        padding: 2px 6px 4px 22px;
        font-size: 14px;
        margin: 0 5px;
    }

    .rt-header-nav .rt-header-nav-live-item .rt-header-nav-live-link::before {
        left: 6px;
        width: 10px;
        height: 10px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text {
        position: relative;
        z-index: 99;
        padding: 15px 12px;
        margin: 0 auto;
        max-width: 94vw;
        width: 100%;
    }

    .rt-page-slider-content .carousel-indicators {
        position: relative;
        left: 0;
        -webkit-transform: none;
        transform: none;
        padding: 10px 12px;
        max-width: 94vw;
        width: 100%;
        margin: 0 auto;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content-mob {
        position: relative;
        z-index: 99;
        padding: 15px 12px;
        margin: 0 auto;
        max-width: 94vw;
        width: 100%;
    }

    .rt-page-slider-content.rt-page-live-show-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-btn {
        margin-left: 0;
    }

    .rt-page-slider-content .carousel-inner .carousel-item .rt-page-slider-heading {
        font-size: 30px;
        margin-top: 0;
    }

    .rt-season-list-content .rt-season-list-item {
        display: block;
    }

    .rt-season-list-content .rt-season-list-item .rt-season-list-item-img {
        max-width: 100%;
        min-width: 100%;
    }

    .rt-season-list-content .rt-season-list-item .rt-season-list-item-text {
        margin-top: 16px;
    }

    .rt-video-content .rt-more-episode .rt-more-episode-list .rt-video-list-item {
        max-width: 275px;
    }

    .rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-img {
        display: none;
    }

    .rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-img-sec {
        display: flex;
        background: #313e61 !important;
    }

    .rt-comment-content .rt-comment-list .rt-comment-item .rt-comment-img-sec .rt-comment-letter-text {
        font-size: 24px;
    }

    .rt-account-content .rt-account-inner .rt-account-col .rt-account-link {
        font-size: 13.6px;
    }

    .rt-account-content .rt-account-inner .rt-account-avatar {
        margin-left: -32px;
        margin-right: 48px;
    }

    .eow.billing .rtbox>.col-right {
        width: 30%;
        max-width: 30%;
    }

}

@media(max-width: 767px) {
    .hero_slick .rt-page-slider-video-content img {
        min-height: 55vw;
        object-fit: cover;
    }

    #col-live-chat {
        max-width: 100%;
        height: 80vh;
    }

    .rt-page-slider-section .rt-page-slider-content {
        padding-top: 120px;
    }

    .rt-header-nav {
        width: auto;
    }

    .eow .rt-header-right-content .mob-search-toggle {
        color: #fff;
        text-decoration: none;
    }

    .rt-header-right-content .mob-search-toggle.collapsed .bi-x-lg,
    .rt-header-right-content .mob-search-toggle .bi-search,
    #search-toggle.show .rt-header-nav,
    #search-toggle #search-secondary {
        display: none;
    }

    .rt-header-right-content .mob-search-toggle .bi-x-lg,
    .rt-header-right-content .mob-search-toggle.collapsed .bi-search,
    #search-toggle.show #search-secondary {
        display: block;
    }

    #search-toggle.show #search-secondary {
        margin-top: -8px;
        border-bottom: 1px solid #FFD;
        padding: 0;
    }

    #search-toggle.show #search-secondary .form-control,
    #search-toggle.show #search-secondary .form-control::placeholder,
    #search-toggle.show #search-secondary button {
        color: #fff;
    }

    #search-toggle .rt-header-nav {
        display: flex;
    }

    .eow.billing .rtbox>.col-12 {
        padding: 3em;
    }

    .eow.billing .rtbox>.col-right {
        width: 100%;
        max-width: 100%;
    }

    .slick-slider .slick-dots {
        top: auto;
        bottom: -10px;
        justify-content: center;
    }

    .slick-slider .slick-dots li {
        margin: 2px;
    }

    .slick-slider .slick-arrow {
        display: none !important;
    }

    .rt-footer-section .rt-footer-content {
        display: block;
    }

    .rt-footer-section .rt-footer-content .rt-footer-nav {
        justify-content: center;
        margin: 0px -16px 2px;
        flex-wrap: wrap;
    }

    .rt-footer-section .rt-footer-content .rt-footer-nav .rt-footer-nav-item.footersocial {
        margin: 5px;
    }

    .rt-footer-section .rt-footer-content .rt-footer-nav .rt-footer-nav-item {
        margin: 8px 9px;
    }

    .rt-footer-section .rt-footer-content .rt-footer-copy-right {
        text-align: center;
        display: block;
    }

    .rt-footer-copy-right p {
        margin: 5px 0;
    }

    .rt-page-slider-content .carousel-inner .carousel-item {
        position: relative;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content {
        top: 18vw;
        transform: none;
        margin-top: 20px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .rt-page-slider-content .carousel-inner .carousel-item .rt-page-slider-heading {
        font-size: 26px;
    }

    .rt-account-content .rt-account-inner .rt-account-avatar {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .rt-account-content .rt-account-inner .rt-account-col .rt-account-link {
        font-size: 17px;
    }

    .rt-account-content .rt-account-inner .rt-account-row {
        text-align: center;
        padding-bottom: 20px;
    }

    .rt-account-content .rt-account-inner .rt-account-avatar .rt-account-avatar-img {
        width: 80px;
        height: 80px;
    }

    .rt-account-content .rt-account-backgorund {
        text-align: center;
        left: 0;
    }

    .rt-account-content .rt-account-backgorund .rt-account-thankyou {
        max-width: 100%;
    }

    .rt-account-content .rt-account-backgorund .rt-account-hosts {
        max-width: 100%;
    }

    .rt-account-content {
        max-width: 490px;
        padding-bottom: 250px;
    }

    .rt-account-content .rt-account-inner .rt-account-col .rt-account-id {
        margin: 15px 0 0;
    }

    .rt-account-content .rt-account-inner .rt-account-col .rt-account-text {
        margin: 15px 0 0;
    }

    .rt-comment-content {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

}

@media(max-width: 575px) {
    .eow.billing .rtbox>.col-12 {
        padding: 1.5em;
    }

    .rt-account-content .rt-account-backgorund .rt-account-thankyou {
        max-height: 80px;
    }

    .rt-account-content .rt-account-backgorund .rt-account-hosts {
        max-height: 116px;
        margin-top: 12px;
    }

    .rt-account-content {
        max-width: 490px;
        padding-bottom: 185px;
    }
}

@media(max-width: 500px) {
    .eow.billing .rtbox h2 span {
        width: auto;
    }

    .rt-episode-col .rt-episode-col-text .rt-episode-col-heading,
    .rt-common-slider-col .rt-common-slider-col-text .rt-common-slider-col-heading {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .rt-friday-night-live-slider-row .rt-friday-night-live-slider-banner {
        height: auto;
        max-width: 85%;
        margin: 0 auto;
    }

    .rt-header-content .rt-header-right-content .rt-header-search-form input {
        width: 90px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-btn {
        font-size: 12px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-text,
    .rt-page-slider-content .carousel-inner .rt-page-slider-text {
        font-size: 16px;
    }

    .rt-page-slider-content .carousel-inner .carousel-item .rt-page-slider-heading {
        font-size: 22px;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-label {
        padding: 2px 7px 2px;
        font-size: 12px;
    }

    .rt-season-list-content .rt-season-list-item .rt-season-list-item-text {
        padding-left: 16px;
    }

    .rt-video-content .rt-more-episode .rt-more-episode-list .rt-video-list-item .rt-video-list-inner {
        width: 250px;
    }

    .rt-video-content .rt-more-episode .rt-more-episode-list {
        overflow-x: scroll;
        overflow-y: hidden;
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media(max-width: 400px) {
    .container {
        max-width: 100%;
    }

    .rt-page-slider-content .carousel-inner .rt-page-slider-text-content .rt-page-slider-text,
    .rt-page-slider-content .carousel-inner .rt-page-slider-text {
        font-size: 14px;
    }

    .rt-page-slider-content .carousel-inner .carousel-item .rt-page-slider-heading {
        font-size: 20px;
    }
}

/* Blog Page & Posts CSS */
/*=========== Comment-Area CSS Start =============*/
.comment_avatar img {
    border-radius: 50%;
}

section#comment-wrap {
    padding-left: 50px;
}

span.comment_date {
    color: #fff;
    position: absolute;
    bottom: 28px;
    right: 8%;
}

h1#comments {
    margin-bottom: 40px;
}

div#respond h3#reply-title span {
    display: none;
}

div#respond .acf-field {
    display: none;
}

.comment-form-comment {
    margin-bottom: 0;
}

.single-episode a.comment-reply-link {
    color: #fff;
    border: none;
    text-decoration: none;
    top: 0;
}

.single-episode .comment-reply-link:hover:after {
    opacity: 0;
}

.reply-my-comments .acf-field {
    display: none !important;
}

.cld-like-dislike-wrap.cld-custom {
    margin-top: 7px;
    margin-left: 5px;
}

div#respond p.logged-in-as {
    display: none;
}

.comment-body {
    margin-bottom: 0px;
}

.comment_postinfo {
    padding-left: 10px;
}

.cld-common-wrap .comment_postinfo {
    min-width: auto !important;
}

.comment_postinfo span a {
    color: #fff !important;
}

.comment-content.clearfix {
    margin-top: -40px;
}

.comment-content p {
    border: 1px solid #fff;
    padding: 38px 10px 10px 10px !important;
    font-weight: normal;
    border-radius: 5px;
}

#reply-title {
    position: relative;
    top: 0px;
    left: 0;
    max-width: fit-content;
}

span.reply-container {
    position: relative;
    left: 33px;
    top: -25px;
}

a.comment-reply-link:hover {
    padding: 0 !important;
}

a.comment-reply-link {
    background: no-repeat;
    font-size: 12px;
    padding: 0 !important;
    top: 5px;
}

/*=========== Comment-Area CSS End =============*/

#page-success .line1 {
    font-size: 2.5em;
    color: #ff264c;
    font-weight: 700;
    font-family: Barlow;
    margin-bottom: 0.3em;
}

#page-success .line2 {
    margin-bottom: 1em;
    font-size: 2.5em;
    color: #000;
    font-family: Barlow;
    font-weight: 700;
}

#page-success .line3 {
    font-family: Barlow;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.2em;
    color: #000;
    margin-top: -13px;
}

#page-success .line4 {
    font-weight: 300;
    margin-bottom: 1em;
    font-size: 1.2em;
    color: #000;
}

#page-success label {
    font-size: 1.2em;
    color: #000;
}

#page-success .card {
    max-width: 720px;
    margin: 0 auto;
}

#page-success .card-body {
    text-align: center;
}

#page-success .check-box-container,
#page-success .col-form-label {
    display: inline-block;
}

@media(max-width: 668px) {
    #page-success .card-body {
        font-size: 12px;
    }

}

/* Account update pages */
.account-update .card {
    max-width: 400px;
    margin: 0 auto;
}

.account-update .card h2 {
    color: #000;
    font: normal normal 700 23px/35px Barlow;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    padding: 0;
}

.account-update .card-body {
    padding: 10px 50px 50px;
}

.account-update .card-body input.form-control {
    padding: 10px 15px;
}

.account-update .card-body .btn-save {
    margin-top: 20px;
    font-weight: 700;
}

.account-update .card-body .btn-cancel {
    background-color: #fff;
    border: 1px solid #939393;
    color: #939393;
}

.account-update .btn-save:disabled {
    background-color: #888;
    border-color: #888;
}

.update-plan {
    color: #000;
    font-family: Barlow, sans-serif;
}

.update-plan.account-update .card-body {
    background-color: #f0f0f0;
}

.update-plan .plan-name {
    text-transform: uppercase;
    text-align: center;
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: 1em;
    position: relative;
    margin-bottom: .6em;
}

.update-plan .plan-name.second {
    margin-top: 1em;
}

.update-plan .plan-name img {
    max-width: 35%;
}

.update-plan .plan-name span {
    position: absolute;
    bottom: 0;
    width: 1.8em;
    background-image: url("../images/info.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    position: absolute;
    cursor: pointer;
    font: normal normal 700 0.5em Barlow;
    letter-spacing: 0;
    color: #000;
    padding: 1.9em 0 0;
    right: 0;
    text-transform: none;
}

.update-plan .plan {
    background-color: #fff;
    padding: .2em .9em;
    font-family: "Barlow Semi Condensed", sans-serif;
    margin-bottom: .8em;
    border-radius: .8em;
    border: 1px solid #000;
    cursor: pointer;
}

.update-plan .plan.disabled {
    background-color: #d1d0d0;
    border-color: #d1d0d0;
    box-shadow: 4px 5px 11px rgba(55, 55, 55, .4);
    -webkit-box-shadow: 4px 5px 11px rgba(55, 55, 55, .4);
    -moz-box-shadow: 4px 5px 11px rgba(55, 55, 55, .4);
}

.update-plan .plan.selected {
    background-color: #ff5000;
    color: #fff;
    box-shadow: 4px 5px 11px rgba(55, 55, 55, .4);
    -webkit-box-shadow: 4px 5px 11px rgba(55, 55, 55, .4);
    -moz-box-shadow: 4px 5px 11px rgba(55, 55, 55, .4);
    border: 1px solid #ff5000
}

.update-plan .plan.selected .save,
.update-plan .plan.selected .save .strike-through {
    color: #fff !important
}

.update-plan .plan .price {
    font-size: 1.8em;
    font-weight: 600;
}

.update-plan .plan .save {
    color: #ff5000;
    font-family: Barlow Semi Condensed;
    font-size: .7em;
    font-weight: 700;
    line-height: 1;
    margin-left: 1em;
}

.update-plan .plan .billed {
    font-size: 1.2em;
    font-weight: 300;
}

.update-plan .plan .frequency {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 0.2em;
}

.update-plan .plan input {
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.update-plan #action-btns {
    margin-top: 20px;
}

.update-plan.account-update .card-body .btn-save {
    margin-top: 0;
}

.update-plan #plan-change-msg {
    font-style: italic;
    font-weight: 500;
    font-size: 13px;
    font-family: Barlow;
    letter-spacing: 0;
    color: #000;
}

#upload-input {
    margin: 0 auto;
}

.update-avatar .disabled {
    background-color: #aaa !important;
    border: 1px solid #aaa !important;
}

.page-template-account-update-plan .popover {
    padding-top: 20px;
    background-color: rgb(0 0 0 / 80%);
    border-radius: 0;
    max-width: 327px;
    min-width: 327px;
}

.page-template-account-update-plan .bs-popover-left .arrow:after,
.page-template-account-update-plan .bs-popover-left .arrow:before {
    border-left-color: #000
}

.page-template-account-update-plan .popover-body {
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: Barlow;
    min-width: 330px
}

.page-template-account-update-plan .popover-body ul {
    padding-left: 25px;
    padding-right: 7px;
    list-style: disc;
}

.page-template-account-update-plan .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.page-template-account-update-plan .bs-popover-start>.popover-arrow::after {
    border-left-color: rgb(0 0 0 / 80%);
}

.cta-subscribe {
    color: #fff !important;
}


@media(min-width:992px) {
    .d-lg-block {
        display: block!important;
    }

    .page-template-default .blog,
    .page-template-page-legal .blog,
    .page-template-page-empty .blog {
        width: 52%;
        margin: auto;
        padding: 2rem;
        background-color: #2a2a2a !important;
        margin: 2rem auto;
    }
}

.page-template-default .blog,
.page-template-page-legal .blog,
.page-template-page-empty .blog {
    padding: 4rem 2rem;
    background-color: #2a2a2a !important;
    margin: 2rem auto;
}

.page-template-default .title_head,
.page-template-page-legal .title_head,
.page-template-page-empty .title_head{
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: -1px;
    font-weight: 300;
    font-family: Barlow Semi Condensed, sans-serif !important;
}

.page-template-default article.page-page a,
.page-template-page-legal article.page-page a,
.page-template-page-empty article.page-page a {
    color: #ffa3c8 !important;
    text-decoration: none;
}

.page-template-all-content .item,
.tax-topic .item {
    padding: 0 10px;
}

.page-template-all-content .item .btn-primary,
.tax-topic .item .btn-primary {
    padding: 4px 10px;
    background-color: #2b2b2b;
    border-color: #5a5a5a;
}

.page-template-all-content .item .btn-primary.rounded,
.tax-topic .item .btn-primary.rounded {
    border-radius: .5rem !important
}

.page-template-all-content .slick-list .item .btn-primary.active,
.page-template-all-content .slick-list .item .btn-primary.active:hover,
.page-template-all-content .slick-list .item .btn-primary:hover,
.tax-topic .slick-list .item .btn-primary.active,
.tax-topic .slick-list .item .btn-primary.active:hover,
.tax-topic .slick-list .item .btn-primary:hover {
    background-color: #F40951;
    border-color: #F40951;
}

.page-template-all-content .item .btn-primary:focus,
.tax-topic .item .btn-primary:focus {
    box-shadow: none !important;
}

.page-template-all-content .slick-prev,
.tax-topic .slick-prev {
    left: 0;
}

.page-template-all-content .slick-next,
.tax-topic .slick-next {
    right: 0;
}

.page-template-all-content .slick-next,
.page-template-all-content .slick-prev,
.tax-topic .slick-next,
.tax-topic .slick-prev {
    display: flex;
    flex-direction: row;
    z-index: 9;
    height: 100%;
    background-color: #000;
}

.page-template-all-content .slick-next::before,
.page-template-all-content .slick-prev::before,
.tax-topic .slick-next::before,
.tax-topic .slick-prev::before {
    display: flex;
    font-size: 34px;
    width: 34px;
}

.page-template-all-content .slick-next::after,
.page-template-all-content .slick-prev::after,
.tax-topic .slick-next::after,
.tax-topic .slick-prev::after {
    content: "";
    width: 50px;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    display: block;
}

.page-template-all-content .slick-prev::after,
.tax-topic .slick-prev::after {
    background: linear-gradient(to right, rgb(0 0 0) 30%, rgb(0 0 0 / 0%) 100%);
    left: 48px;
}

.page-template-all-content .slick-next::after,
.tax-topic .slick-next::after {
    background: linear-gradient(to left, rgb(0 0 0) 30%, rgb(0 0 0 / 0%) 100%);
    left: -50px;
}

.page-template-all-content .slick-prev.slick-disabled,
.page-template-all-content .slick-next.slick-disabled,
.tax-topic .slick-prev.slick-disabled,
.tax-topic .slick-next.slick-disabled {
    opacity: 0;
    width: 0;
    display: none;
}

.page-template-all-content .slick-prev:before,
.tax-topic .slick-prev:before {
    content: '\2190';
}

.page-template-all-content .slick-next:before,
.tax-topic .slick-next:before {
    content: '\2192';
}

.page-template-all-content .shows-list,
.tax-topic .shows-list {
    margin: 0 0 10px;
}

.page-template-all-content .bg-dark,
.tax-topic .bg-dark {
    background-color: #2b2b2b !important;
    color: #fff;
    border-color: #5a5a5a;
}

.page-template-all-content .bg-light.rounded,
.tax-topic .bg-light.rounded {
    background-color: #5a5a5a !important;
    color: #fff;
}

.page-template-all-content .custom-select,
.tax-topic .custom-select {
    box-shadow: none;
    padding: 7px 14px;
}

.page-template-all-content .selectdiv,
.tax-topic .selectdiv {
    position: relative;
    float: left;
    min-width: 160px
}

.page-template-all-content select::-ms-expand,
.tax-topic select::-ms-expand {
    display: none
}

.page-template-all-content .selectdiv:after,
.tax-topic .selectdiv:after {
    content: "<>";
    font: 17px Consolas, monospace;
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    top: 8px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    z-index: 3
}

.page-template-all-content .selectdiv select,
.tax-topic .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    color: #333;
    background-color: #fff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal
}

.page-template-all-content .tag-filter,
.page-template-all-content .series-filter,
.tax-topic .tag-filter,
.tax-topic .series-filter {
    margin-bottom: 10px;
}


#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.rise-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}


/* Custom User Flow */
.rt-card {
    width: 100%;
    max-width: 550px;
    background-color: #fff;
    padding: 3em;
    color: #000;
    margin: 0 auto;
}


.rt-page-slider-content .carousel-inner .rt-page-slider-text-content img {
    max-width: 90%;
    width: auto;
    max-height: 12vw;
}

.eow #popup-box-gfcr-1 .popupally-outer-gfcr-1 {
    background-image: url('../images/keap-popup-bg.jpg');
    background-position: 50%;
    max-width: 420px;
    left: 55%;
    padding: 30px;
    background-size: cover;
}

.eow #popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr,
.eow #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr {
    color: #fff;
    background-color: #ff1900;
    font-family: Barlow Condensed;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    text-align: center;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .15);
    width: 100%;
}

.eow #popup-box-gfcr-1 .popupally-inner-gfcr-1 .logo-text-gfcr,
.eow #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .logo-text-gfcr {
    color: #fff;
    text-align: center;
    font-family: Barlow Condensed;
    font-size: 22px;
    font-weight: 500;
}

.eow #popup-box-gfcr-1 .popupally-inner-gfcr-1 .desc-gfcr,
.eow #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .desc-gfcr {
    color: #fff;
    text-align: center;
    font-family: Barlow Condensed;
    font-size: 44px;
    letter-spacing: 0;
    font-weight: 700;
}

.eow #popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="text"].field-gfcr,
.eow #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="text"].field-gfcr,
.eow #popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="email"].field-gfcr,
.eow #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="email"].field-gfcr,
.eow #popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="text"].field-gfcr::placeholder,
.eow #popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="email"].field-gfcr::placeholder {
    background-color: #413149;
    color: #d0d0d0;
    padding: 8px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;

}

.eow #popup-box-gfcr-1 .popupally-outer-gfcr-1 .popupally-close-gfcr {
    top: -35px;
    right: 45%;
    width: 40px;
    height: 40px;
}

@media (max-width: 640px) {

    .eow #popup-box-gfcr-1 .popupally-inner-gfcr-1 .desc-gfcr,
    .eow #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .desc-gfcr {
        font-size: 18px;
        line-height: 20px;
    }

    .eow #popup-box-gfcr-1 .popupally-inner-gfcr-1 .logo-text-gfcr,
    .eow #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .logo-text-gfcr {
        font-size: 16px !important;
        line-height: 20px;
    }

    .eow #popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr,
    .eow #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr {
        font-size: 16px;
        line-height: 20px;
        padding: 8px 0 8px 0;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .eow #popup-box-gfcr-1 .popupally-outer-gfcr-1 {
        width: 300px;
        top: 20%;
        left: 50%;
        margin-left: -150px;
    }
}

.eow a.btn-primary.btn-cancel {
    color: #000 !important;
}

.eow .text-white {
    color: #fff;
}

/* .slick-slider {
    overflow: hidden;
}
.slick-slide:nth-child(n+1) {
    display: none;
}
.slick-initialized .slick-slide:nth-child(n+1),
.slick-slide:first-child {
    display: block;
}
.slick-initialized .slick-slider{
    overflow: visible;
} */

.page-template-quick-checkout .rt-header-desk-toggel-btn,
.page-template-single-step-checkout-new .rt-header-desk-toggel-btn {
    display: none;
}

.page-template-quick-checkout #payment-element,
.page-template-single-step-checkout-new #payment-element {
    border: 1px solid #aaa;
    padding: 0.5em 0.8em;
}

.page-template-quick-checkout #payment-element.StripeElement--invalid,
.page-template-single-step-checkout-new #payment-element.StripeElement--invalid {
    border-color: #eb1c26;
}

/* Comment form */
.comment-form-commentlabel {
    display: none;
}

#commentform textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 12px;
    color: #999;
    line-height: 1em;
    background-color: #eee;
    font-size: 18px;
    border-width: 0;
}

p.form-submit {
    text-align: right;
}
/* footer social*/
.rt-footer-section .rt-footer-content .rt-footer-nav .rt-footer-nav-item.footersocial {
    margin: 0 5px;
}
.footersocial a img {
    max-width: 50px;
}

body.page-template-default article.page-page.with-images img {
    max-width: 100%;
    height: auto;
}

.status {
    position: absolute;
    padding: 0px 0px;
    font-weight: 700;
    top: -5px;
    border-radius: 0px;
    left: 0;
    width: 80px;
    min-height: 22px;
    font-size: 14px;
    text-align: center;
}
.upcoming{ background-color: #fff; color: #ff0040;}
.upcomimg{ border: solid 2px #fff;}
.live{ background-color: #ff264c; color: #fff; }
.liveimg{ border:solid 2px #ff264c;}
.premiere{ background-color: #a700f1; color:#fff; }
.premiereimg{ border:solid 2px #a700f1;}
.rt-new-episode-slider .rt-new-episode-slide {position: relative;}
/*mobile menu */
.mobile{
    display: none;
}
.comment-form .info-msg {
    color:#BEBEBE;
    margin-bottom: 10px;
}
.comment-form .info-msg  i{color:#f40951;}

@media(max-width:767px){
.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu li {
    margin-bottom: 0px;
}
.page-template-all-content .custom-select, .tax-topic .custom-select {
        width: 100%;
        max-width: 100%;
    }
.rt-header-desk-toggel-btn{
    display: none;
}
.mobile {
    display: block;
}
.mobile ul.dropdown-menu {background: #1a1a1aeb;}
#search-toggle .rt-header-nav .rt-header-nav-item .rt-header-nav-link {
    padding: 2px 20px 4px 20px;
}
li.rt-header-nav-item.rt-header-nav-active-item.d-block.d-md-none {
    text-transform: uppercase;
    font-weight: 500;
}
.mobile ul {
    margin: 0;
    padding: 20px;
}
.mobile ul li {
    display: block;
    width: 100%;
    vertical-align: middle;
    list-style-type: none;
    border-bottom: 1px solid rgb(255 255 255 / 63%);
}

.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu li .sub-menu li .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    color: #ccc;
    padding: 10px 0;
}
.rt-header-content .rt-header-desk-toggel-btn .dropdown-menu li .sub-menu {
    margin-left: 20px;
}
.mobile ul li.open>a>i:not(:hover) {
    color:#fff;
}
.rt-header-content .rt-header-desk-toggel-btn.mobile ul li a.dropdown-item {
    position: relative;
    display: block;
    padding: 10px 60px 15px 0px;
}
.mobile ul li a:hover {
    color:#fff;
}
.mobile ul li a span {
    display: inline-block;
}
.mobile ul li a i {
    top: 10px;
    right: 0;
    text-align: center;
    display: block;
    position: absolute;
    touch-action: manipulation;
    font-size: 24px;

}
li.red {border-bottom: none!important;
margin-bottom: 10px;}
li.red a {
    color: #F40951!important;
    font-weight: 700!important;
}
li.noborder  {
    border-bottom: none!important;
}

.mobile ul li a i:hover {
    color: #fff;
}

.mobile ul li a i .fa-angle-left,
.mobile ul li a i .fa-angle-right {
    padding-top: 3px;
}
.mobile ul ul {
    display: none;
    padding: 0px 10px 17px;
}
.mobile ul ul li {
    border-bottom: none;
}
.mobile .dropdown-menu li {
    padding: 4px 0px 0 0px!important;
}
.mobile button.close {
        position: absolute;
        top: -28px;
        color: #fff;
        background: transparent;
        border: none;
        font-size: 80px;
        cursor: pointer;
}
.dropdown {
     position: static !important;
 }
 li.parent.open > ul {
    display: block;
}
li.parent.open a i:before {
    content: "\f2ea";
}
 .dropdown-menu {
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
     margin-top: 0px !important;
     width: 100% !important;
     height: 100vh;
     padding: 50px 35px 50px 35px;
     transform: translate3d(0px, 0px, 0px)!important;
 }
 .rt-header-content .rt-header-desk-toggel-btn .dropdown-menu {
     background: rgb(2 2 2 / 90%);}
}
.select2-results__option {
    padding: 5px 0px!important;}
.sortform{
    margin: 20px 0;
    padding: 0 4px;
}
.sortform form select.form-select {
    background-color: #000;
    background-image: url(../images/arrow-ud.png);
    color: #fff;
    background-size: 20px;
    width: 98%;
}.sortform form select#id_select2_example {
    background-color: #000;
    background-image: none!important;
    color: #fff;
    background-size: 20px;
}
li.current-menu-ancestor.current-menu-parent a.parent{
    /*border-bottom: solid 2px #eb1c26 !important;*/
}
li.current-menu-ancestor.current-menu-parent ul.sub-menu li.current-menu-item a{
    border-bottom: none !important;
}
ul#menu-main-menu-mobile {
    height: 100vh;
    scroll-behavior: smooth;
    overflow: auto;
}
.menuopen {
    overflow: hidden;
}
.fs-19{font-size:1.20rem!important;}
.margin-0{margin: 0 !important;}
/*ul for the all series page */
.page-template-all-content .item:first-child, .tax-topic .item:first-child {
    padding: 0 10px 0 0;
}
body.page-template-all-series select#id_select2_example
    .select2-container--default .select2-selection--single {
        background-color: #0c0c0c;
        border: 1px solid #aaa;
        border-radius: 4px;
        height: 37px !important;
        width: 60px;
    }
body.page-template-all-series span#select2-sortorder-container div {
        text-align: center;
    }

body.page-template-all-series .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
body.page-template-all-series .select2-container .select2-selection--single .select2-selection__rendered {
     padding-left: 0px!important;
     padding-right: 0px!important;
    }

body.page-template-all-series  span.select2.select2-container.select2-container--default {
    background-color: #0c0c0c;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 38px !important;
    width: 60px;
}
body.page-template-all-content #show-filter{width:100%;}
body.page-template-all-series .select2-container--default .select2-selection--single{
    border:none;
}

body.page-template-all-series  span.select2-selection.select2-selection--single {
    background: #000;
    height: 35px !important;
}

body.page-template-all-series span.select2-search.select2-search--dropdown {
    background: #000;
}

body.page-template-all-series  input.select2-search__field {
    background: #000;
    border: none !important;
}

body.page-template-all-series  ul#sortorder li {
    background: #000;
}

body.page-template-all-series li#sortorder-result-16ze-a2z {
    background: #000;
}
body.page-template-all-series ul#sortorder-results {
    overflow: hidden;
}

body.page-template-all-series span.select2-dropdown.select2-dropdown--above {
    border: none;
}
body.page-template-all-series ul#select2-sortorder-results li {
    background: #000;
    overflow: hidden;
}
@media(max-width:767px){
    body.page-template-all-series .description{font-weight: 500!important;}
    .sortform {
        margin: 17px 0 10px;
    }
    body.page-template-all-series span.select2.select2-container.select2-container--default {
        width: 100%!important;

        text-align: right;
}
.mt4{
    margin-top: 5px;
}
li.current-menu-ancestor.current-menu-parent a.parent, li.current-menu-item a{
    border-bottom: none!important;
}

}

.paginations{
display: flex;
padding-left: 0;
list-style: none;
max-width: 200px;
margin: auto;
height: 86px;
}
.loadmore {
    width: 200px;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #F40951;
    background-color: #000;
    transition: .3s;
    font-weight: 700;
    text-decoration: none;
    display: none;
    text-transform: uppercase;
  }
  .loadmore:hover {
    background-color: #F40951;
    border: 1px solid #F40951;
    text-decoration: none;
  }
/*show page */
.show_thumbnail {
    border-radius: 15px;
    /*border: 5px solid #771fbb;*/
}
.rt-video-content .rt-video-top-content .rt-video-title-link.showname {
    color: #f40951;
    font-weight: 700;
}
/* CSS for iPhone Only */
@media only screen and (max-device-width: 414px) and (orientation: portrait) {
    .mobile button.close {
        right: -60px;
    }
}
@supports not (-webkit-overflow-scrolling: touch) {
    .mobile button.close {
        right: 24px;
    }
}
/* registration page */
.benifits ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }

  .benifits ul  li {
        text-align: left;
        font-size: 16px;
        color: #141D45;
    padding-left: var(--icon-space);
  }

  .benifits ul li:before {
    content: ".";
    background-image: url('../images/lp1/Icon-checkbox-outline.png');
    background-size: 9px 12px;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: 12px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cart-total span {
    font-weight: 400;
}
.rt-header-content .rt-header-right-content .rt-header-user-dropdown.dropdown-open  button.dropdown-toggle{
    position: relative;
    z-index: 9999;
}

/*notification bar */
/*@media(min-width:768px) {
    .top-notification {
        display: none !important;
    }
}*/
.top-notification {
    display: none;
    background-color: #5C5C5C;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-notification p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 0;
    margin: 5px auto;
}

a.applink {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 2px 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.column {
    flex: 1;
}

.applogo {
    width: 34px;
    height: 33px;
    margin: 4px;
    border-radius: 7px;
}

/*.close-icon {
    left: 16px;
    top: 13px;
    opacity: 1;
    cursor: pointer;
}

*/ .closeicon {
    left: 16px;
    cursor: pointer;
    width: 3px;
        height: 0px;
        font-size: 27px;
    position: relative;
    display: block;
}

/*.close-icon:hover {
    opacity: 1;
}

.close-icon:before,
.close-icon:after {
    position: absolute;
    left: 13px;
    content: ' ';
    height: 13px;
    width: 2px;
    background-color: #ccc;
    top: 15px;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

*/

@media(max-width:767px) {
    .top-notification p {
        text-align: left;
        font-size: 12px;
    }

}

.rtv-progress {
    width: 100%;
    background-color: #666;
}

.rtv-progress-bar {
    width: 0;
    height: 4px;
    background-color: #fff;
    transition: width 0.5s ease-in-out;
}
#continue-watching-section h2.rt-sliders-heading {
    color: #ff264c;
    font-weight: 700;
}
  