/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



.inside-header {
    padding: 10px 10px
}
.widget-area .widget {
    padding: 10px
}

.watch_btn svg{
    width:15px;
    height:15px;
    fill:#fff;
    transform:translateY(2px);
}

.separate-containers .inside-article {
	padding: 10px;
		border-radius: 5px;
	background-clip: border-box;
    border: 1px solid rgb(0 0 0 / .125);
}


/* === SCHEDULE === */
.NFL_schedule_container {
  width: 100%;
  border-collapse: collapse;
  background: #f0f0f0;
}

table {
  font-size: 15px;
  text-align: center !important;
  border-radius: 5px;
}

table tr:hover {
   	 background:
        linear-gradient(45deg, #006AB7 10%, transparent 10%),
        linear-gradient(-45deg, #006AB7 10%, transparent 10%),
        #f0f0f0; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


table td,
table th {
  padding: 6px;
  vertical-align: middle;
	box-shadow: 0 2px 2px rgb(0 0 0 / .14);

  
}

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

/* TIME + DATE */
td.vs .game_time {
  display: block;
  margin: 2px 0;
  font-size: 13px;
  color: #000;
  font-weight: 900;
  text-transform: capitalize;
}

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

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

/* TEAM NAME */
td.teamvs span {
  font-size: 14px;
  color: #000;
  font-weight: 900;
  text-transform: capitalize;
}

/* TEAM LOGO */
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);
}

/* GENERAL TIME + DATE */
.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 BUTTON */

button.watch_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

}



.watch_btn {
  background:linear-gradient(45deg, #006AB7 0%, #5CA5D6  51%, #5CA5D6  100%)
 ;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  border-radius: 5px;
  padding: 8px 6px;
  cursor: pointer;
  border: 1px solid #e4b75a;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.watch_btn:hover {
  background: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
  color: #fff;
  filter: brightness(1.15);
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.55);
}

/* HD BUTTON */
.hd {
  background: linear-gradient(90deg, #c8a043 0%, #ffe899 50%, #c8a043 100%);
  border: none;
  color: #000;
  width: 100%;
	font-size:15px;
  font-weight: 900;
  border-radius: 5px;
  padding: 7px 10px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
  transition: 0.25s;
}

.hd:hover {
  filter: brightness(1.15);
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.55);
}

.game_day_date {
  color: #fff;
  padding-bottom: 10px;
}

.schedule_date_heading {
    text-align: center;
   background: linear-gradient(45deg, #006AB7 11%, #5CA5D6 5%, #2264ad  100%)
;
    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 {
    font-size: 20px;
    color: #fff;
    padding:10px;
}

.game_day_date {
   color: #fff;
    padding-bottom:10px;
}
.schedule_date_heading h2 {
    margin: 0 !important;
    padding: 10px 0 !important;
}

.current_schedule_date p{
    margin-bottom:0;
}

h1,h2,p{
   margin-left: 10px;

}

.home #block-13{
    display:none !important;
}

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


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

.player_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-links {
  width: 100%;
  display: flex;
  background: #000;
  text-align: center;
  margin-bottom: 0;
}

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

.theatre_btn.active {
  background: #414141;
	color:#fff;
}

.theatre_btn:hover {
  background: #1e73be;
	color:#fff;
}


/* ============================================================
   PIXELSPORT CARD
============================================================ */

.infobox {
    margin: 0;
}

.ps-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    margin-top: 1.5rem;
    background: #013369;
    border: 5px solid transparent;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 14%);
    text-decoration: none !important;
    transition: border-color .2s ease;
}

.ps-card:hover {
    border-color: rgb(218 107 5 / 18%);
}

.ps-left {
    display: flex;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    min-width: 0;
}

.ps-brand {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    white-space: nowrap;
}

.ps-tv {
    color: #DA6B05;
    font-weight: 800;
}

.ps-sep {
    margin: 0 8px;
    color: rgb(255 255 255 / 30%);
    font-size: 14px;
}

.ps-tagline {
    color: rgb(255 255 255 / 75%);
    font-size: 12.5px;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ps-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.ps-feat {
    display: inline-flex;
    align-items: center;
    color: rgb(255 255 255);
}

.ps-card:hover .ps-feat {
    color: rgb(255 255 255 / 65%);
}

.ps-feat-4k {
    padding: 2px 5px;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.2;
}

.ps-try {
    margin-left: 4px;
    color: #DA6B05;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    white-space: nowrap;
    transition: color .2s ease;
}

.ps-card:hover .ps-try {
    color: #f07b0a;
}

/* ==========================================================
 * NFL TEAM LOGOS FOOTER RESPONSIVE STYLES
 * ========================================================== */
.nfl-footer-wrapper {
    background-color: #111111;
    padding: 20px 20px;
	    border-bottom: 2px solid #333333;
}

.nfl-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.nfl-footer-conference {
    flex: 1;
}

.nfl-footer-conference h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #333333;
    padding-bottom: 12px;
}


.nfl-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 10px;
}


.nfl-team {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    border: 1px solid #2d2d2d;
    border-radius: 8px;
    padding: 8px;
    transition: all 0.3s ease-in-out;
}

.nfl-team:hover {
    background-color: #252525;
    border-color: #444444;
    transform: translateY(-3px); 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.nfl-team img {
    max-width: 100%;
    height: auto;
    max-height: 45px;
    object-fit: contain;
}

.nfl-footer-divider {
    border-bottom: 1px solid #2d2d2d;
    margin: 10px 0;
}

@media (min-width: 600px) {
    .nfl-team-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 15px;
    }
    .nfl-team img {
        max-height: 50px;
    }
}

@media (min-width: 992px) {
    .nfl-footer-container {
        flex-direction: row;
        gap: 40px;
    }

    .nfl-team-grid {
        grid-template-columns: repeat(8, 1fr);
        gap: 12px;
    }
    .nfl-footer-divider {
        border-bottom: none;
        border-right: 1px solid #2d2d2d;
        margin: 0;
    }
}

.wp-block-heading{
    text-align:center;
    font-size:22px;
    font-weight:700;
    line-height:1.3;
	  font-style:italic;
}

.wp-block-heading strong,
.wp-block-heading em{
    font-style:italic;

}

/* Mobile */
@media (max-width:768px){

.wp-block-heading{
    font-size:20px !important;
    line-height:1.4 !important;
}

.wp-block-heading strong,
.wp-block-heading em{
    display:block;
    font-size:20px;
}

}

@media (max-width:768px){
/* ============================================================
   PLAYER AREA
   ============================================================ */
.iframe-links{
    display:grid;
    grid-template-columns:repeat(9,1fr);
}

.theatre_btn{
    width:100%;
    padding:12px 0;
    font-size:13px;
}

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

.player_container iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

/* ============================================================
   PIXELSPORT CARD
============================================================ */

.ps-card{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    padding:12px;
}

.ps-left{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
}

.ps-brand{
    font-size:16px;
}

.ps-sep{
    display:none;
}

.ps-tagline{
    font-size:12px;
    line-height:1.5;
}

.ps-right{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:8px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.08);
}

.ps-feat svg{
    width:16px;
    height:16px;
}

.ps-feat-4k{
    font-size:10px;
    padding:2px 4px;
}

.ps-try{
    margin-left:auto;
    font-size:12px;
}


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

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

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

  .teamlogo img {
    height: 30px;
  }

  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: 60px;
    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: 6px;
  }

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

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

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

  .game_time {
    font-size: 11px;
    padding: 2px 5px;
  }
	
.match_nav_btn{
font-size:13px;
}
  .watch_btn,
  .hd {
    font-size: 12px;
    padding: 8px;
    white-space: nowrap;
  }
}
