/*******************************************************
 *
 * General
 *
 *******************************************************/

.page-template-template-contact-us #inner-page-wrapper > .container {
    padding: 0;
    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 section.ip-section-1 {
    margin-bottom: 39px;
}

#ip-contact {
    position: relative;
    overflow: hidden;
}

#ip-contact .section-title-a {
    font-size: 40px;
}

#ip-contact .contact-form {
    margin: 0 auto;
    overflow: visible;
    z-index: 1;
}

#ip-contact .contact-photo {
    display: block;
}

#ip-contact .contact-form div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
    left: 0;
}

#ip-contact .contact-form div.wpcf7-response-output {
    position: absolute;
    background: #fff;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {
    #ip-contact .contact-form {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    #ip-contact .contact-form {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    #ip-contact .contact-form {
        margin-bottom: 125px;
    }
}

@media only screen and (max-width: 480px) {}
