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

.page-id-189092 #content-sidebar #content {
    width: 100%;
}

.page-id-189092 #content-sidebar .sidebar {
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
/*
.page-template-landing-page #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
*/
/*
.ip-banner {
    display: none;
}
*/
.img-canvas {
    position: relative;
}
.img-canvas canvas {
    display: block;
    width: 100%;
    height: auto;
}
.img-canvas img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.3s;
}

.hp-blog {
    display: none;
}
header.header {
    position: relative;
    width: 100%;
    padding: 30px 0 20px;

}
.header .hdr-right {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 88%;
}
header.header .container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.header .container:before, header.header .container:after {
    display: none;
}
.header .logo {
    width: 12.5%;
}
.header .logo img {
    filter: invert(1);
}
.hdrnav li a {
    font-size: clamp(13px,1.25vw,20px);
    letter-spacing: 0;
}
.hdrnav > li {
    padding: 0 clamp(10px,1.5625vw,25px);
}
.hdr-right-cta {
    margin-left: 4%;
}
.hdr-right-cta a {
    display: flex;
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
    background: #6cbfd7;
    color: #fff;
}

.lp-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.lp-title span {
    color: #242424;
    font-size: 100px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .05em;
    line-height: 72px;
    font-weight: 700;
    position: relative;
    padding-left: 60px;
    display: inline-block;
}
.lp-title span:before {
    position: absolute;
    content: '';
    top: 0;
    left: 30px;
    width: 8px;
    height: 100%;
    background: #6cbfd7;
}
.lp-title span em {
    position: absolute;
    left: -28px;
    width: 72px;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .21em;
    color: #a8a8a8;
    line-height: 1;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
    display: block;
}
.lp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    height: 50px;
    width: fit-content;
    padding: 0 25px;
    background: #6cbfd7;
    letter-spacing: 0.06em;
    color: #fff;
    transition: 0.3s;
}
.lp-btn:hover {
    background: #000;
    color: #fff;
}


.ip-lp-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -2;
}
.ip-lp-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #ffff, transparent);
    z-index: 1;
}

.ip-lp-bg canvas {
    display: block;
    width: 100%;
    height: auto;
    background: center / cover no-repeat;
    filter: grayscale(1);
    opacity: 0.4;
}

.hdrnav li a {
    color: #000;
}

/*Banner*/
.ip-lp-banner {
    padding: 0 15px;
    position: relative;
}
.ip-lp-banner-holder {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.lp-banner-tagline {
    width: 100%;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    padding: 0 20px;
    text-align: center;
    z-index: 2;
}
.lp-banner-tagline h1 {
    color: #fff;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 700;
}
.ip-lp-banner-holder:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
    opacity: 0.5;
}

/* QS */
.ip-lp-qs {
    width: 100%;
    padding: 0 80px;
    position: absolute;
    bottom: 12.5%;
    z-index: 3;
    left: 0;
}
.ip-lp-qs-inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
form.lp-qs-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qs-fields {
    width: calc((1080 / 1320)* 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qs-field {
    width: calc((130 / 1080)* 100%);
}
.qs-field.qs-lg {
    width: calc((278 / 1080)* 100%);
}
.qs-field select {
    appearance: none;
    height: 50px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 20px;
    width: 100%;
}
.qs-buttons {
    width: calc((205 / 1320)* 100%);
    display: flex;
    justify-content: space-between;
}
.qs-buttons .qs-btn:first-child {
    width: calc((150 / 205)* 100%);
    width: 100%;
}
.qs-buttons .qs-btn input {
    width: 100%;
    height: 50px;
    background: #6cbfd7;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.05em;
}
.qs-buttons .qs-btn:last-child {
    width: calc((50 / 205)* 100%);
    background: #000;
    height: 50px;
    display: none;
}
.qs-buttons .qs-btn a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
.qs-buttons .qs-btn:hover a {
    background: #6cbfd7;
}
.qs-buttons .qs-btn:hover input {
    background: #000;
}


/* Properties */
.ip-lp-prop {
    padding: 0 140px;
}
.ip-lp-prop-inner {
    padding-top: 100px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}
.ip-lp-prop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ip-lp-prop-slider {
    padding-top: 50px;
    margin: 0 -5px;
    position: relative;
}
.ip-lp-prop-slide {
    margin: 0 7px;
}
.ip-lp-prop-slide a {
    display: block;
}
.ip-lp-prop-det {
    padding-top: 15px;
}
.ip-lp-prop-det-desc p {
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    line-height: 1.4;
}
.ip-lp-prop-det-info h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(20px, 2.125vw, 34px);
    font-weight: 600;
}
.ip-lp-prop-det-info ul li {
    font-size: clamp(10px, 0.9375vw, 15px);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0 5px;
    border-right: 1px solid #666;
}
.ip-lp-prop-det-info ul li:last-child {
    border: none;
}
.ip-lp-prop-det-info ul {
    display: flex;
    justify-content: end;
}
.ip-lp-prop-det-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.ip-lp-prop-slide-controls button {
    display: flex !important;
    align-items: center;
    background: none;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.460em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.ip-lp-prop-slide-controls button.prev {
    right: calc(100% + 10px);
    left: auto;
}
.ip-lp-prop-slide-controls button.next {
    left: calc(100% + 10px);
    right: auto;
}
.ip-lp-prop-slide-controls button i {
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    color: #6cbfd7;
}
.ip-lp-prop-thumb span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 2;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 27px;
    transition: 0.3s;
    opacity: 0;
}
.ip-lp-prop-slide:hover .ip-lp-prop-thumb span {
    opacity: 1;
}
.ip-lp-prop-slide:hover .ip-lp-prop-thumb img {
    filter: brightness(0.7);
}


/*Communities*/

.ip-lp-comm {
    padding: 0 15px;
}
.ip-lp-comm-inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 130px;
}
.ip-lp-comm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ip-lp-comm-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7.5px;
    padding-top: 45px;
}
.ip-lp-comm-item {
    width: 33.33%;
    padding: 0 7.5px;
    margin-bottom: 14px;
}
.ip-lp-comm-item a {
    display: block;
    position: relative;
}
.ip-lp-comm-item-title h3 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}
.ip-lp-comm-item-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    transition: 0.3s;
}
.ip-lp-comm-item-title.unhover {
    top: auto;
    transform: none;
    bottom: 5%;
}
.ip-lp-comm-item-title.hover {
    opacity: 0;
}
.ip-lp-comm-item:hover .ip-lp-comm-item-title.hover {
    opacity: 1;
}
.ip-lp-comm-item:hover .ip-lp-comm-item-title.unhover {
    opacity: 0;
}
.ip-lp-comm-item:hover .ip-lp-comm-item-thumb img {
    filter: brightness(0.3);
    opacity: 0.9;
}
.ip-lp-comm-item-thumb:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 75%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
    opacity: 0.5;
}

/* About */

.ip-lp-about {
    padding: 0 15px;
}
.ip-lp-about-inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 170px;
    display: flex;
}
.ip-lp-about-left {
    width: calc((550 / 1320)* 100%);
}
.ip-lp-about-photo:before {
    position: absolute;
    content: '';
    width: 85%;
    height: 74%;
    top: -85px;
    left: -140px;
    background: url(../../../images/landing-page/lp-about-accent.jpg) center / cover no-repeat;
    opacity: 0.4;
}
.ip-lp-about-right {
    width: calc(100% - calc((550 / 1320)* 100%));
    padding-left: 50px;
    padding-top: 20px;
}
.ip-lp-about-title .lp-title {
    text-align: left;
}
.ip-lp-about-title .lp-title span {
    line-height: 0.9;
}
.ip-lp-about-title .lp-title span em {
    transform: translateY(0%) rotate(-90deg);
    top: 0;
}
.ip-lp-about-title .lp-title span:before {
    height: 165%;
}
.ip-lp-about-desc {
    padding-top: 30px;
    padding-left: 60px;
}
.ip-lp-about-desc p {
    letter-spacing: 0.06em;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 25px;
}
.ip-lp-about-btn {
    padding-left: 60px;
    padding-top: 10px;
}

/* Meet */
.ip-lp-meet {
    padding: 0 15px;
    position: relative;
}
.ip-lp-meet-inner {
    padding: 105px 0 90px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
.ip-lp-meet-agents {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    margin: 0 -7px;
}
.ip-lp-meet-agent {
    width: 33.33%;
    padding: 0 7.5px;
}
.ip-lp-meet-agent a {
    display: block;
    position: relative;
}
.ip-lp-meet-agent-photo-det {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 40px 10px;
    z-index: 2;
}
.ip-lp-meet-agent-photo-det h3 {
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-weight: 600;
}
.ip-lp-meet-agent-photo-det span {
    display: none;
    font-size: 20px;
    color: #fff;
}
.ip-lp-meet-agent:hover .ip-lp-meet-agent-photo-det span {
    display: block;
}
.ip-lp-meet-agent-photo:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 68%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
    opacity: 0.45;
}
.ip-lp-meet-agent:hover .ip-lp-meet-agent-photo:before{
    opacity: 0.7;
}

.lp-hdr-burger span {
    display: block;
    width: 50px;
    height: 4px;
    background: #fff;
    margin: 5px 0;
}
.lp-hdr-menu {
    position: fixed;
    background: #000;
    top: 0;
    right: -200%;
    padding: 50px 20px;
    height: 100vh;
    transition: 0.5s;
    width: 40%;
    min-width: 320px;
}

.lp-hdr-menu.expand {
    right: 0 !important;
}
.close-btn i {
    font-size: 20px;
    color: #fff;
}
.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}

.ip-lp-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
}
.ip-lp-popup-inner {
    padding: 40px 20px;
    background: #fff;
    width: 100%;
    max-width: 600px;
    position: relative;
}
.ip-lp-popup-title {
    text-align: center;
}
.ip-lp-popup-title h3 {
    font-size: 30px;
}
.ip-lp-popup-title span {
    display: block;
    padding-top: 10px;
    font-size: 18px;
}
.lp-field input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #666;
    height: 40px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.lp-sumbit {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
.lp-sumbit input {
    height: 40px;
    text-transform: uppercase;
    background: #6cbfd7;
    border: none;
    color: #fff;
    padding: 0 30px;
    margin: 0 auto;
}
.lp-sumbit input:hover {
    background: #000;
    color: #fff;
}
.lp-sumbit span.wpcf7-spinner {
    position: absolute;
}
.lp-field {
    margin-bottom: 20px;
}
.ip-lp-popup-form {
    padding-top: 40px;
}
.pop-up-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}

.show-popup {
    display: flex !important;
}

.lp-qs-form .select2-selection.select2-selection--multiple {
    appearance: none;
    height: 50px;
    border: none;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 20px;
    width: 100%;
    overflow: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.lp-qs-form .select2-selection.select2-selection--multiple textarea {
    text-transform: uppercase;
}

.lp-qs-form .select2-selection__choice {
    color: #000;
}

.lp-qs-form .select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;!i;!;
    overflow: hidden !important;!i;!;
    border-radius: 0;
}

.remodal-wrapper {
    display: none !important;
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1299px) {
    .ip-lp-prop-det-info h3 {
        font-size: 20px;
    }
    .ip-lp-prop {
        padding: 0 100px;
    }
    .lp-title span {
        font-size: 70px;
    }
    .ip-lp-about-right {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .lp-banner-tagline h1 {
        font-size: 60px;
    }
    .qs-field select {
        font-size: 13px;
    }
    .ip-lp-qs {
        position: 0 40px;
    }
    .qs-buttons .qs-btn input {
        font-size: 15px;
    }
    .qs-buttons .qs-btn a {
        font-size: 20px;
    }
    .ip-lp-prop-det-desc p {
        line-height: 1.2;
    }
    .ip-lp-prop-det-info h3 {
        font-size: 17px;
    }
    .ip-lp-prop-det-info ul li {
        font-size: 9px;
        padding: 0 3px;
    }
    .ip-lp-prop {
        padding: 0 80px;
    }
    .lp-title span {
        font-size: 60px;
    }
    .ip-lp-prop-slide-controls button {
        letter-spacing: 0.1em;
    }
    .ip-lp-prop-slide-controls button.prev {
        right: 100%;
    }
    .ip-lp-prop-slide-controls button.next {
        left: 100%;
    }
    .ip-lp-comm-item-title h3 {
        font-size: 26px;
    }
    .ip-lp-about-right {
        padding-left: 20px;
    }

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .lp-qs-form .select2-selection.select2-selection--multiple {
        background: rgba(0, 0, 0, .8);
    }
    .show-mobile {
        display: block !important;
    }
    .hide-mobile {
        display: none;
    }
	
    .lp-banner-tagline h1 {
        font-size: 40px;
    }
    .ip-lp-qs {
        position: relative;
        bottom: auto;
        padding: 15px 0;
    }
    form.lp-qs-form {
        display: block;
    }
    .qs-fields {
        flex-wrap: wrap;
        width: 100%;
    }
    .qs-field {
        width: 24.5%;
        margin-bottom: 5px;
    }
    .qs-field.qs-lg {
        width: 49.7%;
    }
    .qs-buttons {
        flex-wrap: wrap;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .qs-buttons .qs-btn {
        width: 100% !important;
        margin-bottom: 5px;
    }
    .qs-field select {
        background: rgba(0, 0, 0, 0.8);
    }
    .ip-lp-prop-header {
        display: block;
    }
    .ip-lp-prop-btn {
        padding-top: 50px;
    }
    .ip-lp-prop-btn a {
        margin: 0 auto;
    }
    .ip-lp-prop {
        padding: 0 15px;
    }
    .ip-lp-prop-det-desc p {
        line-height: 1.3;
        font-size: 25px;
        text-align: center;
    }
    .ip-lp-prop-det-info h3 {
        font-size: 28px;
        padding-top: 20px;
    }
    .ip-lp-prop-det-info ul li {
        font-size: 15px;
        padding: 0 5px;
    }
    .ip-lp-prop-det-info {
        display: block;
        text-align: center;
    }
    .ip-lp-prop-det-info ul {
        justify-content: center;
        padding-top: 20px;
    }
    .ip-lp-prop-slide-controls {
        display: flex;
        justify-content: center;
        padding-top: 40px;
    }
    .ip-lp-prop-slide-controls button {
        position: relative;
        left: auto !important;
        right: auto !important;
        transform: none;
        margin: 0 20px;
    }
    .ip-lp-comm-header {
        justify-content: center;
    } 
    .ip-lp-comm-item {
        width: 50%;
    }
    .ip-lp-about-inner {
        display: block;
        padding-top: 50px;
    }
    .ip-lp-about-left {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .ip-lp-about-right {
        padding-top: 50px;
        padding-left: 0;
        width: 100%;
    }
    .ip-lp-about-title .lp-title span:before {
        height: 100%;
    }
    .ip-lp-about-title .lp-title {
        text-align: center;
    }
    .ip-lp-about-title .lp-title span em {
        transform: translateY(-50%) rotate(-90deg);
        top: 50%;
    }
    .ip-lp-about-desc {
        text-align: center;
        padding-left: 0;
    }
    .ip-lp-about-btn {
        padding-left: 0;
    }
    .ip-lp-about-btn a {
        margin: 0 auto;
    }
    .ip-lp-about-photo:before {
        display: none;
        opacity: 0;
    }
    .ip-lp-meet-agents {
        display: block;
    }
    .ip-lp-meet-agent {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 40px;
    }
    .amh-fixed-header-nav {
        display: none;
    }
    .header .logo img {
        filter: none;
    }
    header.header {
        background: #fff;
        padding: 0;
    }
    header.header > .container {
        display: none;
    }
    .lp-hdr-mobile {
        display: flex !important;
        justify-content: space-between;
        padding: 20px 15px;
        align-items: center;
    }
    .lp-hdr-mobile .hdrnav > li a {
        color: #fff;
        font-size: 20px;
    }
    .lp-hdr-mobile .hdrnav > li {
        display: block;
        padding: 0;
    }
    .lp-hdr-mobile .hdrnav > li:before {
        display: none;
    }
    .hdr-right-cta {
        padding-top: 50px;
    }
    .ip-lp-banner {
        padding-top: 15px;
    }
    nav.navigation {
        padding-top: 40px;
    }


} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ip-lp-comm-item {
        width: 100%;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .lp-banner-tagline h1 {
        font-size: 25px;
    }
    .qs-field {
        width: 49.5%;
    }
    .qs-field.qs-lg {
        width: 100% !important;
    }
    .lp-title span {
        font-size: 30px;
    }
    
}
 
