/*BUYERS*/
#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }

#content-full {
    margin-top: 0;
}

#content {
    padding: 0;
}

#content .entry-title:not(.entry-custom-title) {
    display: none;
}

.addtoany_content {
    display: none;
}
.buyers {
    background: transparent url(../../images/purchasing-a-property-in-mexico/purchasing-a-property-in-mexico-bg.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.buyers:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.72);
    pointer-events: none;
}

.buyers-wrap {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}

.buyers-container-wrap {
    background: #fff;
}

.buyers-title {
    margin: 68px 0 0 !important;
}

.buyers-title span {
    text-align: left !important;
    left: -6px;
}

.buyers-title span b {
    font-size: 85px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    margin-top: -10px;
    padding-left: 90px;
}

.buyers-title span .title-line {
    width: 400%;
    left: -408%;
    bottom: auto !important;
    /*top: 46px !important;*/
    top: 57px !important;
    background: #b0b0b0 !important;
}

.buyers-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.74;
    color: #666666;
    margin-top: 23px;
}

.buyers-content-full {
    width: 229%;
}

.buyers-canvas-spacer {
    width: 52%;
    float: right;
    height: calc(38vw + 453px);
    max-height: 1040px;
}

#content .buyers-content h2 {
    font-family: var(--font-barlow);
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}

.buyers-content p {
    margin: 25px 0 !important;
}

.buyers-contact-wrap {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.buyers-agent-wrap {
    position: relative;
    width: 46%;
    margin-left: auto;
    pointer-events: auto;
}

.buyers-agent-bg {
    position: relative;
    background: #e8e8e8;
}

.buyers-agent-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.buyers-agent-bg canvas {
    display: block;
    width: 100%;
    max-height: 559px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: grayscale(100%);
    opacity: 0.27;
}

.buyers-agent-img {
    position: absolute;
    /*top: 12px;
    right: 11px;
    width: 115%;*/
    top: 60px;
    right: 65px;
    width: 97%;
    pointer-events: auto;
}

.buyers-agent-img img {
    display: block;
    max-width: 100%;
}

.buyers-container {
    padding: 0 49px 77px 61px;
}

.buyers-contact-us-info {
    width: 49%;
    margin: -59px 0 0 auto;
    pointer-events: auto;
}

.buyers-contact-us {
    margin: 44px 0 0 25px;
    color: #000;
}

.buyers-container-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    display: none;
}

.ip-contact-info {
    background: #1b1b1b;
    position: relative;
    z-index: 2;
    padding: 43px 3% 44px;
}
    .ip-contact-info-logo {
        text-align: center;
        margin: 0 0 19px;
    }
        .ip-contact-info-logo a {
            display: inline-block;
        }

    #content .ip-contact-info ul {
        margin: 0;
        list-style: none;
        text-align: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
        .ip-contact-info ul li {
            color: #737373;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 20px;
            margin: 0 0 17px;
        }
            .ip-contact-info ul li i {
                color: #737373;
                font-style: normal!important;
            }
            .ip-contact-info ul li i.ai-font-envelope-f {
                font-size: 10px;
                margin-right: 10px;
            }
            .ip-contact-info ul li i.ai-font-phone {
                font-size: 12px;
                margin-right: 10px;
            }
            .ip-contact-info ul li i.ai-font-location-c {
                top: -9px;
                margin-right: 10px;
                font-size: 18px;
            }
            .ip-contact-info ul li span {
                font-size: 15px;
                letter-spacing: 0.02em;
                color: #8c8c8c;
                line-height: 22px;
            }
            .ip-contact-info ul li a {
                transition: color .4s ease;
            }
                .ip-contact-info ul li a:hover {
                    color: var(--primary);
                }
        .ip-contact-info ul li.address {
            width: 100%;
            padding: 0;
            margin: 0 0 25px;
        }
        .ip-contact-info ul li.smi {
            width: 100%;
            padding: 0;
            margin: 0;
        }
            .ip-contact-info ul li.smi a {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 36px;
                height: 36px;
                border-radius: 50%;
                border: 1px solid rgba(255,255,255,0.15);
                margin: 0 7px;
                color: #fff;
                transition: all .4s ease;
            }
                .ip-contact-info ul li.smi a i {
                    color: inherit;
                    font-size: 15px;
                }

                .ip-contact-info ul li.smi a:hover {
                    background: var(--primary);
                    border-color: var(--primary);
                    color: #fff;
                }
                .ip-contact-info ul li.smi a i.icon-email {
                    width: 19px;
                    height: 15px;
                    background: url(../../images/purchasing-a-property-in-mexico/purchasing-a-property-in-mexico-icon-email.png) center/contain no-repeat;
                }

@media only screen and (min-width: 992px) {
    #content .entry-custom-title {
        font-size: 80px;
        max-width: 390px;
    }
}
@media only screen and (min-width: 1200px) {
    .buyers-container {
        min-height: 1000px;
    }
}
@media only screen and (max-width: 1199px) {
    .buyers-container {
        min-height: 900px;
    }
    .buyers-content-full {
        width: 240%;
    }
}
@media only screen and (max-width: 991px) {
    #content .entry-custom-title span {
        transform: translateX(0);
    }
    .buyers-title {
        margin: 50px 0 0!important;
    }
    .buyers-title span {
        left: 0;
    }
    .buyers-container {
        padding: 0 40px 50px 40px;
        min-height: initial;
    }
    .buyers-container:before {
        width: 100%;
    }
    .buyers-title span .title-line {
        display: none;
    }
    .buyers-container-wrap {
        padding: 0 15px;
    }
    .buyers-contact-wrap {
        position: relative;
        padding-bottom: 15px;
        top: 0;
    }
    .buyers-agent-wrap {
        width: auto;
        display: block;
        margin: 0 auto;

        display: none;
    }
    .buyers-agent-bg {
        width: 720px;
        margin: 0 auto;
        max-height: 300px;
    }
    .buyers-agent-bg canvas {
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .buyers-agent-img {
        position: relative;
        top: 0;
        right: 0;
        width: 720px;
        max-width: 100%;
        margin: -200px auto 0;
    }
    .buyers-agent-img img {
        display: block;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .buyers-contact-us-info {
        width: 720px;
        max-width: 100%;
        margin: 0 auto;
    }

    .ip-contact-info {
        width: 100%;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
        .ip-contact-info ul li {
            width: 100%;
        }
        .ip-contact-info ul li.address {
            max-width: 280px;
        }
            .ip-contact-info ul li.address br {
                display: none;
            }   
            .ip-contact-info ul li i.ai-font-location-c {
                top: 5px;
                align-self: flex-start;
                margin-right: 0;
            }
        .ip-contact-info ul li.smi a {
            margin: 0 3px;
        }

    .buyers-content-full {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .buyers-container:before {
        width: 100%;
    }
    .buyers-container {
        padding: 0 0 50px;
    }
    #content .buyers-content ul li ul.buyers-sub-list {
        margin-left: 30px;
    }
    .buyers-contact-us-info {
        /*padding: 53px 20px 49px;*/
    }
    .buyers-contact-us {
        letter-spacing: 0.5px;
        font-size: 12px;
        max-width: 235px;
        margin: 33px 0 0 23px;
    }
}
@media only screen and (max-width: 480px) {

}