@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&amp;display=swap');
header#masthead{
   padding:25px;
}
socialbar#social-bar{
    display:none;!important;
}

.homepage #feature-container{
    background-color:#fff!important;
}

.bchlTeamFooter{
   display:none!important;
}

.site-footer .copyright{
   display:none;
}

#page-container.body-container.homepage {
    background-color: #EE2624!important;
}

.site-main#main-1{
   margin-bottom: 0 !important;
   background-color: #fff !important;
   border-radius:24px;
   margin-top:20px;
}

#page-container.body-container.homepage{
    gap:10px;
}

#secondary.widget-area{
       margin-top: 20px;
       border-radius: 24px;
}

/* Custom Footer */
    .footer-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 75px;
    }

    .footer-wrapper .footer-left .logo-area {
        height: 62px;
        display: flex;
    }

    .footer-wrapper .footer-left .content-area {
        flex: 1;
    }

    .footer-wrapper .footer-left {
        display: flex;
        align-items: start;
        gap: 15px;
        flex: 1;
    }

    .footer-wrapper .title,
    .footer-wrapper .footer-left h3 {
        font-size: 24px;
        margin: 0;
        text-align:left;
    }
    .footer-wrapper .footer-left h3{
        font-family: "Darker Grotesque";
        font-size: 24px;
        font-weight: 800;
        line-height: 110%; 
        letter-spacing: -0.72px;
        text-transform: uppercase;
     }

    .footer-wrapper .footer-left p {
        font-size: 20px;
        margin: 0;
        text-align:left;
    }

    .footer-wrapper .footer-left .media-area {
        margin-top: 20px;
        width: 100%;
        max-width: 289px;
        margin-bottom: 25px;
        display:flex;
    }

    .footer-wrapper .footer-left .copyright {
        font-size: 16px;
        text-align: left;
        color: #f5f5f5;
        display:block!important;
    }

    .footer-wrapper .footer-right {
        flex: 1;
        display: flex;
        justify-content: space-between;
        gap: 150px;
    }

    .footer-wrapper .footer-right .title {
        margin-bottom: 30px;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 110%;
        letter-spacing: -0.72px;
        text-transform: uppercase;
        max-width:427px;
    }

    .footer-wrapper .footer-right .menu-wrapper {
        display: flex;
        align-items: center;
        gap: 30px;
        flex-wrap:wrap;
    }

    .footer-wrapper .footer-right .menu-wrapper .bchl-logo {
        height: 72px;
    }

    .footer-wrapper .footer-left .logo-area img,
    .footer-wrapper .footer-end .social-media-area a>img,
    .footer-wrapper .footer-right .menu-wrapper .bchl-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .footer-wrapper .footer-right .footer-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        row-gap: 0px;
        margin-bottom: 0;
        padding-left: 0;
    }

    .footer-wrapper .footer-right .footer-menu li {
        list-style: none;
        margin: 0;
        line-height: 110%;
        text-align:left;
    }

    .footer-wrapper .footer-right .menu-wrapper a {
        color: #f5f5f5 !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    .footer-wrapper .footer-end .title {
        max-width: 178px;
        margin-bottom: 37px;
    }

    .footer-wrapper .footer-end .social-media-area {
        display: flex;
        align-items: center;
        gap: 28px;
    }

    .footer-wrapper .footer-end .social-media-area i {
        font-size: 33px;
        color: #fff;
    }

    @media(max-width:1599px) {

        .main-navigation a{
             font-size:1.6rem!important;
        }

        .footer-wrapper .footer-right .title {
            font-size: 20px;
        }

        .footer-wrapper .footer-left p{
            font-size: 18px;
        }

        #leaguenetwork .networkmenu img{
             height:37px!important;
        }
    }

    @media(max-width:1399px) {

        .footer-wrapper,
        .footer-wrapper .footer-right {
            gap: 45px;
        }

        .main-navigation a{
             font-size:1.4rem!important;
        }

       #leaguenetwork .networkmenu img {
            height: 32px !important;
            padding: 0 2px!important;
         }
    }

    @media(max-width:1299px){
         .main-navigation .social-media-menu,
         .main-navigation .show-menu-logo{
              display:none;
          }
    }

    @media(max-width:1099px) {

        .footer-wrapper,
        .footer-wrapper .footer-left,
        .footer-wrapper .footer-right {
            flex-direction: column;
        }
    }

    @media(max-width:576px) {
        .footer-wrapper .footer-right .menu-wrapper {
            flex-wrap: wrap;
        }
    }