/*******************************************************
 *
 * Landing Page
 *
 *******************************************************/

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

a,
input,
button,
img,
canvas {
    transition: all 0.3s ease-in-out;
}

.lazyload {
    opacity: 0;
    width: 0;
    height: 0;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.bg-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.bg-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ip-banner.custom-comm {
    display: block !important;
}

.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;
}

.page-template-landing-page .lp-header-logo a,
.page-template-landing-page .lp-footer-logo a {
    pointer-events: none;
}

.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;
}

/*** Slideshow ***/

.lp-ss-tagline-qs {
    position: relative;
    padding: 0 53px;
}

.lp-ss-tagline {
    position: relative;
}

.lp-ss {}

.lp-ss-inner {
    position: relative;
}

.lp-ss-inner {}

.lp-ss-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.lp-ss-inner > canvas {
    display: block;
    width: 100%;
    height: auto;
}

.lp-ss-inner .aios-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-ss-inner .aios-slider canvas {
    min-height: auto !important;
}

.lp-tagline-qs {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0 53px 6px;
}

.lp-tagline {
    padding: 0 30px;
}

.lp-tagline-inner {}

.lp-tagline-inner h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}


/*** Quick Search ***/

.lp-qs {
    width: 100%;
    padding: 0 30px;
    margin: 63px 0 0;
}

.lp-qs-inner {}

.lp-qs-form {
    max-width: 1104px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 12px 22px 12px 7px;
}

.lp-qs-form-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-qs-form-inputs {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}

.lp-qs-form-input {
    width: 13%;
    padding: 0 15px;
}

.lp-qs-form-input:nth-child(1),
.lp-qs-form-input:nth-child(2) {
    width: 24%;
}

.lp-qs-form-input:not(:last-child) {
    border-right: 1px solid #fff;
}

.lp-qs-form-input input,
.lp-qs-form-input select,
.lp-qs-form-input .bootstrap-select button {
    display: block;
    width: 100%;
    height: 40px;
    background: transparent !important;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}

.lp-qs-form-input .bootstrap-select button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.lp-qs-form-input .bootstrap-select button .filter-option {
    font-size: 12px !important;
    color: #fff !important;
}

.lp-qs-form-input .bootstrap-select .bs-searchbox input {
    height: 40px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.lp-qs-form-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-qs-form-button {}

.lp-qs-form-button:not(:last-child) {
    margin: 0 23px 0 0;
}

.lp-qs-form-button button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 17px;
    color: #fff;
}

.lp-qs-form-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.05em;
}


/*** Title ***/

.lp-title {}

.lp-title h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #000;
    text-transform: uppercase;
}

.lp-title span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 12px 0 0;
}


/*** Button ***/

.lp-button {}

.lp-button a,
.lp-button button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background: transparent;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.05em;
    position: relative;
}

.lp-button a:hover,
.lp-button button:hover {
    background: #000;
    color: #fff;
}

.lp-button.light a,
.lp-button.light button {
    border-color: #fff;
    color: #fff;
}

.lp-button.light a:hover,
.lp-button.light button:hover {
    background: #fff;
    color: #000;
}


/*** Featured Listings ***/

.lp-fl {
    padding: 0 53px;
}

.lp-fl-inner {
    max-width: 1494px;
    margin: 0 auto;
    padding: 105px 0 69px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.lp-fl-title-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 48px;
}

.lp-fl-slider {
    position: relative;
}

.lp-fl-slides {
    margin: 0 -12px;
}

.lp-fl-slides:not(.slick-initialized) {
    display: flex;
    flex-flow: row wrap;
}

.lp-fl-slide {
    width: 33.33%;
    padding: 0 12px 24px;
}

.lp-fl-slide a {
    display: block;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.02);
}

.lp-fl-slide-inner {}

.lp-fl-photo {
    background: #000;
}

.lp-fl-photo img {}

.lp-fl-slide a:hover .lp-fl-photo img {
    opacity: 0.5;
}

.lp-fl-photo i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.lp-fl-slide a:hover .lp-fl-photo i {
    opacity: 1;
    transform: scale(1);
}

.lp-fl-photo i::before {
    transform: rotate(45deg);
}

.lp-fl-info {
    padding: 30px;
}

.lp-fl-address {}

.lp-fl-address h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.lp-fl-address span {
    display: block;
    font-family: "Julius Sans One", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7b7b7b;
    text-transform: uppercase;
    margin: 9px 0 0;
}

.lp-fl-price-bbs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 21px 0 0;
}

.lp-fl-price {
    margin: 0 0 6px;
}

.lp-fl-price span {
    display: block;
    font-family: "Julius Sans One", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.lp-fl-bbs {}

.lp-fl-bbs span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.075em;
    color: #000;
}

.lp-fl-arrows {}

.lp-fl-arrows a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #878787;
    position: absolute;
    top: 0;
    bottom: 192px;
    margin: auto;
}

.lp-fl-arrows a.prev {
    left: -34px;
}

.lp-fl-arrows a.next {
    right: -34px;
}


/*** Featured Communities ***/

.lp-fc {
    padding: 0 53px;
}

.lp-fc-inner {
    max-width: 1494px;
    margin: 0 auto;
    padding: 74px 0 54px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.lp-fc-title-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 48px;
}

.lp-fc-slider {
    position: relative;
}

.lp-fc-slides {
    margin: 0 -12px;
}

.lp-fc-slides:not(.slick-initialized) {
    display: flex;
    flex-flow: row wrap;
}

.lp-fc-slide {
    width: 33.33%;
    padding: 0 12px 24px;
}

.lp-fc-slide a {
    display: block;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.02);
}

.lp-fc-slide-inner {
    position: relative;
}

.lp-fc-photo {}

.lp-fc-info {
    padding: 30px;
}

.lp-fc-title {}

.lp-fc-title h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.lp-fc-hover {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding: 30px;
}

.lp-fc-hover::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-fc-slide a:hover .lp-fc-hover {
    opacity: 1;
}

.lp-fc-hover h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.lp-fc-arrows {}

.lp-fc-arrows a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #878787;
    position: absolute;
    top: 0;
    bottom: 110px;
    margin: auto;
}

.lp-fc-arrows a.prev {
    left: -34px;
}

.lp-fc-arrows a.next {
    right: -34px;
}


/*** About Us ***/

.lp-au {
    padding: 0 53px;
}

.lp-au-inner {
    max-width: 1494px;
    margin: 0 auto;
    padding: 103px 0 94px;
}

.lp-au-photo-title-text-button {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.lp-au-photo {
    width: 54.284%;
    border-radius: 12px;
}

.lp-au-title-text-button {
    width: 45.716%;
    padding: 0 0 0 61px;
}

.lp-au-title-text-button .lp-title {
    margin: 0 0 29px;
}

.lp-text {
    max-width: 580px;
}

.lp-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.125;
    color: #444;
}

.lp-au-title-text-button .lp-button {
    margin: 29px 0 0;
}


/*** Meet The Team ***/

.lp-mtt {
    padding: 0 53px;
}

.lp-mtt-inner {
    max-width: 1494px;
    margin: 0 auto;
    padding: 0 0 86px;
}

.lp-mtt-inner .lp-title {
    margin: 0 0 29px;
}

.lp-mtt-inner .lp-title h2 {
    text-align: center;
}

.lp-mtt-slider {
    position: relative;
}

.lp-mtt-slides {
    margin: 0 -9px;
}

.lp-mtt-slides:not(.slick-initialized) {
    display: flex;
    flex-flow: row wrap;
}

.lp-mtt-slide {
    width: 25%;
    padding: 0 9px;
}

.lp-mtt-slide a {
    display: block;
}

.lp-mtt-slide-inner {
    position: relative;
}

.lp-mtt-photo {}

.lp-mtt-photo img {
    object-position: top center;
}

.lp-mtt-info {
    padding: 17px 30px;
}

.lp-mtt-title {}

.lp-mtt-title h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.lp-mtt-hover {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding: 30px;
}

.lp-mtt-hover::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-mtt-slide a:hover .lp-mtt-hover {
    opacity: 1;
}

.lp-mtt-hover h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.lp-mtt-hover span {
    display: block;
    font-family: "Julius Sans One", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
}

.lp-mtt-arrows {}

.lp-mtt-arrows a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #878787;
    position: absolute;
    top: 0;
    bottom: 56px;
    margin: auto;
}

.lp-mtt-arrows a.prev {
    left: -34px;
}

.lp-mtt-arrows a.next {
    right: -34px;
}


/*** 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;
}


/*** Popup ***/


/*** Popup ***/

.aiosp-ref-lp-popup {
    padding: 0 15px !important;
}

.aiosp-ref-lp-popup .aios-popup-body {
    width: 100% !important;
    max-width: 982px;
    padding: 0 !important;
    min-height: auto !important;
}

.aiosp-ref-lp-popup .aiosp-close {
    visibility: hidden;
}

.aiosp-ref-lp-popup .outside-content {
    pointer-events: none;
}

.lp-popup {}

.lp-popup-inner {}

.lp-popup-close {}

.lp-popup-close i {}

.lp-popup-photo-logo-title-form {
    display: flex;
    flex-flow: row wrap;
}

.lp-popup-photo {
    width: 47.15%;
}

.lp-popup-logo-title-form {
    flex-grow: 1;
    width: 52.85%;
    background: #000;
    padding: 34px 30px;
    position: relative;
}

.lp-popup-logo-title-form::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-popup-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 32px;
    position: relative;
    z-index: 1;
}

.lp-popup-logo img {
    width: 107px;
    filter: brightness(0) invert(1);
}

.lp-popup-text {
    margin: 0 0 36px;
    position: relative;
    z-index: 1;
}

.lp-popup-text h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.lp-popup-text p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 13px 0 0;
}

.lp-popup-form {
    max-width: 420px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.lp-popup-form-inner {}

.lp-popup-form-input {
    margin: 0 0 20px;
}

.lp-popup-form-input .wpcf7-form-control-wrap {
    display: block;
}

.lp-popup-form-input input {
    display: block;
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: #878787;
}

.lp-popup-form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0 0;
}

.lp-popup-form .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 15px);
    z-index: 1;
    margin: auto !important;
}

html .lp-popup-form .wpcf7-response-output {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border-width: 1px !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff !important;
    text-align: center;
    text-transform: none;
    padding: 5px 15px !important;
    position: absolute;
    margin: 15px auto 0 !important;
}

html .lp-popup-form .wpcf7-not-valid-tip {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    height: 31px;
    border-width: 1px !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #dc3232;
    text-align: center;
    text-transform: none;
    padding: 5px 15px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}

.aios-popup-body .aiosp-close {
    display: none;
}
.outside-content {
    pointer-events: none;
}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */

@media only screen and (max-width: 1199px) {
    header,
    footer,
    .lp-section {
        padding: 0 30px !important;
    }
    .lp-header-logo {
        margin: 0;
    }
    .lp-header-nav > li > a {
        font-size: 14px;
    }
    .lp-header-contact a {
        width: 200px;
        font-size: 14px;
    }
    .lp-tagline-qs {
        padding: 0 30px 6px;
    }
    .lp-fl-price-bbs {
        flex-flow: column;
        align-items: flex-start;
    }
    .lp-fl-arrows a {
        bottom: 213px;
    }
}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
    #main-wrapper {
        padding: 52px 0 0;
    }
    .amh-fixed-header-nav {
        display: block !important;
    }
    header,
    footer,
    .lp-section {
        padding: 0 15px !important;
    }
    header > div,
    footer > div,
    .lp-section > div:not(.lp-ss-tagline) {
        max-width: 720px !important;
        margin: 0 auto;
    }
    .lp-header-inner {
        justify-content: center;
        padding: 30px 0;
    }
    .lp-tagline {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .lp-tagline-inner h2 {
        font-size: 50px;
    }
    .lp-tagline-qs {
        position: relative;
        padding: 0;
    }
    .lp-qs {
        padding: 0;
    }
    .lp-qs-form {
        padding: 30px;
    }
    .lp-qs-form-inner {
        flex-flow: column;
        margin: 0 -10px;
    }
    .lp-qs-form-inputs {
        flex-flow: row wrap;
        width: 100%;
    }
    .lp-qs-form-input {
        width: 25%;
        padding: 0 10px;
        border-right: none !important;
    }
    .lp-qs-form-input:nth-child(1),
    .lp-qs-form-input:nth-child(2) {
        width: 50%;
    }
    .lp-qs-form-input input,
    .lp-qs-form-input select,
    .lp-qs-form-input .bootstrap-select button {
        border-bottom: 1px solid #fff;
    }
    .lp-qs-form-buttons {
        margin: 30px 0 0;
    }
    .lp-title {
        margin: 0 0 30px;
    }
    .lp-title h2 {
        text-align: center;
    }
    .lp-title span {
        text-align: center;
    }
    .lp-fl-title-button,
    .lp-fc-title-button {
        flex-flow: column;
    }
    .lp-fl-info,
    .lp-fc-info {
        text-align: center;
    }
    .lp-fl-price-bbs {
        align-items: center;
    }
    .lp-au-photo-title-text-button {
        flex-flow: column-reverse;
    }
    .lp-au-photo {
        width: 100%;
    }
    .lp-au-title-text-button {
        width: 100%;
        padding: 0 0 30px;
    }
    .lp-text {
        max-width: none;
    }
    .lp-text p {
        text-align: center;
    }
    .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;
    }
    .lp-popup-photo {
        display: none;
    }
    .lp-popup-logo-title-form {
        width: 100%;
    }
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {
    .lp-tagline-inner h2,
    .lp-title h2 {
        font-size: 40px;
    }
}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
    .lp-tagline-inner h2,
    .lp-title h2 {
        font-size: 30px;
    }
    .lp-qs-form-input {
        width: 100% !important;
    }
}