/*
Theme Name: San Miguel De Allende
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.9
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*
TABLE OF CONTENTS
1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css  */


/******************************************************* * * 1. Navigation * *******************************************************/

.hdrnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.hdrnav li {
    position: relative;
    padding: 0;
}

.hdrnav li a {
    /* font-size: .875vw; */
    color: #fff;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 0;
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fixed-header .hdrnav li a {
    color: #fff;
    padding: 37px 0;
}

.hdrnav > li > a:after {
    position: absolute;
    content: '';
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 3px;
    background: #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hdrnav > li:hover > a:after {
    opacity: 1;
}

.hdrnav .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 10px 0 0;
    position: absolute;
    width: 100%;
    min-width: 260px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
}

.fixed-header .hdrnav .sub-menu {
    padding: 0;
}

.hdrnav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.hdrnav .sub-menu li {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 1px;
}

.hdrnav .sub-menu a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .06em;
    display: block;
    padding: 15px 10px !important;
    line-height: 1;
    background: rgba(83, 39, 66, .85);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hdrnav .sub-menu a:hover {
    text-decoration: none;
    background: #030203;
}

.hdrnav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}


/******************************************************* * * 2. Custom CSS * *******************************************************/


/* Global */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: #FFF;
    color: #222;
    margin: 0;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#content a {
    outline: 0;
    color: #532742;
}

#content a:hover {
    color: #727272;
}

.home a,
.header a,
.fixed-header a,
footer a,
.sidebar a {
    text-decoration: none !important;
    outline: 0;
}

.transition {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

#main-wrapper {
    overflow: hidden;
}

.lora {
    font-family: 'Lora', serif;
}

.barlow {
    font-family: 'Barlow', sans-serif;
}

.felipa {
    font-family: 'Felipa', cursive;
}


/* header */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 100;
    background: #532742;
    padding: 0 45px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fixed-header .logo img.default {
    display: none;
}

.fixed-header.active {
    transform: translateY(0);
}

.fixed-header .hdr-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fixed-header .logo {
    width: 21%;
}

.fixed-header .hdr-right {
    width: 79%;
    padding-left: 4.2%;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 28px 15px;
}

.header .hdr-inner {
    display: flex;
    /*max-width: 1345px;*/
    max-width: 1445px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    filter: drop-shadow(1px 1px 2px #000);
    -webkit-filter: drop-shadow(1px 1px 2px #000);
}

.header .logo {
    /*width: 128px;*/
    width: 378px;
}

.header .logo img.fixed {
    display: none;
}

.header .hdr-right {
    width: calc(100% - 128px);
    /*padding-left: 60px;*/
    padding-left: 30px;
}

.header .hdr-translate {
    display: block;
    text-align: right;
    margin-bottom: 5px;
}

.header .hdr-translate select#gtranslate_selector,
.header .hdr-translate select.gt_selector {
    width: 144px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url('images/hdr-translate.png');
    font-size: 0;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.header .hdr-translate select#gtranslate_selector::-ms-expand,
.header .hdr-translate select.gt_selector {
    display: none;
}

.header .hdr-translate select#gtranslate_selector option,
.header .hdr-translate select.gt_selector option {
    font-size: 12px;
    background: #532742;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
}


/* hp button */

.hp-btn {
    display: inline-flex;
    width: 95%;
    max-width: 260px;
    height: 47px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #532742;
    font-weight: 700;
    letter-spacing: .3em;
    border: 1px solid #c7c7c7;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}

html[lang="es"] .hp-btn {
    letter-spacing: 0.1em;
}

.hp-btn:before,
.hp-btn:after {
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    width: 50%;
    height: 1px;
    background: #5b324b;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-btn:after {
    bottom: -1px;
    left: 0;
    right: auto;
    top: auto;
}

.hp-btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.hp-btn:hover:before,
.hp-btn:hover:after {
    background: #000;
}


/* section title */

.section-title {
    font-weight: 300;
    font-size: 25px;
    color: #212121;
    letter-spacing: .06em;
    margin-bottom: 35px;
}

.section-title span {
    color: #532742;
    font-size: 4.063vw;
    letter-spacing: 0;
    line-height: 4.063vw;
    display: block;
}


/* homepage */


/* popup form */

.aiosp-bg {
    background: #000;
    opacity: .85;
}

.home .aiosp-wrap .aiosp-container .aios-popup-body {
    width: 90%;
    max-width: 530px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

#capture-form {
    width: 100%;
    padding: 90px 30px 75px;
    position: relative;
}

.home .aios-popup-body .aiosp-close {
    color: #7c7c7c;
    border-radius: 50%;
    width: 32px;
    font-size: 65px;
    height: 32px;
    line-height: 28px;
    top: 30px;
    right: 30px;
    opacity: 1;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

#capture-form h2 {
    color: #552944;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 10%;
}

#capture-form h2 span {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 20px;
}

#capture-form form {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    position: relative;
}

#capture-form form input {
    border: 0;
    font-size: 11px;
    letter-spacing: .05em;
    color: #5a5a5a;
    background: #f5f5f5;
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 20px;
    outline: 0;
}

#capture-form .form-desc {
    display: block;
    text-align: center;
    color: #5a5a5a;
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

#capture-form input[type="submit"] {
    width: 92%;
    height: 50px;
    border: 0;
    background: #552944;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    letter-spacing: .05em;
    margin: 40px auto 0;
    display: block;
    outline: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    border-radius: 0;
}

#capture-form input[type="submit"]:hover {
    background: #000;
}

#capture-form div.wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0;
}

#capture-form span.wpcf7-not-valid-tip {
    font-size: 11px;
}

#scroll-down {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
}

.fixed-smi {
    position: fixed;
    left: 35px;
    bottom: 55px;
    z-index: 100;
    width: 33px;
    text-align: center;
    pointer-events: auto;
}

.fixed-smi:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: -120px;
    width: 1px;
    height: 90px;
    background: rgba(255, 255, 255, .25);
}

#scroll-down.nav-active-section-content-fe .fixed-smi:before,
#scroll-down.nav-active-section-content-welcome .fixed-smi:before,
#scroll-down.nav-active-section-content-reviews .fixed-smi:before,
#scroll-down.nav-active-section-content-fn .fixed-smi:before {
    background: #552944;
}

#scroll-down.nav-active-section-content-fn,
#scroll-down.nav-active-section-content-footer {
    display: none;
}

.fixed-smi .hdr-smi {
    display: flex;
    flex-direction: column;
}

.fixed-smi a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background: #552944;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 12px 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fixed-smi a:hover {
    background: #000;
}


/* */

.hp-slide {
    display: block;
    position: relative;
}

.hp-slide .slide-video {
    display: block;
    position: relative;
}

.hp-slide .slide-video:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.15);*/
    z-index: 1;
    pointer-events: none;
}


/* .hp-slide .slide-video canvas {



    min-height: 700px;



}







.cycloneslider-template-video .cycloneslider-slides {



    height: 100% !important;



} */

.hp-slide .slide-video canvas {
    min-height: 100vh;
    height: 100vh;
}

.cycloneslider-template-video .cycloneslider-slides {
    height: 100vh !important;
}

.slide-cta {
    position: absolute;
    left: 0;
    bottom: 13%;
    width: 100%;
    z-index: 9;
    text-transform: uppercase;
}

.slide-cta a.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: .06em;
    border: 1px solid #fff;
}

.slide-cta a.cta-btn:hover {
    background: #532742;
    border-color: #532742;
}

.slide-cta a.video-btn {
    display: flex;
    width: 170px;
    height: 47px;
    font-size: 15px;
    margin: 0 auto 200px;
    display: none;
}

.slide-cta a.video-btn2 {
    display: flex;
    width: 170px;
    height: 47px;
    font-size: 15px;
    margin: 0 auto 200px;
}

.slide-cta .cta-btns {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 52vw;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.slide-cta .cta-btns a {
    width: calc((100% / 3) - 5px);
    height: 65px;
    margin: 0 9px;
    font-size: 20px;
}

.slide-tagline {
    position: absolute;
    left: 0;
    bottom: 36%;
    font-size: 9.1vw;
    color: #a1a3a5;
    font-weight: 200;
    letter-spacing: -.025em;
    text-transform: lowercase;
    width: 100%;
    text-align: center;
    z-index: 8;
    pointer-events: none;
}

.slide-logos {
    position: absolute;
    left: 0;
    bottom: 12%;
    width: 100%;
    padding: 0 30px;
    z-index: 2;
    max-width: 1475px;
    margin: 0 auto;
    right: 0;
}

.slide-logos .logo-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.slide-logos img {
    max-width: 13vw;
    height: auto;
}

.slide-logos .logo-wrap img:last-of-type {
    margin-bottom: 5px;
}

.hp-fe {
    display: block;
    padding-left: 50px;
}

.hp-fe .fe-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 -1px;
    flex-wrap: wrap;
}

.page-id-5172 .hp-fe .fe-wrap,
.listing-module-page .hp-fe .fe-wrap {
    justify-content: flex-start;
}

.hp-fe .fe-col {
    width: 33.33%;
    padding: 1px;
    display: flex;
}

.hp-fe .fe-col.title {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.hp-fe .fe-col.title .accent {
    position: absolute;
    left: 0;
    top: 55px;
    width: 62px;
    height: 62px;
    border-top: 10px solid #552a44;
    border-left: 10px solid #552a44;
    z-index: 0;
}

.hp-fe .fe-col.title .title-wrap {
    flex-direction: column;
    justify-content: center;
}

.hp-fe .fe-col.title .small-title {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    letter-spacing: .06em;
    display: block;
    margin-bottom: 12px;
}

.hp-fe .fe-col .col-inner {
    display: flex;
    width: 100%;
    position: relative;
}

.hp-fe .fe-col.last .col-inner {
    background: #552944;
}

.hp-fe .fe-col.last .col-inner:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #805f73;
    background: transparent;
    z-index: 0;
    transition: all .3s ease;
}

.hp-fe .fe-col.last:hover .col-inner:before {
    border-color: #fff;
}

.hp-fe .fe-col a {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    z-index: 9;
}

.hp-fe .fe-col a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-fe .fe-col a:hover:before {
    background: rgba(0, 0, 0, .4);
}

.hp-fe .fe-col canvas {
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
    /*background-size: contain;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hp-fe .fe-col .fe-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    display: flex;
    z-index: 9;
}

.hp-fe .fe-col .fe-details .details-left {
    width: 63.5%;
    display: flex;
    align-items: flex-end;
    padding: 12px 10px 18px 22px;
}

.hp-fe .fe-col a:hover .fe-details .details-left {
    background: #532742;
}

.hp-fe .fe-col .fe-details .accent {
    width: 64px;
    height: 44px;
    background: url('images/hp-fe-laurel.png');
    /* background-size: cover; */
    background-size: 100% 100%;
    margin-right: 13px;
}

.hp-fe .fe-col .fe-details .fe-info {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hp-fe .fe-col .fe-details .fe-info .fe-price {
    font-size: 20px;
    margin-top: 5px;
}

.hp-fe .fe-col .fe-details .details-more {
    width: 36.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    background: #000;
    opacity: 0;
}

.hp-fe .fe-col a:hover .fe-details .details-more {
    opacity: 1;
}

.hp-fe .fe-col.last {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.hp-fe .fe-col.last:nth-child(4) {
    min-height: 320px;
}

.hp-fe .fe-col.last a {
    display: flex;
    padding: 0 18%;
    flex-direction: column;
    justify-content: center;
}

.hp-fe .fe-col.last a:before {
    display: none;
}

.hp-fe .fe-col.last strong {
    display: block;
    font-size: 30px;
    margin: 10px 0;
}

.hp-welcome {
    display: block;
    padding: 30px 75px 85px;
    background: url('images/hp-welcome-bg.jpg') bottom center no-repeat;
    background-size: 100% auto;
}

.hp-welcome .welcome-inner {
    display: flex;
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
}

.hp-welcome .welcome-inner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    background: #fff;
    z-index: 0;
}

.hp-welcome .welcome-left {
    width: 55%;
    padding: 0 20px 65px 65px;
    position: relative;
    z-index: 9;
}

.hp-welcome .welcome-left p {
    color: #222;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .025em;
    margin-bottom: 25px;
    padding-right: 7%;
}

.hp-welcome .welcome-right {
    width: 45%;
    /* padding-left: 65px; */
    position: relative;
    z-index: 9;
}

.hp-welcome .welcome-img:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 54%;
    height: 65%;
    border-bottom: 10px solid #552a44;
    border-left: 10px solid #552a44;
    z-index: 0;
}

.welcome-img {
    position: relative;
    padding-left: 65px;
    padding-bottom: 71px;
}

.hp-team {
    display: block;
    padding: 55px 0;
    position: relative;
    z-index: 2;
}

.hp-team .team-inner {
    display: block;
    max-width: 1600px;
    font-size: 0;
    position: relative;
    margin: 0 auto;
}

.hp-team .agents-left {
    display: inline-block;
    width: 50.875%;
    vertical-align: middle;
}

.hp-team .map-main {
    position: relative;
    width: 814px;
}

.hp-team .map-main:before {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: 2;
    opacity: .60;
}

.hp-team #transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hp-team #trueMap {
    filter: grayscale(1);
}

.hp-team .map-main .hovers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


/* agents */

.hp-team .map-hover-item {
    position: absolute;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.hp-team .map-hover-item.active-agent {
    opacity: 1;
}

.map-hover-item.carolina-echeverria {
    left: 258px;
    top: 117px;
}

.map-hover-item.giovanna-canela {
    left: 488px;
    top: 104px;
}

.map-hover-item.greg-gunter {
    left: 434px;
    top: 80px;
}

.map-hover-item.alma-cecilia-ramirez {
    left: 347px;
    top: 90px;
}

.map-hover-item.griselda-contreras {
    left: 563px;
    top: 157px;
}

.map-hover-item.tracy-moss {
    left: 681px;
    top: 114px;
}

.map-hover-item.carolina-figueroa {
    left: 168px;
    top: 90px;
}

.map-hover-item.lisa-babincsak {
    left: 22px;
    top: 80px;
}

.map-hover-item.michelle-garrison {
    left: 96px;
    top: 89px;
}

.map-hover-item.carolina-figueroa .map-hover-item-dets {
    top: 51%;
    left: 58%;
}

.map-hover-item.carolina-echeverria .map-hover-item-dets {
    top: 46%;
}

.map-hover-item.greg-gunter .map-hover-item-dets {
    top: 35%;
}

.map-hover-item.giovanna-canela .map-hover-item-dets {
    top: 50%;
}

.map-hover-item.alma-cecilia-ramirez .map-hover-item-dets {
    top: 38%;
}

.map-hover-item.tracy-moss .map-hover-item-dets {
    top: 61%;
    left: 38%;
}

.map-hover-item.griselda-contreras .map-hover-item-dets {
    top: 44%;
    left: 34%;
}

.map-hover-item.lisa-babincsak .map-hover-item-dets {
    top: 64%;
}

.map-hover-item.michelle-garrison .map-hover-item-dets {
    top: 34%;
}

.hp-team .map-hover-item-img {
    pointer-events: none;
}

.hp-team .map-hover-item img {
    transform: translateZ(0);
}

.hp-team .map-hover-item-dets {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 130px;
    padding: 10px 13px;
    text-align: center;
    background-color: #552a44;
    z-index: 1;
}

.hp-team .map-hover-item-dets::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    background-color: #552a44;
    pointer-events: none;
}

.hp-team .map-hover-item-dets p {
    font-family: 'Lora', serif;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 3px;
}

.hp-team .map-hover-item-dets > span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 7px;
    font-weight: 300;
    color: #ac94a3;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 3px;
    white-space: nowrap;
}

.hp-team .map-hover-item-dets ul {
    position: relative;
    pointer-events: auto;
    display: none;
}

.hp-team .map-hover-item-dets li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
}

.hp-team .map-hover-item-dets li:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #fff;
    opacity: .25;
    pointer-events: none;
}

.hp-team .map-hover-item-dets li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.06em;
    transition: all .4s ease-in-out;
}

.hp-team .map-hover-item-dets li span {
    font-size: 8px;
    color: #fff;
    transition: all .4s ease-in-out;
}

.hp-team .map-hover-item-dets li a:hover,
.hp-team .map-hover-item-dets li span:hover {
    color: #ac94a3;
}

.hp-team .agents-right {
    display: inline-block;
    width: 49.125%;
    vertical-align: middle;
    padding: 0 9%;
}

.hp-team .agents-right .accent {
    position: absolute;
    right: 55px;
    top: 0;
    width: 62px;
    height: 62px;
    border-top: 10px solid #552a44;
    border-right: 10px solid #552a44;
    z-index: 0;
}

.hp-team .agents-right p {
    color: #222;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .025em;
    margin-bottom: 33px;
    padding-right: 3%;
}

.hp-team .agents-right .hp-btn {
    max-width: 170px;
}

.hp-reviews {
    display: block;
    padding: 50px 15px;
}

.hp-reviews .reviews-inner {
    display: block;
    max-width: 1290px;
    margin: 0 auto;
}

.hp-reviews .section-title {
    margin-bottom: 50px;
}

.hp-reviews .reviews-wrap {
    position: relative;
    display: block;
    padding: 0 75px;
}

.hp-reviews .reviews-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #552a44;
    outline: 0;
    cursor: pointer;
    transition: opacity .3s ease;
}

.hp-reviews .reviews-arrow:hover {
    opacity: 0.6;
}

.hp-reviews .reviews-arrow.reviews-next {
    left: auto;
    right: 0;
}

.hp-reviews .list-inner {
    display: block;
    overflow: hidden;
}

.hp-reviews .reviews-list {
    margin: 0 -20px;
    display: block;
    font-size: 0;
}

.hp-reviews .reviews-item {
    padding: 0 20px;
}

.hp-reviews .reviews-item .item-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.hp-reviews .reviews-item .item-inner img {
    width: 100%;
    height: auto;
}

.hp-reviews .reviews-list .slick-track * {
    outline: none;
}

.hp-reviews .reviews-item canvas {
    display: block;
    width: 100%;
    height: 551px;
    background: url('images/hp-testimonials-bg.jpg') center;
    background-size: cover;
}

.hp-reviews .reviews-item .review-elements {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    border-top: 10px solid #522648;
    border-right: 10px solid #522648;
    z-index: 1;
}

.hp-reviews .reviews-item .review-elements .accent1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 240px);
    height: 285px;
    border-left: 10px solid #522648;
    border-bottom: 10px solid #522648;
}

.hp-reviews .reviews-item .review-elements .accent2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 115px;
    background: #522648;
}

.hp-reviews .reviews-item .review-elements .review-logo {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: calc(100% - 225px);
    padding: 0 15px;
}

.hp-reviews .reviews-item .review-elements .review-logo img {
    margin: 0 auto;
}

.hp-reviews .reviews-item .review-elements .review-photo {
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.hp-reviews .reviews-item .review-details {
    position: absolute;
    top: 0;
    left: 60px;
    width: calc(100% - 120px);
    padding-top: 95px;
    z-index: 9;
}

.hp-reviews .reviews-item .review-details h2 {
    font-size: 55px;
    color: #522648;
    margin-bottom: 25px;
}

.hp-reviews .reviews-item .review-details .review-title {
    line-height: 1;
    color: #fff;
    font-size: 18px;
    letter-spacing: -.04em;
    padding: 18px 0 10px;
    position: relative;
    display: block;
    width: 95%;
}

.hp-reviews .reviews-item .review-details .review-title:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background: #522648;
    z-index: -1;
}

.hp-reviews .reviews-item .review-details .review-title:after {
    position: absolute;
    content: '';
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 21px;
    background: url('images/hp-testimonials-quote.png');
}

.hp-reviews .reviews-item .review-details p {
    display: block;
    font-size: 15px;
    line-height: 19px;
    color: #522648;
    margin-top: 10px;
    padding-right: 50px;
    position: relative;
}

.hp-reviews .reviews-item .review-details p:after {
    position: absolute;
    content: '';
    right: 20px;
    bottom: 10px;
    width: 25px;
    height: 22px;
    background: url('images/hp-testimonials-quote2.png');
}

.hp-reviews .reviews-item .review-details .review-author {
    color: #522648;
    font-size: 22px;
    display: block;
    margin-top: 25px;
}

.hp-fn {
    display: block;
    padding: 50px 0;
    max-width: 1600px;
    margin: 0 auto;
}

.hp-fn .fn-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 95px;
}

.hp-fn .fn-item:nth-of-type(even) {
    flex-direction: row-reverse;
}

.hp-fn .fn-item .fn-image {
    width: 50%;
    position: relative;
}

.hp-fn .fn-item .fn-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,.25); */
}

.hp-fn .fn-item .fn-image:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -40px;
    width: 90%;
    height: 40px;
    background: #e2e2e2;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-fn .fn-item:nth-of-type(even) .fn-image:after {
    left: auto;
    right: 0;
}

.hp-fn .fn-item .fn-image:hover:after {
    background: #532742;
}

.hp-fn .fn-item .fn-image canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.hp-fn .fn-item .fn-image a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 170px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border: 1px solid #Fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .06em;
    color: #fff;
    z-index: 9;
}

html[lang="es"] .hp-fn .fn-item .fn-image a {
    font-size: 11px;
}

.hp-fn .fn-item .fn-image a:hover {
    background: #532742;
    border-color: #532742;
}

.hp-fn .fn-item .fn-details {
    width: 50%;
    padding: 0 7.5%;
    display: flex;
    align-items: flex-end;
}

.hp-fn .fn-item .fn-details .details-in {
    padding-top: 20px;
}

.hp-fn .fn-item:nth-of-type(even) .fn-details .details-in {
    text-align: right;
}

.hp-fn .fn-item .fn-details h2 {
    font-size: 40px;
    color: #532742;
    margin-bottom: 30px;
    position: relative;
}

.hp-fn .fn-item .fn-details h2:before {
    position: absolute;
    content: '';
    left: -345px;
    top: 50%;
    width: 295px;
    height: 1px;
    background: #552944;
}

.hp-fn .fn-item:nth-of-type(even) .fn-details h2:before {
    left: auto;
    right: -345px;
}

.hp-fn .fn-item .fn-details p {
    color: #222;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .025em;
    text-align: justify;
}

.hp-fn .fn-item:nth-of-type(even) .fn-details p {
    text-align-last: right;
}

.hp-fn .fn-item .fn-details .hp-btn {
    max-width: 170px;
    margin: 30px 0 5px;
    display: inline-flex;
}

.hp-fn a.more-fn {
    max-width: 380px;
    margin: 15px auto 0;
    display: flex;
}

.hp-blog {
    display: block;
    padding: 25px 0;
}

.hp-blog .blog-wrap {
    display: flex;
    position: relative;
}

.hp-blog .blog-wrap:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #5c324c;
    z-index: 1;
}

.hp-blog .blog-left,
.hp-blog .blog-right {
    width: 50%;
}

.hp-blog .blog-left {
    background: url('images/hp-blog-bg.jpg');
    background-size: cover;
    position: relative;
    display: flex;
}

.hp-blog .blog-left:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #532742;
    opacity: .95;
    z-index: 1;
}

.hp-blog .blog-left:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50px;
    width: 95%;
    height: 160px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    z-index: 1;
}

.hp-blog .blog-left .left-inner {
    position: relative;
    padding: 75px 16%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hp-blog .section-title,
.hp-blog .section-title span {
    color: #fff !important;
}

.hp-blog .blog-left .left-inner p {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    letter-spacing: .025em;
}

.hp-blog .blog-left .hp-btn {
    max-width: 350px;
    color: #fff;
    margin-top: 35px;
}

.hp-blog .blog-left .hp-btn:before,
.hp-blog .blog-left .hp-btn:after {
    background: #fafafa;
}

.hp-blog .blog-left .hp-btn:hover:before,
.hp-blog .blog-left .hp-btn:hover:after {
    background: #000;
}

.hp-blog .blog-right {
    position: relative;
}

.hp-blog .blog-right:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 10px;
    height: 25%;
    background: #5c324c;
    z-index: 1;
}

.hp-blog .blog-right .blog-list {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hp-blog .blog-right .blog-item {
    display: flex;
    height: 50%;
}

.hp-blog .blog-right .blog-item:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.hp-blog .blog-right .blog-item > div {
    width: 50%;
}

.hp-blog .blog-item .blog-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.hp-blog .blog-right .blog-item .blog-details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*padding: 15px 8%;*/
    padding: 35px 4%;
}

.hp-blog .blog-details .blog-title {
    /*    font-size: 1.375vw;*/
    font-size: 1.3vw;
    line-height: 25px;
    color: #444;
    letter-spacing: .025em;
    margin-bottom: 18px;
}

.hp-blog .blog-details p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .025em;
    color: #222;
}

.hp-blog .blog-details .hp-btn {
    max-width: 170px;
    margin-top: 25px;
    min-height: 47px;
}

.hp-video {
    display: block;
    padding: 35px 0 70px;
}

.hp-video .video-wrap {
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}

.hp-video .video-th {
    position: relative;
    display: flex;
    width: 50%;
}

.hp-video .video-th:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.hp-video .video-th canvas {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 405px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hp-video .video-th .play-btn {
    position: absolute;
    left: 50%;
    top: 67%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 170px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border: 1px solid #Fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .06em;
    color: #fff;
    z-index: 9;
}

html[lang="es"] .hp-video .video-th .play-btn {
    font-size: 11px;
}

.hp-video .video-th .play-btn:hover {
    background: #532742;
    border-color: #532742;
}

.hp-video .video-th span.accent-line {
    position: absolute;
    left: 0;
    bottom: -41px;
    width: 90%;
    height: 40px;
    background: #e2e2e2;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-video .video-th:hover .accent-line {
    background: #532742;
}

.hp-video .video-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 9.5%;
    width: 49%;
    position: relative;
}

.hp-video .video-desc h1 {
    font-size: 25px;
    color: #212121;
    letter-spacing: .06em;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.hp-video .video-desc:after {
    position: absolute;
    content: '';
    right: 50px;
    top: 10px;
    width: 60px;
    height: 60px;
    border-top: 10px solid #552a44;
    border-right: 10px solid #552a44;
}

.hp-video .video-desc p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .025em;
    color: #222;
}

.hp-video .video-desc .hp-btn {
    max-width: 240px;
    margin-top: 30px;
}

.footer {
    display: block;
    background: #532742;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.footer-inner {
    display: block;
    max-width: 1340px;
    margin: 0 auto;
}

.footer-partners {
    display: block;
    width: 100%;
    max-width: 1125px;
    margin: 0 auto;
    padding: 98px 0 60px;
}

.footer-partners .section-title {
    color: #fff;
}

.footer-partners .section-title span {
    /*                font-size: 30px;*/
    color: #fff;
    /*                line-height: 1;*/
}

.footer-partners .logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-partners img {
    margin: 15px 25px;
}

.footer-contact {
    display: block;
    padding: 40px 0;
    border-top: 1px solid #653d55;
    border-bottom: 1px solid #653d55;
}

.footer-contact .contact-wrap {
    display: flex;
    align-items: center;
}

.footer-contact .contact-wrap .contact-col {
    width: 25%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 15px;
}

.footer-contact .contact-wrap .contact-col span {
    display: block;
}

.footer-contact .contact-wrap .contact-col span .sep {
    display: inline-block;
    color: #653e56;
    font-weight: 400;
}

.footer-contact .contact-wrap .contact-col.center {
    width: 50%;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    display: block;
    position: relative;
}

.footer-contact .contact-wrap .contact-col.center:before {
    position: absolute;
    content: '';
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 135px;
    background: #623a53;
}

.footer-contact .contact-wrap .contact-col.center:after {
    position: absolute;
    content: '';
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 135px;
    background: #623a53;
}

.footer-contact .contact-wrap .contact-col.center img {
    width: 100%;
    /*max-width: 188px;*/
    max-width: 258px;
    margin: 0 auto 10px;
}

.footer-contact .contact-wrap .f-smi {
    display: flex;
    margin-top: 22px;
    justify-content: center;
}

.footer-contact .contact-wrap .f-smi a {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #7e5d71;
    margin: 0 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.footer-contact .contact-wrap .f-smi a:hover {
    background: #000;
    border-color: #000;
    color: #fff !important;
}

.footer-contact .contact-wrap .contact-col a {
    color: #fff;
}

.footer-contact .contact-wrap .contact-col a:hover {
    color: #b8a8b2;
}

.footer-contact .contact-wrap .contact-col .position {
    font-size: 15px;
}

.footer-contact .contact-wrap .contact-col .phone {
    font-weight: 600;
}

.footer-contact .contact-wrap .contact-col .email {
    font-weight: 300;
    font-size: 15px;
}

.footer-contact .contact-wrap .contact-col .email a {
    /*color: #b8a8b2;*/
    color: #fff;
}

.footer-contact .contact-wrap .contact-col .email a:hover {
    /*color: #fff;*/
    color: #b8a8b2;
}

.f-nav {
    display: block;
    padding: 50px 0;
    border-bottom: 1px solid #653d55;
    text-align: center;
}

.f-nav .footernav li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.938vw;
    letter-spacing: .15em;
    margin: 10px 0;
}

.f-nav .footernav li a {
    color: #fff;
    padding: 0 12px;
    border-left: 1px solid #7e5d71;
}

.f-nav .footernav li:first-child a {
    border: 0;
    padding-left: 0;
}

.f-nav .footernav li:last-child a {
    padding-right: 0;
}

.f-nav .footernav li a:hover {
    color: #b8a8b2;
}

.footer .copyright {
    display: flex;
    padding: 35px 0 100px;
}

.footer .copyright .copy-left {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
    width: 73%;
}

.footer .copyright a {
    color: #fff;
}

.footer .copyright a:hover {
    color: #b8a8b2;
}

.footer .copyright .copy-right {
    width: 27%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer .copyright .copy-right img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}


/******************************************************* * * 3. IP Styles * *******************************************************/

.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: #f9f7f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
}


/* fullwidth template */

.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}


/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}


/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */

#content .entry-title,
#content .archive-title {
    color: #532742;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Lora', serif;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}


/*.single-aios-agents p#breadcrumbs,
.page-template-about-san-miguel-de-allende p#breadcrumbs,
.page-template-press-v3 p#breadcrumbs,
.page-template-press p#breadcrumbs,
.page-template-competitive-advantage p#breadcrumbs {
    margin-left: 50px;
    margin-right: 50px;
}
.page-template-about-san-miguel-de-allende p#breadcrumbs,
.page-template-press-v3 p#breadcrumbs,
.page-template-press p#breadcrumbs,
.page-template-competitive-advantage p#breadcrumbs {
    margin-left: 65px;
}*/

p#breadcrumbs {
    font-size: 15px;
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 1px;
    margin-top: 34px;
    margin-bottom: 64px;
}

p#breadcrumbs span.breadcrumb_last span[property=name] {
    font-weight: 700;
}

p#breadcrumbs > span::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 2000px;
    background: #000;
    opacity: .05;
}

p#breadcrumbs > span {
    position: relative;
}

p#breadcrumbs > span::before {
    content: '';
    position: absolute;
    right: calc(100% + 20px);
    top: 2px;
    width: 62px;
    height: 62px;
    border-left: solid 11px #532742;
    border-top: solid 11px #532742;
}

.ip-banner-content {
    position: relative;
}

.ip-banner-logos {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    z-index: 5;
}


/*Popup Message*/

.popup-message-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
}

.popup-message-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
}

.popup-message-main {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 30px 50px;
    text-align: center;
}

.popup-message-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    color: #532742;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 500;
}

.popup-message-main h2 {
    font-size: 30px;
    color: #532742;
    line-height: 1;
}

.popup-message-close-btn:hover {
    color: #000;
}

.popup-message-container.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.popup-message-container.active .popup-message-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.joinchat__button {
    height: 48px !important;
    min-width: 48px !important;
}

.joinchat__button__open {
    width: 48px !important;
    height: 48px !important;
}


/* IP neighborhoods */

.page-id-144 #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.page-id-144 #content .entry-title,
.page-id-144 #breadcrumbs {
    max-width: 1170px;
    padding: 0 15px;
    margin: 34px auto 0;
}

.page-id-144 #content-full #content {
    padding: 0;
}

.page-id-144 #content .section-title {
    font-weight: 300 !important;
    font-size: 25px !important;
    color: #212121 !important;
    letter-spacing: .06em !important;
    margin-bottom: 35px !important;
}

.page-id-144 #content .section-title span {
    color: #532742 !important;
    font-size: 4.063vw !important;
    letter-spacing: 0 !important;
    line-height: 4.063vw !important;
    display: block !important;
}

.page-id-144 .map-main {
    position: relative;
    width: 1000px;
}

.page-id-144 #transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.page-id-144 #trueMap {
    z-index: 1;
}

.ip-neigh {
    display: block;
    margin-top: 30px;
}

.ip-neigh + .ip-neigh {
    margin-top: 120px;
}

.ip-neigh + .ip-neigh .fn-item .fn-image:before {
    background: none;
}

.ip-neigh .fn-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
    padding-top: 88px;
    position: relative;
}

.ip-neigh .fn-item:first-child {
    /*padding-top: 0;*/
}

.ip-neigh .fn-item:nth-of-type(even) {
    flex-direction: row-reverse;
}

.ip-neigh .fn-item .fn-image {
    width: 50%;
    position: relative;
    z-index: 3;
}

.ip-neigh .fn-item .fn-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.ip-neigh .fn-item .fn-image:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -40px;
    width: 90%;
    height: 40px;
    background: #e2e2e2;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.ip-neigh .fn-item:nth-of-type(even) .fn-image:after {
    left: auto;
    right: 0;
}

.ip-neigh .fn-item .fn-image:hover:after {
    background: #532742;
}

.ip-neigh .fn-item .fn-image canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ip-neigh .fn-item .fn-image a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 170px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border: 1px solid #Fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .06em;
    color: #fff !important;
    z-index: 9;
}

html[lang="es"] .ip-neigh .fn-item .fn-image a {
    font-size: 11px;
}

.ip-neigh .fn-item .fn-image a:hover {
    background: #532742;
    border-color: #532742;
}

.ip-neigh .fn-item .fn-details {
    width: 50%;
    padding: 0 7.5%;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 3;
}

.ip-neigh .fn-item .fn-details .details-in {
    padding-top: 20px;
}

.ip-neigh .fn-item:nth-of-type(even) .fn-details .details-in {
    text-align: right;
}

.ip-neigh .fn-item .fn-details h2 {
    font-size: 40px !important;
    color: #532742 !important;
    margin: 0 0 30px !important;
    position: relative;
    font-weight: normal !important;
    line-height: 1;
}

.ip-neigh .fn-item .fn-details h2:before {
    position: absolute;
    content: '';
    left: -345px;
    top: 50%;
    width: 295px;
    height: 1px;
    background: #552944;
}

.ip-neigh .fn-item:nth-of-type(even) .fn-details h2:before {
    left: auto;
    right: -345px;
}

.ip-neigh .fn-item .fn-details p {
    color: #222;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .025em;
    text-align: justify;
}

.ip-neigh .fn-item:nth-of-type(even) .fn-details p {
    text-align-last: left;
}

.ip-neigh .fn-item .fn-details .hp-btn {
    max-width: 250px;
    margin: 30px 0 5px;
    display: inline-flex;
}

.ip-neigh .fn-item .fn-details .hp-btn:hover {
    color: #fff !important;
}

.ip-neigh .fn-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(images/about/main-bg-01.jpg) no-repeat center center/cover;
    opacity: .05;
    filter: grayscale(1);
}

.back-to-link a.global-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #532742;
    width: 283px;
    max-width: 100%;
    height: 59px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.61px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.back-to-link a.global-button:hover {
    background: #532742 !important;
    border-color: #532742 !important;
    color: #ffffff !important;
}

.page-id-144 .ip-banner::before {
    background: transparent;
}

.footer-contact .contact-wrap .contact-col .phone em {
    /* width: 156px; */
    display: inline-block;
    text-align: right;
}


/** Neighborhood CSS **/

.ip-cd-content-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.ip-cd-content-logos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    right: 0;
    margin: 0 auto 12px;
    padding: 0 75px 0 38px;
}

.ip-cd-content-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid #532742;
    margin: 12px;
    border-bottom: none;
}

.ip-cd-content-logo {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}

.ip-cd-content-logo img {
    height: auto;
    vertical-align: middle
}

.ip-cd-content-title {
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    z-index: 5;
    text-shadow: 0 0 10px #000;
}

.ip-cd-content-title span {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-family: 'Lora', serif;
    display: block;
}

#content .ip-cd-content-title h2 {
    font-size: 51px;
    line-height: 1;
    color: #fff;
    font-family: 'Lora', serif;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.ip-cd-content-title h2 + span {
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.ip-cd-content-logo:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 100%;
    width: 25px;
    height: 10px;
    background-color: #532742;
}

.ip-cd-content-logo:last-child:before {
    right: auto;
    left: calc(100% + 35px);
}

.ip-cd-content-logo:last-child:after {
    display: none;
}

.ip-cd-content-logo:last-child img {
    display: block;
    margin-left: auto;
}

.ip-cd-content-logo:nth-child(2) {
    overflow: hidden;
    margin-right: 15px;
}

.ip-cd-content-logo:nth-child(2):before {
    display: none;
}

.ip-neigh .fn-item .fn-image .ip-cd-content-logo canvas {
    background-color: #532742;
    width: 100vw;
    height: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.text-highlight {
    font-size: 20px;
    color: #532742;
    line-height: 1.7;
}

body > img,
body > iframe[name="__bkframe"] {
    display: none;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666;
}

#ihf-main-container .nav-tabs {
    margin-left: 0;
}

#ihf-main-container .chosen-drop ul.chosen-results {
    padding-left: 0;
    margin: 0;
}

.ihf-grid-result-address {
    display: block;
}

#ihf-main-container #ihf-refine-map-search-form .checkbox,
#ihf-main-container #ihf-refine-map-search-form .col-xs-8 {
    padding: 0;
}

#ihf-agent-sellers-rep > div[style] {
    max-width: 100%;
}

#ihf-map-canvas .leaflet-top.leaflet-right {
    z-index: 999;
}

#ihf-main-container .glyphicon.glyphicon-remove-circle {
    color: #fff !important;
}

.page-id-143 #content-full #content {
    padding: 0 8%;
}

.press-back-btn {
    float: right;
    /* padding: 20px; */
    display: inline-flex;
    width: 95%;
    max-width: 260px;
    height: 47px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #532742;
    font-weight: 700;
    letter-spacing: .3em;
    border: 1px solid #c7c7c7;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}

.press-back-btn:hover {
    background: #532742;
    border-color: #532742;
    color: #fff !important;
}

.back-to-link {
    display: none;
}

.ip-cd-content-title.small-title h2 {
    font-size: 35px !important;
}

.custom-ip-ad-bio-img img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    max-width: 524px;
}

.row2 .custom-ip-ad-bio-img img {
    margin-left: auto;
    max-width: 100%;
}

.agent-testi-arrows {
    font-size: 30px;
    justify-content: center;
    display: flex;
    color: #fff;
}

.agents-testi-prev,
.agents-testi-next {
    padding: 0 20px;
    cursor: pointer;
    display: block !important;
}

body.single-aios-communities #ip-community-details,
.page-id-143 div#content-full,
.page-id-156,
.single-aios-listings .ip-ld-video-wrapper {
    position: relative;
    padding-top: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.page-id-143 div#content-full {
    background-image: url('images/ip-sh-bg.jpg');
}

.page-id-156 {
    background-image: url('images/ip-video-bg.jpg');
}

body.single-aios-communities #ip-community-details {
    background-image: url('images/ip-sh-bg.jpg');
}

.single-aios-listings .ip-ld-video-wrapper {
    padding-top: 0;
    background-image: url('images/ip-ld-bg.jpg');
}

.ip-search-home {
    padding-bottom: 76px;
}

.ip-sh-top-txt {
    margin-bottom: 72px;
}

.ip-sh-wrap {
    font-size: 0;
    position: relative;
    max-width: 1295px;
    margin: 28px auto 80px;
    border: 3px solid #532742;
}

.ip-sh-inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 70px 26px;
}

.ip-sh-inner > div:first-child {
    width: 206px;
}

.ip-sh-heading {
    font-size: 26px;
    font-weight: 400;
    color: #532742;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    line-height: 1;
}

.ip-sh-heading span {
    display: block;
    font-size: 35px;
    letter-spacing: 0.08em;
}

.ip-sh-inner > div:last-child {
    width: calc(100% - 206px);
}

.ip-sh-form {
    position: relative;
}

.ip-sh-form-col {
    display: inline-block;
    vertical-align: top;
}

.ip-sh-form-col.fields {
    width: 79.69%;
}

.ip-sh-form-fld {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
}

.ip-sh-form-fld.col-3 {
    width: 33.33%;
}

.ip-sh-form-fld.col-4 {
    width: 25%;
}

.ip-sh-form-fld.col-6 {
    width: 50%;
}

.ip-sh-form-fld.pad-left {
    padding-left: 4px;
}

.ip-sh-form-fld.pad-right {
    padding-right: 4px;
}

.ip-sh-form-fld select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-size: 13px;
    font-weight: 400;
    color: #5b5b5b;
    letter-spacing: 0.05em;
    width: 100%;
    height: 44px;
    padding: 0 15px;
    background-image: url('images/ip-sh-dd.png');
    background-size: 12px 7px;
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.ip-sh-form-col.submit {
    width: 20.30%;
}

.ip-sh-form-btn button {
    display: block;
    font-size: 10px;
    max-width: 188px;
    margin-top: 0;
    margin-left: auto;
    background: transparent;
    transition: all .4s ease-in-out;
    margin-bottom: 8px;
    height: 44px;
}

.ip-sh-form-btn button a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.ip-sh-form-btn button a:hover {
    color: #fff !important;
}

.ip-sh-bottom {
    font-size: 0;
    position: relative;
}

.ip-sh-bottom-col {
    display: inline-block;
    vertical-align: top;
}

.ip-sh-bottom-col.col-left {
    width: 54.28%;
}

.right-image-wrap img {
    height: 465px !important;
    object-fit: cover;
}

.ip-sh-bottom-col.col-right {
    width: 45.71%;
}

.right-image-tagline p {
    font-size: 17px;
}

.page-id-143 .container {
    width: 100%;
}

div#post-5683 iframe {
    display: block;
    width: 100%;
    height: 600px;
}

div#post-5683 h1.entry-title {
    text-align: center;
}

.glr-iframe {
    display: block;
    overflow: hidden;
}

.glr-iframe iframe {
    margin-top: -45px;
}

.ai-classic-contact-contents img {
    filter: brightness(0);
}

.ai-classic-contact-contents img,
.ai-classic-contact-contents p {
    opacity: .5;
}

.welcomevid-wrap {
    font-size: 0;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 0 75px;
}

.welcomevid-col {
    display: inline-block;
    vertical-align: middle;
}

.welcomevid-col.col-left {
    width: 50.93%;
}

.welcomevid-slide-wrap {
    position: relative;
}

.welcomevid-item {
    position: relative;
}

.welcomevid-item a {
    display: block;
}

.welcomevid-item-poster {
    position: relative;
}

.welcomevid-item-poster canvas {
    display: block;
    width: 100%;
}

.welcomevid-item-poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.welcomevid-item-poster span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    font-size: 46px;
    color: #fff;
    text-align: center;
    padding: 42px 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
}

.welcomevid-slide-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 70px);
    pointer-events: none;
}

.welcomevid-slide-arrows span {
    display: inline-block;
    vertical-align: top;
    font-size: 58px;
    color: #fff;
    opacity: .5;
    cursor: pointer;
    pointer-events: auto;
    transition: all .4s ease-in-out;
}

.welcomevid-slide-arrows span:hover {
    opacity: 1;
}

.welcomevid-slide-arrows span.next {
    float: right;
}

.welcomevid-col.col-right {
    position: relative;
    width: 49.06%;
}

.welcomevid-col.col-right::before {
    content: "";
    position: absolute;
    top: -86px;
    right: 7%;
    width: 62px;
    height: 62px;
    border-top: 10px solid #552a44;
    border-right: 10px solid #552a44;
    pointer-events: none;
}

.welcomevid-txt-inner {
    max-width: 510px;
    margin: 0 auto;
    padding: 0 15px;
}

.welcomevid-txt-inner .section-title {
    margin-bottom: 20px;
}

.welcomevid-txt-inner p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
}

.hp-slide .slide-video .cycloneslider-template-video .cycloneslider-volume {
    top: auto;
    bottom: 15px;
    right: 15px;
    filter: invert(1) brightness(100);
    /* z-index: 999; */
    opacity: 0 !important;
    pointer-events: none;
}

#content-fe,
#content-fe,
#content-video,
#content-welcome,
#content-team,
#content-fn,
#content-blog,
#content-footer {
    display: none;
}

#content-reviews,
#content-welcomevid {
    opacity: 0;
}

.page-id-2355 #inner-page-wrapper {
    margin: 20px;
    background-image: url(images/ip-sh-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.page-template-press #slide_item_13129 .custom-ip-pr-news-item-img img {
    object-fit: contain;
    object-position: top center;
}

body.page-template-press .custom-ip-pr-news-item-img {
    background-color: #fff;
}

/*Quicksearch*/
.slideshow-quicksearch {
    width: 100%;
    max-width: 52vw;
    margin: 0 auto 40px;
    padding: 0 8px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateY(-200%);
}

.slideshow-quicksearch.active {
    opacity: 1;
    transform: none;
}

.aios-quick-style-5 {
    width: 100%;
    height: auto;
}

.aios-quick-style-5 form {
    display: block;
    width: 100%;
}

.aios-quick-style-5 .qc-wrap {
    width: 100%;
    height: 59px;
    border: solid 1px #fff;
    position: relative;
}

.aios-quick-style-5 .qc-wrap .qs-select {
    width: calc(100% - 130px) !important;
}

.aios-quick-style-5 .qc-wrap input[type="text"],
.aios-quick-style-5 .qc-wrap .qs-select button {
    width: 100%;
    height: 100%;
    background: transparent !important;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 0;
    box-sizing: border-box;
}

.aios-quick-style-5 .qc-wrap .qs-select button {
    color: #fff !important;
    height: 57px;
    padding-top: 0;
    padding-bottom: 0;
}

.aios-quick-style-5 .qc-wrap input[type="submit"] {
    border: none;
    font-size: 13px;
    color: #fff;
    outline: none;
    width: 114px;
    height: 38px;
    background-color: #532742;
    border: 1px solid #532742;
    text-transform: uppercase;
    position: absolute;
    right: 9px;
    top: 9px;
    transition: all 0.4s ease-in-out;
}

.aios-quick-style-5 .qc-wrap input[type="submit"]:hover {
    background: #000;
    border-color: #000;
}


/*Quicksearch*/

.page-id-2357 .entry-content a.hp-btn {
    border-color: #532742;
    background: #532742;
    color: #fff !important;
}

.page-id-2357 .entry-content a.hp-btn:hover {
    border-color: #000;
    background: #000;
}

.page-id-2357 .aiosp-wrap .aiosp-container.aiosp-inline-holder.aiosp-ref-\#capture-form .aios-popup-body {
    width: 90%;
    max-width: 530px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

.fe-back-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 145px;
    height: 32px;
    font-size: 13px;
    color: #000;
    padding: 0;
    line-height: 1;
    letter-spacing: 0.65px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border: 1px solid #c7c7c7;
    position: relative;
}

html[lang="es"] .fe-back-btn a {
    letter-spacing: 0;
}

.fe-back-btn {
    display: block;
    position: relative;
    width: 145px;
}

.fe-select-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1000;
}

.fe-btn-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    margin-bottom: 15px;
}

.fe-select-btn button.dropdown-toggle {
    font-size: 15px;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    padding: 0;
    font-weight: 500;
    color: #3f3f3f;
}

.fe-select-btn .caret {
    border-top: 4px solid #3f3f3f;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.fe-select-btn .dropdown-menu ul {
    min-width: 200px;
}

.fe-select-btn .dropdown-menu ul li {
    display: block;
    position: relative;
}

.fe-select-btn .dropdown-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.050em;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    padding: 10px 6px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-align: center;
}

.fe-select-btn .dropdown-menu ul li:hover a,
.fe-select-btn .dropdown-menu ul li.active a {
    background: #532742;
    color: #fff;
}

.fe-select-btn .dropdown-menu {
    border-color: #d1c9c9;
    padding: 5px 0;
    top: calc(100% + 10px);
    border-radius: 0;
    left: initial !important;
    right: 0 !important;
    transform: translate(0, 15px) !important;
}

.fe-back-btn a:before,
.fe-back-btn a:after {
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    width: 50%;
    height: 1px;
    background: #5b324b;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fe-back-btn a:after {
    bottom: -1px;
    left: 0;
    right: auto;
    top: auto;
}

.fe-back-btn a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.fe-back-btn a:hover:before,
.fe-back-btn a:hover:after {
    background-color: #000;
}

.fe-col-no-results {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 15px;
}

.comm-table-contents {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 50%;
}

.comm-anchor {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}


/* Mortgage */

.mort-logos-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mort-logo.mort-logo-txt {
    padding: 30px;
    font-size: 21px;
    color: #532742;
    text-align: center;
}

.mort-add-space {
    /*    margin-top: 100px;*/
}

.property-wrap li,
.item-listing-wrap li,
ul.item-price-wrap,
.ip-container.post-page- ul.pagination {
    list-style: none !important;
}

.modal-backdrop.fade.show {
    display: none;
}

.ip-container.post-page- .carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.advmls-share .item-tool-dropdown-menu {
    background-color: #fff !important;
}

.search-results a.archive-more {
    display: none;
}

ul.lSPager.lSGallery {
    margin-left: 0 !important;
}

.page-id-22800 .search-icon {
    /*    padding: 0 15px;*/
}

.page-id-22800 .flex-search button.btn {
    border-radius: unset;
    color: #fff;
    text-transform: uppercase;
    background-color: #532742;
}

.page-id-22800 button.btn,
input.form-control {
    border-radius: unset;
}

body.search-results #content .archive-title,
body.search-results #searchform {
    display: none;
}

body.search-results #content ul.item-amenities.item-amenities-with-icons {
    margin: 0;
    height: auto;
}

body.search-results #content .item-wrap-v2 .item-amenities li i {
    font-style: normal;
}

body.search-results #content h2.item-title.m-1.p-1 {
    margin-left: 0 !important;
    padding: 0 !important;
}

body.search-results .pagination-wrap a.page-link:before {
    display: none;
}

body.search-results .pagination-wrap a.page-link {
    padding: 0 !important;
}

body.search-results #content .advmls-icon {
    font-style: normal;
}

body.search-results section.listing-wrap p.small-desc.text-capitalize.mb-2 {
    line-height: 1 !important;
    margin: 0 !important;
}

body.search-results section.listing-wrap .listing-thumb a img {
    max-height: 100% !important;
    height: 100% !important;
}

body.search-results section.listing-wrap .listing-image-wrap {
    height: 100%;
}

body.search-results section.listing-wrap .listing-thumb {
    height: 100%;
}

body.search-results #content section.listing-wrap ul.item-price-wrap {
    margin-left: 0;
}

body.search-results .advanced-search-filters .col-md-2.p-0.mr-2 {
    width: calc(20% - 10px) !important;
    max-width: 100% !important;
    flex: none;
    margin: 0 !important;
}

body.search-results .advanced-search-filters .d-flex {
    justify-content: space-between;
}

body.search-results .advanced-search-filters .d-flex .col-md-3.pl-0 {
    flex: none;
    max-width: 100% !Important;
    padding: 0 !important;
    width: calc(25% - 10px);
}

body.search-results .advanced-search-filters {
    margin-right: 0;
}

body.search-results .advanced-search-filters .d-flex:last-child .col-md-3.pl-0 {
    width: calc(33% - 10px);
}

body.search-results .sort-by .form-group button.btn.dropdown-toggle.bs-placeholder.btn-default {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

body.search-results .sort-by .form-group {
    margin-bottom: 0 !important;
}

body.search-results .sort-by .form-group .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    flex: none;
    height: auto;
    color: #b6b7b7;
    font-size: 16px;
}

body.search-results #content ul.pagination {
    margin-left: 0;
}

#content section.content-wrap.property-wrap.property-detail-v3 ul {
    margin-left: 0;
}

#content section.content-wrap.property-wrap.property-detail-v3 i {
    font-style: normal;
}

form#searchform label.screen-reader-text {
    margin-right: 10px;
}

.hp-video .video-th::after {
    content: '';
    position: absolute;
    width: 97%;
    height: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid #552a44;
    z-index: 2;
}

.page-id-22800 div#inner-page-wrapper {
    background-image: url('images/ip-sh-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 15px #fff solid;
    margin-bottom: 0;
    border: 15px #fff solid;
    margin-bottom: 0;
}

.page-id-22800 #content #desktop-header-search {
    background: transparent;
}

.page-id-22800 #content #desktop-header-search .form-control {
    background: rgba(255, 255, 255, 0.6);
    text-overflow: ellipsis;
}

.advmls_sticky aside#sidebar {
    width: 100%;
}

a#back-btn:hover {
    color: white;
}

body.search-results .aiosp-wrap .aiosp-container .aios-popup-body {
    background-color: #fff;
    min-height: auto;
    max-width: 760px;
    padding-bottom: 50px;
}

body.search-results .aios-popup-body .aiosp-close {
    top: -45px;
    right: -45px;
    background-color: #532742;
    opacity: 1;
    color: #fff !important;
}

body.search-results .aios-popup-body .aiosp-close:active {
    top: -45px;
}

body.search-results #ip-listing-popup-form h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #532742;
    margin-top: 50px;
    margin-bottom: 30px;
}

body.search-results #ip-listing-popup-form form {
    max-width: 890px;
    width: 95%;
    margin: 0 auto;
}

body.search-results #ip-listing-popup-form .form-row {
    display: flex;
    margin-bottom: 20px;
}

body.search-results #ip-listing-popup-form .form-col input,
body.search-results #ip-listing-popup-form .form-col textarea {
    width: 100%;
    background: #fff;
    border: 0;
    border-bottom: 1px #929292 solid;
    font-size: 13px;
    height: 45px;
    resize: none;
    padding: 0 20px;
}

body.search-results #ip-listing-popup-form .form-col textarea {
    padding-top: 15px;
}

body.search-results #ip-listing-popup-form .form-col {
    width: 50%;
    padding: 0 5px;
}

body.search-results #ip-listing-popup-form .form-col-message {
    flex: 1;
}

body.search-results #ip-listing-popup-form .form-button {
    text-align: center;
    margin-top: 45px;
}

body.search-results #ip-listing-popup-form .form-button input {
    border: 0;
    color: #532742;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 40px 10px;
}

body.search-results #ip-listing-popup-form .form-button input:hover {
    background: #532742;
    color: #fff;
}

body.search-results #ip-listing-popup-form .form-button span {
    border: 1px #c7c7c7 solid;
    display: inline-block;
    text-align: center;
    position: relative;
}

body.search-results #ip-listing-popup-form .form-button > span::before {
    content: '';
    position: absolute;
    right: 0;
    top: -.5px;
    ;
    height: 1px;
    width: 42%;
    background-color: #532742;
}

body.search-results #ip-listing-popup-form .form-button > span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.5px;
    height: 1px;
    width: 42%;
    background-color: #532742;
}

body.search-results #ip-listing-popup-form .form-button span span {
    position: absolute;
    border: 0;
}

body.search-results #ip-listing-popup-form .wpcf7-response-output {
    text-align: center;
    background-color: #fff;
}

body.search-results .ip-ld-side-buttons-inner {
    position: relative;
}


/* .ip-ld-side-buttons-inner .ip-ld-hero-ctas {

    position: fixed;

    z-index: 99;

    opacity: 0;

    bottom: 5vh;

    transition: all .5s;

    display: inline-block;

    right: 3%;

}



.ip-ld-side-buttons-inner .ip-ld-hero-ctas.active {

    opacity: 1;

}



.ip-ld-side-buttons-inner .ip-ld-hero-ctas .ip-ld-hero-cta {

    background-color: #532743;

    border-color: #532742;

    margin: 0 1px;

}



.ip-ld-side-buttons-inner .ip-ld-hero-ctas .ip-ld-hero-cta:hover {

    background: #fff;

    color: #532742 !important;

    border-color: #fff;

} */

.ip-ld-hero-cta {
    border: 1px #fff solid;
    color: #fff !important;
    width: 275px;
    height: 76px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: all .5s;
}

.ip-ld-hero-cta:hover {
    background-color: #532742;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.ip-ld-hero-cta span {
    font-size: 12px;
    font-weight: 400;
}

.postid-23531 .entry-thumbnail {
    display: flex;
    justify-content: center;
}

.ip-ld-info-inside h2 span {
    max-width: 100% !important;
}


/*body.search-resultsbody.search-resultsbody.search-resultsbody.search-resultsbody.search-resultsbody.search-resultsbody.search-results*/

body.single-aios-listings.postid-29867 #content .ip-ld-info-left p a {
    color: #337ab7;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

body.single-aios-listings.postid-29867 #content .ip-ld-info-left p a:hover {
    opacity: 0.75;
}

.grecaptcha-badge {
    z-index: 9999;
}


/*Popup Form*/

html.popup-active {
    overflow: hidden
}

.popup-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
    font-size: 0
}

.popup-container.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1
}

.popup-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-main {
    position: relative;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    background: #fff;
    padding: 30px 30px 12px
}

.popup-container.active .popup-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.popup-inner {
    position: relative;
    padding: 35px 40px 63px;
    overflow: hidden
}

.popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #fff
}

.popup-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .10;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.popup-title,
.popup-caption,
.popup-form-widget,
.popup-form-widget form,
.popup-form-disclaimner {
    display: block;
    position: relative
}

.popup-title h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -.04em;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px
}

.popup-title h2 span {
    display: block;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .50em;
    color: #9a999f;
    text-transform: uppercase;
    font-weight: 300;
    position: relative
}

.popup-title {
    text-align: center;
    margin-bottom: 30px;
}

.popup-title img {
    max-width: 100%;
    height: auto;
}

.popup-title h2 span em {
    display: inline-block;
    position: relative;
    font-style: normal;
    margin-bottom: 20px;
    padding-bottom: 17px
}

.popup-title h2 span em:before,
.popup-title h2 span em:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    pointer-events: none
}

.popup-title h2 span em:after {
    height: 3px;
    background-color: #552944;
    max-width: 215px;
    margin: 0 auto;
    right: 0;
    bottom: -1px
}

.popup-caption p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .025em;
    color: #757575
}

.popup-caption {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px
}

.popup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.popup-form-field {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.popup-form-field input:not([type=submit],
    [type=checkbox]),
.popup-form-field textarea {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 2px solid #a4a4a5;
    padding: 0;
    background-color: transparent;
    line-height: 1;
    font-size: 13px;
    color: #000;
    outline: none !important;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.popup-form-field textarea {
    resize: none;
    height: 60px;
    padding: 10px 0
}

.popup-form-field > label {
    font-size: 14px;
    line-height: 1;
    display: block;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
    font-weight: 600
}

.popup-form-field > label span {
    color: #b4b4b4
}

.popup-form-field.is-col-2 {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 15px);
    position: relative
}

.popup-form-field.is-checkbox .wpcf7-list-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.popup-form-field.is-checkbox .wpcf7-list-item label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.popup-form-field.is-checkbox input[type=checkbox] {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    background: transparent;
    color: #a4a4a5;
    clear: none;
    cursor: pointer;
    margin: 0 10px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    min-width: 23px;
    -webkit-transition: .05s border-color ease-in-out;
    -o-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    width: 23px;
    height: 23px;
    border: solid 2px #a4a4a5;
    overflow: hidden
}

.popup-form-field.is-checkbox input[type=checkbox]:checked:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 6px;
    height: 14px;
    border: solid #552944;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 2px 0 0 7px
}

.popup-form-field.is-checkbox input[type=checkbox]:checked:before {
    content: '';
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px
}

.popup-form-field.form-submit input[type=submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    max-width: 230px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    font-weight: 500;
    border: 1px solid #8c8c8c;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 0
}

.popup-form-field.form-submit input[type=submit]:hover {
    background-color: #552944;
    border-color: #552944;
    color: #fff
}

.popup-form-disclaimner span {
    font-size: 13px;
    line-height: 1;
    letter-spacing: .10em;
    color: #3b3b3b;
    text-transform: uppercase
}

.popup-form-logo {
    position: absolute;
    bottom: 0;
    right: 30px
}

.popup-form-field.form-submit {
    margin: 5px auto 0;
}

.popup-form-widget {
    margin-bottom: 55px;
}

.popup-form-widget .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.popup-form-widget .wpcf7-form-control-wrap {
    display: block
}

.popup-form-widget .wpcf7 form .wpcf7-response-output {
    margin: 10px auto 0;
    font-size: 12px;
    color: #000 !important;
    text-align: center
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #552944;
    font-size: 22px;
    z-index: 10;
    border: none;
    color: #fff;
    font-weight: 700 !important;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0
}

.popup-close:hover {
    background-color: #000
}

.popup-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border: 6px solid #552944;
    border-bottom: none;
    z-index: 2;
    pointer-events: none;
    height: calc(100% - 15px)
}

.popup-form-logo-inner:before,
.popup-form-logo-inner:after {
    position: absolute;
    content: '';
    bottom: 15px;
    left: calc(100% + 1px);
    width: 30px;
    height: 7px;
    background-color: #552944
}

.popup-form-logo-inner:after {
    left: auto;
    right: calc(100% + 10px);
    width: calc(100vw + 20px)
}

.popup-form-logo-inner {
    display: block;
    position: relative
}

.popup-form-logo-inner img {
    max-width: 100%;
    height: auto
}


/*End of Popup Form*/

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
    right: auto;
    font-size: 11px;
}

body.single-aios-agents.postid-40541 .custom-ip-ad-cd-img img {
    width: 100%;
}

body.search-results .ip-ld-side-buttons {
    display: none;
}

.ai-classic-contact-contents .wpcf7 form .wpcf7-response-output,
.error404 .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    text-align: center;
}

body #pojo-a11y-toolbar {
    bottom: 0 !important;
    top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto !important;
    bottom: 0 !important;
}


/*button:focus-visible, a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}*/


/* High contrast and Negative contrast break canvas elements with backgrounds */

#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
    display: none !important;
}

.listings-pagination .page-numbers {
    transition: all .3s ease;
}

.listings-pagination .page-numbers:hover,
.listings-pagination .page-numbers.current {
    background: #532742;
    color: #fff;
}

.page-id-144 .map-holder {
    margin-top: 50px;
}

body .use-floating-validation-tip .wpcf7-not-valid-tip {
    width: auto;
    position: absolute;
    top: 20%;
}

html[lang="es"] .ip-cd-content-btn span,
html[lang="es"] #content .custom-ip-ab-videos-item a,
html[lang="es"] .ip-ls-play-btn,
html[lang="es"] .ip-ls-footer-btn a {
    font-size: 11px;
}

html[lang="es"] .ip-ls-footer-btn a {
    letter-spacing: 0.1em;
}

.page-id-22800 div#inner-page-wrapper,
.search-results div#inner-page-wrapper {
    z-index: initial;
}

.page-id-22800 #content #desktop-header-search .bootstrap-select .dropdown-menu,
.search-results #content #desktop-header-search .bootstrap-select .dropdown-menu,
.page-id-22800 .bootstrap-select .dropdown-menu,
.search-results .bootstrap-select .dropdown-menu {
    max-width: 300px;
}

html[lang="es"] .custom-ip-pr-news-item-img::after {
    content: 'Leer mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡s';
}

html[lang="es"] .ip-sellers-re-img.is-video a::before,
html[lang="es"] .ip-sellers-advisor-image a::before {
    content: 'Reproduce el video';
    width: 200px;
}

.post-page-listings [data-aios-reveal=true],
.post-page-listings [data-aios-staggered-child=true] {
    opacity: 1;
}

.welcomevid-item-poster span,
.home .aios-popup-body .aiosp-close {
    transition: all .5s;
}

.welcomevid-item-poster:hover span {
    background-color: rgba(0, 0, 0, .8);
}

.home .aios-popup-body .aiosp-close:hover {
    color: #552944;
}

.welcomevid-slide-arrows {
    display: none
}

.page-id-22800 .fixed-header.active {
    z-index: 9999;
}

html[lang="es"] .page-id-22800 .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-item-47258 ul .menu-item-47546 a {
    text-decoration: underline !important;
    background-color: rgba(0, 0, 0, 0.4);
}

.single-post .entry-content h2 {
    font-size: 2em !important;
    margin: .67em 0 !important;
}

/*faqs*/
.hp-faqs {
    position: relative;
    padding: 85px 0 95px;
    font-size: 0;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(244, 243, 243, 1) 100%);
}

.hp-faqs .faqs-inner {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}

.hp-faqs .faqs-inner .site-monogram {
    pointer-events: none;
    position: absolute;
    right: -5%;
    top: 43%;
    transform: translateY(-50%);
}

.hp-faqs .section-sub-title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;    
    margin: -10px 0 0;
    color: #532742;
    position: relative;
}

.hp-faqs .faqs-list {
    padding: 15px;
}

.hp-faqs .faqs-list-label {
    font-family: 'Lora', serif;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: .7px;
    margin: 0 0 19px;
    color: #532742;
}

.hp-faqs .faqs-list-text {
    font-size: 15px;
    color: #000000;
    line-height: 1.65;
    letter-spacing: .65px;
    margin: 0 0 40px;
}

.hp-faqs .fas-list-link a {
    display: inline-block;
    padding: 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #522641;
    font-weight: 700;
    letter-spacing: 1.2px;
    transition: all 0.3s ease-in-out;
}

.hp-faqs .fas-list-link a:hover {
    color: #9a999f;
}

.hp-faqs .faqs-list-inner {
    position: relative;
    padding: 30px 35px 23px;
    box-shadow: 0 0 14px rgb(0 0 0 / .10);
    background: rgb(255 255 255 / .66);
    border: 1px #532742 solid;
}

.hp-faqs .faqs-holder {
    margin: 22px 0 0;
    position: relative;
}

.hp-faqs .faqs-slick-slider .slick-slide>div>div {
    display: block !important;
}

.hp-faqs .faqs-slick-slider:not(.slick-initialized)>div:not(:first-child) {
    display: none;
}

.hp-faqs .faqs-slick-slider:not(.slick-initialized) .faqs-list {
    width: calc(100% / 3);
}

.hp-faqs .faqs-arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hp-faqs .faqs-arrows button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding: 0;
    border: 0;
    font-size: 35px;
    color: #532742;
    transition: all var(--default-transition);
    pointer-events: auto;
}

.hp-faqs .faqs-arrows button:hover {
    color: #532742;
}

.hp-faqs .faqs-slick-slider {
    max-width: 1200px;
    margin: 0 auto;
}

.hp-faqs .faqs-slick-slider .slick-track {
    display: flex;
}

.hp-faqs .faqs-slick-slider .slick-slide {
    height: inherit;
}

.hp-faqs .faqs-slick-slider .slick-slide :is(.faqs-list, .faqs-list-inner) {
    height: 100%;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

::-webkit-scrollbar {
    display: none;
}