/*
Theme Name: monicaperezrealestate.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.4
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. Custom CSS
 *
 *******************************************************/

/* Global */

body{
    font-family: 'Open Sans', Arial, Helvetica, Georgia, Sans-serif;
    font-size: 14px;
    background: #FFF;
    color: #000;
    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; */
}
a, a:hover, a:visited, a:focus {
    outline: none;
    text-decoration: none;
}
a {
    color: inherit;
}
a:focus, a:hover {
    color: #89b601;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .row-flex:before, .row-flex:after {
        display: none;
    }

.overflow-v {
    overflow: visible!important;
}

.section-title {
    font: 400 50px/55px 'Yeseva One', serif;
    color: #35373b;
    text-transform: uppercase;
}
    .section-title span {
        display: block;
        font: 300 25px/1 'Open Sans', sans-serif;
        letter-spacing: .06em;
        color: #89b601;
        margin-bottom: 6px;
    }

.section-title.align-center {
    text-align: center;
}

a.btn-a {
    display: block;
    width: 178px;
    height: 60px;
    border: 1px solid #693b7a;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .025em;
    color: #693b7a;
    line-height: 58px;
    text-transform: uppercase;
    transition: all .3s;
}
    a.btn-a:hover {
        background: #693b7a;
        color: #fff;
    }

a.btn-a.align-center {
    margin-left: auto;
    margin-right: auto;
}

/*fixed header*/
header.header-wrapper.sticking {
    background: #693b7a;
    z-index: 1011;
}
    header.header-wrapper.sticking .header-contact {
        opacity: 1;
        pointer-events: all;
    }
    header.header-wrapper.sticking .header-right img {
        opacity: 0;
        pointer-events: none;
    }
    .sticking .header-nav .sub-menu {
        background: #693b7a;
    }
    .sticking .header-nav .sub-menu li:hover > a {
        background: #89b601;
    }
header.header-wrapper, .header-contact, .header-right img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*header*/
header.header-wrapper {
    position: fixed;
    z-index: 102;
    left: 0;
    right: 0;
    top: 0;
    background: #89b601;
    /*background: #693b7a;*/
    color: #fff;
}
    .header-wrapper .row-flex {
        /*align-content: center;*/
    }
        .header-left {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
            .header-logo {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: -66px;
            }
            .header-nav {

            }
                .header-nav li {
                    position:relative;
                }
                    .header-nav li a {
                        color: #fff;
                        font-weight: 500;
                        font-size: 15px;
                        line-height: 1;
                        text-transform: uppercase;
                        display: block;
                        position: relative;
                        transition: all .3s;
                    }
                .header-nav > li {
                    display: inline-block;
                    margin-right: 29.5px;
                }
                .home_spanish .header-nav > li {
                    margin-right: 15px;
                }
                    .header-nav > li:last-child {
                        margin-right: 0;
                    }
                    .header-nav > li > a {
                        padding: 23.5px 0;
                    }
                        .header-nav > li > a:before {
                            content: '';
                            position: absolute;
                            height: 2px;
                            background: #fff;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            transform: scaleX(0);
                            -webkit-transition: all .3s;
                            -o-transition: all .3s;
                            transition: all .3s;
                        }
                            .header-nav > li:hover > a:before {
                                transform: scaleX(1);
                            }
                    .header-nav > li > .sub-menu {
                        left: 50%;
                        transform: translateX(-50%) translateY(15px);
                    }
                    .header-nav .sub-menu {
                        list-style: none outside none;
                        margin: 0;
                        background: #89b601;
                        padding: 0;
                        position: absolute;
                        width:100%;
                        min-width:180px;
                        text-align: center;
                        transform: translateY(15px);
                        opacity: 0;
                        pointer-events: none;
                        transition: all .3s;
                    }
                        .header-nav .sub-menu a {
                            color: #FFFFFF;
                            padding: 10px;
                        }
                            .header-nav .sub-menu li:hover > a {
                                background: #693b7a;
                            }
                            .header-nav .sub-menu .sub-menu {
                                margin-left: 100%;
                                top:0;
                            }
                                .header-nav li:hover > .sub-menu {
                                    transform: translateY(0);
                                    opacity: 1;
                                    pointer-events: all;
                                }
                                .header-nav > li:hover > .sub-menu {
                                    transform: translateX(-50%) translateY(0);
                                }
                                .header-nav .sub-menu li {
                                    position: relative;
                                }

        .header-right {
            position: relative;
        }
        .header-right > .custom-html-widget {
            /*position: relative;*/
            /*display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;*/
            height: 100%;
        }
            .header-right > .custom-html-widget > div:first-child {
                display: flex;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                align-items: center;
                justify-content: flex-end;
                height: 100%;
            }
            .header-right:after {
                content: '';
                position: absolute;
                right: 13px;
                top: 0;
                bottom: 0;
                width: 1px;
            }
            .header-right:after, .header-contact-phone {
                border-right: 1px solid rgba(255,255,255,.2);
            }
            .header-contact {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-weight: 500;
                letter-spacing: .015em;
                font-size: 15px;
                line-height: 1;

                opacity: 0;
                pointer-events: none;
            }
                .header-contact a {
                    color: #fff;
                    transition: all .3s;
                }
                    .header-contact a:hover,
                    a.link-to-es:hover, a.link-to-en:hover {
                        opacity: .7;
                    }
            .header-contact-phone {
                padding: 0 15px;
                letter-spacing: 0;
            }
                .header-contact-phone i {
                    font-size: 12px;
                    margin-right: 5px;
                    top: 2px;
                }
            .header-contact-email {
                padding: 0 17px;
            }
                .header-contact-email i {
                    font-size: 10px;
                    top: 2px;
                    margin-right: 9px;
                }
            .header-right img {
                position: absolute;
                right: 38px;
                margin-top: 2px;
                align-self: center;
            }
            a.link-to-es,
            a.link-to-en {
                position: absolute;
                top: 50%;
                left: 100%;
                margin-left: 4px;
                transform: translateY(-50%);
                font-size: 16px;
                font-weight: 600;
                line-height: 1;
                text-transform: uppercase;
                color: #fff;
                white-space: nowrap;
                transition: opacity .3s;
            }
            .home_spanish a.link-to-es,
            a.link-to-en {
                display: none;
            }
            .home_spanish a.link-to-en {
                display: block;
            }

            .zip > .qs-select > button{
                border-radius: 0px;
                height: 36px;
            }

/*Social Media*/
.social-media-wrap {
    position: fixed;
    left: 51px;
    top: 32%;
    z-index: 1001;
}
    .social-media-wrap a {
        display: block;
        width: 47px;
        height: 47px;
        border-radius: 50%;
        background: #36373b;
        font-size: 20px;
        margin: 15px 0;
        color: #fff;
        line-height: 47px;
        text-align: center;
        transition: background .3s;
    }
        .social-media-wrap a:hover {
            background: #89b601;
        }

/*Mobile Social Media*/
.mob-smi-wrap {
    position: relative;
    margin: 15px 0 0;
}
    .mob-smi {
        position: relative;
        display: flex;
    }
        .mob-smi a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: #36373b;
            font-size: 20px;
            margin: 0px 5px;
            color: #fff;
            line-height: 1;
            text-align: center;
            transition: background .3s;
        }
            .mob-smi a:first-child {
                margin-left: 0;
            }
            .mob-smi a:last-child {
                margin-right: 0;
            }
            .mob-smi a:hover {
                background: #693b7a;
            }

/*section 1*/
section.section-1 {
    position: relative;
    z-index: 1;
}
    #slideshow {
        position: relative;
    }
        .slideshow_canvas {
            display: block;
            width: 100%;
        }
        .cycloneslider-template-responsive .slideshow_canvas + .cycloneslider-slides {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
        #slideshow .cycloneslider:before, #slideshow .cycloneslider:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 102;
        }
        #slideshow .cycloneslider:before {
            background: rgba(0,0,0,.15);
        }
        #slideshow .cycloneslider:after {
            background: url(images/overlay-slideshow.png) center/cover no-repeat;
        }

        .slideshow-logo {
            position: absolute;
            left: 0;
            right: 0;
            top: 44.9%;
            transform: translateY(-50%);
            text-align: center;
        }
            .slideshow-logo img {
                max-width: 100%;
                display: block;
                margin: 0 auto;
            }

    #quick-search {
        position: absolute;
        /*bottom: 80px;*/
        bottom: 9.9%;
        left: 0;
        right: 0;
    }
        .qs-wrap {
            background: #36373b;
            padding: 26px 30px;
            font-size: 0;
        }
            .qs-wrap h2 {
                font: 400 25px/1 'Yeseva One', serif;
                text-transform: uppercase;
                color: #fff;
                display: inline-block;
                vertical-align: middle;
                padding: 0 6px 4px;
                width: 211px;
            }
            .home_spanish .qs-wrap h2 {
                font-size: 20px;
            }
            .qs-form {
                display: inline-block;
                vertical-align: middle;
                width: calc(100% - 211px);
            }
                .qs-field-lg {
                    /*width: 172px;*/
                    width: 19.794%;
                }
                .qs-field-sm {
                    /*width: 91.8px;*/
                    width: 10.565%;
                }
                .qs-field {
                    display: inline-block;
                    vertical-align: top;
                    padding-right: 1px;
                }
                    .qs-field select {
                        width: 100%;
                        font-size: 11px;
                        letter-spacing: .05em;
                        color: #7c7c7c;
                        width: 100%;
                        height: 36px;
                        border: none;
                        -webkit-appearance: none;
                        appearance: none;
                        padding: 0 20px 0 5px;
                        outline: none;
                        background: #fff url(images/icon-dropdown.png) calc(100% - 10px) 55% no-repeat;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;

                    }
                        .qs-field select::-ms-expand {
                            display: none;
                        }

                    .qs-field .bootstrap-select.btn-group .dropdown-toggle {
                        border: none;
                        padding: 0 10px;
                    }
                        .qs-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
                            font-size: 11px;
                            letter-spacing: .05em;
                            color: #7c7c7c;
                        }
                .qs-field-btn {
                    width: 18.152%;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    padding-right: 10px;
                }
                    .qs-field-btn button[type="submit"] {
                        width: 53px;
                        height: 36px;
                        border: none;
                        background: #89b601;
                        border: 1px solid #89b601;
                        color: #fff;
                        font-size: 18px;
                        transition: all .3s;
                    }
                        .qs-field-btn button[type="submit"]:hover {
                            background: #693b7a;
                            border-color: #693b7a;
                        }
                    .qs-field-btn a {
                        font-size: 11px;
                        font-weight: 300;
                        letter-spacing: .05em;
                        color: #fff;
                        text-transform: uppercase;
                        border-bottom: 1px solid #fff;
                        padding: 2px 0;
                        transition: all .3s;
                    }
                        .qs-field-btn a:hover {
                            color: #89b601;
                            border-color: #89b601;
                        }


/*section 2*/
section.section-2 {

}
    #call-to-action {
        padding: 106px 0 122px;
    }
        .cta-list {

        }
            a.cta {
                display: block;
                width: 326px;
                height: 326px;
                border-radius: 50%;
                overflow: hidden;
                position: relative;
                margin: 0 auto;
            }
                a.cta:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(0,0,0,0.5);
                    border-radius: 50%;
                }
                a.cta img {
                    display: block;
                    width: 100%;
                }
                .cta-inner {
                    position: absolute;
                    top: 16px;
                    right: 16px;
                    bottom: 16px;
                    left: 16px;
                    margin: auto;
                    border-radius: 50%;
                    overflow: hidden;
                    border: 1px solid #89b601;

                    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;
                    -webkit-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s;
                }
                    .cta-inner:before {
                        content: '';
                        position: absolute;
                        top: -1px;
                        left: -1px;
                        right: -1px;
                        bottom: -1px;
                        background:  url(images/cta-hover.png) center/cover no-repeat;
                        border-radius: 50%;
                        opacity: 0;
                        transform: scale(.95);
                        transition: all .3s;
                    }
                    .cta-title {
                        font: 33px/1 'Yeseva One', serif;
                        color: #fff;
                        text-transform: uppercase;
                        text-align: center;
                        z-index: 2;
                    }
                        .cta-title span {
                            display: block;
                            font: 300 16.4px/1 'Open Sans', sans-serif;
                            color: #fff;
                            margin-bottom: 6px;
                        }

                    a.cta:hover .cta-inner {
                        border-color: transparent;
                    }
                        a.cta:hover .cta-inner:before {
                            opacity: 1;
                            transform: scale(.95);
                        }

/*section 3*/
section.section-3 {
    overflow: hidden;
}
    /*animate*/
    .custom-elementpeek .section-title,
    .custom-elementpeek .section-title a.btn-a,
    .custom-elementpeek .fp-list .slick-slide > div {
        opacity: 0;
    }
    .animate .section-title,
    .animate a.btn-a,
    .animate .fp-list .slick-slide > div {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-delay: .5s;
    }
    .animate .fp-list .slick-slide > div {
        animation-delay: 0s;
    }
    .animate .section-title {
        animation-name: fadeInDown;
    }
    .animate a.btn-a {
        animation-name: fadeInUp;
    }
    .animate .fp-list .slick-slide > div:first-child {
        animation-name: fadeInRight;
    }
    .animate .fp-list .slick-slide > div:last-child {
        animation-name: fadeInLeft;
    }
    /*animate end*/

    #featured-properties {
        padding: 0 0 83.5px;
    }
        #featured-properties .container {
            position: relative;
        }
            #featured-properties .section-title {
                position: absolute;
                /*top: 114px;*/
                top: 17.8%;
                left: -61px;
                background: #fff;
            }
            .fp-wrapper {
                position: relative;
                padding-left: 4px;
                /*margin-right: calc( (1140px - 100vw) / 2 );*/
                margin-right: calc( (1165px - 100vw) / 2 );
                max-width: 1321px;
            }
            .fp-list {
                font-size: 0;
            }
                .fp-list:before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    height: 64.2%;
                    background: #693b7a;
                    left: -69px;
                    bottom: .5px;
                }
                #featured-properties a.fp {
                    width: 25%!important;
                    display: inline-block;
                }
                .fp-list .slick-slide > div:first-child {
                    text-align: right;
                }
                a.fp {
                    width: 25%;
                    padding: .5px;
                    position: relative;
                    transition: all .3s;
                }
                    .fp-inner {
                        position: relative;
                        overflow: hidden;
                    }
                        .fp-inner:before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background: rgba(0,0,0,.3);
                            opacity: 0;
                            transition: all .3s;
                        }
                        .fp-inner canvas {
                            display: block;
                            width: 100%;
                            background-position: center;
                            background-size: cover;
                        }
                        .fp-details {
                            transform: translateY(100%);
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            text-align: center;
                            background: #693b7a;
                            font-weight: 300;
                            font-size: 15px;
                            line-height: 20px;
                            color: #fff;
                            text-transform: uppercase;
                            transition: all .3s;
                            padding: 18.5px 0;
                        }
                            .fp-details strong {
                                display: block;
                                font-weight: 700;
                                font-size: 18px;
                                 line-height: 22px;
                            }

                        a.fp:hover .fp-inner:before {
                            opacity: 1;
                        }
                        a.fp:hover .fp-details {
                            transform: translateY(0);
                        }

            #featured-properties a.btn-a {
                position: absolute;
                /*right: -83px;*/
                right: 6.3%;
                top: 70.3%;
            }


/*section 4*/
section.section-4 {
    background: #fff url(images/bg-fc.jpg) right center/cover no-repeat;
}
    #featured-areas {
        padding: 68px 0 168.5px;
    }

        #featured-areas p {
            font-weight: 300;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: .025em;
            text-align: center;
            margin: 15px 0 38px;
        }
            #featured-areas p:after {
                content: '';
                display: block;
                margin: 33px auto 0;
                width: 1px;
                height: 92px;
                background: #693b7a;
            }

        .fa-list {
            width: 1500px;
            max-width: 95%;
            margin: 0 auto;
            font-size: 0;
        }
            .fa {
                display: inline-block;
                vertical-align: top;
                width: 33.33333333%;
                text-align: center;
                padding: .5px;
                position: relative;
            }
                .fa-inner {
                    display: block;
                    position: relative;
                }
                    .fa-inner:before,
                    .fa-inner:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        transition: all .3s;
                    }
                    .fa-inner:before {
                        background: rgba(0,0,0,.5);
                    }
                    .fa-inner:after {
                        background:  url(images/fc-hover.png) center/cover no-repeat;
                        opacity: 0;
                    }
                        .fa:hover .fa-inner:before {
                            /*opacity: .85;*/
                            background: rgba(105,59,122,.85);
                        }
                        .fa:hover .fa-inner:after {
                            opacity: 1;
                        }
                    .fa-inner img {
                        display: block;
                        width: 100%;
                    }
                    .fa-inner span {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        font: 400 25px/1 'Yeseva One', serif;
                        letter-spacing: .025em;
                        color: #fff;
                        text-transform: uppercase;
                        padding: 25px 0;
                        z-index: 1;
                        transition: all .3s ease;
                    }
                .fa:hover .fa-inner span {
                    transform: translateY(-15px);
                    opacity: 0;
                }
                        .fa-inner span:before,
                        .fa-inner span:after {
                            content: '';
                            position: absolute;
                            left: 0;
                            right: 0;
                            width: 1px;
                            height: 48px;
                            margin: auto;
                            background: rgba(255,255,255,.5);
                        }
                        .fa-inner span:before {
                            bottom: 100%;
                        }
                        .fa-inner span:after {
                            top: 100%;
                        }
                        .fa-hover {
                            position: absolute;
                            z-index: 1;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            pointer-events: none;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            flex-direction: column;
                            opacity: 0;
                            visibility: hidden;
                            pointer-events: none;
                            transition: all .3s;
                        }
                        .fa:hover .fa-hover {
                            opacity: 1;
                            visibility: visible;
                        }
                        .fa-hover span {
                            font: 400 25px/1 'Yeseva One', serif;
                            letter-spacing: .025em;
                            color: #fff;
                            text-transform: uppercase;
                        }
                        .fa-links {
                            margin-top: 4%;
                        }
                        .fa-links li a {
                            font-weight: 300;
                            font-size: 15px;
                            line-height: 20px;
                            color: #fff;
                            text-transform: uppercase;
                            pointer-events: auto;
                            transition: all .3s;
                        }
                        .fa-links li a:hover {
                            color: #89b601;
                        }

/*section 5*/
section.section-5 {
    background: fixed url(images/bg-welcome.jpg) center/cover no-repeat;
}
    #welcome {
        padding: 0 0 131px;
        overflow: hidden;
    }
        .welcome-text {
            background: #fff;
            padding: 58px 15.2% 0;
        }
            .welcome-text:after {
                content: '';
                display: block;
                margin: 49px auto 0;
                width: 1px;
                height: 91px;
                background: #693b7a;
            }
            .welcome-text .section-title {
                line-height: 50px;
                margin-bottom: 26px;
            }
                .welcome-text .section-title span {
                    letter-spacing: 0;
                    margin-bottom: 9px;
                }
            .welcome-text p {
                font-weight: 300;
                line-height: 1.72;
                letter-spacing: .025em;
                text-align: center;
                margin-bottom: 24px;
            }
            .subscribe-form {
                margin: 39px 0 0;
                position: relative;
            }
                .subscribe-form input[type="email"], .subscribe-form input[type="submit"] {
                    display: inline-block;
                    vertical-align: top;
                }
                .subscribe-form input[type="email"] {
                    width: calc(100% - 128px);
                    height: 60px;
                    border: 1px solid #693b7a;
                    border-right: none;
                    font-weight: 300;
                    font-size: 15px;
                    letter-spacing: .025em;
                    color: #693b7a;
                    padding: 0 25px;
                    outline: none;
                }
                    footer .subscribe-form input[type="email"] {
                        border-color: #fff;
                    }
                .subscribe-form input[type="submit"] {
                    height: 60px;
                    width: 128px;
                    background: #89b601;
                    border: 1px solid #89b601;
                    font-size: 15px;
                    font-weight: 600;
                    letter-spacing: .025em;
                    color: #fff;
                    text-transform: uppercase;
                    transition: all .3s;
                    outline: none;
                }
                    .subscribe-form input[type="submit"]:hover {
                        background: #693b7a;
                        border-color: #693b7a;
                    }

                .subscribe-form div.wpcf7 .ajax-loader {
                    position: absolute;
                    bottom: -18px;
                    right: 0;
                }
                .subscribe-form div.wpcf7-response-output {
                    position: absolute;
                    top: 100%;
                    left: 0;
                    right: 0;
                    font-size: 12px;
                    text-align: center;
                    margin: 15px 0 0;
                }
                .subscribe-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
                    left: 20px;
                    top: 23px;
                }

        .welcome-agent {
            background: #fff;
            padding: 20px;
            margin: 114px -39px 0 51px;
            position: relative;
        }
            .welcome-agent img {
                display: block;
                width: 100%;
            }
            .welcome-agent:before {
                content: '';
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                height: 42px;
                background: url(images/shadow-agent.png) 100% 100% no-repeat;
            }



/*section 6*/
section.section-6 {

}
    #call-to-action-two {
        padding: 96px 0 0;
    }
        a.cta2 {
            display: block;
            margin: 0 auto;
            width: 325px;
            height: 325px;
            border-radius: 50%;
            overflow: hidden;
            background: #ebebeb;
            padding: 15px;
        }
            .cta2-inner {
                border-radius: 50%;
                width: 100%;
                height: 100%;
                border: 1px solid #89b601;
                font: 400 32px/1 'Yeseva One', sans-serif;
                color: #35373b;
                text-transform: uppercase;
                letter-spacing: .025em;

                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;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }
                .cta2-inner span {
                    display: block;
                    font: 300 16px/1 'Open Sans', sans-serif;
                    color: #89b601;
                    margin-bottom: 7px;
                    transition: all .3s;
                }
            a.cta2:hover .cta2-inner {
                background: #693b7a;
                border-color: #693b7a;
                color: #fff;
            }
                a.cta2:hover .cta2-inner span {
                    color: #fff;
                }


/*section 7*/
section.section-7 {

}
    #featured-videos {
        text-align: center;
        padding: 98px 0 100px;
    }
        #featured-videos .section-title {
            font-size: 55px;
        }
        #featured-videos p {
            font-weight: 300;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: .025em;
            margin: 15px 0 74px;
        }
        .video-wrap:before, .video-wrap:after {
            content: '';
            position: absolute;
            top: 50%;
            height: 1px;
            width: 92px;
            background: #693b7a;
        }
        .video-wrap:before {
            right: 100%;
            margin-right: 78px;
        }
        .video-wrap:after {
            left: 100%;
            margin-left: 78px;
        }
        .video-wrap {
            max-width: 885px;
            margin: 0 auto;
            position: relative;
        }
            .video-wrap iframe {
                max-width: 100%;
            }
            .video-wrap a {
                display: inline-block;
                vertical-align: top;
                position: relative;
                padding: 20px;
                background: #6e7785;
            }
                .video-wrap a:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 128px;
                    height: 128px;
                    background: url(images/icon-play-button.png) center/cover no-repeat;
                    margin: auto;
                }
                .video-wrap a img {
                    display: block;
                    width: 100%;
                }
                .video-wrap a:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 100%;
                    pointer-events: none;
                    height: 22px;
                    background: url(images/shadow-video.png) 100% 100% no-repeat;
                }

        #featured-videos a.btn-a {
            margin-top: 53px;
        }


/*section 8*/
section.section-8 {
    background: fixed url(images/bg-message.jpg) center/cover no-repeat;
}
    #send-us-a-message {
        background: rgba(0,0,0,0.8);
        padding: 99px 0 113px;
    }
        #send-us-a-message .section-title {
            color: #fff;
            font-size: 55px;
            margin-bottom: 59px;
        }
        .suam-form {
            max-width: 844.5px;
            margin: 0 auto;
            font-size: 0;
            position: relative;
        }
            .suam-fields-three {
                margin-bottom: 8px;
            }
                .suam-fields-three input {
                    width: calc(33.333333333% - 9px);
                }
            .suam-field {
                display: inline-block;
                vertical-align: top;
            }
                .suam-fields label {
                    display: inline;
                }
                .suam-fields textarea {
                    width: calc(100% - 4.5px);
                }
                .suam-fields input[type="text"],
                .suam-fields input[type="tel"],
                .suam-fields input[type="email"],
                .suam-fields input[type="phone"],
                .suam-fields textarea {
                    border: none;
                    border-bottom: 1px solid #fff;
                    font-weight: 300;
                    font-size: 15px;
                    color: #fff;
                    background: transparent;
                    margin: 0 4.5px;
                    height: 52px;
                    outline: none;
                }
                .suam-fields textarea {
                    padding-top: 20px;
                    height: 123px;
                    resize: none;
                    padding-right: 40px;
                }
                .suam-fields input[type="submit"] {
                    position: absolute;
                    bottom: 22px;
                    right: 5px;
                    width: 38px;
                    height: 38px;
                    background: url(images/icon-airplane.png) center/cover no-repeat;
                    border: none;
                    outline: none;
                }

            .suam-form .ajax-loader {
                position: absolute;
                bottom: -18px;
                right: 0;
            }
            .suam-form div.wpcf7-response-output {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                margin: 15px 0 0;
                font-size: 12px;
                text-align: center;
                color: #fff;
            }
            .suam-form span.wpcf7-not-valid-tip {
                font-size: 12px;
                top: -14px;
            }

/*footer*/
footer.footer-wrapper {
    background: #35373b;
    padding: 114px 0 118px;
    color: #fff;
    text-align: center;
}
    footer.footer-wrapper a {
        color: #fff;
    }
    .footer-top {

    }
        .footer-logo {
            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;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        }
            .footer-top img {
                max-width: 100%;
                margin: 0 20px;
            }
        .footer-contacts {
            font-size: 18px;
            font-weight: 300;
            margin-top: 20px;
        }
            .footer-contacts span {
                display: inline-block;
                vertical-align: top;
                color: #fff;
                margin: 0 13px;
            }
                .footer-contacts i {
                    color: #7ac043;
                    margin-right: 13px;
                }
                .footer-contacts i.ai-font-phone-alt {
                    font-size: 14px;
                }
                .footer-contacts i.ai-font-envelope-f {
                    font-size: 12px;
                }

    footer.footer-wrapper hr {
        border-top: 1px solid #fff;
        opacity: .1;
        max-width: 1072px;
        margin: 57px 0 52px;
    }
    .footer-navs {
        margin-bottom: 19px;
    }
        .footer-navs li {
            display: inline-block;
            vertical-align: top;
            margin: 0 8px;
        }
            .footer-navs li a {
                font-size: 13px;
                text-transform: uppercase;
            }

    .footer-credits {
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        color: #999999;
    }
        .footer-credits .green {
            font-style: normal;
        }
        footer.footer-wrapper .footer-credits a {
            color: #999999;
        }
        .footer-credits span {
            display: block;
            text-align: center;
            color: #5d5e60;
            font-size: 0;
            letter-spacing: 0;
            margin-top: 26px;
        }
            .footer-credits span i, .footer-credits span img {
                vertical-align: top;
            }
            .footer-credits span i {
                font-size: 28px;
            }
            .footer-credits span img {
                margin-left: 20px;
            }

    .footer-credits .green,
    footer.footer-wrapper a:hover,
    footer.footer-wrapper .footer-credits a:hover {
        color: #89b601;
    }

/*******************************************************
 *
 * 2. 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,.2);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background: #f9f7f7;
        background-position: center;
        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%; }


.sidebar .cta-list {
    margin-top: 30px;
}
.sidebar .cta-list a.cta {
    width: 100%;
    height: auto;
}

/* 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 {
    font: 400 46px/1 'Yeseva One', serif;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}

/*set line height*/
#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: 24px;*/
    line-height: 1.72;
}


#inner-page-wrapper {
    padding-top: 62px;
    z-index: initial;
}

.sidebar h2 {
    font: 400 25px/1 'Yeseva One', serif;
    text-transform: uppercase;
    text-align: center;
    color: #35373b;
    margin-top: 0;
}
.sidebar .qs-form {
    width: 100%;
    font-size: 0;
}
    .sidebar .qs-field select {
        background-color: #ebebeb;
    }
    .sidebar .qs-field-lg {
        width: 100%;
        margin-bottom: 1px;
    }
    .sidebar .qs-field-sm {
        width: 50%;
        margin-bottom: 1px;
    }
    .sidebar .qs-field-btn {
        width: 100%;
        display: block;
        padding-right: 0;
        text-align: center;
    }
        .sidebar .qs-field-btn button[type="submit"] {
            width: 100%;
            margin-bottom: 5px;
        }
        .sidebar .qs-field-btn a {
            color: #7c7c7c;
            border-color: #7c7c7c;
        }
            .sidebar .qs-field-btn a:hover {
                color: #89b601;
                border-color: #89b601;
            }


#content .entry, #content p {
    font-weight: 300;
    line-height: 1.72;
    letter-spacing: .025em;
}

.spanish_sidebar, .home_spanish .english_sidebar {
    display: none;
}
.home_spanish .spanish_sidebar {
    display: block;
}

.sidebar button.btn.dropdown-toggle.bs-placeholder.btn-default,
.sidebar button.btn.dropdown-toggle.btn-default {
    width: 100%;
    font-size: 11px;
    letter-spacing: .05em;
    color: #7c7c7c;
    width: 100%;
    height: 36px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 10px;
    outline: none;
    background: #fff url(images/icon-dropdown.png) calc(100% - 10px) 55% no-repeat;
    background-color: #ebebeb;
    border-radius: unset;
}
.qs-wrap ul.dropdown-menu.inner{
    max-height: 146.938px !important;
}

/*sellers tab*/
.aios-roadmaps.sellers-roadmap.no-border a.aios-roadmap-link span.aios-roadmap-icon {
    width: 100%;
    max-width: 77px;
    height: 77px;
    background: #89b601;
    border-radius: 100%;
    font-size: 0;
    padding: 0;
    border: solid 2px #89b601;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aios-roadmaps.sellers-roadmap.no-border a.aios-roadmap-link:first-child span.aios-roadmap-icon{
    background: #89b601 url(images/roadmaps/selllers-icon1.png) no-repeat;
    background-position: center;
}

.aios-roadmaps.sellers-roadmap.no-border a.aios-roadmap-link:nth-child(2) span.aios-roadmap-icon{
    background: #89b601 url(images/roadmaps/selllers-icon3.png) no-repeat;
    background-position: center;
}

.aios-roadmaps.sellers-roadmap.no-border a.aios-roadmap-link:nth-child(3) span.aios-roadmap-icon{
    background: #89b601 url(images/roadmaps/selllers-icon2.png) no-repeat;
    background-position: center;
}

.aios-roadmaps.sellers-roadmap.no-border a.aios-roadmap-link:nth-child(4) span.aios-roadmap-icon{
    background:  #89b601 url(images/roadmaps/selllers-icon4.png) no-repeat;
    background-position: center;
}

.aios-roadmaps.sellers-roadmap.no-border a.aios-roadmap-link:nth-child(5) span.aios-roadmap-icon{
    background: #89b601 url(images/roadmaps/selllers-icon5.png) no-repeat;
    background-position: center;
}

.aios-roadmaps.sellers-roadmap.no-border a.aios-roadmap-link:nth-child(6) span.aios-roadmap-icon{
    background: #89b601 url(images/roadmaps/selllers-icon6.png) no-repeat;
    background-position: center;
}

.aios-roadmaps.sellers-roadmap.no-border a.aios-roadmap-link span.aios-roadmap-icon:hover,
.aios-roadmaps.sellers-roadmap.no-border a.aios-roadmap-link.active-link span.aios-roadmap-icon{
    background-color: #693b7a;
    border-color: #693b7a;
}

.page-id-374 .sidebar{
    display: none;
}
.page-id-374 #content-sidebar #content {
    width: 100%;
}
.custom-roadmaps {

}
    .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link{
        width: 12.5%;
        transition: none;
    }
        .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-icon:before {
            display: none;
        }
        .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-icon {
            display: block;
            margin: 0 auto 12px;
            width: 77px;
            height: 77px;
            border-radius: 50%;
            background: #89b601 url(images/custom-roadmap-icon-b.png) no-repeat;
            -webkit-transition: background-color .3s;
            -o-transition: background-color .3s;
            transition: background-color .3s;
        }
            .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-icon.aios-roadmap-icon-document {
                background-position: 0 0;
            }
            .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-icon.aios-roadmap-icon-lock {
                background-position: -77px 0;
            }
            .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-icon.aios-roadmap-icon-magnifying-glass {
                background-position: -154px 0;
            }
            .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-icon.aios-roadmap-icon-percent {
                background-position: -231px 0;
            }
            .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-icon.aios-roadmap-icon-scale {
                background-position: -308px 0;
            }
            .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-icon.aios-roadmap-icon-compute {
                background-position: -385px 0;
            }
            .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-icon.aios-roadmap-icon-calendar {
                background-position: -462px 0;
            }
            .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-icon.aios-roadmap-icon-folder {
                background-position: -539px 0;
            }

    .custom-roadmaps.aios-roadmaps.buyers-roadmap.no-border a.aios-roadmap-link {
        width: 16.66666666666667%;
    }
        .custom-roadmaps.aios-roadmaps.buyers-roadmap.no-border a.aios-roadmap-link .aios-roadmap-icon {
            background: #89b601 url(images/custom-roadmap-icon-a.png) no-repeat;
        }
            .custom-roadmaps.aios-roadmaps.buyers-roadmap.no-border a.aios-roadmap-link .aios-roadmap-icon.ai-font-question-o {
                background-position: 0 0;
            }
            .custom-roadmaps.aios-roadmaps.buyers-roadmap.no-border a.aios-roadmap-link .aios-roadmap-icon.ai-font-check-a {
                background-position: -77px 0;
            }
            .custom-roadmaps.aios-roadmaps.buyers-roadmap.no-border a.aios-roadmap-link .aios-roadmap-icon.ai-font-user {
                background-position: -154px 0;
            }
            .custom-roadmaps.aios-roadmaps.buyers-roadmap.no-border a.aios-roadmap-link .aios-roadmap-icon.ai-font-house {
                background-position: -231px 0;
            }
            .custom-roadmaps.aios-roadmaps.buyers-roadmap.no-border a.aios-roadmap-link .aios-roadmap-icon.ai-font-house-i {
                background-position: -308px 0;
            }
            .custom-roadmaps.aios-roadmaps.buyers-roadmap.no-border a.aios-roadmap-link .aios-roadmap-icon.ai-font-check-o {
                background-position: -385px 0;
            }

        .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link .aios-roadmap-text {
            display: block;
            text-transform: uppercase;
            font-size: 11px;
            line-height: initial;
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

    .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link:hover .aios-roadmap-icon,
    .custom-roadmaps.aios-roadmaps.no-border a.aios-roadmap-link.active-link .aios-roadmap-icon {
        background-color: #693b7a;
    }

.yt-list {
    position: relative;
}
    .yt-item {
        margin: 15px 0;
    }
        #content .yt-item h2 {
            text-align: center;
            font-size: 18px;
            line-height: 1.5;
            font-weight: 600;
        }


.post-665 span.r-title {
    font-size: 25px;

}

.post-665 span.v-title {
     font-size: 30px;
}
#content .archive-thumbnail {
    width: 40%;
}
    #content .archive-thumbnail img {
        max-width: 100%;
        width: 100%;
    }
#content .archive-content.archive-has-thumbnail {
    width: 58%;
}
    #content .archive-subtitle {
        margin-top: 0;
    }

.archive.category #content-sidebar #content {
    width: 100%;
}
.archive.category .sidebar {
    display: none;
}
#content a.archive-more {
    display: block;
    width: 128px;
    background: #89b601;
    border: 1px solid #89b601;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .025em;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    outline: none;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    padding: 10px 15px;
}
    #content a.archive-more:hover {
        background: #693b7a;
        border-color: #693b7a;
    }

.parent-pageid-2417 .sidebar #custom_html-34,
.page-id-2417 .sidebar #custom_html-34,
.page-id-2370 .sidebar #custom_html-37,
.parent-pageid-2370 .sidebar #custom_html-37 {
    display: none;
}


/*.home-container .ip-subscribe-form,
.page-id-2319 .ip-subscribe-form{
    display: none;
}*/


.ip-subscribe-form {
    width: 100%;
    max-width: 454px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.error-page-content-wrapper  div.wpcf7-response-output {
    text-align: center;
    margin: 0;
}


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

.page-id-364 #content table {
    width: 100%;
    overflow: auto;
    display: block;
}
    .page-id-364 #content tbody {
        display: block;
        width: 600px;
    }

#content img.CToWUd {
    margin-right: 10px;
    min-width: 135px;
}

.btn .fa {
    display: inline;
}

.qs-field .bootstrap-select.btn-group .dropdown-menu {
    max-height: 250px!important;
}

#content .wpcf7 div.wpcf7-response-output {
    margin: 10px 0 0;
    text-align: center;
    /*max-width: 303px;*/
}
#content .wpcf7 input,
#content .wpcf7 select,
#content .wpcf7 textarea {
    max-width: 100%;
}


#content p#breadcrumbs {
    margin-top: 0;
    line-height: 1;
}

.grecaptcha-badge {
    z-index: 9999;
}
#google_language_translator {
    position: absolute;
    top: 50%;
    left: 99%;
}
#google_language_translator select.goog-te-combo {
    width: 85px;
    margin-left: 4px;
    transform: translateY(-67%);
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: opacity .3s;
}
body.page-id-0 a.single-language,
body.page-id-137 a.single-language,
body.page-id-139 a.single-language,
body.page-id-119 a.single-language,
body.page-id-156 a.single-language,
body.page-id-150 a.single-language,
body.page-id-167 a.single-language,
.footer-credits span img
{
    display: none;
}


body.page-id-0 .fa {
     width: auto !important;
}

.ihf-parser-prop-container img{
  margin: auto;
  display: block;
}

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