/* Contact CSS */

.header {
    position: relative;
    background: #000;
}

.ip-banner {
    display: none;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#ip-contact-wrapper {
    position: relative;
    background-image: url('../../images/global/cf-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ip-contact-inner-wrapper {
    position: relative;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.ip-contact-breadcrumbs {
    padding: 50px 0 0;
}

.ip-contact-breadcrumbs p {
    font-family: "tradegothic";
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.ip-contact-breadcrumbs p strong {
    color: #000;
}

.ak-cwa-wrapper.section-wrapper::after {
    content: "";
    position: absolute;
    bottom: -89px;
    left: -56px;
    width: 640px;
    height: 583px;
    background-image: url('../../images/contact/ip-contact-logo-overlay.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .06;
    pointer-events: none;
}

.page-id-12527 .ak-cwa-inner-wrapper .ak-cwa-heading .hp-global-heading-bottom-text {
    font-size: 80px;
}

.page-id-12527 .ak-cwa-inner-wrapper .ak-cwa-heading .hp-global-heading-bottom-text span {
    display: block;
}

.ak-cwa-form-container.checkbox .wpcf7-list-item label {
    display: flex;
    align-items: flex-end;
}

.ak-cwa-form-container.checkbox .wpcf7-list-item input {
    -webkit-appearance: checkbox !important;
    width: 15px !important;
    height: 15px;
    
}

.ak-cwa-form-container.checkbox .wpcf7-list-item span {
    font-family: "proxima_novaregular";
    font-size: 13px;
    font-weight: 400;
    color: #252525;
    text-transform: uppercase;
    margin-left: 5px;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 1601px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1299px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .ip-contact-form-inner-container {
        max-width: 480px;
    }
    .ip-contact-form-container.ip-contact-form-identity {
        display: block;
        max-width: 480px;
        margin: 0 auto 30px !important;
    }
    .ip-contact-form-container.ip-contact-form-identity > * {
        display: block;
    }
    .ip-contact-form-identity-txt {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ip-contact-form-identity {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .ip-contact-heading.hp-global-heading .hp-global-heading-bottom-text {
        font-size: 116px;
    }
    .ip-contact-form-inner-container {
        max-width: 300px;
    }
    .ip-contact-form-container {
        display: block;
        width: 100%;
        padding: 0 !important;
    }
    .ip-contact-form-container.ip-contact-form-identity .wpcf7-list-item label .wpcf7-list-item-label {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .ip-contact-heading.hp-global-heading .hp-global-heading-bottom-text {
        font-size: 84px;
    }
    .ip-contact-form-inner-container {
        max-width: 260px;
    }
    .page-id-12527 .ak-cwa-inner-wrapper .ak-cwa-heading .hp-global-heading-bottom-text {
        font-size: 36px;
    }
    .ak-cwa-form-container.checkbox .wpcf7-list-item label {
        align-items: flex-start;
    }
}