@media only screen and (max-width: 2500px) {
    .page-wrapper {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1199px) {
    .mt-xl-40 {
        margin-top: 40px;
    }
    .mb-xl-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .atf-single-text h1 {
        font-size: 40px;
    }
    .atf-call-image img {
        margin-top: 0px;
    }
    #countdown div {
        margin-left: 90px;
    }
    .atf-footer-social-icon a i {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .menu-item-has-children i {
        display: none;
    }
    .atf-single-text p {
        font-size: 16px;
    }
    .atf-about-content {
        margin-bottom: 40px;
    }
    .atf-causes-slide {
        margin: 15px 0;
    }
    .atf-causes-slide .atf-causes-bar li {
        padding: 10px 10px;
    }
    #join .atf-join-inner {
        margin-bottom: 40px;
    }
    #choose .atf-program-inner {
        margin-top: 40px;
    }
    #event .atf-themes-btn {
        margin-top: 30px;
    }
    #event .atf-event-content {
        padding-top: 20px;
    }
    .atf-about-img img {
        width: 100%;
    }
    .atf-single-text h1 {
        font-size: 35px;
    }
    .atf-feature-content {
        margin: 15px 0;
    }
    .atf-counter {
        margin: 15px 0;
    }
    .atf-footer-link {
        margin: 15px 0px;
    }
    .atf-mailchamp-headding h2 {
        font-size: 25px;
    }
    .atf-contact-info {
        margin-top: 40px;
    }
    .mt-lg-40 {
        margin-top: 40px;
    }
    .mb-lg-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .form-message {
        padding-bottom: 30px;
    }
    #atf-map-area {
        margin-bottom: 0px;
    }
    .atf-best-single-service {
        margin: 10px 0;
    }
    .atf-causes-slide .atf-causes-bar li {
        padding: 10px 20px;
    }
    ul.atf-event-bar {
        line-height: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .atf-mailchamp-headding h2 {
        font-size: 20px;
        text-align: center;
    }
    .atf-contact-info {
        margin-right: 0;
    }
    .atf-post-details.atf-style1 .embed-responsive {
        display: none;
    }
    .comments-area .children {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .atf-counter-value {
        font-size: 30px;
        margin: 10px 0;
    }
    .atf-join-content-inner {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) and (min-width: 0px) {
    .atf-contact-details {
        margin: 15px 0;
    }
}