/*
Theme Name: Hello Elementor Child
Theme URI: 
Description: A child theme of Hello Elementor
Author: Your Name
Author URI: 
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


/* Your custom styles go below */

.topTitle {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 25px;
    border-radius: 0;
    text-transform: uppercase;
}

.hfe-icon {
font-size: 50px;
}

.hfe-heading-text {
    
  margin-left: -10px;
}

a {
    color: #FFF9E5;
}

.elementor-kit-7 h2 {
    color: #ffffff;
}

.pricing-box {
    background-color: #ffffff;
    border-radius: 0px;
    flex: 1;
    padding: 0 20px 20px;
    text-align: center;
}

.price1 {
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.price {
    font-size: 25px;
    font-weight: 900;
}

.price sub, 
.price sup {
    font-size: 20px;
    font-weight: 600;
}

.features-list {
    padding: 0;
    list-style-type: none;
}

.features-list li {
    font-weight: 500;
    padding: 3px;
}

.features-list li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.button { 
    border-radius: 25px;
    border: none;
    background-image: linear-gradient(45deg, #006ab7 0%, #5ca5d6 51%, #5ca5d6 100%);
    color: #ffffff;
    cursor: pointer;
    padding: 15px 15px;
    margin-bottom: -10px;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
}

.button:hover {
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    transform: translateY(-3px);
}

.pricing-box-bg-image {
    background: radial-gradient(circle at 60.04px 56.96px, #020e43b0 0%, rgb(0 0 0) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.pricing-box-bg-image .features-list li {
    border-bottom-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pricing-box-bg-image .btn-primary {
    background-color: #ffffff;
    color: #000;
}

.mini_banner_area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #ff0000;
    color: #ffffff;
    background-color: #000000;
    font-weight: 700;
}
/* Main Menu UL */
#menu-network-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List Items */
#menu-network-menu li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
    background-color:#fff;
    
}

/* Anchor Links */
#menu-network-menu a {
    display: block;
    padding: 15px 15px 15px 60px;
    font-weight: 600;
    color: #000000;
    border-radius: 4px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

/* Icon Before Each Menu Item */
#menu-network-menu li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Specific Icons for Menu Items */
#menu-network-menu li.redzone:before {
    background-image: url(https://mlbstreams.live/wp-content/uploads/2025/06/Logo-ESPN.webp);
}
#menu-network-menu li.nflnet:before {
    background-image: url(https://mlbstreams.live/wp-content/uploads/2025/06/1.svg);
}

.mini_banner {
    text-align: center;
    flex-basis: calc(100% - 95px);
    padding: 15px;
}

.hd_image {
    flex-basis: 53px;
    background: #ff0000;
    padding: 20px 10px;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.hd_image img {
    width: 30px;
    margin-bottom: -4px;
}

.minibanner_text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700;
    vertical-align: top;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
}

.minibanner_text:before,
.minibanner_text:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    transition: transform .3s cubic-bezier(.76, 0, .24, 1);
    transform-origin: 100% 50%;
}

.minibanner_text:before {
    background-color: var(--theme_color);
    height: 1px;
    bottom: 0;
    transform: scaleX(0);
}

.minibanner_text:after {
    content: attr(data-replace);
    top: 0;
    height: 100%;
    transform: translate3d(200%, 0, 0);
    color: var(--theme_color);
    text-shadow: 0 0 0 #fff0;
}

.minibanner_text:hover:before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.minibanner_text:hover:after {
    transform: translate3d(0, 0, 0);
}

.minibanner_text span {
    display: inline-block;
    transition: transform .3s cubic-bezier(.76, 0, .24, 1);
}

.minibanner_text:hover span {
    transform: translate3d(-200%, 0, 0);
}

.vidPlay {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -32px;
    z-index: 10;
    width: 64px;
    height: 54px;
    padding: 11px 16px;
    border-radius: 4px;
    background-color: #c1272d;
    -webkit-box-shadow: inset 0 -2px 18px rgb(0 0 0 / .4), 0 0 20px rgb(0 0 0 / .4);
    box-shadow: inset 0 -2px 18px rgb(0 0 0 / .4), 0 0 20px rgb(0 0 0 / .4);
}

.vidPlay:hover {
    background-color: #ff1d25;
    -webkit-box-shadow: inset 0 -2px 18px rgb(0 0 0 / .4), 0 0 20px rgb(0 0 0 / .6);
    box-shadow: inset 0 -2px 18px rgb(0 0 0 / .4), 0 0 20px rgb(0 0 0 / .6);
}

.vidCont-bg {
    max-height: 390px;
    max-width: 100%;
    background-size: cover;
    height: 70vw;
    position: relative;
}

.vidCont-bg-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 1;
}

.vidPlayTriangle {
    position: absolute;
    top: 14px;
    left: 21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 26px;
    border-color: #fff0 #fff0 #fff0 #fff;
    opacity: 1;
}

.live {
    color: red !important;
}

@-webkit-keyframes stretch {
    0% { opacity: 0; }
    to { opacity: 1; }
}

@keyframes stretch {
    0% { opacity: 0; }
    to { opacity: 1; }
}

.bnrplayer-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
}

.bnrplayer {
    font-size: 15px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    background-color: rgb(0 0 0 / .5);
    border-top: 1px solid #222;
}

.bnrplayer__play {
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 25px;
    border-color: #fff0 #fff0 #fff0 #fff;
}

.bnrplayer__comp {
    vertical-align: top;
    padding: 13px 25px 4px;
    margin-top: -1px;
}

.bnr-play-cont {
    cursor: pointer;
}

.bnr-play-cont:hover {
    background-color: rgb(0 0 0 / .14);
}

.bnr-live {
    color: red;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
}

.bnr-live:before {
    background-image: url(https://nflstreams.space/wp-content/uploads/2025/06/red-button.png);
    background-size: 11px 11px;
    display: inline-block;
    width: 11px;
    height: 11px;
    content: "";
    margin-right: 10px;
    -webkit-animation-name: stretch;
    animation-name: stretch;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.btn__class {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-chromecast {
    background-image: url(https://nflstreams.space/wp-content/uploads/2025/06/zabra.png);
}

.btn-hd {
    background-image: url(https://nflstreams.space/wp-content/uploads/2025/06/hd-1.png);
}

.btn-sound {
    background-image: url(https://nflstreams.space/wp-content/uploads/2025/06/volumn-button.png);
}

.btn-fullscreen {
    background-image: url(https://nflstreams.space/wp-content/uploads/2025/06/expand.png);
}

.bnr-timer-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    color: rgb(255 255 255 / .7);
}

.bnr-timer-line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 22px 0 0 20px;
    height: 4px;
    background-color: rgb(255 255 255 / .5);
}

.bnrplayer__volume {
    position: relative;
    top: -2px;
    width: 29px;
    height: 12px;
}

.bnrplayer__fullscreen {
    position: relative;
    top: -2px;
    width: 12px;
    height: 12px;
}

#video-link {
    display: block;
    position: relative;
    text-decoration: none;
}

.linkContainer {
    padding-top: 5px;
    max-width: 630px;
    background-color: #fff0;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 16px;
}

#aff-click-link {
    text-decoration: none !important;
}

.link-cursor {
    cursor: pointer;
}

video-wrapper,
.video-wrapper-item,
.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-wrapper:before {
    display: block;
    content: "";
    padding-top: 48.25%;
    padding-bottom: 30px;
}

.video-wrapper.video-wrapper-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 100%;
}

.video-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px;
    background: #000;
    overflow: hidden;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}

iframe {
    border-width: 0 !important;
}

.player_area {
    margin: 6px 0;
}

.iframe-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme_color);
    text-align: center;
    margin-bottom: 10px;
}

body.dark-theme .iframe-links {
    background-color: var(--menu_bg);
}

a.btn {
    width: 20%;
    list-style: none;
    color: #ffffff;
    font-weight: 600;
    padding: 11px;
    position: relative;
    background-color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 17px;
    font-family: noto_sanssemicondensed_light;
    text-shadow: 0 1px 0 rgb(0 0 0 / .1);
}

a.active {
   background-color: #565656;
}

a.btn:hover {
    background: #ff0000;
    color: #f9f9f9;
}

a.btn:after {
    position: absolute;
    width: 1px;
    height: 90%;
    content: "";
    background-color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

a.btn:last-child:after {
    background-color: #fff0;
}

.iframe-links a {
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 600;
}

.theatre .iframe-links .channel_hd_btn {
    color: red;
    font-weight: 700;
    font-size: 22px;
    line-height: 0;
    padding-top: 24px;
}


.theatre section.score_container {
    width: 100vw;
    margin: 0 auto !important;
    top: 0;
    left: 0;
}

.theater_player_container_area {
    position: relative;
}

.theatre_palyer_container {
    position: relative;
}

.theatre {
    overflow: hidden;
    background: #000;
    position: fixed;
    width: 100%;
}

.theatre .player_container iframe {
    position: fixed;
    width: calc(100vw - 335px);
    height: calc(100vh - 80px);
    left: 0;
    top: 80px;
    z-index: 999999999;
    background: #000;
}

.theatre #secondary #darkChat {
    position: fixed;
    right: 0;
    left: auto;
    height: 100vh;
    top: 80px;
    z-index: 999999999;
    display: block !important;
    background: #000;
}

.theatre #secondary #darkChat iframe {
    height: calc(100vh - 80px);
    width: 335px;
}

#toggleTeathre {
    padding: .2rem .5rem;
}

.theatre #toggleTeathre {
    position: fixed;
    left: 40px;
    z-index: 999999999999999999;
    top: 130px;
    width: auto;
}

.theatre #toggleTeathre #enter_t {
    display: none !important;
}

.theatre #toggleTeathre #exit_t {
    display: block !important;
}

.theatre div#secondary {
    display: block !important;
}

.gothea {
    position: absolute;
    left: 30px;
    top: 60px;
    vertical-align: middle;
    display: none;
}

.theatre .theater_player_container_area:hover .gothea,
.theater_player_container_area:hover .gothea {
    display: block;
}

.theatre .theater_player_container_area:hover .iframe-links {
    position: fixed;
    top: 120px;
    left: 10;
    z-index: 9999999999;
    width: calc(100vw - 335px);
    padding-inline: 12rem;
    background: 0 0;
}

@supports(-ms-ime-align:auto) {
    .theatre .player_container .gothea,
    .theatre .player_container .iframe-links,
    .player_container .gothea {
        display: block;
    }
}

.theatre_btn span.slide {
    display: none;
    padding-right: .25rem;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
}

.theatre_btn:hover span.slide {
    display: inline;
    vertical-align: middle;
}

a#toggleTeathre {
    display: inline-block;
    vertical-align: middle;
    background: #F44336;
    border-radius: 6px;
}

.player_container.embed-responsive.embed-responsive-16by9 {
    position: relative;
}

.theatre .theater_player_container_area:hover .iframe-links a {
    background: #0009;
    margin-right: 1px;
}

.theatre .theater_player_container_area .iframe-links a:hover {
    background: #4a4a4a73;
}

.theatre .theater_player_container_area .iframe-links a.active {
    background: #4a4a4a73;
}

.theatre .theater_player_container_area .iframe-links a.btn:after {
    background-color: #0000;
}

tr[id^=Liqwid_] td {
    padding: 10px 0;
    text-align: center;
}

tr[id^=Liqwid_] iframe,
div[id^=Liqwid_] iframe {
    vertical-align: bottom;
}

div[id^=Liqwid_] {
    text-align: center;
}

.sm {
    font-size: 85%;
}


 .scorestrip {
        background: #f2f2f2
    }

    .scorestrip .game-list {
        float: left;
        width: 100%
    }

    .scorestrip .game-list .noGames {
        font-family: "Titillium Web", sans-serif;
        line-height: 88px;
        padding-left: 10px;
        display: block
    }

    .scoreStripGames {
        z-index: 100;
        background: linear-gradient(to bottom, #fff 0, #f1f1f1 50%, #fff 100%) #fafafa
    }

    .scoreStripGames .item {
        color: #000;
        padding: 4px 7px;
        position: relative;
        float: left;
        width: 95px;
        box-sizing: content-box;
        border-left: 1px solid #ccc;
        text-shadow: 0 1px 0 #fff
    }

    .scoreStripGames .item.liveevent {
        padding: 0 0 3px;
        width: 150px
    }

    .scoreStripGames .item.liveevent img {
        overflow: hidden;
        max-height: 150px
    }

    .scoreStripGames .item.liveevent.redzone-liveevent img {
        max-height: 72px;
        width: auto
    }

    .scoreStripGames .item.liveevent.redzone-liveevent {
        padding: 0
    }

    .scoreStripGames .item .info {
        font-size: 12px
    }

    .scoreStripGames .item .info-content {
        font-family: "Titillium Web", sans-serif;
        line-height: 22px
    }

    .scoreStripGames .item .logo {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 5px
    }

    .scoreStripGames .item .code {
        float: left;
        font-weight: 700
    }

    .scoreStripGames .item .score {
        float: right;
        display: none;
        font-family: "Titillium Web", sans-serif
    }

    .scoreStripGames .item.FINAL .score,
    .scoreStripGames .item.Final .score {
        font-family: "Titillium Web", sans-serif
    }

    .scoreStripGames .item .status {
        font-size: 11px;
        line-height: 20px;
        height: 20px;
        font-family: "Titillium Web", sans-serif;
        text-transform: uppercase
    }

    .scoreStripGames .item.Live .status,
    .scoreStripGames .item.Q1 .status,
    .scoreStripGames .item.Q2 .status,
    .scoreStripGames .item.Q3 .status,
    .scoreStripGames .item.Q4 .status {
        color: #006400;
        font-family: "Titillium Web", sans-serif
    }

    .scoreStripGames .item.FINAL .status,
    .scoreStripGames .item.Final .status {
        color: #d50a0a
    }

    .scoreStripGames .item.PREGAME .status,
    .scoreStripGames .item.Pre-Game .status {
        color: #f26729;
        font-family: "Titillium Web", sans-serif
    }

    .scoreStripGames .item.liveevent .status {
        padding: 0 7px
    }

    .scoreStripGames .item .status .rz-text {
        font-family: "Titillium Web", sans-serif;
        color: #d50a0a;
        float: right;
        display: none
    }

    .scoreStripGames .item.redzone .status .rz-text {
        display: inline-block
    }

    .scoreStripGames .item .bar {
        border-top: 2px solid;
        bottom: 0;
        height: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transform: scale(0, 1);
        transform-origin: left center;
        transition-property: opacity, transform;
        transition-duration: .15s;
        transition-timing-function: cubic-bezier(.455, .03, .515, .955);
        border-top-color: inherit
    }

    .scoreStripGames .item .red-bar {
        top: 0;
        border-color: #d50a0a
    }

    .scoreStripGames .item .orange-bar {
        top: 0;
        border-color: #fc0
    }

    .scoreStripGames .item .green-bar {
        top: 0;
        border-color: #5ea92a
    }

    .scoreStripGames .item .blue-bar {
        bottom: 0;
        border-color: #1b48e0
    }

    .scoreStripGames .item.preSelected,
    .scoreStripGames .item.selected {
        background: #fff;
        cursor: default
    }

    .scoreStripGames .item.unavailable {
        cursor: no-drop
    }

    .owl-carousel {
        cursor: pointer
    }

    .owl-carousel .owl-stage {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: box;
        margin: 0 auto;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        width: 55px;
        height: 100%;
        background-color: #fff;
        background-position: center center;
        background-size: 12px 20px;
        background-repeat: no-repeat;
        -webkit-transition: opacity .2s, visibility .2s;
        opacity: 1;
        transition: opacity .2s, visibility .2s;
        box-shadow: 0 0 4px 1px rgb(0 0 0 / .12)
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0;
        background-image: url(https://neulionms-a.akamaihd.net/nfl/gamepass/v1/nflgp/site_4/images/icon_arraw_left_gray.svg);
        padding-right: 0
    }

    .owl-carousel .owl-nav .owl-next {
        right: 0;
        background-image: url(https://neulionms-a.akamaihd.net/nfl/gamepass/v1/nflgp/site_4/images/icon_arraw_right_gray.svg);
        padding-left: 0
    }

    .owl-carousel .owl-nav .disabled {
        visibility: hidden;
        opacity: 0
    }

  

    .clearfix:after,
    .clearfix:before,
    .container-fluid:after,
    .container-fluid:before,
    .container:after,
    .container:before,
    .row:after,
    .row:before {
        display: table;
        content: " "
    }

    .clearfix:after,
    .container-fluid:after,
    .container:after,
    .row:after {
        clear: both
    }

    a.stickytickerwatch,
    a.tickerwatch {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 2px;
        right: 0;
        background: rgb(255 255 255 / .97);
        color: #000;
        text-align: center;
        padding-top: 26px;
        opacity: 0;
        font-size: 13px;
        font-weight: 700;
        -webkit-transition: opacity .2s, visibility .2s;
        transition: opacity .2s, visibility .2s
    }

    .item:hover a.stickytickerwatch,
    .item:hover a.tickerwatch {
        opacity: 1
    }

    span.teams_logo img {
        width: 35px;
        vertical-align: middle
    }

    .s_container {
        overflow: hidden;
    }

   .container {
    max-width: 1200px;
    margin: auto;

    }

.MLB_schedule_container {
    margin-bottom: 1px;
    background-color:#fff;
    color: #FFF9E5;
}

table {
    font-size: 15px;
    text-align: center !important;
    box-shadow: 0 3px 6px rgb(0 0 0/0%), 0 1px 2px rgb(0 0 0/40%);
    border: 0 solid;
    border-radius: 5px;
}

td.vs {
    text-align: center;
    padding: 5px;
}

td.vs .game_time {
    display: block;
    margin: 2px 0;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

td.vs .schedule_date {
    display: block;
    margin: 2px 0;
    font-size: 11px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

td.vs .main_vs {
    font-weight: 700;
    color: #000;
    font-size: 15px;
    display: block;
}

td.teamvs span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.season_title h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.game_day_date {
    font-size: 12px;
    color: #fff;
    margin-top: 0px;
}

td.teamlogo img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease-in-out;
    vertical-align: middle;
}

td.teamlogo:hover img {
    transform: scale(1.2);
}

.game_time {
    text-align: center;
    font-weight: 700;
    border-radius: 0;
    font-size: 14px;
}

.game_date {
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.schedule_watch {
    text-align: center !important;
    text-shadow: 0 1px 1px rgb(0 0 0/50%);
    border: 1px solid #006AB7 !important;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-weight: 700;
    background-image: linear-gradient(45deg, #006ab7 0%, #5ca5d6 51%, #5ca5d6 100%);
    cursor: pointer;
    touch-action: manipulation;
    width: 75px;
    height: 37px;
}

.schedule_hd {
    text-align: center !important;
    text-shadow: 0 1px 1px rgb(0 0 0/50%);
    border: 1px solid #CC2610 !important;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    background-image: linear-gradient(45deg, #ff512f 0%, #f09819 51%, #ff512f 100%);
    cursor: pointer;
    touch-action: manipulation;
    width: 60px;
    height: 38px;
}

.schedule_hd img {
    margin-right: 2px;
    width: 17px;
    height: 20px;
    margin-bottom: -2px;
}

.schedule_watch:hover,
.schedule_hd:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.schedule_watch:active,
.schedule_hd:active {
    transform: scale(.95);
}

.schedule_date_heading {
    text-align: center;
    background: #000;
    padding: 10px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 12px;
}

.timezone-selector select {
    background-color: #013369;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
    padding: 8px 20px;
    appearance: none;
    cursor: pointer;
    width: 100%;
}

.timezone-selector {
    position: relative;
    display: block;
    width: 100%;
}

.timezone-selector::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    font-size: 15px;
}

.season_title {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

table td, table th {
    padding: 0;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}

 h1.team_schedule_heading {
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
  
}

@media (max-width: 992px) {
    td.vs .main_vs {
        color: #d00;
    }

    .nav-teams {
        overflow: hidden;
    }

    td.vs .game_time,
    td.vs .main_vs,
    td.vs .schedule_date {
        display: block;
        margin: 2px 0;
        font-size: 12px;
    }

    td.vs .main_vs {
        font-weight: 700;
        font-size: 15px;
    }

    a#toggleTeathre {
        display: none;
    }

@media only screen and (max-width:768px) {
    table td, table th {
        font-size: 12px;
        color: #FFF9E5;
        font-weight: 700;
    }

    .teamvs, .themvs {
        display: none;
    }

    td.vs {
        text-align: center;
        padding: 2px;
    }

    td.vs .game_time {
        display: block;
        margin: 2px 0;
        font-size: 11px;
    }

    td.vs .main_vs {
        font-weight: 700;
        font-size: 13px;
    }

    td.vs .schedule_date {
        display: block;
        margin: 2px 0;
        font-size: 9px;
    }

    td.teamlogo img {
        width: 40px;
        height: 40px;
    }

    .schedule_watch {
        width: 55px;
        height: 35px;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 14px;
    }

    .schedule_hd {
        width: 50px;
        height: 35px;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 14px;
    }

    .schedule_hd img {
        margin-right: 3px;
    }

    .game_date {
        font-size: 10px;
        text-align: center;
        font-weight: 700;
    }

    .game_time {
        text-align: center;
        font-weight: 700;
        border-radius: 0;
        font-size: 11px;
    }

    .schedule_watch {
        font-size: 12px;
    }

    .schedule_hd {
        font-size: 13px;
    }

    td.vs {
        padding: 0px;
    }

    td.vs .game_time,
    td.vs .main_vs,
    td.vs .schedule_date {
        font-size: 10px;
    }

    td.vs .main_vs {
        font-size: 12px;
    }

    td.vs .schedule_date {
        font-size: 8px;
    }

    .bnrplayer-container {
        height: 25px;
    }
    .bnrplayer {
        font-size: .8em;
        line-height: 1.7em;
        height: 25px;
    }
    .bnrplayer__play {
        border-width: 7px 0 7px 12px;
    }
    .bnrplayer__comp {
        padding: 3px 15px 4px;
    }
    .bnr-play-cont {
        padding-top: 6px;
    }
    .bnr-live {
        padding-left: 0;
        padding-right: 5px;
    }
    .bnr-timer-line {
        margin: 10px 0 0 10px;
    }
}

img[data-src] {
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    will-change: opacity;
}

img[data-src][src] {
    opacity: 1;
}

a.btn {
    margin-right: 1px;
    font-size: 12px;
    font-weight: 700;
    padding: 7px;
}

.topTitle {
    font-size: 15px;
    max-width: 95%;
    text-transform: uppercase;
}

.vidCont-bg {
    max-height: 390px;
    max-width: 100%;
    background: url("") no-repeat center #000;
    background-size: cover;
    height: 60vw;
    position: relative;
}

h1.team_schedule_heading {
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 2.0;
}

.minibanner_text {
    font-size: 11px;
}

a#toggleTeathre {
    display: none;
 }

 .owl-carousel .owl-nav {
        display: none
  }
	
.s_container {
        overflow: scroll
    }	
	
}	