/*
 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
*/

.site-content {
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget-area .widget {
    padding: 0px;
}

.ntp_roster_flat_table tbody tr:nth-child(even) td {
    background-color: #919191;
    color: #000;
}

.ntp_roster_flat_table tbody tr:nth-child(odd) td {
    background-color: #c9c9c9;
    color: #000;
}

.site-branding-container .site-logo {
    margin-right: 5px;
}

.inside-header {
    padding: 5px 10px;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px;
}

.separate-containers .site-main {
    margin: 0px;
}

.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{
  margin-top: 0px;
  margin-bottom: 0px;
}
.separate-containers .inside-article {
padding-bottom: 0px;   
padding-top: 0px;
border-radius: 15px 15px 5px 5px;	
box-shadow: 0 2px 2px rgb(0 0 0 / .14);	
}
.wp-block-heading, .wp-block-paragraph {
margin-left:25px;
margin-right:25px;
padding-bottom:1px;
}

sup {
    bottom: -1ex;
}

/* === SCHEDULE === */

tr {
 background-color: #f8f9fa; 	
}
 tr:hover {
 background-color: #e9ecef;
 transition: 0.3s ease;
}

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-collapse: collapse !important;
    border-spacing: 0 !important;
}

table td,
table th {
    padding: 6px;
    vertical-align: middle;
	box-shadow: 0 1px 1px rgb(0 0 0 / 0%), 0 1px 1px rgb(0 0 0 / 13%);
	border: 1px solid rgba(0,0,0,.1) !important;
 }

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

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

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

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

/* TEAM NAME */
td.teamvs span {
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 700;
    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: #041e42;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #e4b75a;

}

.watch_btn:hover {
    background: #0a1833;
    text-shadow: 0 1px 1px rgb(0 0 0 / .8)
    filter: brightness(1.15);
    transform: scale(1.05);
}

/* 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;
    transition: 0.25s;
}

.hd:hover {
    filter: brightness(1.15);
    transform: scale(1.05);
	color: #000;
}

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

.schedule_date_heading {
    text-align: center;
    background: #0a1833;
    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: 20px;
}

.schedule_shown_date{
    margin:0px 0;
    color:#fff;
    font-size:11px;
    font-weight:500;
    letter-spacing:1px;
    line-height:1;
}

.season_title h2{
    margin:5px;
    font-size:20px;
    font-weight:700;
    line-height:1.2;
}

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

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

.player_area {
    display: none;
    margin-bottom: 30px;
}

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

.theatre_btn.active {
    background: #01325b;
    color: #fff;
}

.theatre_btn:hover {
    background: #3c3834;
    color: #fff;
}

.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;
	background:#0000;
}

.iframe-links {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 0px;
    background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
}

/* === PRICING BOX === */

.pricing-box {
   background: linear-gradient(0deg, #0D192D, #1A2F4C);
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #525252;
}

.pricing-box .button a {
    padding: 15px 30px;
   background: linear-gradient(
    90deg,
    #F2B240 0%,
    #F4BC4B 30%,
    #F7D160 60%,
    #FBED7D 100%
);
    color: #000;
    text-decoration: none;
    border-radius: 4px;
	font-weight: 900;
}

.pricing-box .button a:hover {
    background: linear-gradient(90deg,#F2B240,#F7D160,#FBED7D);
    color: #000;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 0 15px rgba(242,178,64,.5);
    transition: all .3s ease;
}

#darkChat {
    display: none;
    background: #e9ecef;
    height: 550px;
    border-radius: 5px;
    border: 0px solid #525252;
    margin-bottom: 10px;
}

.player_area {
    margin-left: 0px;
}


/* ==========================================================
 * MLB TEAM LOGOS FOOTER RESPONSIVE STYLES
 * ========================================================== */


.mlb-footer-wrapper {
    background-color: #0a1833;
    padding: 20px 20px;
    border-bottom: 2px solid #333333;
}

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

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

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

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

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

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

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

.mlb-footer-divider {
    border-bottom: 1px solid #585864;
    margin: 10px 0;
}

.infobox {
    margin-top: -20px;
	margin-bottom: -27px;
}

.ps-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    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-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: #fff;
    font-size: 13px;
    line-height: 1.4;
	 font-weight: 600;
}

.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: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.2;
}

.ps-try {
    margin-left: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .2px;
    white-space: nowrap;
    transition: color .2s ease;
	color: #ff8204 !important; animation: blink 1.5s infinite;
}

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

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

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

    .mlb-team-grid {
        grid-template-columns: repeat(8, 1fr);
        gap: 12px;
    }

    .mlb-footer-divider {
        border-bottom: none;
        border-right: 1px solid #2d2d2d;
        margin: 0;
    }
}

.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: 992px) {
    td.vs .main_vs {
        color: #d00;
    }

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

    .nav-teams {
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .iframe-links {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
    }

    .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: 65px;
        height: 35px;
        font-size: 12px;
    }

    .schedule_hd {
        width: 50px;
        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;
    }

    .left-content {
        margin-left: 5px;
        margin-right: 5px;
    }

    .iframe-links a {
       padding: 10px 8px;
        font-size: 14px;
    }

    .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: 100%;
    }

    #darkChat {
        display: none !important;
    }

    .native {
        width: 50%;
        margin: -20px auto -25px;
    }

    .minibanner_text {
        font-size: 10px;
    }

    .player_area {
        margin-left: 0px;
        margin-right: 1px;
    }
}



/* Mobile Schedule Buttons */
@media (max-width: 768px) {
    
.container.grid-container {
    margin-right: 1px;
	margin-left: 1px;
}
    .site-content {
        margin-top: 10px;
    }
	.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;
	 font-weight: 500;
}

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

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

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

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

}