/*
 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;
    margin-top: -10px;
    background: #000;
}

.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: 10px;
}

.inside-header {
    padding: 0px 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;
}

/* ============================================================
   SCHEDULE TOGGLE BUTTONS
   ============================================================ */

.schedule-toggle-buttons {
    margin-bottom: 10px;
}

.schedule-toggle-buttons button {
    padding: 5px 10px;
    border: none;
    background: #4c4c46;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.schedule-toggle-buttons button.active {
    background: gold;
    color: #000;
    font-weight: bold;
}

/* === SCHEDULE === */

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

h2 {
    color: #fff;
    text-align: center;
}

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

.home-main-content h1 {
    color: #fff;
    text-align: center;
	margin-top:20px;
}

.home-main-content p {
    margin: 20px;
    line-height: 1.6;
    color: #dbdbdb;
}

/* === SCHEDULE === */

.NFL_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;
    border-radius: 5px;
}

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

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

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

td.vs .schedule_date {
    display: block;
    margin: 2px 0;
    font-size: 11px;
    color: #ffffff;
    font-weight: 100;
    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: #ffffff;
    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: linear-gradient(90deg, #d7d8da 0%, #ffffff 50%, #d7d8da 100%);
    color: #000;
    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(90deg, #d7d8da 10%, #ffffff 100%, #d7d8da 50%);
    color: #000;
    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(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 {
    font-size: 20px;
    color: #fff;
    padding: 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;
}

/* === 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;
}

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

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

.pricing {
    background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
    padding: 60px;
    margin-top: 0px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #525252;
}

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

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

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

li {
    border-bottom: 1px solid rgb(74 69 69 / 38%);
    padding: 2px;
    color: #fff;
}

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

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

.pricing-box {
    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;
}

li {
    border-bottom: 0px solid rgb(74 69 69 / 38%);
    padding: 10px;
    color: #fff;
}

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

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

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

.NFL_schedule_shot_code {
    margin-left: 0px;
}

.player_area {
    margin-left: 0px;
}

.mini_banner_area {
    margin-top: 0px;
    display: flex;
    align-items: center;
    border: 1px solid #525252;
    color: #ffffff;
    background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
    font-weight: 700;
}

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

.hd_image {
    flex-basis: 53px;
    background: #000;
    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: 14px;
}

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

/* ==========================================================
 * 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: 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);
    }

    .NHL_schedule_shot_code {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

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

    .iframe-links {
        width: 100.5%;
    }

    .minibanner_text {
        font-size: 10px;
    }

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

    .schedule-toggle-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 10px;
    }

    .schedule-toggle-buttons button {
        flex: 1 1 calc(50% - 3px);
        min-width: 120px;
        margin: 0;
        padding: 8px 5px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
    }

    .schedule-toggle-buttons button.active {
        background: gold;
        color: #000;
    }
}

/* Mobile Schedule Buttons */
@media (max-width: 768px) {
    .schedule-toggle-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 10px;
    }

    .schedule-toggle-buttons button {
        flex: 1 1 calc(50% - 3px);
        min-width: 120px;
        margin: 0;
        padding: 8px 5px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
    }

    .schedule-toggle-buttons button.active {
        background: gold;
        color: #000;
    }
	
    #right-sidebar {
    display: none !important;
     }
	
    .site-content {
        margin-top: 30px;
    }
}