/*******************************************************
 *
 * General
 *
 *******************************************************/

/* .page-template-template-contact-us #inner-page-wrapper > .container {
    padding: 0;
    width: 100%;
} */

#inner-page-wrapper > .container {
    padding: 0 15px;
    width: 1170px;
    max-width: 100%;
}

.page-template-template-contact-us #content-sidebar,
.page-template-template-contact-us #content-full {
    margin-top: 0;
}

.page-template-template-contact-us #inner-page-wrapper {
    margin-bottom: 0;
}


.page-template-template-contact-us  .use-floating-validation-tip .wpcf7-not-valid-tip{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
}


.page-template-template-contact-us section.ip-section-1 {
    margin-bottom: 39px;
}

.aios-contact-us {
    position: relative;
    overflow: hidden;
}
#ip-amante-ii-contact .aios-contact-title {
    font-family: var(--heading-font), serif;
    letter-spacing: .06em;
    line-height: 1;
    color: var(--primary-text-color);
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    font-size: 40px;
}

.aios-contact-us .contact-form {
    margin: 0 auto;
    overflow: visible;
    z-index: 1;
}

.aios-contact-us .contact-photo {
    display: block;
}

.aios-contact-us .contact-form div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
    left: 0;
}

.aios-contact-us .contact-form div.wpcf7-response-output {
    position: absolute;
    color: var(--primary-text-color);
}

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

@media only screen and (max-width: 1199px) {
    #inner-page-wrapper > .container {
        width: 970px;
    }

    .aios-contact-us .contact-form {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    #inner-page-wrapper > .container {
        width: 750px;
    }

    .aios-contact-us .contact-form {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .aios-contact-us .contact-form {
        margin-bottom: 125px;
    }
}