/* leagues page */

.masthead .top-bar{
    display: none;
}

#page{
    background-image: url('/wp-content/uploads/bg-2-D.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.this-sec-league{
    margin-bottom: 100px;
}


.this-sec-league h2{
    display: flex;
    justify-content: center;
}

.elementor-divider-separator{
    border-block-start: 1px solid #fff !important;
}

.this-section-jump-to{
    margin-top: -80px;
}
.this-section-jump-to h2{
    margin-top: 80px;
}


.this-league-grid-wrapper,
.this-league-grid-wrapper a{
    font-family: var(--font-fam-paragraph-1);
    font-size: 1.1rem;
    color: #fff;
}
.this-league-grid-wrapper a:hover{
    color: var(--color-accent-1);
}

#this-league-nba.this-league-grid-wrapper{
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    gap: 15px;
    grid-auto-flow: column;
}
#this-league-nfl.this-league-grid-wrapper{
    display: grid;
    grid-template-rows: repeat(7, 1fr);
    gap: 15px;
    grid-auto-flow: column;
}
#this-league-mlb.this-league-grid-wrapper{
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    gap: 15px;
    grid-auto-flow: column;
}
#this-league-nhl.this-league-grid-wrapper{
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    gap: 15px;
    grid-auto-flow: column;
}
#this-league-mls.this-league-grid-wrapper{
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    gap: 15px;
    grid-auto-flow: column;
}
#this-league-wnba.this-league-grid-wrapper{
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
    grid-auto-flow: column;
}
#this-league-ncaa.this-league-grid-wrapper{
    display: grid;
    grid-template-rows: repeat(17, 1fr);
    gap: 15px;
    grid-auto-flow: column;
}


@media screen and (max-width: 768px) {

    .this-league-grid-wrapper{
        grid-auto-flow: row !important;
        justify-items: center;
    }

    .this-league-grid-wrapper a{
        font-size: 1.4rem;
    }

}
