body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
#inner-page-wrapper {
    overflow: hidden;
}
#inner-page-wrapper > .container {
    padding: 0;
    width: 100%;
}
.ip-container #breadcrumbs {
    margin: 15px 0;
}

.aios-contact-us-wrap {
    padding: 40px;
}
.aios-contact-us {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.aios-contact-title {
    font-family: var(--font-family-title);
    font-weight: 600;
    font-size: 40px;
    color: var(--font-color-title);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .06em;
    line-height: 1;
}
.aios-contact-title span {
    display: block;
    letter-spacing: .16em;
    color: var(--light);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 27px;
}
.aios-contact-form {
    width: 50%;
    margin: 0 auto;
}
.aios-contact-form-inner {
    max-width: 514px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.aios-contact-form p {
    text-align: center;
    line-height: 1.75;
    letter-spacing: .02em;
    font-weight: 300;
    margin: 11px 0 29.5px;
}
.aios-contact-form input[type="text"],
.aios-contact-form input[type="email"],
.aios-contact-form textarea {
    width: 100%;
    height: 51px;
    border: none;
    border-bottom: 1px solid var(--dark);
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .02em;
    color: var(--font-color-default);
    margin: 3.5px 0;
    padding: 0 10px;
}
.aios-contact-form textarea {
    padding-top: 19px;
    height: 85px;
    resize: none;
}
.aios-contact-form input[type="submit"] {
    display: block;
    max-width: 100%;
    width: 338px;
    padding: 26px 0 23px;
    margin: 48px auto 0;
    font-size: 13px;
    letter-spacing: .46em;
    color: var(--font-color-default);
    text-transform: uppercase;
    border: 1px solid var(--font-color-default);
    background: transparent;
    text-align: center;
    -webkit-transition: background .3s, color .3s, border-color .3s;
    -o-transition: background .3s, color .3s, border-color .3s;
    transition: background .3s, color .3s, border-color .3s;
}
.aios-contact-form input[type="submit"]:hover {
    background: var(--primary);
    border-color: var(--primary);
}
.aios-contact-form div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.aios-contact-form div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
    left: 0;
}
.aios-contact-form div.wpcf7-response-output {
    position: absolute;
    left: 0;
    right: 0;
    margin: 15px 0 0;
    text-align: center;
}
.aios-contact-form div.wpcf7-response-output {
    position: static;
}
.aios-contact-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    font-size: 12px;
}
.aios-contact-photo {
    width: 50%;
}
.aios-contact-photo img {
    display: block;
    width: 100%;
}
.aios-contact-map {
    position: relative;
    width: 100%;
    margin-top: 39px;
}
.aios-contact-map iframe {
    display: block;
    width: 100%;
}
.aios-contact-form {
    margin: 0 auto;
    overflow: visible;
    z-index: 1;
}
.aios-contact-form .contact-photo {
    display: block;
}
.aios-contact-form div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
    left: 0;
}
.aios-contact-form div.wpcf7-response-output {
    position: absolute;
    background: #fff;
}


.lp-header {
    padding: 0 53px;
}

.lp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1494px;
    margin: 0 auto;
    padding: 16px 0 14px;
}

.lp-header-logo {
    margin: 0 0 0 39px;
}

.lp-header-logo a {
    display: block;
}

.lp-header-logo a img {
    width: 124px;
}

.lp-header-navigation {
    flex-grow: 1;
    max-width: 710px;
    margin: 0 30px;
}

.lp-header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-header-nav > li {
    position: relative;
}

.lp-header-nav > li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.1em;
}

.lp-header-nav > li:hover > a {
    color: #0d3860;
}

.lp-header-nav .sub-menu {
    width: 220px;
    position: absolute;
    left: -200%;
    right: -200%;
    z-index: 1;
    margin: auto;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    padding: 21px 0 0;
}

.lp-header-nav li:hover > .sub-menu {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.lp-header-nav .sub-menu .sub-menu {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 0 0 calc(100% + 1px);
}

.lp-header-nav .sub-menu li {
    background: rgba(0, 0, 0, 0.8);
    margin: 0 0 1px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.lp-header-nav .sub-menu li:hover {
    background: rgba(0, 0, 0, 1);
}

.lp-header-nav .sub-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px 10px calc(10px + 0.1em);
}

.lp-header-nav .sub-menu li:hover > a {}

.lp-header-contact {}

.lp-header-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 277px;
    height: 62px;
    background: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.05em;
}

/*** Fixed Header ***/

.lp-header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding: 0 30px;
    background: #000;
}

.lp-header.fixed.show-fixed {
    transform: translateY(0);
    opacity: 1;
}

.lp-header.fixed .lp-header-logo a img {
    width: 80px;
    filter: brightness(0) invert(1);
}

.lp-header.fixed .lp-header-nav > li > a {
    color: #fff;
}

.lp-header.fixed .lp-header-contact a {
    background: #fff;
    color: #000;
}


/*** Footer ***/

.lp-footer {
    padding: 0 53px;
    background: #000;
    position: relative;
}

/*
.lp-footer::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../../images/landing-page/footer-bg.jpg');
    background-size: auto;
    background-position: center center;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
*/

.lp-footer-inner {
    max-width: 1414px;
    margin: 0 auto;
    padding: 86px 0 55px;
    position: relative;
    z-index: 1;
}

.lp-footer-logo-contact-navigation {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 1214px;
    margin: 0 auto;
}

.lp-footer-logo {
    margin: 3px 0 0;
}

.lp-footer-logo a {
    display: block;
}

.lp-footer-logo a img {
    width: 239px;
    filter: brightness(0) invert(1);
}

.lp-footer-logo i {
    display: block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 30px 0 0;
}

.lp-footer-contact {}

.lp-footer-contact h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.lp-footer-contact div:not(:last-child) {
    margin: 0 0 13px;
}

.lp-footer-contact span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 13px;
}

.lp-footer-contact a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
}

.lp-footer-contact a i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 18px;
    margin: 0 13px 0 0;
}

.lp-footer-contact a i.ai-font-envelope-f {
    font-size: 12px;
}

.lp-footer-contact a i.ai-font-location-c {
    font-size: 22px;
}

.lp-footer-navigation {}

.lp-footer-navigation h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.lp-footer-nav {}

.lp-footer-nav li {}

.lp-footer-nav li:not(:last-child) {
    margin: 0 0 17px;
}

.lp-footer-nav li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
}

.lp-footer-disclaimer {
    margin: 100px 0 0;
}

.lp-footer-disclaimer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.928;
    color: #fff;
}

.lp-footer-copyright-eho-realtor-mls-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 39px 0 0;
}

.lp-footer-copyright {}

.lp-footer-copyright p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.lp-footer-eho-realtor-mls-logos {}

.lp-footer-eho-realtor-mls-logos img {
    width: 148px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1199px) {
    .aios-contact-us-wrap {
        padding: 30px;
    }
    .aios-contact-form .contact-form {
        margin-bottom: 50px;
    }

    .lp-header-logo {
        margin: 0;
    }
    .lp-header-nav > li > a {
        font-size: 14px;
    }
    .lp-header-contact a {
        width: 200px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
	#main-wrapper {
        padding: 52px 0 0;
    }
    .amh-fixed-header-nav {
        display: block !important;
    }
	header,
    footer {
        padding: 0 15px !important;
    }
    header > div,
    footer > div {
        max-width: 720px !important;
        margin: 0 auto;
    }
    .lp-header-inner {
        justify-content: center;
        padding: 30px 0;
    }

    .aios-contact-us-wrap {
        padding: 15px;
    }
    .aios-contact-form-inner {
        width: 100%;
    }
    .aios-contact-form {
        margin-bottom: 100px;
    }
    .aios-contact-form,
    .aios-contact-photo {
        width: 100%;
    }
    .aios-contact-photo {
        margin: 0 auto;
        max-width: 400px;
    }

    .lp-footer-logo-contact-navigation {
        flex-flow: column;
        align-items: center;
    }
    .lp-footer-logo {
        margin: 0 0 60px;
    }
    .lp-footer-contact {
        margin: 0 0 60px;
        text-align: center;
    }
    .lp-footer-contact a {
        justify-content: center;
    }
    .lp-footer-navigation {
        text-align: center;
    }
    .lp-footer-disclaimer {
        text-align: center;
    }
    .lp-footer-copyright-eho-realtor-mls-logos {
        flex-flow: column;
        align-items: center;
    }
    .lp-footer-copyright {
        text-align: center;
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .aios-contact-form {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .aios-contact-form input[type="submit"] {
        width: 100%;
    }
}