@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* General CSS - Start */
body {
    font-family: "Figtree", sans-serif;
}

.page-content-custom a {
    text-decoration: none;
}

.custom-header a:hover,
.custom-footer a:hover,
.page-content-custom a:hover {
    transition: 0.3s;
    transition: width 2s
}

.page-content-custom p {
    margin: 0;
}

.custom-header img,
.custom-footer img,
.page-content-custom img {
    max-width: 100%;
    height: auto;
}

/* General CSS - End */

/* Header CSS - Start */
.navbar-brand img {
    max-width: 200px;
}

.navbar {
    background: linear-gradient(0deg, #013CC2 0%, #000 135.63%);
    padding-top: 14px;
    padding-bottom: 14px;
}

.navbar-nav .nav-link {
    color: #FFF;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
    color: #a7d8ff !important;
}

.navbar-nav .nav-link.active::after {
    content: '';
    width: 54px;
    height: 6px;
    background-image: url('custom-assets/images/nav-active-after.png');
    display: block;
    margin-top: 5px;
    background-repeat: no-repeat;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    z-index: 1000;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 8px 15px;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #013CC2;
}

.nav-item.dropdown>a::after {
    content: '\f0d7';
    font-family: FontAwesome;
    padding-left: 10px;
    font-size: 14px;
}

.nav-item.dropdown:hover>a::after {
    color: #007bff;
}

.contact-info .contact-block {
    display: inline-block;
    margin-right: 24px;
}

.contact-info .contact-block:last-child {
    margin-right: 0px;
}

.contact-info .contact-block .icons {
    margin-right: 5px;
}

.contact-info .contact-block .text a {
    color: #333;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.contact-btn-block .dark-text {
    color: #333;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: inline-block;
    margin-right: 15px;
}

.contact-info .contact-block .text a:hover,
.contact-btn-block .dark-text:hover {
    color: #013CC2;
}

.arrow-up-right-from-sqr {
    transform: rotate(45deg);
    margin-left: 5px;
}

.contact-btn-block .theme-btn {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    width: 175px;
}

.stream-hub-logo {
    object-fit: cover;
    width: 145px;
}

/* Header CSS - End */

/* Footer CSS - Stat */
.footer {
    background-color: #F5F8FF;
    padding: 45px 0;
}

.footer-logo {
    background: #000;
}

.footer .quick-links,
.footer .supporting-pages,
.footer .tournaments {
    list-style: none;
    padding-left: 0;
}

.footer .quick-links li,
.footer .supporting-pages li,
.footer .tournaments li {
    margin-bottom: 10px;
}

.footer .quick-links a,
.footer .supporting-pages a,
.footer .tournaments a {
    color: #000;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.footer .quick-links a:hover,
.footer .supporting-pages a:hover,
.footer .tournaments a:hover {
    color: #013CC2;
}

.footer .tournaments a {
    font-weight: 600;
    text-transform: uppercase;
}

.newsletter-title {
    text-align: left;
    flex: 1;
}

.newsletter-title h3 {
    color: #000;
    font-family: Figtree;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.form-container {
    display: flex;
    border-radius: 4px;
    border: 0.6px solid #013CC2;
    background: #FFF;
    height: 48px;
}

.form-container i {
    color: #013CC2;
}

.form-container form {
    height: 100%;
}

.form-container p {
    margin: 0px;
    height: 100%;
}

.form-container .wpcf7-form-control-wrap {
    width: 80%;
    padding: 0px 10px;
    display: inline-block;
    height: 100%;
}

.form-container input {
    color: #000;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px !important;
    text-align: left;
    border: none;
    height: 100%;
    padding: 0px;
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
}

.form-container .form-btn,
.form-container .form-btn:hover {
    color: #013CC2;
    text-align: center;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    background: transparent;
    padding-right: 25px;
}

.form-container br,
.form-container .screen-reader-response,
.form-container .wpcf7-spinner {
    display: none !important;
}

.form-container .wpcf7-response-output {
    margin: 5px 0px 0px 0px !important;
    width: 250px;
    padding: 2px 5px !important;
    font-size: 15px !important;
    font-weight: bold;
    text-align: center;
}

.form-container .wpcf7-not-valid-tip {
    position: absolute;
}

.form-container .wpcf7-spinner {
    display: inline-block !important;
    position: absolute;
    margin: 10px 5px;
    z-index: 99;
}

.footer .col-footer {
    padding: 10px 15px;
}

.col-footer.quick-links-block {
    padding-left: 110px;
}

.newsletter-cnt {
    background: #EBF1FF;
    margin-left: 0px;
    margin-right: 0px;
    padding: 28px 35px;
}

.info-block p {
    color: #000;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}

.info-block-link a {
    color: #000;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 15px;
    display: inline-block;
}

.info-block-link a:hover {
    color: #013CC2;
}

.info-block-link a i {
    margin-right: 5px;
}

.footer h6 {
    color: #000;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.social-icons a {
    color: #000;
    height: 60px;
    width: 60px;
    display: inline-flex;
    border: 1px solid #013CC2;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 5px;
    background: transparent;
}

.social-icons a:hover {
    color: #fff;
    background: -webkit-linear-gradient(#013CC2, #000000);
}

.social-icons i {
    font-size: 30px;
}

.social-icons a:last-child {
    margin-right: 0px;
}

.tournaments-block hr {
    color: #000;
    margin: 24px 0px;
}

.tournaments-block .btn-register {
    color: #000;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: inline-block;
    margin-right: 15px;
}

.tournaments-block .btn-register:hover {
    color: #013CC2;
}

.tournaments-block .btn-register { display: none; }

.tournaments-block .tournaments {
    position: relative;
}

.tournaments-block .tournaments::before {
    content: '';
    position: absolute;
    left: -12px;
    bottom: -0.373px;
    background: #013CC2;
    width: 4px;
    height: 57px;
    top: 0px;
}

/* Footer CSS - End */

/* Pages CSS - Stat */
.theme-btn.trans-btn {
    background: transparent;
    border: 1px solid #fff;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
}

.theme-btn.trans-btn:hover {
    background: #013CC2;
    border-color: #013CC2;
}

.theme-btn.trans-btn:last-child {
    margin-right: 0px;
}

.hero-section {
    background-image: url('custom-assets/images/hero-bg.png');
    background-size: cover;
    background-position: center;
    color: white;
    height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-section::after {
    content: '';
    background: rgba(0, 0, 0, 0.48);
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.hero-section h1 {
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-section p {
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 12px;
}

.hero-section p::before {
    content: '\2022';
    display: inline-block;
    position: absolute;
    left: -25px;
}

.meeting-notice {
    padding: 80px 0px;
}

.meeting-notice hr {
    margin: 20px 0px;
}

.meeting-notice h3 {
    color: #000;
    font-family: Figtree;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    margin-bottom: 12px;
}

.meeting-notice .date {
    color: #000;
    font-family: Figtree;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
}

.meeting-notice .date img {
    margin-right: 8px;
}

.meeting-notice .zoom-link {
    padding-top: 24px;
}

.meeting-ul {
    padding-left: 24px;
}

.meeting-ul .icon i {
    padding: 3px;
    color: #013CC2;
}

.meeting-ul-block {
    position: relative;
}

.meeting-ul-block::before {
    content: '';
    width: 0.6px;
    height: 241px;
    background-image: url('custom-assets/images/meeting-line.png');
    display: block;
    margin-top: 5px;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
}

.meeting-ul .icon {
    margin-right: 8px;
}

.meeting-ul a {
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: 0.36px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 40%;
    text-underline-position: from-font;
}

.meeting-ul a:hover {
    color: #013CC2;
}

.meeting-ul li {
    margin-bottom: 25px;
}

.meeting-ul li br {
    display: none;
}

.meeting-notice .yt-desc p span {
    display: inline-block;
    vertical-align: middle;
}

.meeting-notice .theme-btn {
    width: 175px;
}

.recent-event-block {
    padding-bottom: 80px;
}

.section-heading {
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    background: -webkit-linear-gradient(#013CC2, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0px;
}

.section-heading sup {
    font-size: 22px;
    text-transform: lowercase;
    font-weight: 700;
}

.heading-with-gradient {
    background: -webkit-linear-gradient(#013CC2, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading-block {
    border-radius: 4px;
    border: 0.6px solid #000;
    background: #F5F5F5;
    padding: 8px 35px;
}

.heading-block h4 {
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 28.8px */
    margin: 0px;
}

.heading-block span {
    display: inline-block;
    vertical-align: top;
}

.about-wbca {
    padding: 45px 0px;
    background: #F5F8FF;
}

.about-wbca h3 {
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 39.6px */
}

.about-wbca .about-logo {
    background: #000;
}

.theme-btn {
    background: linear-gradient(0deg, #013CC2 0%, #000 135.63%), #013CC2;
    color: #FFF;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 158px;
    display: inline-block;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.theme-btn:hover {
    background: linear-gradient(0deg, #000 0%, #013CC2 135.63%), #000;
    box-shadow: 0 4px 12px rgba(1, 60, 194, 0.4);
}

.theme-btn-light {
    background: transparent;
    color: #013CC2;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 145px;
    display: inline-block;
    text-align: center;
    border: 1px solid #B9B9B9;
    text-transform: capitalize;
    border-radius: 3px;
}

.theme-btn-light:hover {
    background: linear-gradient(0deg, #013CC2 0%, #000 135.63%), #013CC2;
    color: #FFF;
    box-shadow: 0 4px 12px rgba(1, 60, 194, 0.4);
    border-color: #013CC2;
}

.theme-btn-light i.fa-up-right-from-square {
    font-size: 14px;
    margin-left: 5px;
}

.zoom-link .theme-btn-light {
    width: 158px;
}

.zoom-link .theme-btn-light .fa-video {
    margin-right: 5px;
}

.about-text h4 {
    color: #000;
    font-family: Figtree;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 27.6px */
    margin-bottom: 14px;
}

.about-text h4 i {
    color: #013CC2;
    margin-right: 5px;
}

.about-text p {
    color: #000;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
    margin-bottom: 15px;
}

.about-text .icon i {
    color: #013CC2;
    margin-right: 5px;
}

.about-text ul li {
    margin-bottom: 10px;
}

.photo-gallery {
    padding: 45px 0;
}

.photo-gallery .ngg-albumoverview.default-view {
    margin: 0px !important;
}

.photo-gallery .ngg-albumoverview.default-view .ngg-album-compact,
.photo-gallery .ngg-album-compactbox {
    padding: 0px !important;
}

.photo-gallery .ngg-albumoverview.default-view .ngg-album-compactbox .Thumb {
    width: 100% !important;
}

.photo-gallery .ngg-albumoverview.default-view .ngg-album-compact {
    /* width: 32%; */
    width: 25.5%;
}

.photo-gallery .ngg-albumoverview.default-view .ngg-album-compact h4 {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    padding: 24px 0px;
}

.photo-gallery .ngg-album-compact h4 .ngg-album-desc {
    width: 100%;
    display: inline-block;
}

.photo-gallery a {
    background: #FFF;
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
}

.photo-gallery a:hover {
    color: #013CC2;
    text-decoration: underline;
}

.photo-gallery a span {
    display: block;
    padding: 24px 0px;
    max-width: 245px;
    margin: 0 auto;
    text-align: center;
}

.last-results {
    padding: 45px 0;
}

.last-results h4 {
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 23px;
    font-style: italic;
    font-weight: 600;
    line-height: 120%;
    /* 27.6px */
    letter-spacing: 0.46px;
    margin: 0px;
    padding-left: 24px;
}

.last-results-row {
    border-bottom: 1px dashed #7A7A7A;
    padding-top: 24px;
    padding-bottom: 24px;
}

.last-results-row:last-child {
    border: none;
}

.sponsors {
    padding: 45px 0;
    background: #F5F8FF;
}

.sponsors hr {
    margin: 45px 0px;
}

.sponsor-carousel img {
    max-width: 80%;
}

.sponsor-carousel {
    margin: 0 auto;
    text-align: center;
}

.contact-form-block {
    padding: 65px 0;
}

.contact-form-p {
    margin-top: 15px;
    color: #626262;
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.contact-form-block form {
    max-width: 855px;
    margin: 0 auto;
}

.custom-form-block {
    position: relative;
    margin-bottom: 24px;
}

.custom-form-block br {
    display: none;
}

.custom-form-block input,
.custom-form-block textarea {
    color: #000;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 15px;
    border: 1px solid #626262;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

.custom-form-block textarea {
    height: 75px;
}

.custom-form-block label {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 25px;
    background: #fff;
    color: #626262;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    padding: 0px 5px;
    z-index: 1;
}

.custom-form-submit-block {
    margin-top: 15px;
}

.contact-form-block hr {
    margin: 45px 0px;
}

.custom-form-submit-block .theme-btn {
    margin-left: 75px;
}

/* Pages CSS - End */

/* Media Query - Start */

/* Mobile Devices: up to 767px */
@media (max-width: 767px) {
    .contact-info .contact-block {
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .contact-info .contact-block .text a,
    .contact-btn-block .dark-text {
        font-size: 16px;
    }

    .contact-btn-block .dark-text {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .hero-section {
        height: 450px;
    }

    .hero-section h1 {
        font-size: 26px;
    }

    .hero-section p {
        font-size: 18px;
    }

    .theme-btn.trans-btn {
        margin-bottom: 15px;
    }

    .theme-btn.trans-btn:last-child {
        margin-bottom: 0px;
    }

    .meeting-notice {
        padding: 30px 0px;
    }

    .meeting-notice h3 {
        font-size: 24px;
        margin-top: 15px;
    }

    .meeting-notice hr {
        margin: 10px 0px;
    }

    .recent-event-block {
        padding-bottom: 30px;
    }

    .section-heading,
    .about-wbca h3 {
        font-size: 24px;
    }

    .heading-block span {
        margin-top: 8px;
    }

    .about-wbca,
    .photo-gallery,
    .last-results,
    .sponsors,
    .contact-form-block,
    .footer {
        padding: 30px 0px;
    }

    .about-wbca .col-auto {
        width: 100%;
        text-align: center;
    }

    .photo-gallery .mb-5,
    .contact-form-block .mb-5 {
        margin-bottom: 20px !important;
    }

    .photo-gallery .ngg-albumoverview.default-view .ngg-album-compact {
        width: 100%;
    }

    .last-results .mt-5 {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .sponsors hr,
    .contact-form-block hr {
        margin: 30px 0px;
    }

    .newsletter-cnt .col-4,
    .newsletter-cnt .col-5 {
        width: 100%;
    }

    .newsletter-cnt .col-5 {
        margin-top: 15px;
    }

    .col-footer.quick-links-block {
        padding-left: 15px;
    }
}

/* Tablet Devices: 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {

    .contact-info .contact-block .text a,
    .contact-btn-block .dark-text {
        font-size: 16px;
        margin: 0px;
    }

    .hero-section {
        height: 500px;
    }

    .hero-section h1 {
        font-size: 32px;
    }

    .hero-section p {
        font-size: 20px;
    }

    .meeting-notice {
        padding: 40px 0px;
    }

    .meeting-notice h3,
    .section-heading,
    .about-wbca h3 {
        font-size: 26px;
    }

    .meeting-notice hr {
        margin: 15px 0px;
    }

    .recent-event-block {
        padding-bottom: 40px;
    }

    .about-wbca,
    .photo-gallery,
    .last-results,
    .sponsors,
    .contact-form-block,
    .footer {
        padding: 40px 0px;
    }

    .photo-gallery .mb-5,
    .contact-form-block .mb-5 {
        margin-bottom: 30px !important;
    }

    .photo-gallery .ngg-albumoverview.default-view .ngg-album-compact {
        width: 47%;
    }

    .last-results .mt-5 {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }

    .recent-event-block .col-auto,
    .photo-gallery .col-auto {
        width: 50%;
    }

    .sponsors hr,
    .contact-form-block hr {
        margin: 40px 0px;
    }

    .newsletter-cnt .col-4,
    .newsletter-cnt .col-5 {
        width: 50%;
    }

    .form-container button,
    .form-container button:hover {
        font-size: 14px;
    }

    .col-footer.quick-links-block {
        padding-left: 10%;
    }
}

/* Common for Mobile Devices and Tablet Devices*/
@media (max-width: 1023px) {
    .meeting-ul {
        padding-left: 0px;
        padding-top: 15px;
        margin-bottom: 0px;
    }

    .meeting-ul-block::before {
        display: none;
    }

    .meeting-notice .date {
        font-size: 18px;
    }

    .meeting-ul a,
    .meeting-ul a:hover {
        font-size: 16px;
    }

    .meeting-ul li:last-child {
        margin-bottom: 0px;
    }

    .section-heading sup {
        font-size: 16px;
    }

    .heading-block h4 {
        font-size: 20px;
    }

    .heading-block span {
        float: left;
    }

    .heading-block span.icon {
        width: 28px;
    }

    .heading-block span.text {
        vertical-align: bottom;
        width: calc(100% - 30px);
    }

    .recent-event-block .col-auto {
        margin-bottom: 15px;
    }

    .recent-event-block .col-auto:last-child {
        margin-bottom: 0px;
    }

    .about-wbca .about-logo {
        margin-bottom: 15px;
    }

    .about-text h4 {
        margin-top: 15px;
    }

    .about-text ul li {
        margin-bottom: 15px;
    }

    .about-cta {
        text-align: center;
    }

    .theme-btn,
    .theme-btn:hover {
        font-size: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .photo-gallery a {
        font-size: 18px;
    }

    .last-results h4 {
        font-size: 20px;
    }

    .last-results {
        padding-top: 10px;
    }

    .newsletter-cnt {
        padding: 20px 5px;
    }

    .newsletter-cnt .ps-4 {
        padding-left: 15px !important;
    }

    .form-container button,
    .form-container button:hover {
        padding-right: 15px;
    }

    .form-container .wpcf7-form-control-wrap {
        width: 75%;
    }

    .form-container .form-btn,
    .form-container .form-btn:hover {
        font-size: 14px;
        padding-right: 10px;
    }

    .newsletter-title h3 {
        font-size: 20px;
    }

    .footer h6 {
        font-size: 18px;
    }

    .info-block p {
        margin-bottom: 25px;
    }

    .info-block-link a,
    .info-block-link a:hover,
    .footer .quick-links a,
    .footer .supporting-pages a,
    .footer .tournaments a,
    .tournaments-block .btn-register,
    .tournaments-block .btn-register:hover {
        font-size: 15px;
    }

    .social-icons a {
        height: 50px;
        width: 50px;
    }

    .social-icons i {
        font-size: 25px;
    }

    .last-results .col-auto {
        text-align: center;
        width: 100%;
    }

    .last-results .col-auto:last-child {
        margin-top: 15px;
    }

    .last-results h4 {
        padding-left: 0px;
    }

    .contact-form-p {
        font-size: 16px;
    }
}

/* Desktop Devices: 1024px to 1439px */
@media (min-width: 1024px) and (max-width: 1439px) {}

/* Large Desktops: 1440px and above */
@media (min-width: 1440px) {}


/* Media Query - End */