@media all and (max-width: 1300px) {
    ul.clubs_list {
        gap: 8px;
    }
}

@media all and (max-width: 1220px) {
    ul.clubs_list {
        gap: 4px;
    }
}

@media all and (min-width: 1200px) {
    .home_wrapper .home_tabs {
        display: none;
    }

    #sidebarWrapper,
    #homeContent {
        display: block;
    }
}

@media all and (max-width: 1199px) {
    .mt-32 {
        margin-top: 20px;
    }

    .section_divider {
        padding: 0 20px 20px;
    }

    .teams_news_section {
        padding: 0 20px;
    }

    .home_wrapper {
        padding: 0;
        margin-bottom: 0;
        margin-top: 24px;
    }

    .home_wrapper .home_tabs {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }

    #sidebarWrapper,
    #homeContent {
        display: none;
    }

    .main_banner {
        padding: 20px 20px 0;
    }

    .banner_content {
        gap: 20px;
    }

    .main_banner::before {
        left: 0;
        right: 0;
        width: auto;
        margin: 0;
    }

    .home_sidebar {
        width: 100%;
        margin-top: 0;
        margin-bottom: 32px;
    }

    .home_sidebar:last-child {
        margin-bottom: 0;
    }

    .sidebar_matchesList > a {
        justify-content: center;
    }

    .featured_player_block {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
    }
}

@media all and (max-width: 1150px) {
    ul.clubs_list {
        gap: 2px;
    }
}

@media all and (max-width: 1100px) {
    ul.clubs_list > li > a {
        width: 32px;
        height: 32px;
    }

    ul.clubs_list > li > a > img {
        width: 24px;
        height: 24px;
    }

    .home_content::before {
        left: -16px;
        right: -16px;
        margin-left: 0;
        width: auto;
    }
}

@media all and (max-width: 991px) {
    .club_navigation {
        display: none;
    }

    .site_logo > img,
    .sticky-wrapper.is-sticky .site_logo > img {
        width: auto;
        height: auto;
        margin-top: 0;
    }

    .sticky-wrapper.is-sticky .fixedLogoBg {
        display: none;
    }

    .mobile_logo {
        display: block;
    }

    .desktop_logo {
        display: none;
    }

    .featured_player_block {
        grid-template-columns: repeat(2, 1fr);
    }

    .player_info {
        justify-content: space-between;
    }

    .awards_section .latest_videos_holder {
        grid-template-columns: auto;
    }

    .videos_holder {
        grid-template-columns: auto;
        gap: unset;
    }

    .post_header h2,
    .video_header h2 {
        font-size: 34px;
    }

    .more_videos {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .more_videos_block {
        grid-template-columns: auto;
        margin-bottom: 0;
    }

    .more_videos_block > span.video_image {
        height: 150px;
    }

    .posts_holder {
        max-width: 100%;
    }

    .post_content p {
        font-size: 18px;
        line-height: 28px;
    }

    .post_content > ul > li {
        font-size: 16px;
    }

    .contact_content > p {
        max-width: 100%;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .contact_block > p {
        font-size: 15px;
    }

    .contact_form {
        max-width: 75%;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .container {
        max-width: 870px;
    }

    .gallery_holder,
    .awards_holder {
        grid-template-columns: repeat(3, 1fr);
    }

    .page_header {
        min-height: 120px;
    }

    .page_header h1 {
        font-size: 50px;
    }
}

@media all and (max-width: 767px) {
    .container {
        max-width: 690px;
    }

    .banner_content {
        grid-template-columns: 1fr;
        padding-bottom: 20px;
    }

    .banner_right {
        flex-direction: row;
    }

    .banner_post_large > .post_content > h4 {
        font-size: 26px;
        line-height: 30px;
    }

    .banner_post_large > .post_content > p {
        font-size: 16px;
        margin-top: 5px;
        line-height: 26px;
    }

    .banner_post_small > .post_content > h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .banner_post_small > .post_content > p {
        font-size: 15px;
        margin-top: 8px;
    }

    .latest_videos_holder {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .latest_videos_large > .post_content > h4 {
        font-size: 24px;
    }

    .latest_videos_large > .post_content > p {
        font-size: 16px;
        margin-top: 5px;
    }

    .latest_videos_large > span.post_image {
        height: 300px;
    }

    .latest_videos_small {
        grid-template-columns: 1fr 1.5fr;
    }

    .latest_videos_small > .post_content > p {
        margin-top: 5px;
    }

    .gallery_holder {
        grid-template-columns: repeat(3, 1fr);
    }

    .latest_news_holder {
        grid-template-columns: repeat(2, 1fr);
    }

    .awards_holder {
        grid-template-columns: repeat(2, 1fr);
    }

    .awards_tile > .award_content > p {
        margin-top: 5px;
    }

    .footer_menu {
        grid-template-columns: repeat(3, 1fr);
    }

    .page_header {
        min-height: 100px;
    }

    .page_header h1 {
        font-size: 40px;
    }

    .about_banner > span {
        height: 370px;
    }

    .about_content p {
        font-size: 18px;
        line-height: 26px;
    }

    .about_content h4 {
        font-size: 20px;
    }

    .about_content > ul > li {
        font-size: 16px;
    }

    .more_videos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .fixture_block > h4 {
        text-align: center;
    }

    .match_day_block {
        flex-direction: column;
        justify-content: center;
        padding: 10px;
    }

    .match_day_block .match_venue {
        margin-top: 6px;
    }

    .post_banner > span {
        height: 400px;
    }
}

@media all and (max-width: 576px) {
    .gallery_holder {
        grid-template-columns: repeat(2, 1fr);
    }

    .latest_news_holder {
        grid-template-columns: repeat(1, 1fr);
    }

    .latest_news_tile > .latest_news_content {
        margin-top: 15px;
    }

    .awards_holder {
        grid-template-columns: repeat(1, 1fr);
    }

    .awards_holder {
        margin-top: 15px;
    }

    .featured_player_block {
        grid-template-columns: 1fr;
    }

    .footer_navs > ul {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .footer_menu {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 120px;
        position: relative;
    }

    .powered_by {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 3;
        padding-bottom: 15px;
    }

    .powered_by > a {
        height: 80px;
    }

    .powered_by > a > img {
        object-position: center;
    }

    .scroll_top > a {
        left: 40%;
    }

    .about_banner > span {
        height: 260px;
    }

    .awards_section .latest_videos_holder {
        grid-template-columns: auto;
    }

    .awards_section .latest_videos_small {
        grid-template-columns: auto;
    }

    .awards_section .latest_videos_small .post_content {
        margin-top: 0;
    }

    .contact_content > p {
        font-size: 24px;
    }

    .contact_details {
        grid-template-columns: auto;
        gap: 12px;
    }

    .contact_form {
        max-width: 100%;
    }

    .post_wrapper .post_banner {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 480px) {
    .banner_right {
        flex-direction: column;
    }
    
    .latest_videos_small {
        grid-template-columns: auto;
    }

    .post_content {
        margin-top: 0;
    }

    .more_videos {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}