/*
Theme Name: Kim KR Rice
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.6
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
 *
 *******************************************************/

.ip-container #main-wrapper {
    overflow: hidden !important;
}

.mobile-tab {
    display: none !important;
}
/* Sub Menu */
#nav > li {
    position:relative;
    display: inline-block;
    text-align: center;
}

    #nav > li > a {
        font-family: 'Fjalla One', sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: #e4c478;
        text-transform: uppercase;
        letter-spacing: .100em;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

        #nav > li:hover > a {
            color: #fff;
        }

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: block !important;
    padding: 0;
    position: relative;
    width:100%;
    padding-top: 24px;
    min-width:145px;
}
#nav .sub-menu a {
    display: block;
    padding: 5px 0;
    font-family: 'Marcellus', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #c1c1c1;
    letter-spacing: .100em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

#nav .sub-menu a:hover {
    color: #e4c478;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}


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

body.home #main-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.aios-mobile-header-wrapper {
    z-index: 1035 !important;
}

/* Global */

body{
    font-family: 'Marcellus', sans-serif;
    font-size: 15px;
    background: #FFF;
    color: #5b5b5b;
    margin: 0;
    opacity: 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; */
}

/*Scroll Style*/
.full-height {
    height: 100vh;
}

.hp-overlay {
    position: relative;
}

/*.animated {
    animation: none ;
}*/

/*.msedge-true .onepage-wrapper {
    -webkit-transform-style: inherit !important;
}*/
/*End of Scroll Style*/

/*Home Style*/
.hp-home .home-wrap .home-slideshow {
    width: 100%;
    height: 100vh;
    position: relative;
}

    .hp-home .home-wrap .home-slideshow::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .25);
        content: '';
    }

    /*.hp-home .home-wrap .home-slideshow::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 260px;
        content: '';
        background-image: url(images/slide-lay.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
    }*/

    .hp-home .home-wrap .home-slideshow .cycloneslider {
        width: 100%;
        height: 100vh;
    }

        .hp-home .home-wrap .home-slideshow .cycloneslider .cycloneslider-slides {
            width: 100%;
            height: 100vh;
        }

            .hp-home .home-wrap .home-slideshow .cycloneslider .cycloneslider-slides .cycloneslider-slide {
                width: 100%;
                height: 100vh;
            }

            .hp-home .home-wrap .home-slideshow .cycloneslider .cycloneslider-slides .cycloneslider-slide canvas {
                width: 100%;
                height: 100vh;
            }

            .home-footer {
                margin-top: 162px !important;
            }

                .home-footer img {
                    margin: 0 auto;
                }

                .south-address {
                    font-family: 'Poppins', sans-serif;
                    text-align: center;
                    color: #fff;
                    margin-top: 10px;
                    font-weight: 300;
                }
/*End of Home Style*/

/*Welcome Style*/

    .full-height.welcome-wrap-bg {
        position: relative;
    }

    .welcome-wrap-content .row {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

        .welcome-wrap-content .row::before {
            display: none;
        }

            .full-height.welcome-wrap-bg::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url(images/welcome-bg.jpg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                overflow: hidden;
                filter: grayscale(1);
            }

            .full-height.welcome-wrap-bg::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(255, 255, 255, .88);
                overflow: hidden;
                z-index: 1;
            }

            .welcome-wrap-content {
                position: absolute;
                z-index: 1;
                top: 42px;
                left: 0;
                width: 100%;
                height: 100vh;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .welcome-left {
                padding-left: 20px;
                margin-right: -33px;
                z-index: 4;
                position: relative;
            }

            .welcome-img {
                position: relative;
            }

                .welcome-img::after {
                    content: '';
                    pointer-events: none;
                    position: absolute;
                    top: 20px;
                    left: 20px;
                    width: 100%;
                    height: 100%;
                    border: 3px solid #e2c277;
                }

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

                    .welcome-right {
                        padding-left: 66px;
                    }

                        .welcome-title h2 {
                            font-family: 'Fjalla One', sans-serif;
                            font-weight: 400;
                            font-size: 48px;
                            color: #333232;
                            text-transform: uppercase;
                            letter-spacing: .050em;
                        }

                        .welcome-descriptions {
                            position: relative;
                            width: calc(((100vw - 1140px) / 2) + 100%);
                            margin-top: 29px;
                            padding: 66px 0;
                        }

                            .welcome-dep-inner {
                                position: relative;
                                z-index: 2;
                            }

                            .welcome-descriptions::before {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                background-image: url(images/welcome-logo-lay.png);
                                background-repeat: no-repeat;
                                background-position: right;
                                content: '';
                                z-index: 1;
                            }

                            .welcome-descriptions::after {
                                position: absolute;
                                top: 0;
                                right: 0;
                                width: calc(100% + 200px);
                                height: 100%;
                                background-image: linear-gradient(to right, #012257 27% , #2585bf);
                                content: '';
                                z-index: -1;
                            }

                            .welcome-dep-inner {
                                position: relative;
                                z-index: 2;
                                max-width: 595px;
                            }

                            .welcome-dep-inner h3{
                                color: #d4d4d4;
                                font-weight: 700;
                                text-transform: uppercase;
                                letter-spacing: 0.050em;
                                margin: 0 0 10px;
                                font-size: 21px;
                            }
                            .welcome-dep-inner p {
                                font-family: 'Marcellus', sans-serif;
                                font-weight: 400;
                                font-size: 15px;
                                color: #d4d4d4;
                                letter-spacing: .050em;
                                line-height: 24px;
                            }

                            .welcome-btn {
                                margin-top: 38px;
                            }

                            .welcome-btn a {
                                display: block;
                                font-family: 'Fjalla One', sans-serif;
                                font-weight: 400;
                                font-size: 14px;
                                color: #fff;
                                text-transform: uppercase;
                                letter-spacing: .020em;
                                max-width: 165px;
                                width: 100%;
                                text-align: center;
                                border: 1px solid #fff;
                                padding: 20px 0;
                                -webkit-transition: all .325s ease-in-out;
                                -moz-transition: all .325s ease-in-out;
                                -ms-transition: all .325s ease-in-out;
                                transition: all .325s ease-in-out;
                            }

                                .welcome-btn a:hover {
                                    background-color: #e4c478;
                                    border: 1px solid #e4c478;
                                }
/*End of Welcome Style*/
/*Featured Properties Style*/
.fp-wrap-bg {
    position: relative;
}

    .fp-wrap-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/fp-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        filter: grayscale(1);
    }

    .fp-wrap-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(43, 43, 43, .85);
        overflow: hidden;
        z-index: 1;
    }

    .fp-wrap-content {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fp-slick-item {
        padding: 0 15px;
    }

    .fp-wrap-slick-inner {
        margin: 0 -15px;
    }

    .fp-slick-item a {
        position: relative;
        display: block;
    }

        .fp-slick-item a::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            border: 8px solid #e7e7e7;
            content: '';
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

        .fp-slick-item a::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            border: 8px solid;
            -o-border-image: linear-gradient(to bottom, #02387a 0%, #1a6da2 100%) 1;
            border-image: -webkit-gradient(linear, left top, left bottom, from(#EED18C), to(#917430)) 1;
            border-image: linear-gradient(to bottom, #02387a 0%, #1a6da2 100%) 1;;
            content: '';
            z-index: 1;
            opacity: 0;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

            .fp-slick-item a:hover::after {
                opacity: 0;
            }

            .fp-slick-item a:hover::before {
                opacity: 1;
            }

    .fp-slick-item canvas {
        width: 100%;
        height: 100%;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .fp-desc {
        background-color: #fff;
        padding: 31px 0 38px;
    }

    .fp-price {
        text-align: center;
        font-family: 'Fjalla One', sans-serif;
        font-weight: 400;
        color: #353535;
        font-size: 24px;
    }

        .fp-price-add {
            text-align: center;
            font-family: 'Marcellus', sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #777777;
            margin-top: 28px;
            line-height: 1.4;
        }

        .fp-btn {
            max-width: 154px;
            display: block;
            color: #fff;
            font-family: 'Fjalla One', sans-serif;
            font-weight: 400;
            font-size: 14px;
            background: #484848;
            padding: 22px 0;
            text-align: center;
            margin: 0 auto;
            margin-top: 19px;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

            .fp-slick-item a:hover .fp-btn {
                background: #e4c478;
            }
/*End of Featured Properties Style*/
/*Featured Community Style*/
.fc-wrap-bg {
    position: relative;
}

    .fc-wrap-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/fc-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        filter: grayscale(1);
    }

    .fc-wrap-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.88);
        overflow: hidden;
        z-index: 1;
    }

    .fc-wrap-content {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ul.fc-list-col {
        max-width: 233px;
        margin: 0 auto;
    }

        .fc-list-col li {
            border-bottom: 1px solid #999;
            position: relative;
            overflow: hidden;
        }

        .fc-list-col li:hover::after {
            opacity: 1;
            left: 0;
        }

            .fc-list-col li::after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: '';
                background-image: linear-gradient(to right, #003f73 27% , #0c7fbb);
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
                opacity: 0;
                left: -200px;
            }

            .fc-list-col li:hover a {
                color: #fff;
            }

            .fc-list-col li:hover a span {
                color: #e4c478;
            }

        .fc-list-col li a {
            font-family: 'Fjalla One', sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #323232;
            text-transform: uppercase;
            letter-spacing: .100em;
            display: block;
            padding: 16px 0 16px 6px;
            position: relative;
            z-index: 2;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

        .fc-list-col li a span {
            color: #00127d;
            margin-right: 13px;
            font-size: 19px;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
            vertical-align: middle;
        }
        .fc-title {
            text-align: center;
            padding: 30px 0 15px;
        }
        .fc-title h2{
            font-family: 'Fjalla One', sans-serif;
            font-weight: 400;
            font-size: 25px;
            color: #333232;
            text-transform: uppercase;
            letter-spacing: .050em;
        }
/*End of Featured Community Style*/
/*Testimonials Wrapper*/
.testi-wrap-bg {
    position: relative;
}

    .testi-wrap-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/testi-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        filter: grayscale(1);
    }

    .testi-wrap-content .textwidget {
        width: 100%;
    }

    .testi-wrap-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(43, 43, 43, .85);
        overflow: hidden;
        z-index: 1;
    }

    .testi-wrap-content {
        position: absolute;
        z-index: 1;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0;
    }

    .testi-wrapper {
        max-width: 1270px;
        margin-left: auto;
        width: 100%;
    }

        .testi-title {
            font-family: 'Fjalla One', sans-serif;
            font-weight: 400;
            font-size: 40px;
            text-transform: uppercase;
            letter-spacing: .050em;
            color: #fff;
            margin-bottom: 46px;
            padding-left: 42px;
        }

        .testi-left {
            width: 53.70%;
            display: inline-block;
            vertical-align: bottom;
        }

        .testi-right {
            width: 46.3%;
            display: inline-block;
            vertical-align: bottom;
            padding-bottom: 63px;
        }

        .testi-desc-holder {
            margin-right: -261px;
            position: relative;
            padding: 55px 0 55px 47px;

        }

            .testi-desc-holder::after {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                background-image: linear-gradient(to right, #002c69 27% , #2585bf);
                content: '';
                z-index: -1;
                width: 100%;
            }

            .testi-desc-holder::before {
                width: 602px;
                height: 100%;
                content: '';
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                background-image: url(images/testi-quotes.png);
                background-repeat: no-repeat;
                background-position: center;
                pointer-events: none;
            }

            .testi-right-inner {
                position: relative;
            }

                .testi-right-inner::after {
                    position: absolute;
                    top: 20px;
                    right: 20px;
                    width: 100%;
                    height: 100%;
                    content: '';
                    pointer-events: none;
                    border: 3px solid #d7bf7c;
                }

            .testi-desc {
                max-width: 573px;
                width: 100%;
            }

            .testi-desc p {
                font-family: 'Marcellus', sans-serif;
                font-weight: 400;
                font-size: 15px;
                color: #dadada;
                letter-spacing: .050em;
                line-height: 24px;
            }

            .testi-name {
                font-family: 'Marcellus', sans-serif;
                font-weight: 400;
                font-size: 15px;
                color: #dadada;
                letter-spacing: .050em;
                margin: 26px 0 36px;
            }

            .testi-btn {
                margin-top: 0;
                width: 100%;
            }

            .testi-btn a {
                font-family: 'Fjalla One', sans-serif;
                font-weight: 400;
                font-size: 14px;
                color: #fff;
                max-width: 165px;
                text-transform: uppercase;
                text-align: center;
                display: block;
                border: 1px solid #fff;
                padding: 21px 0;
                width: 100%;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }

                .testi-btn a:hover {
                    background-color: #e4c478;
                    border: 1px solid #e4c478;
                }

            .testi-bottom {
                max-width: 570px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .testi-arrow {
                max-width: 141px;
                display: flex;
                justify-content: space-between;
                width: 100%;
                align-items: center;
            }

            .testi-btn-arrow {
                position: relative;
                font-family: 'Fjalla One', sans-serif;
                font-weight: 400;
                font-size: 14px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: .020em;
                cursor: pointer;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }

                .testi-btn-arrow:hover {
                    color: #d7bf7c;
                }

            .testi-btn-arrow.testi-prev {
                padding-left: 19px;
            }

            .testi-btn-arrow.testi-next {
                padding-right: 19px;
            }

            .testi-btn-arrow::after {
                position: absolute;
                width: 8px;
                height: 14px;
                background-repeat: no-repeat;
                background-position: center;
                content: '';
                top: 0;
            }

                .testi-prev::after {
                    background-image: url(images/testi-left.png);
                    left: 0;
                }

                .testi-prev::before {
                    width: 1px;
                    height: 26px;
                    content: '';
                    right: -27px;
                    position: absolute;
                    top: -8px;
                    background-color: #4081ae;
                }

                .testi-next::after {
                    background-image: url(images/testi-right.png);
                    right: 0;
                }

.testi-right-inner canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*End of Testimonials*/
/*Podcast & Highlights*/
.ph-wrap-bg {
    position: relative;
}

    .ph-wrap-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/ph-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        filter: grayscale(1);
    }

    .ph-wrap-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(43, 43, 43, .85);
        overflow: hidden;
        z-index: 1;
    }

    .ph-wrap-content {
        position: absolute;
        z-index: 1;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0;
    }

    .ph-hold {
        display: flex;
    }

        .ph-left {
            width: 50%;
            height: 100%;
        }

        .ph-right {
            width: 50%;
            height: 100%;
        }

        .ph-left-video {
            position: relative;
        }

            .ph-left-video::after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgb(0, 0, 0, .40);
                content: '';
                pointer-events: none;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }

            .ph-left-video a {
                display: block;
                width: 100%;
                height: 100%;
                position: relative;
            }

            .ph-left-video:hover::after {
                opacity: 0;
            }

                .ph-left-video a canvas {
                    background-size: cover;
                    background-repeat: no-repeat;
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-position: center;
                }

                .vid-btn {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    z-index: 4;
                    pointer-events: none;
                }

                .ph-left-title {
                    font-family: 'Fjalla One', sans-serif;
                    font-weight: 400;
                    font-size: 48px;
                    color: #fff;
                    text-transform: uppercase;
                    line-height: 60px;
                    letter-spacing: .050em;
                    padding: 36px 0 0 23px;
                }

                .ph-right-item {
                    width: 50%;
                    height: 50%;
                }

                    .ph-right-item canvas {
                        display: block;
                        width: 100%;
                        height: 100%;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                    .ph-right-item a {
                        position: relative;
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

                        .ph-right-item a:hover .ph-right-item-desc
                        {
                            color: #beac77;
                        }

                        .ph-right-item a::after {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            content: '';
                            background-image: linear-gradient(transparent 51%, rgba(0, 0, 0, .5));
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }

                    .ph-right-item-desc {
                        font-family: 'Fjalla One', sans-serif;
                        font-weight: 400;
                        font-size: 24px;
                        color: #dadada;
                        text-transform: uppercase;
                        padding-left: 48px;
                        position: absolute;
                        bottom: 26px;
                        z-index: 2;
                    }

                    .ph-right-inner {
                        display: flex;
                        flex-wrap: wrap;
                    }

                    .ph-right-item:nth-child(2) a::after {
                        display: none;
                    }

                        .ph-right-item:nth-child(2) a::before {
                            content: '';
                            width: calc(100% - 14px);
                            height: calc(100% - 14px);
                            position: absolute;
                            top: 7px;
                            left: 7px;
                            pointer-events: none;
                            border: 1px solid #727272;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }

                        .ph-right-item:nth-child(2) a:hover::before {
                            opacity: 0;
                        }

                        .ph-right-item span {
                            font-family: 'Fjalla One', sans-serif;
                            font-weight: 400;
                            font-size: 48px;
                            text-transform: uppercase;
                            color: #fff;
                        }

                        .ph-right-item span span {
                            letter-spacing: .050em;
                            color: #e4c478;
                            font-size: 24px;
                            display: block;
                        }

                        .ph-right-item-second .ph-right-item-desc {
                            padding: 0;
                            text-align: center;
                            width: 100%;
                            top: 50%;
                            transform: translateY(-50%);
                            bottom: auto;
                        }

                        .ph-right-item-second .ph-right-item-desc img {
                            margin: 0 auto;
                            margin-bottom: 17px;
                        }

                        .ph-right-item-third a::after {
                            background-image: url(images/home-buyers.jpg);
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                        }

                        .ph-right-item-third .ph-right-item-desc  {
                            position: absolute;
                            top: 44%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            bottom: 0;
                            width: 100%;
                            padding-left: 44px;
                        }

                            .ph-right-item-third .ph-right-item-desc p {
                                font-family: 'Marcellus', sans-serif;
                                font-weight: 400;
                                font-size: 15px;
                                padding: 0;
                                max-width: 204px;
                                letter-spacing: .050em;
                                line-height: 24px;
                                text-transform: none;
                                margin-bottom: 26px;
                            }

                            .ph-right-item-btn {
                                max-width: 165px;
                            }

                            .ph-right-item-btn > div {
                                font-family: 'Fjalla One', sans-serif;
                                font-weight: 400;
                                font-size: 14px;
                                color: #fff;
                                letter-spacing: .020em;
                                text-transform: uppercase;
                                width: 100%;
                                text-align: center;
                                padding: 22px 0;
                                border: 1px solid #fff;
                                -webkit-transition: all .325s ease-in-out;
                                -moz-transition: all .325s ease-in-out;
                                -ms-transition: all .325s ease-in-out;
                                transition: all .325s ease-in-out;
                            }

                            .ph-right-item.ph-right-item-second a:hover::after {
                                opacity: 1;
                            }

                            .ph-right-item.ph-right-item-fourth a::before {
                                opacity: 0;
                                content: '';
                                width: 100%;
                                height: 100%;
                                position: absolute;
                                top: 0;
                                left: 0;
                                background-color: rgba(0,0,0,.50);
                                -webkit-transition: all .325s ease-in-out;
                                -moz-transition: all .325s ease-in-out;
                                -ms-transition: all .325s ease-in-out;
                                transition: all .325s ease-in-out;
                            }

                                .ph-right-item.ph-right-item-fourth a:hover::before {
                                    opacity: 1;
                                }

                            .ph-right-item.ph-right-item-second a::after {
                                content: '';
                                width: 100%;
                                height: 100%;
                                background-color: rgba(0,0,0,.50);
                                opacity: 0;
                                position: absolute;
                                top: 0;
                                left: 0;
                                -webkit-transition: all .325s ease-in-out;
                                -moz-transition: all .325s ease-in-out;
                                -ms-transition: all .325s ease-in-out;
                                transition: all .325s ease-in-out;
                            }

                                .ph-right-item a:hover .ph-right-item-btn > div {
                                    background-color: #e4c478;
                                    border: 1px solid #e4c478;
                                }

                                .ph-right-item-fourth a::after {
                                    display: none;
                                }
/*End of Podcast*/
/*Join Us Style*/
.ju-wrap-bg {
    position: relative;
}

    .ju-wrap-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/ju-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        filter: grayscale(1);
    }

    .ju-wrap-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.88);
        overflow: hidden;
        z-index: 1;
    }

    .ju-wrap-content {
        position: absolute;
        z-index: 1;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0;
    }

    .ju-title {
        font-family: 'Fjalla One', sans-serif;
        font-weight: 400;
        font-size: 48px;
        color: #333232;
        text-transform: uppercase;
        letter-spacing: .050em;
        text-align: center;
        max-width: 425px;
        margin: 0 auto;
        margin-bottom: 30px;
        position: relative;
    }

    .ju-wrap-content-inner {
        width: 100%;
    }

        .ju-sub-title {
            font-family: 'Marcellus', sans-serif;
            font-weight: 400;
            font-size: 15px;
            color: #302f2f;
            letter-spacing: .050em;
            text-align: center;
        }

            .ju-holder {
                max-width: 944px;
                width: 100%;
                margin: 0 auto;
                position: relative;
                border-bottom: 3px solid #e4c478;
                padding-bottom: 65px;
            }

                .ju-holder::after {
                    content: '';
                    width: 3px;
                    height: calc(100% - 18px);
                    background-color: #e4c478;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

                .ju-holder::before {
                    content: '';
                    width: 3px;
                    height: calc(100% - 18px);
                    background-color: #e4c478;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }

            .ju-form {
                margin-top: 39px;
            }

            .ju-holder form {
                max-width: 750px;
                margin: 0 auto;
                position: relative;
                width: 100%;
            }

            .ju-short {
                width: 50%;
                display: inline-block;
                vertical-align: middle;
                padding-bottom: 18px;
            }

            .ju-long {
                width: 100%;
                position: relative;
            }

                .ju-short input,
                .ju-long textarea {
                    width: 100%;
                    font-family: 'Marcellus', sans-serif;
                    font-weight: 400;
                    font-size: 14px;
                    color: #313030;
                    letter-spacing: .020em;
                    border: 0;
                    border-bottom: 1px solid #c8c7c7;
                    padding-left: 19px;
                    background: transparent;
                    resize: none;
                    height: 34px;
                    outline: none;
                }

                .ju-long textarea {
                    height: 103px;
                    resize: none;
                }

                .ju-left { padding-right: 9px; }
                .ju-right { padding-left: 9px; }

                .ju-btn {
                    position: absolute;
                    width: 100%;
                    bottom: 3px;
                    right: 0;
                    max-width: 105px;
                }

                    .ju-btn .wpcf7-submit {
                        font-family: 'Fjalla One', sans-serif;
                        font-weight: 400;
                        font-size: 14px;
                        color: #fff;
                        width: 100%;
                        display: block;
                        padding: 18px 0;
                        text-align: center;
                        background-color: #484848;
                        border: 0 !important;
                        outline: none;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                    }

                        .ju-btn .wpcf7-submit:hover {
                            background-color: #e4c478;
                        }

                        .ju-btn span.ajax-loader {
                            position: absolute;
                            left: 50%;
                            transform: translate(-50%);
                        }

                    .span-left-right {
                        position: absolute;
                        height: 100%;
                        width: 100%;
                        left: 0;
                        top: 0;
                        pointer-events: none;
                    }

                    .span-left-right::after {
                        content: '';
                        top: 18px;
                        left: 0;
                        position: absolute;
                        width: calc(100% - 747px);
                        height: 3px;
                        background: #e4c478;
                    }

                    .span-left-right::before {
                        content: '';
                        top: 18px;
                        right: 0;
                        position: absolute;
                        width: calc(100% - 747px);
                        height: 3px;
                        background: #e4c478;
                    }

                    .hfooter-mls-broker .textwidget {
                        width: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                    }

                    .hfooter-add {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }

                    .hfooter-smi {
                        max-width: 118px;
                        display: flex;
                        justify-content: space-between;
                        width: 100%;
                        margin-top: 13px;
                    }

                        .hfooter-smi-item a {
                            position: relative;
                            display: block;
                            width: 55px;
                            height: 55px;
                            border-radius: 50%;
                            background: #979797;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }

                            .hfooter-smi-item a:hover {
                                background-color: #e4c478;
                            }

                            .hfooter-smi-item a span {
                                position: absolute;
                                font-size: 22px;
                                color: #fff;
                                left: 50%;
                                top: 50%;
                                transform: translate(-50%, -50%);
                            }

                            .hcopyright {
                                font-family: 'Fjalla One', sans-serif;
                                font-weight: 400;
                                font-size: 12px;
                                letter-spacing: .050em;
                                color: #6d6d6d;
                                text-align: right;
                            }

                                .hcopyright a {
                                    -webkit-transition: all .325s ease-in-out;
                                    -moz-transition: all .325s ease-in-out;
                                    -ms-transition: all .325s ease-in-out;
                                    transition: all .325s ease-in-out;
                                }

                                    .hcopyright a:hover {
                                        color: #e4c478;
                                    }

                            .hfooter-mls-broker {
                                text-align: right;
                                float: right;
                                display: flex;
                                max-width: 400px;
                                justify-content: space-between;
                                width: 100%;
                                align-items: center;
                                margin-top: 13px;
                            }

                            .hfooter-broker {
                                margin-right: 10px;
                            }

                            .mls-item {
                                color: #6d6d6d;
                                font-size: 24px;
                                display: inline-block;
                                vertical-align: middle;
                            }

                            .mls-item:nth-child(2) {
                                margin: 0 9px;
                            }

                            .ju-wrap-content-inner .container:nth-child(2) {
                                margin-top: 77px;
                            }

                            .ju-holder .wpcf7-response-output {
                                position: absolute;
                                width: 100%;
                                bottom: -34px;
                                margin: 0;
                                font-size: 12px;
                                text-align: center;
                            }

                            .ju-form span.wpcf7-form-control-wrap {
                                font-size: 12px;
                            }
/*End of Join Us Style*/
/*Header Wrapper*/
header.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

header.header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    content: '';
    background-image: url(images/slide-lay.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    opacity: .6;
}

.header:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    background-image: url(images/header-left-after.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header-add .textwidget {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .headerleft-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .headerleft-overlay::after {
            position: absolute;
            width: 15%;
            pointer-events: none;
            left: 0;
            top: 0;
            height: 100%;
            background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 30% , transparent);
            content: '';
        }

.viewing-page-2 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a,
.viewing-page-6 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a,
.viewing-page-7 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a,
.viewing-page-8 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a {
    color: #323231;
}

/*.viewing-page-2 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu-indicator,
.viewing-page-4 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu-indicator,
.viewing-page-7 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu-indicator {
    background-color: #323231;
}*/

    .header-wrap {
        pointer-events: none;
    }

    .header-top {
        border-bottom: 1px solid rgba(255, 255, 255, .20);
        padding: 31px 0 28px;
        pointer-events: auto;
    }

    .header-left {
        pointer-events: none;
    }

    .header .logo-black {
        display: none;
    }

    .viewing-page-2 .header .logo-black,
    .viewing-page-4 .header .logo-black,
    .viewing-page-7 .header .logo-black {
        display: block;
    }

    .viewing-page-2 .header .logo-white,
    .viewing-page-4 .header .logo-white,
    .viewing-page-7 .header .logo-white {
        display: none;
    }

    .viewing-page-2 .header-top,
    .viewing-page-4 .header-top,
    .viewing-page-7 .header-top {
        border-bottom: 1px solid rgba(50, 50, 50, .20);
    }

    .header .header-wrap .header-left .header-onepage-scroll-navigation {
        padding-left: 38px;
        position: relative;
    }

        .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu {
            margin-top: 59px;
            position: static;
            max-width: 190px;
            pointer-events: none;
        }

            .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li {
                display: block;
                margin-bottom: 13px;
            }

            .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a.active, .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a:hover {
                color: #beac77;
            }
            .viewing-page-2 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a.active,
            .viewing-page-4 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a.active,
            .viewing-page-7 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a.active {
                text-shadow: 0 0 4px #fff;
            }

                .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a {
                    display: block;
                    width: auto;
                    height: auto;
                    padding: 17px 0 17px 31px;
                    font-size: 13px;
                    font-weight: 400;
                    letter-spacing: .100em;
                    line-height: 1;
                    text-transform: uppercase;
                    text-decoration: none;
                    color: #fff;
                    position: relative;
                    cursor: pointer;
                    text-align: left;
                    -webkit-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                    font-family: 'Fjalla One', sans-serif;
                    pointer-events: auto;
                }

                .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a:before {
                    content: '';
                    position: absolute;
                    z-index: 1;
                    top: 19px;
                    left: -2px;
                    width: 8px;
                    height: 8px;
                    background: #beac77;
                    border: none;
                    border-radius: 50%;
                    margin: 0;
                }

                .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu li a:after {
                    border: 1px solid #fff !important;
                    content: '';
                    position: absolute;
                    z-index: 1;
                    top: 15px;
                    left: -7px;
                    width: 17px;
                    height: 17px;
                    background: transparent;
                    border: none;
                    border-radius: 50%;
                    margin: 0;
                }

                .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu-indicator {
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 39px;
                    width: 1px;
                    height: 40px;
                    background: #beac77;
                    -webkit-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                }

                    .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu-indicator:before {
                        content: '';
                        position: absolute;
                        bottom: -2px;
                        left: 0;
                        width: 1px;
                        height: 2px;
                    }

                    .viewing-page-4 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu-indicator,
                    .viewing-page-5 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu-indicator {
                        top: -5px;
                    }

                    .viewing-page-6 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu-indicator {
                        top: -10px;
                    }

                    .viewing-page-7 .header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu-indicator {
                        top: -12px;
                    }

                    .hfooter-add-item {
                        margin-right: 20px;
                    }

                    .header-add-item a,
                    .hfooter-add-item a {
                        font-family: 'Fjalla One', sans-serif;
                        font-weight: 400;
                        font-size: 13px;
                        color: #fff !important;
                        letter-spacing: .100em;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                    }

                    .header-add-item a:hover,
                    .hfooter-add-item a:hover {
                        color: #e4c478 !important;
                    }

                        .hfooter-add-item a:hover {
                            color: #e4c478 !important;
                        }

                        .hfooter-add-item a {
                            color: #323232 !important;
                        }

                        .viewing-page-2 .header-add-item a,
                        .viewing-page-4 .header-add-item a,
                        .viewing-page-7 .header-add-item a  {
                            color: #323232 !important;
                        }

                        .viewing-page-2 .header-add-item a:hover,
                        .viewing-page-4 .header-add-item a:hover,
                        .viewing-page-7 .header-add-item a:hover {
                            color: #e4c478 !important;
                        }



                        .viewing-page-2 .header-add-item span,
                        .viewing-page-4 .header-add-item span,
                        .viewing-page-7 .header-add-item span  {
                            color: #323232;
                        }

                    .header-add-item span,
                    .hfooter-add-item span {
                        color: #fff;
                        margin-right: 4px;
                        font-size: 11px;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                    }

                        .hfooter-add-item span {
                            color: #323232;
                            margin-bottom: 7px;
                        }

                    .header-add {
                        max-width: 330px;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        width: 100%;
                    }
/*End of Header Wrapper*/
/*Home Content*/
.home-text {
    position: absolute;
    z-index: 1;
    top: 75px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -30px;
}

    .home-container {
        width: 100%
    }

        .slide-content {
            width: 100%;
        }

        .slide-content-title {
            text-align: center;
            font-family: 'Marcellus', sans-serif;
            font-weight: 400;
            font-size: 45px;
            letter-spacing: .020em;
            color: #fff;
            line-height: 50px;
        }

            .slide-content-sub-title {
                text-align: center;
                font-family: 'Marcellus', sans-serif;
                font-weight: 400;
                font-size: 26px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: .020em;
            }

            .slide-content-btns {
                max-width: 347px;
                margin: 0 auto;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 30px;
            }

                .slide-btn-item {
                    width: 100%;
                    max-width: 167px;
                }

                .slide-btn-item a {
                    font-family: 'Fjalla One', sans-serif;
                    font-weight: 400;
                    font-size: 14px;
                    color: #fff;
                    text-transform: uppercase;
                    letter-spacing: .020em;
                    width: 100%;
                    border: 1px solid rgba(255, 255, 255, .6);
                    padding: 19px 0;
                    display: block;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                    text-align: center;
                }

                    .slide-btn-item a:hover {
                        border: 1px solid #00127e;
                        background-color: #00127e;
                    }

                    .slide-cta-item a {
                        display: block;
                        width: 100%;
                        position: relative;
                        border: 1px solid rgba(255, 255, 255, .6);
                        background: rgba(0, 0, 0, .50);
                        font-family: 'Marcellus', sans-serif;
                        font-weight: 400;
                        font-size: 20px;
                        color: #fff;
                        text-transform: uppercase;
                        letter-spacing: .020em;
                        text-align: center;
                        line-height: 24px;
                        overflow: hidden;
                        min-height: 111px;
/*                         -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out; */

                    -webkit-transform: perspective(1px) translateZ(0);
                    transform: perspective(1px) translateZ(0);
                    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
                    position: relative;
                    -webkit-transition-property: color;
                    transition-property: color;
                    -webkit-transition-duration: 0.3s;
                    transition-duration: 0.3s;

                    }

                        .slide-cta-item a::before {
/*                             position: absolute;
                            top: -200px;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            content: '';
                            background-color: #00127e;
                            background-color: rgba(0, 18, 126, .50);
                            opacity: 0;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out; */

                            content: "";
                            position: absolute;
                            z-index: -1;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background-color: rgba(0, 18, 126, .50);
                            -webkit-transform: scaleY(0);
                            transform: scaleY(0);
                            -webkit-transform-origin: 50% 0;
                            transform-origin: 50% 0;
                            -webkit-transition-property: transform;
                            transition-property: transform;
                            -webkit-transition-duration: 0.3s;
                            transition-duration: 0.3s;
                            -webkit-transition-timing-function: ease-out;
                            transition-timing-function: ease-out;
                        }

                            .slide-cta-item a:hover::before {
                                    -webkit-transform: scaleY(1);
                            transform: scaleY(1);
                            }

                    .slide-cta {
                        margin-top: 120px;
                    }

                        .slide-cta-item a::after {
                            position: absolute;
                            bottom: 0;
                            left: 50%;
                            transform: translateX(-50%);
                            content: '';
                            width: 64px;
                            height: 3px;
                            background-color: #e4c478;
                        }

                        .slide-cta-item span {
                            font-family: 'Fjalla One', sans-serif;
                            font-weight: 400;
                            font-size: 14px;
                            color: #fff;
                            text-transform: uppercase;
                            margin-bottom: -22px;
                            letter-spacing: .020em;
                            display: block;
                        }

                        .slide-cta-item-inner {
                            position: absolute;
                            width: 100%;
                            top: 50%;
                            transform: translateY(-50%);
                        }
/*End of home Content*/
/*Burger Menu Style*/
.burger-menu {
    max-width: 33px;
    width: 100%;
}

.header-right {
    padding-top: 14px;
}

.header .header-wrap .header-right-wrap {
    position: absolute;
    top: 50%;
    right: 79px;
    pointer-events: auto;
    transform: translateY(-50%);
}

    .arrow-black {
        display: none;
    }

    .viewing-page-4 .arrow-black,
    .viewing-page-7 .arrow-black {
        display: block;
    }

    .viewing-page-4 .arrow-white,
    .viewing-page-7 .arrow-white {
        display: none;
    }

    .viewing-page-4 .header-onepage-scroll-next,
    .viewing-page-7 .header-onepage-scroll-next {
        border: 1px solid #000;
    }

    .header-onepage-scroll-next {
        width: 55px;
        height: 55px;
        position: relative;
        border-radius: 50%;
        border: 1px solid #fff;
        cursor: pointer;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

    .header-onepage-scroll-next:hover {
        background-color: #e4c478;
        border: 1px solid #e4c478;
    }

    .header-onepage-scroll-next img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.header-right-inner {
    max-width: 450px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-left: auto;
}

    .header-burger-wrap {
        max-width: 78px;
        width: 100%;
    }

        .burger-wrapper {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

            .burger-wrapper:hover .burger-menu span {
                background: #e4c478 !important;
                width: 100% !important;
            }

            .burger-wrapper:hover .burger-text {
                color: #e4c478 !important;
            }

    .burger-menu span {
        height: 3px;
        background: #fff;
        width: 100%;
        display: block;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }
    .burger-logo-holder {
        position: absolute;
        top: 65px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 6;
    }
    .burger-logo-holder img {
        max-width: 100%;
    }

    .onepage-animate-hide {
        opacity: 0;
    }

    .animated {
        animation-duration: 1.6s !important;
    }

        .viewing-page-2 .burger-menu span,
        .viewing-page-4 .burger-menu span,
        .viewing-page-7 .burger-menu span {
            background-color: #323232 !important;

        }

        .burger-menu span:first-child {
            width: calc(100% - 15px);
            margin-left: auto;
        }

        .burger-menu span:nth-child(2) {
            margin: 5px 0;
        }

        .burger-menu span:last-child {
            width: calc(100% - 8px);
            margin-left: auto;
        }

        .burger-text {
            font-family: 'Fjalla One', sans-serif;
            font-weight: 400;
            font-size: 13px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .100em;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

            .viewing-page-2 .burger-text,
            .viewing-page-4 .burger-text,
            .viewing-page-7 .burger-text {
                color: #323232;
            }

            .burger-nav-holder {
                width: 100%;
                height: 100%;
                max-width: 1352px;
                margin: 0 auto;
                position: relative;
            }

            .burger-nav {
                position: fixed;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                z-index: 1035 !important;
                z-index: 1001;
                -webkit-transform: translateX(100%);
                -ms-transform: translateX(100%);
                transform: translateX(100%);
                -webkit-transition: all .7s ease-in-out;
                -moz-transition: all .7s ease-in-out;
                -o-transition: all .7s ease-in-out;
                transition: all .7s ease-in-out;
                opacity: 0;
                font-size: 0;
                overflow: auto;
                padding: 0 10px;
                overflow-x: hidden;
            }

                .burger-nav::after {
                    content: '';
                    width: 100%;
                    height: 100%;
                    background-image: url(images/burger-bg.jpg);
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    position: absolute;
                    top: 0;
                    left: 0;
                    filter: grayscale(1);
                }

                .fix-add-smi .textwidget {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                .burger-nav::before {
                    content: '';
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    background-color: rgba(0, 0, 0, .80);
                    top: 0;
                    left: 0;
                    z-index: 1;
                }
            .burger-nav.active {
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
                opacity: 1;
            }

            .close-nav {
                position: absolute;
                right: 0;
                z-index: 7;
                max-width: 74px;
                width: 100%;
                top: 50px;
                cursor: pointer;
            }

                .close-b-menu {
                    font-size: 17px;
                    color: #fff;
                    display: flex;
                    width: 100%;
                    justify-content: space-between;
                    align-items: center;

                }

                .close-nav:hover .close-icon {
                    color: #e4c478;
                    transform: rotate(-90deg);
                }

                .close-nav:hover .close-icon em {
                    color: #e4c478;
                }

                    .close-nav:hover .clost-text {
                        color: #e4c478;
                    }

                .close-icon {
                    max-width: 25px;
                    height: 25px;
                    width: 100%;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }

                .close-b-menu em {
                    font-size: 25px;
                    color: #fff;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }

                .clost-text {
                    font-weight: 400;
                    font-size: 13px;
                    color: #fff;
                    letter-spacing: .100em;
                    text-transform: uppercase;
                    font-family: 'Fjalla One', sans-serif;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }

                .burger-holder {
                    height: 100%;
                    width: 100%;
                    position: relative;
                    overflow: auto;
                }

                    .burger-holder::after {
                        right: -64px;
                        position: absolute;
                        content: '';
                        width: 533px;
                        height: 258px;
                        background-image: url(images/slider-after.png);
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center;
                        bottom: 49px;
                        z-index: 4;
                        pointer-events: none;
                    }

                    .fixed-holder {
                        z-index: 4;
                        position: relative;
                        width: 100%;
                        padding-top: 191px;
                    }

                    ul#nav {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        align-items: start;
                    }

                    .fix-contact-holder {
                        max-width: 964px;
                        width: 100%;
                        z-index: 2;
                        position: relative;
                        padding-top: 134px;
                    }

                    .fix-contact-title {
                        font-family: 'Fjalla One', sans-serif;
                        font-weight: 400;
                        font-size: 24px;
                        color: #e4c478;
                        letter-spacing: .100em;
                        text-transform: uppercase;
                        position: relative;
                    }

                        .fix-contact-title::after {
                            position: absolute;
                            top: 50%;
                            transform: translateY(-50%);
                            content: '';
                            width: calc(100% - 133px);
                            right: 0;
                            background-color: #464646;
                            height: 2px;
                        }

                    .fix-contact-left {
                        width: 76.65%;
                    }

                    .fix-contact-left-inner {
                        max-width: 562px;
                    }

                    .fixed-add {
                        max-width: 375px;
                        width: 100%;
                        display: flex;
                        justify-content: space-between;
                    }

                    .fixed-add-item a {
                        font-family: 'Fjalla One', sans-serif;
                        font-weight: 400;
                        font-size: 14px;
                        color: #fff !important;
                        letter-spacing: .100em;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                    }

                        .fixed-add-item a:hover {
                            color: #e4c478 !important;
                        }

                        .fixed-add-item span {
                            font-size: 13px;
                            color: #fff;
                            display: inline-block;
                            vertical-align: top;
                            margin-top: 2px;
                            margin-right: 10px;
                        }

                        .fixed-smi {
                            max-width: 118px;
                            display: flex;
                            justify-content: space-between;
                            width: 100%;
                            margin-top: 13px;
                        }

                        .fixed-smi-item a {
                            position: relative;
                            display: block;
                            width: 53px;
                            height: 53px;
                            border-radius: 50%;
                            background: rgba(151, 151, 151, .25);
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }

                            .fixed-smi-item a:hover {
                                background-color: #e4c478;
                            }

                            .fixed-smi-item a span {
                                position: absolute;
                                font-size: 22px;
                                color: #fff;
                                left: 50%;
                                top: 50%;
                                transform: translate(-50%, -50%);
                            }

                            .fix-add-smi {
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                            }

                            .fix-contact-inner {
                                display: flex;
                                align-items: center;
                            }

                            .fix-contact-right {
                                width: 23.35%;
                            }
/*End of Burger Menu Style*/
/*Footer Style*/
footer {
    display: none;
}

.ip-container footer {
    display: block;
    background: #002c69 !important;
    padding: 20px 0;
}

.ip-container .hfooter-add-item a {
    color: #6d6d6d !important;
}

.ip-container .hfooter-add-item span {
    color: #6d6d6d !important;
}
/*End of Footer Style*/

/*******************************************************
 *
 * 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,.6);
    }
    .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;
            }

.ip-container .header.header::before,
.ip-container .header-left,
.ip-container .headerleft-overlay,
.ip-container .header:after {
    display: none;
}

.ip-container .header-top {
    background-color: #002c69;
    position: fixed;
    width: 100%;
}

.ip-container .header .header-wrap .header-right-wrap {
    display: none;
}

/* 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 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #333232;
    text-transform: uppercase;
    letter-spacing: .050em;
    margin: 0;
}



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

}


div.wpcr3_review div.wpcr3_review_datePublished,
.new-development-cf #ihf-main-container > div > .panel-default:first-child,
.new-development-cf > div > div[align^="center"]{
    display: none !important;
}

/* page: youll find a gem in kim */
.ip-video-list {
    font-size: 0;
}

.ip-video-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    width: 50%;
}

.ip-video-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ip-video-item a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .40);
    content: '';
    pointer-events: none;
}

.ip-video-item a {
    display: block;
    width: 100%;
    position: relative;
}

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

.ip-video-item .vid-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none;
}

/*ihf Style*/
#ihf-main-container .nav-tabs {
  padding: 0 !important;
  margin: 0 !important;
}

    ul.chosen-results {
      margin: 0 !important;
      padding: 0 !important;
    }

#ihf-main-container .-ihf-mort-calc-link + div {
    padding-top: 5px;
}

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

.error404 .wpcf7-response-output {
    text-align: center;
}

.category-blog h2.archive-subtitle {
    margin: 0 !important;
    margin-top: -8px !important;
}

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

.mobile-tab {
    display: none;
}

.have-sub {
	position: relative;
}

.have-sub .sub-menu {
	display: none;
	/* position: absolute;
	top: 0;
	left: 100%; */
	min-width: 200px;
}

.have-sub:hover .sub-menu {
  display: block;
}

.have-sub .sub-menu div {
	/* border: 1px solid #fff; */
	padding-left: 0;
	/* margin-bottom: 5px; */
}

.header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu .have-sub .sub-menu div a {
	padding-left: 30px !important;
}

.header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu  .sub-menu a::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 19px;
	left: 10px;
	width: 8px;
	height: 8px;
	background: #beac77;
	border: none;
	border-radius: 50%;
	margin: 0;
}

.header .header-wrap .header-left .header-onepage-scroll-navigation .onepage-scroll-menu  .sub-menu a::after {
	border: 1px solid #fff !important;
	content: '';
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 5px;
	width: 17px;
	height: 17px;
	background: transparent;
	border: none;
	border-radius: 50%;
	margin: 0;
}

.soth-logo-btn {
	position: absolute;
	z-index: 999999;
	bottom: 120px;
	width: 80%;
	left: 50%;
	transform: translate(-50%);
	overflow: hidden;
}

.sl-left {
	float: left;
}

.sl-right {
	float: right;
	text-align: center;
}
.soth-logo {
	opacity: 0;
}
.home-footer {
	opacity: 0;
}

.onepage-scroll-menu li:nth-child(4), .onepage-scroll-menu li:nth-child(5), .onepage-scroll-menu li:nth-child(7) {
	display: none !important;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
