/* =========================================
   IPP CONTACT FORM RESPONSIVE
========================================= */

/* 1024px */
@media screen and (max-width: 1024px) {

    .ipp-contact-grid {
        column-gap: 80px;
        grid-template-columns: 320px 1fr;
    }

    .ipp-contact-main {
        padding: 80px 0 90px;
    }
}

/* 768px */
@media screen and (max-width: 768px) {

    .ipp-contact-main {
        padding: 70px 0 80px;
    }

    .ipp-contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ipp-contact-body br,
    .ipp-contact-copy h3 br {
        display: none;
    }
}

/* 600px */
@media screen and (max-width: 600px) {

    .ipp-contact-main {
        padding: 50px 0 60px;
    }

    .ipp-contact-grid {
        gap: 35px;
    }

    .ipp-contact-kicker {
        margin-bottom: 18px;
    }

    .ipp-contact-form {
        gap: 16px;
    }

    .ipp-contact-form input {
        height: 46px;
        padding: 0 14px;
    }

    .ipp-contact-form textarea {
        height: 140px;
        padding: 14px;
    }

    .ipp-field-error {
        position: static;
        transform: none;
        margin-top: 6px;
        font-size: 0.85rem;
    }

    .ipp-field.has-error::after {
        right: 10px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .ipp-contact-form .blueButton {
        width: 100%;
    }
}
