/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/


body {
  margin: 0;
  padding: 0;
  background-color:#1a1a1a;
}

body.home .container {
    min-height: 500px; 
}

.site-name {  
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
   
}

h2 {
    
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
   
}

    .home-main-content {
      background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
      padding: 15px;
      border-radius: 5px;
    
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .home-main-content h1 {
      font-size: 28px;
      color: #fff;
      text-transform:uppercase;
      text-align:center;
    }
    .home-main-content p {
     margin: 20px;
	 font-size: 0.95rem;
     line-height: 1.6;
     color: #dbdbdb;
		
    }

.home-sidebar-content {
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.01);
}

.home-sidebar-content h2 {
    font-size: 25px;
	color: #fff;
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 12px;
	margin-top: 12px;
}

.home-sidebar-content p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #dbdbdb;
  margin: 20px;
}

.home-sidebar-content ol {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #dbdbdb;
}

.home-sidebar-content ol li {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 0.95rem;
  color: #dbdbdb;
}

.home-sidebar-content ol li strong {
  color: #ffffff;
  font-size: 0.95rem;
}

.main_header {
    background: #333;
    border-bottom: 1px solid #4b0404;
    overflow: hidden;
    max-width: 1400px;
    margin: auto;
    width: 100%

    }

.Second_header {
background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #cc0000;
  top: 0;
  z-index: 1000;
}

.logo-line {
  display: flex;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  width: 35px;
  height: 35px;
  margin-right: 0px;
}

.logo-text {
  font-size: 25px;
  color: white;
  margin: 0;
}

.timezone-selector {
    width: 160px; 
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  margin-top:10px;
}

.left-content {
  flex: 2;
  min-width: 0;
  margin-right:10px; 
}

a:-webkit-any-link {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

a:-webkit-any-link:hover {
    text-decoration: underline;
    color:#fff;
}

 .site-header {
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);

 }  
.site-footer {
 background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
}


/* ===== Schedule Card Wrapper ===== */
.schedule_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
    padding: 12px 16px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    font-family: Arial, sans-serif;
    color: #fff;
    flex-wrap: wrap;
    gap: 10px;
}
.schedule_card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.6);
  background: #1a1c24; /* Slightly lighter dark background on hover */
}


/* ===== Logo + Title ===== */
.gamelogo_title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.gamelogo_title img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
    background-image: linear-gradient(45deg, #ff512f 0%, #f09819 51%, #ff512f 100%);
    padding: 4px;
    transition: transform 0.2s ease-in-out;
}

.gamelogo_title img:hover {
    transform: scale(1.1);
}

/* ===== WATCH Button ===== */
.watch_btn_wrapper .watch__btn {
    background-image: linear-gradient(45deg, #ff512f 0%, #f09819 51%, #ff512f 100%);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    transition: background 0.3s ease;
}

.watch_btn_wrapper .watch__btn:hover {
    background: #d62828;
}


/* Above Header Background Gradient */
.ast-above-header.ast-above-header-bar {
    background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
}

/* Below Footer Background Gradient */
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
}

/* Container Padding Fix */
.ast-container,
.ast-container-fluid {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

header .custom-logo-link img {
 margin-right: -10px;
} 


/* Center wrapper for buttons */
.btn_wrapper {
    display: flex;
    justify-content: center; 
    margin: 20px 0;
}

.watch__btn {
    padding: 12px 24px;
    border: none;
    background: #0066ff;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}
.watch__btn:hover {
    background: #0044cc;
}

/* Schedule Card */
.schedule {
    text-align: center;
    padding: 20px;
    border: 1px solid #000000;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    max-width: 320px;
    margin: 20px auto;
    background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
}

/* Logo & Title */
.game_logo_title img {
    max-width: 80px;
    margin-bottom: 10px;
}
.game_logo_title span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    
}

/* Watch Button inside card */
.top__btn {
    padding: 10px 22px;
    border: none;
    background: #ff0000;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}
.top__btn:hover {
    background: #cc0000;
}

/* Native container wrapper */
.native {

    justify-content: center;
    align-items: center;  
    width: 20%;       
    margin: 20px auto;         
    padding: 10px;             
    box-sizing: border-box;  
}

    .wrapper {
      position: relative;
      width: 100%;
      height: 4000px;
      overflow: hidden;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: none;
      overflow: hidden;
      pointer-events: auto;
    }

    .overlay-bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 70px; 
      width: 100%;
      background-color: #222121;
      z-index: 999;
    }

/* === SCHEDULE === */
.NFL_schedule_container {
  width: 100%;
  border-collapse: collapse;
 background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
}
.NHL_schedule_container {
  width: 100%;
  border-collapse: collapse;
 background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
}

.MLB_schedule_container {
  width: 100%;
  border-collapse: collapse;
 background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
}

.NBA_schedule_container {
  width: 100%;
  border-collapse: collapse;
 background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
}

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: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

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

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

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

}

td.teamlogo img {
    width: 45px;
    height: 45px;
    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;
}

.watch_btn {
    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: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
    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: 3px;
    width: 15px;
    height: 17px;
    margin-bottom: -2.1px;
}

.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: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
    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%;
}

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


.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 h2 {
    font-size: 20px;
    color: #fff;
    margin: 10px;
    padding-top:10px;
}

.game_day_date {
   color: #fff;
    padding-bottom:10px;
}
   
   
table td, table th {
    padding: 0;
    vertical-align: middle;
    border: 1px solid rgb(63 63 63);
}

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

.right-sidebar {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  padding-bottom:15px;
  gap: 20px;
}

/* === PLAYER AREA === */

.player_area {
 display: none;
background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
margin-bottom:30px;
}

.theatre_btn {
  border-right: 1px solid #525252;
  color: white;
  padding: 15px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0px;
  transition: 0.3s;
  width: 20.2%;
}


.theatre_btn.active {
  background: #014a01;

}

.theatre_btn:hover {
  background: #710202;

}

.hd-btn {
  background: gold;
  color: black;
  font-weight: bold;
}

.player_container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

.player_container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #525252;
}

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



/* === PRICING BOX === */
.pricing-box {
display: none;  
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  padding: 20px;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #525252;
}

.pricing-box .price1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pricing-box .price {
  font-size: 24px;
  color: #00cc99;
  margin-bottom: 5px;
}

.pricing-box ul {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 2.0;
  color:#ffff;
}


.pricing-box .button a {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.pricing-box .button a:hover {
  background: linear-gradient(to right, #111, #205c87, #0b0b0b, #000);
  text-decoration: underline;
  
}
.price1 {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


#darkChat {
  display: none;  
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  height: 550px;
  border-radius: 5px;
  border: 1px solid #525252;
}

  
  @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 screen and (max-width: 768px) {
    
 .container {
    flex-direction: column;
  } 
  
.NHL_schedule_shot_code {
    margin-left: 3px !important;
    margin-right: 3px !important;
}
.NFL_schedule_shot_code {
    margin-left: 3px !important;
    margin-right: 3px !important;
}
.MLB_schedule_shot_code {
    margin-left: 3px !important;
    margin-right: 3px !important;
}
.NBA_schedule_shot_code {
    margin-left: 3px !important;
    margin-right: 3px !important;
}
	
  .left-content {
  margin-right:0px; 
}  
    
  .iframe-links a {
    padding: 10px;
    font-size: 14px;
  }

  .teamvs span {
    font-size: 12px;
  }

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

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

  .teamlogo img {
    height: 30px;
  }

  .pricing-box .price {
    font-size: 20px;
  }

  .pricing-box .price1 {
    font-size: 18px;
  }

  .pricing-box ul {
    font-size: 13px;
  }
  
 .theatre_btn {
  color: white;
  padding: 10px;
  font-size: 11px;
  width: 11%;
} 


 .owl-carousel .owl-nav {
        display: none;
  }
	
.main_header {
        overflow: scroll;
    }
   
    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;
    }

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

    .schedule_hd {
        width: 55px;
        height: 35px;
        font-size: 14px;
    }


    .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;
    }

    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;
    }
    
.pricing-box {
  margin-top: 80px;
  margin-left: 3px !important;
  margin-right: 3px !important;
} 
	
#darkChat {
 display: none !important;

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .gamelogo_title {
        font-size: 18px;
    }
    .watch_btn_wrapper .watch__btn{
        font-size: 14px;
        padding: 10px 12px;
		
		}
		
  .gamelogo_title {
    font-size: 17px;
    
    }
  
}
@media (max-width: 480px) {
    .gamelogo_title span {
        font-size: 13px;
    }
    .watch_btn_wrapper .watch__btn{
        font-size: 12px;
        padding: 10px 12px;
    }
  
}

