@media only screen and (max-width: 1999px) {
    .donate-shooters-img {
        width: 680px;
        max-width: unset;
        max-height: 880px;
    }
}

@media only screen and (max-width: 1749px) {
    .donate-shooters-img {
        max-width: 480px;
        max-height: 630px;
    }

    .feral-pig-one {
        bottom: 200px;
    }

    .feral-pig-two {
        width: 240px;
        bottom: 50px;
        right: -280px;
    }

    .feral-pig-three {
        width: 310px;
        bottom: 0px;
        left: -350px;
    }
}

@media only screen and (min-width: 1440px) {
    .contact-bg-bottom {
        width: 70vw;
    }
}

@media only screen and (max-width: 1440px) {
    .modal .modal-dialog {
        max-width: 720px;
    }
}

@media only screen and (max-width: 1399px) {
    .footer-wrapper .newsletter--signup {
        max-width: 300px;
    }
}

@media only screen and (max-width: 1199px) {
    .logo {
        max-width: 180px;
        padding: 5px 0;
    }

    .navbar-light .navbar-nav .nav-link, .menu-item a {
        padding: 10px;
    }

    .take-surveybnr-img img {
        max-width: 320px;
    }

    .contact-shooters-hero {
        align-items: flex-end;
    }

    .footer-wrapper {
        flex-wrap: wrap;
    }

    .footer-wrapper .newsletter--signup {
        max-width: 500px;
        border-left: 0px solid rgb(var(--clr--primary--blue));
        border-top: 1px solid rgba(var(--clr--primary--blue), .1);
    }

    a#newsletter_submit_button {
        margin-inline: auto;
    }

    .about-grid-block {
        width: 100%;
    }

    .join-form {
        margin: 0;
    }

    .latest-update-item img {
        height: 200px;
    }

    .latest-update-item img {
        height: 100%;
    }
    
    .latest-update-item .latest-update-copy {
        height: calc(100% - 200px);
    }

    .single-article-wrapper .text-content {
        column-gap: 60px;
    }

    .news-grid > * {
        width: calc((100% / 2) - 60px) !important;
    }

    .state-tabs {
        padding: 15px;
        gap: 20px;
    }

    /* .state-tabs .nav-link {
        padding: 15px 10px;
    } */

    span#input_40_1_2_container,
    span#input_41_1_2_container,
    span#input_42_1_2_container {
        width: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .owl-nav button.owl-prev {
        left: -20px;
    }
    
    .owl-nav button.owl-next{
        right: -20px;
    }

    .section-row {
        padding: 3.5rem 12px;
    }

    .contact-form {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    header {
        min-height: 50px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .navbar-light .navbar-nav .nav-link,
    .menu-item a {
        width: fit-content;
        margin-left: auto;
    }

    .menu-item.nav-button a {
        padding-inline: 75px !important;
        margin-left: auto;
    }

    .navbar-container.navbar-expanded {
        height: auto;
    }

    .menu-menu-container {
        width: 100%;
        opacity: 0;
        pointer-events: none;
        z-index: 10;
    }
    
    .menu-toggled {
        opacity: 1;
        pointer-events: auto;
    }

    .menu-menu-container ul#menu-menu {
        height: 0;
        flex-direction: column;
        transition: height 300ms ease-out;
        -webkit-transition: height 300ms ease-out;
        -moz-transition: height 300ms ease-out;
        -ms-transition: height 300ms ease-out;
        -o-transition: height 300ms ease-out;
    }

    .menu-menu-container.menu-toggled ul#menu-menu {
        height: 280px;
        transition: height 300ms ease-out;
        -webkit-transition: height 300ms ease-out;
        -moz-transition: height 300ms ease-out;
        -ms-transition: height 300ms ease-out;
        -o-transition: height 300ms ease-out;
    }

    .menu-menu-container ul#menu-menu .menu-item a {
        text-align: right;
        padding: 10px;
    }

    .hero-wrapper {
        width: 100%;
        margin-top: 35px;
        flex-direction: column;
    }

    .titles p.title-pill {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .image-content-wrapper {
        flex-direction: column;
        gap: 35px;
    }

    .image-content-wrapper > * {
        width: 100%;
    }

    .contact-form {
        padding: 15px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .map-wrapper iframe {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .map-wrapper .map-info {
        width: 100%;
        position: unset;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .footer-wrapper {
        padding-top: 0;
        align-items: flex-start;
        gap: 20px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .footer-copyright p {
        background-color: rgba(var(--clr--white), .9);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .hero-container {
        height: 750px;
    }

    .hero-content .hero-heading {
        white-space: wrap;
    }

    .section-row {
        padding: 50px 12px;
    }

    .section-row-small {
        padding: 35px 12px;
    }
    
    .section-row-large {
        padding: 65px 12px;
    }

    section.contact-shooters {
        padding: 50px 12px;
    }

    .hero-content {
        width: 100%;
        padding: 20px;
    }

    .grid-three-items > *,
    .grid-four-items > *,
    .grid-five-items > *,
    .su_donation_value .gfield_radio > * {
        width: calc((100% / 2) - 13px) !important;
    }

    .grid-two-items,
    .grid-three-items,
    .grid-four-items,
    .grid-five-items,
    .su_donation_value .gfield_radio {
        gap: 20px;
        justify-content: center;
    }

    .btn--set.grid-two-items > * {
        width: 100% !important;
    }

    .donate-shooters-img {
        bottom: -3.3rem;
    }

    .join-shooters-copy {
        bottom: 15px;
        left: 15px;
    }

    .image-content-wrapper .image-content {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .single-article-image img {
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

    .modal-dialog-scrollable .modal-body {
        padding: 2rem;
    }

    /* .news-section.news-archive {
        padding-bottom: 2rem;
    } */

    .single-article-image {
        margin-bottom: 35px;
    }

    .survey-section-title {
        padding: 15px !important;
    }

    .survey-section-title .survey-title {
        margin-block: 1rem;
    }

    .survey-checkbox-fields {
        padding: 25px !important;
    }

    .feral-pig-three {
        bottom: -50px;
    }

    .join-shooters {
        padding-inline: 12px;
    }

    .latest-update-carousel > .latest-update-item {
        min-width: calc((100% / 2) - 25px);
    }

    .single-legal-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .single-legal-copy,
    .single-legal-image {
        width: 100%;
    }

    .single-legal-image img {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .single-article-wrapper .text-content {
        column-count: 1;
    }

    /* .news-tab-heading {
        padding: 15px 20px;
    } */

    .news-tab-list {
        flex-direction: column;
        gap: 10px;
    }

    .state-tabs {
        width: 100%;
        justify-content: center;
    }

    .haveyoursay--sec {
        min-height: auto;
    }

    .titles-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .titles-wrapper .large-titles {
        text-align: center;
    }

    .news-tab-list {
        align-items: center;
    }

    .faqs-grid {
        gap: 30px !important;
    }

    .faqs-grid > * {
        width: calc((100% / 2) - 20px) !important;
    }
}

@media only screen and (max-width: 767px) {
    .titles-wrapper {
        flex-direction: column;
    }

    .latest-updates {
        padding-bottom: 2rem;
    }

    .latest-update-carousel {
        width: 90%;
        margin: 10px auto;
    }

    .latest-update-btnwrapper {
        width: max-content;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        position: unset;
    }

    .latest-update-btnwrapper .btn {
        width: 100%;
    }
    
    .donut-media-topright {
        top: 60px;
    }

    .contact-form {
        margin-top: 25px;
    }

    .donut-home-hero-topright {
        top: 30px;
    }

    .donate-shooters-img {
        max-width: 300px;
        position: unset;
        margin: 0 auto 2rem;
        display: block;
    }

    .take-surveybnr-wrapper {
        flex-direction: column;
    }

    .take-surveybnr-text .titles .large-titles {
        text-align: center;
    }

    .take-surveybnr-text .btn,
    .news-heading-right .btn {
        margin-inline: auto;
    }

    .why-join-heading .titles .large-titles,
    .why-join-copy,
    .news-sub-heading {
        text-align: center;
    }

    .grid-two-items > *,
    .grid-three-items > *,
    .grid-four-items > *,
    .grid-five-items > * {
        width: 100% !important;
    }

    .recurring-don-grid > * {
        width: calc((100% / 4) - 15px) !important;
    }

    .benifits-item > img {
        width: 100%;
    }

    .about-grid > * {
        width: calc((100% / 2) - 13px) !important;
    }

    .btn-large {
        padding: 12px 40px;
    }

    .joinnow--btn {
        white-space: unset;
        width: 80%;
    }

    .join-form {
        padding: 20px;
    }

    .join-shooters-copy {
        width: 100%;
        position: unset;
    }

    .survey-checkbox-fields .choices .form-check {
        width: calc((100% / 2) - 8px) !important;
    }

    .join-carousel-section {
        padding-bottom: 0;
    }

    .latest-update-carousel > .latest-update-item {
        min-width: 100%;
    }

    .feral-pig-one {
        bottom: 160px;
    }

    .feral-pig-two {
        width: 240px;
    }

    .feral-pig-three {
        width: 280px;
        left: -300px;
    }

    /* .state-tabs .nav-link {
        padding: 15px 6px;
    } */

    .cmm-mp--form form .row [class*="col"]:nth-of-type(2) {
        margin-top: 0;
    }

    .why-join-shooters {
        margin: 0 auto 2rem;
    }

    .single-article-image img {
        min-height: 350px;
    }

    .single-date {
        padding: 10px 20px 10px 15px;
    }

    form#take_our_survey_form > div[class*="container"] {
        padding: 0;
    }

    .survey-checkbox-fields {
        padding: 25px 15px !important;
    }
    .new-filter {
        flex-direction: column;
        align-items: center;
    }
    .new-filter .form-select{
        font-size: 15px;
    }
    .filter--by--state{
        width: 100%;
    }

    .new-filter .form-select {
        min-width: auto;
    }

    .new-filter .form-select,
    .news-tab-list .form-select {
        min-width: auto;
    }

    section.get-more-section p {
        text-align: center;
    }

    .faqs-grid {
        gap: 15px !important;
    }

    .faqs-question {
        text-align: left;
    }
}

@media only screen and (max-width: 640px) {
    span#input_36_1_6_container,
    span#input_39_1_6_container,
    span#input_40_9_6_container,
    span#input_41_9_6_container,
    span#input_42_9_6_container {
        margin: 0 !important;
    }

    section.contact-shooters {
        padding: 50px 5px;
    }
}

@media only screen and (max-width: 575px) {
    .contact--footer {
        text-align: center;
    }

    .feral-pig {
        display: none;
    }

    .latest-update-item {
        flex-direction: column;
    }

    .latest-update-item img {
        width: 100%;
        height: 150px;
    }

    .cmm-mp--form {
        padding: 1.5rem;
    }

    .latest-update-item .latest-update-copy {
        width: 100%;
    }

    .news-tab-heading {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .hero-container {
        height: 85vh;
    }

    .recurring-don-grid > * {
        width: calc((100% / 2) - 10px) !important;
    }

    .about-grid > * {
        width: 100% !important;
    }

    .about-grid-block {
        aspect-ratio: unset;
    }

    .survey-checkbox-fields .choices .form-check {
        width: 100% !important;
    }

    .hero-firearms {
        flex-direction: column;
        gap: 5px;
    }
}

@media only screen and (max-width: 375px) {
    .news-pagination .pagination {
        flex-direction: column;
        gap: 5px;
    }

    .news-pagination .prev,
    .news-pagination .next {
        padding: 0;
    }
}