/*
Theme Name: Reunion Realty
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. Navigation
 *
 *******************************************************/
/* Additional Header */
.header-book {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.header-book a {
    width: 122px;
    background: #fff9d8;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 12px;
    color: #000 !important;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    border: 0;
    outline: 0;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-book a:hover{
    background: #000;
    color: #fff !important;
}
.header-wmc {
    display: inline-block;
    vertical-align: middle;
}
.header-wmc a {
    width: 200px;
    background: #fff9d8;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 12px;
    color: #000 !important;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    border: 0;
    outline: 0;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-wmc a:hover{
    background: #000;
    color: #fff !important;
}
/* Sub Menu */

.hdrnav {
    text-align: right;
    display: flex;
    justify-content: space-between;
}

    .hdrnav li {
        position:relative;
        display: inline-block;
    }

        .hdrnav li a {
            font-size: 13px;
            color: #000;
            letter-spacing: .05em;
            text-decoration: none;
            text-transform: uppercase;
            padding: 42px 8px;
            transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -webkit-backface-visibility: hidden;
            line-height: 1;
            display: block;
            position: relative;
            text-align: center;
        }

            .fixed-header .hdrnav li a {
                padding: 28px 8px;
            }

            .hdrnav > li:last-child {
                margin-right: 0;
            }

            .hdrnav > li:hover > a {
                background: #fff9d8;
            }


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

    .fixed-header.active + header .hdrnav li .sub-menu{
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    header .hdrnav li:hover > .sub-menu{
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        opacity: 1;
        visibility: visible;
		pointer-events: unset;
    }

    .fixed-header.active .hdrnav .contact-nav:hover > .sub-menu {
        transform: translate(0px, 0px) !important;
        -webkit-transform: translate(-50%, 0px);
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
    }

    .fixed-header.active .hdrnav li:hover > .sub-menu {
        transform: translate(-50%, 0px) !important;
        -webkit-transform: translate(-50%, 0px);
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
    }

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

    .hdrnav .sub-menu a {
        background: #fff9d8;
        color: #000;
        display: block;
        padding: 10px !important;
        font-size: 12px;
    }

    .hdrnav .sub-menu a:hover {
        text-decoration: none;
        background: #000 !important;
        color: rgba(255,255,255,.75);
    }

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

.hdrnav li:nth-last-child(1) .sub-menu {
    left: auto;
    right: 0;
    transform: translate(0, 20px);
}

.hdrnav li:nth-last-child(1):hover .sub-menu {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

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

/* Global */

body{
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	background: #fefcf4;
	color: #000000;
	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:active, a:focus {
    outline: 0;
    color: #513505;
}

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

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

#main-wrapper {
    overflow: hidden;
}
/********CSS Post Launch********/
img{
	max-width: 100%;
	height: auto;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus{
	outline: 0px !important;
}
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
	margin: 0 0 0;
	padding: 0 0 0;
}
#content #ihf-main-container #ihf-search-adv2-submit{
	margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
	overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#content #ihf-main-container .ihf-listing-search-results .btn{
	padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
	text-align: center;
}

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

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
	padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
	padding: 6px 7px;
}
#content #ihf-main-container #ihf-search-location-tab{
    margin: 8px 5px 0 0;
}
#ihf-main-container #ihf-advsearch-features label{
	font-size: .8em;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit{
	margin: 6px 0 0;
}
#ws-walkscore-tile{
	background:#fff !important;
}
#hero .quick-search form select[name="propertyType"]{
	margin-left: 2%;
}
#content ul.ihf-navbar-nav{
	list-style: none;
}
#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content{
	color:#777;
}
#content #ihf-main-container label{
	color:inherit;
}
#content #ihf-main-container .ihf-polygon-reset{
	color:#000;
}
#ihf-main-container .modal-body {
    color: #000;
}
body.page-id-0 > img,
body.page-id-0 > iframe{
	display: none !important;
}
#ihf-main-container .row #ihf-search-location-tab .row,
#ihf-main-container .row #ihf-refine-map-search-form .row,
#ihf-main-container .row .ihf-grid-result-container .row,
#ihf-main-container .row #ihf-search-location-tab.row{
	margin-left: -15px;
	margin-right: -15px;
}
#ihf-main-container .row .row{
	margin-left: 0;
	margin-right: 0;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a{
	color:#000 !important;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a:hover{
	color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form label{
	color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form .checkbox {
    padding-left: 0px;
}
#ihf-main-container ul.chosen-results {
    margin-left: 0 !important;
}

/********CSS Post Launch End********/

/* Global Button Style */
.theme-btn {
    height: 58px;
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    font-family: 'Libre Baskerville', serif;
    font-size: 0;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .020em;
    font-weight: 400;
    border: 0;
    outline: none;
    text-decoration: none;
    text-align: center;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.home div#vns-popup {
    display: none !important;
}
    .theme-btn:before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

    .theme-btn span{
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }

    .grey-bg{
        background-color: #595959;
        color: #fff;
    }

        .grey-bg:hover{
            background-color: #67963a;
            color: #fff;
        }

    .lbrown-bg{
        background-color: #afa982;
        color: #fff;
    }

        .lbrown-bg:hover{
            background-color: #67963a !important;
            color: #fff !important;
        }



/*** header ***/

.fixed-header {
    position: fixed;
    left: 0;
    top: -100px;
    width: 100%;
    z-index: 100;
    transition: all .75s ease-in-out;
        -webkit-transition: all .75s ease-in-out;
        -moz-transition: all .75s ease-in-out;
        -webkit-backface-visibility: hidden;
}

    .fixed-header.active {
        top: 0;
        z-index: 9999;
    }

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

    .hdr-inner {
        display: block;
        max-width: 1285px;
        margin: 0 auto;
    }

    .hdr-top {
        display: block;
        text-align: right;
        padding: 20px 15px;
        font-size: 13px;
        letter-spacing: .05em;
        color: #fff;
    }

        .hdr-top a {
            color: #fff;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-backface-visibility: hidden;
        }

        .hdr-top .sep {
            display: inline-block;
            color: rgba(255,255,255,.3);
            margin: 0 13px;
        }

        .hdr-top .hdr-smi {
            display: inline-block;
            padding: 0 8px 0 15px;
            vertical-align: middle;
        }

            .hdr-top .hdr-smi a {
                display: inline-block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border-radius: 50%;
                border: 1px solid rgba(255,255,255,.5);
                text-align: center;
                color: #fff;
                font-size: 16px;
                margin-left: 3px;
            }

            .hdr-top a:hover {
                color: #fff9d8;
            }

    .hdr-bottom {
        display: block;
        background: rgba(240, 240, 235, .85);
        font-size: 0;
        padding: 0 15px;
    }

        .fixed-header .hdr-bottom {
            margin-top: 16px;
        }

        .hdr-bottom .logo {
            display: inline-block;
            width: 230px;
            position: relative;
            height: 50px;
            vertical-align: middle;
        }

            .hdr-bottom .logo img {
                position: absolute;
                max-width: 100%;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
    max-width: 154px;
            }

                .fixed-header .hdr-bottom .logo img {
                    max-width: 115px;
                }

        .hdr-bottom .navigation {
            display: inline-block;
            width: calc(100% - 230px);
            vertical-align: middle;
        }


/*** homepage ***/

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

    .hp-slide .cycloneslider-template-responsive,
    .hp-slide .cycloneslider-template-responsive .cycloneslider-slide-image,
    .hp-slide .cycloneslider-template-responsive .cycloneslider-slides {
        height: 100vh !important;
    }

        .hp-slide .cycloneslider-template-responsive .cycloneslider-slide canvas {
            background-size: cover;
            height: 100vh !important;
        }

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

    .hp-slide:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 6;
        background: url('images/hp-slide-overlay.png') repeat-x;
    }

    .hp-slide .border {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 10px;
        background: url('images/ip-line-accent.jpg') top center repeat-y #fff9d8;
        z-index: 7;
    }

.hp-fp {
    display: block;
    padding: 80px 0;
}

    .hp-fp .fp-inner {
        display: block;
        padding: 0 15px;
        max-width: 1356px;
        margin: 0 auto;
        font-size: 0;
    }

        .hp-fp h2 {
            font-size: 24px;
            color: #010101;
            display: block;
            text-align: center;
            letter-spacing: .02em;
            margin-bottom: 45px;
        }

            .hp-fp h2 span {
                position: relative;
                line-height: 1;
                display: inline-block;
                padding: 17px 12px;
                border-top: 1px solid #dedede;
                border-bottom: 1px solid #dedede;
            }

                .hp-fp h2 span:after {
                    position: absolute;
                    content: '';
                    width: 167px;
                    height: 13px;
                    left: 50%;
                    transform: translateX(-50%);
                    bottom: -13px;
                    background: url('images/hp-title-shadow.png');
                }

    .hp-fp .fp-left,
    .hp-fp .fp-right {
        display: inline-block;
        vertical-align: middle;
        width: 93px;
    }

        .hp-fp .fp-right {
            text-align: right;
        }

        .hp-fp .fp-arrow {
            display: inline-block;
            width: 45px;
            height: 45px;
            line-height: 41px;
            border-radius: 50%;
            text-align: center;
            border: 2px solid #c0b994;
            background: #f7f3dd;
            color: #c0b994;
            font-size: 16px;
            font-weight: bold;
            outline: 0;
            cursor: pointer;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-backface-visibility: hidden;
        }

            .hp-fp .fp-arrow:hover {
                background: #c0b994;
                color: #fff;
            }

    .hp-fp .fp-wrap {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        width: calc(100% - 186px);
    }

        .hp-fp .fp-wrap .fp-list {
            margin: 0 -9px;
        }

            .hp-fp .fp-wrap .fp-item {
                display: inline-block;
                padding: 0 9px;
            }

                .hp-fp .fp-img {
                    display: block;
                    position: relative;
                }

                    .hp-fp .fp-img:before {
                        position: absolute;
                        content: '';
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        z-index: 5;
                        background: rgba(255,249,216,.89);
                        opacity: 0;
                        transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-backface-visibility: hidden;
                    }

                        .hp-fp a:hover .fp-img:before {
                            opacity: 1;
                        }

                    .hp-fp .fp-img canvas {
                        display: block;
                        width: 100%;
                        height: auto;
                        background-size: cover;
                    }

                    .hp-fp .fp-img div {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        width: 95%;
                        max-width: 165px;
                        height: 50px;
                        line-height: 48px;
                        border: 1px solid #b4baa9;
                        font-size: 12px;
                        color: #000;
                        text-align: center;
                        z-index: 9;
                        opacity: 0;
                    }

                        .hp-fp .fp-img div span {
                            display: inline-block;
                            line-height: 1;
                            border-bottom: 1px solid #acb1a0;
                            transition: all .3s ease-in-out;
                            -webkit-transition: all .3s ease-in-out;
                            -moz-transition: all .3s ease-in-out;
                            -webkit-backface-visibility: hidden;
                        }

                        .hp-fp a:hover .fp-img div {
                            opacity: 1;
                        }

                            .hp-fp .fp-img div:hover {
                                background: #547033;
                            }

                                .hp-fp .fp-img div:hover span {
                                    color: #fff;
                                }

                .hp-fp .fp-details {
                    display: block;
                    position: relative;
                    border: 1px solid #e9e9e9;
                    padding: 25px;
                    color: #3b3b3b;
                    font-size: 13px;
                    line-height: 18px;
                    letter-spacing: .02em;
                    font-weight: 600;
                    font-family: 'Raleway', sans-serif;
                }

                    .hp-fp a:hover .fp-details {
                        background: #547033;
                        color: #fff;
                        border-color: #547033;
                    }

                .hp-fp .fp-details .fp-beds {
                    display: block;
                    font-weight: 11px;
                    font-weight: 400;
                    margin-top: 8px;
                }

                    .hp-fp .fp-details .fp-beds em {
                        font-style: normal;
                        display: inline-block;
                        margin: 0 10px;
                    }

                .hp-fp .fp-details .fp-price {
                    font-size: 24px;
                    display: block;
                    margin-top: 25px;
                    font-family: 'Libre Baskerville', serif;
                    font-weight: 400;
                }

.hp-qs {
    display: block;
    padding: 50px 0 45px;
    background: #000;
}
.hp-qs .bootstrap-select.btn-group .dropdown-menu{
	max-height: 345px !important;
}
.hp-qs .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 288px !important;
}
.hp-qs .bootstrap-select.btn-group .dropdown-menu a{
	font-size: 12px;
    line-height: 2;
    padding: 3px 10px;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 1.25em !important;
}
    .hp-qs h2 {
        font-size: 24px;
        color: #fff9d8;
        display: block;
        text-align: center;
        letter-spacing: .02em;
        margin-bottom: 45px;
    }

        .hp-qs h2 span {
            position: relative;
            line-height: 1;
            display: inline-block;
            padding: 17px 12px;
            border-top: 1px solid #fff9d8;
            border-bottom: 1px solid #fff9d8;
        }

    .hp-qs form {
        display: block;
        font-size: 0;
    }

        .hp-qs .qs-left {
            display: inline-block;
            width: calc(100% - 254px);
            vertical-align: top;
        }

            .hp-qs .qs-left select,
            .hp-qs .qs-left input {
                display: inline-block;
                vertical-align: middle;
                width: 12.36%;
                height: 42px;
                border: 1px solid #737061;
                padding: 0 15px;
                font-size: 11px;
                color: #fff9d8;
                letter-spacing: .06em;
                margin-right: 3px;
                outline: 0;
                font-weight: 300;
                text-transform: uppercase;
                font-family: 'Raleway', sans-serif;
                background: transparent;
                -webkit-appearance: none;
                -moz-appearance: none;
            }

                .hp-qs .qs-left select {
                    background: url('images/hp-qs-arrow.png') no-repeat;
                    background-position: 87% 50%
                }

                .hp-qs .qs-left select.wide {
                    width: 27.08%;
                    border: 1px solid #e6e0c2;
                    background-position: 93% 50%
                }

            .hp-qs .qs-left .qs-city {
                display: inline-block;
                vertical-align: middle;
                width: 21.44%;
                margin-right: 3px;
            }

            .hp-qs .qs-left .qs-city .bootstrap-select>.dropdown-toggle {
                top: 0;
            }
            .hp-qs .qs-left .qs-city .bootstrap-select.btn-group .dropdown-toggle .filter-option {
                text-overflow: ellipsis;
                width: 100%;
            }

                .hp-qs .qs-left .qs-city select {
                    width: 100%;
                    margin: 0;
                    background-position: 92% 50%;
                    display: none;
                }

                .hp-qs .qs-left option {
                    color: #000;
                }

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

        .hp-qs .qs-right {
            display: inline-block;
            width: 250px;
            margin-left: 4px;
            vertical-align: top;
        }

            .hp-qs .qs-right input,
            .hp-qs .qs-right a {
                display: inline-block;
                vertical-align: top;
                width: 123px;
                background: #fff9d8;
                text-align: center;
                text-transform: uppercase;
                letter-spacing: .06em;
                font-size: 12px;
                color: #000;
                font-weight: 600;
                height: 42px;
                line-height: 42px;
                border: 0;
                outline: 0;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-backface-visibility: hidden;
            }

                .hp-qs .qs-right a {
                    margin-left: 4px;
                }

                .hp-qs .qs-right input:hover,
                .hp-qs .qs-right a:hover {
                    background: #737061;
                    color: #fff;
                }

.hp-marketing {
    display: block;
    padding: 8px;
    background: #fff;
}

.mktg-wrap {
    display: block;
    font-size: 0;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

        .mktg-wrap .mktg-left,
        .mktg-wrap .mktg-right {
            display: inline-block;
            width: 50%;
            vertical-align: top;
            position: relative;
        }

            .mktg-wrap .mktg-left {
                padding-right: 2px;
                width: 50%;
            }

            .mktg-left .mktg-slide {
                display: block;
                border: 1px solid #000;
            }

                .mktg-left .mktg-item img {
                    width: 100%;
                    height: auto;
                    /* max-width: 800px; */
                    margin: 0 auto;
                }

            .mktg-left .slide-arrow {
                position: absolute;
                left: 15px;
                bottom: 10px;
            }

                .mktg-left .slide-arrow span {
                    display: inline-block !important;
                    width: 45px;
                    height: 45px;
                    line-height: 45px;
                    border-radius: 50%;
                    text-align: center;
                    color: #000;
                    font-size: 18px;
                    cursor: pointer;
                    margin-right: 12px;
                    outline: 0;
                    background: #fff;
                    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
                    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
                    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-backface-visibility: hidden;
                }

                .mktg-left .slide-arrow span:hover {
                    background: #fff9d8;
                }

            /* .mktg-wrap .mktg-right canvas {
                position: absolute;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center;
            } */
            .mktg-wrap {
                display: flex;
                flex-flow: row wrap;
            }
.hp-neigh {
    display: block;
    padding: 90px 0;
    background: url('images/hp-neigh-bg.jpg');
    background-size: cover;
    position: relative;
}

    .hp-neigh:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.85);
        z-index: 5;
    }

    .hp-neigh .container {
        position: relative;
        z-index: 9;
    }

    .hp-neigh h2 {
        font-size: 24px;
        color: #fff;
        display: block;
        text-align: center;
        letter-spacing: .02em;
        margin-bottom: 45px;
    }

        .hp-neigh h2 span {
            position: relative;
            line-height: 1;
            display: inline-block;
            padding: 17px 0;
            border-top: 1px solid #fff9d8;
            border-bottom: 1px solid #fff9d8;
        }

    .hp-neigh a {
        display: block;
        position: relative;
        margin-bottom: 28px;
        overflow: hidden;
    }

        .hp-neigh a:before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 1px solid #fff9d8;
            z-index: 1;
        }

    .hp-neigh canvas {
        display: block;
        width: 100%;
        height: auto;
        background-size: cover;
    }

    .hp-neigh a .neigh-title {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 0;
        color: #fff;
        text-transform: uppercase;
        padding: 17px 5px;
        font-size: 18px;
        letter-spacing: .02em;
        z-index: 9;
        background: rgba(92,112,51,.9);
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }

        .hp-neigh a:hover .neigh-title {
            background: rgba(192,185,148,.9);
        }

.hp-welcome {
    display: block;
    padding: 90px 0;
}

    .hp-welcome h2 {
        font-size: 24px;
        color: #010101;
        display: block;
        text-align: center;
        letter-spacing: .02em;
        margin-bottom: 45px;
    }

        .hp-welcome h2 span {
            position: relative;
            line-height: 54px;
            display: inline-block;
            padding: 0;
            border-top: 1px solid #dedede;
            border-bottom: 1px solid #dedede;
        }

            .hp-welcome h2 span:after {
                position: absolute;
                content: '';
                width: 167px;
                height: 13px;
                left: 50%;
                transform: translateX(-50%);
                bottom: -13px;
                background: url('images/hp-title-shadow.png');
            }

    .hp-welcome p {
        display: block;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 0 3%;
        margin-bottom: 25px;
    }

        .hp-welcome p a {
            color: #513505;
            text-decoration: underline !important;
        }

        .hp-welcome p.amenities {
            font-size: 14px;
            margin: 50px 0 0;
        }

        .hp-welcome ul.am-list {
            display: block;
            margin: 25px 0 50px;
            text-align: center;
            color: #000;
            font-size: 14px;
            font-family: "Times New Roman", Times, serif;
        }

            .hp-welcome ul.am-list li {
                display: inline-block;
                border-left: 1px solid #0f0f0e;
                line-height: 22px;
                padding: 0 25px;
            }

                .hp-welcome ul.am-list li span {
                    padding-left: 15px;
                    position: relative;
                    color: #000;
                }

                    .hp-welcome ul.am-list li span:before {
                        position: absolute;
                        content: '';
                        left: 0;
                        top: 50%;
                        width: 4px;
                        height: 4px;
                        background: #000;
                        border-radius: 50%;
                        transform: translateY(-50%);
                    }


                .hp-welcome ul.am-list li:first-child {
                    border: 0;
                }

        .hp-welcome ul.welcome-footer {
            display: inline-block;
            width: 100%;
            margin-top: 15px;
            text-align: center;
            font-family: "Times New Roman", Times, serif;
        }

            .hp-welcome ul.welcome-footer.first {
                margin-top: 30px;
            }

            .hp-welcome ul.welcome-footer li {
                display: inline-block;
                border-left: 1px solid #0f0f0e;
                line-height: 22px;
                padding: 0 20px;
            }

                .hp-welcome ul.welcome-footer li:first-child {
                    border: 0;
                }

                .hp-welcome ul.welcome-footer li a {
                    font-size: 14px;
                    color: #000;
                }

                    .hp-welcome ul.welcome-footer li a:hover {
                        color: #513505;
                    }

            #hp-ig{
                padding: 30px 0;
            }
            .ig-wrap{}
            .ig-wrap h2{
                font-size: 24px;
                color: #010101;
                display: block;
                text-align: center;
                letter-spacing: .02em;
                margin-bottom: 45px;
                text-transform: uppercase;
            }
            .ig-wrap h2 span{
                position: relative;
                line-height: 54px;
                display: inline-block;
                padding: 0;
                border-top: 1px solid #dedede;
                border-bottom: 1px solid #dedede;
            }
            .ig-wrap h2 span:after {
                position: absolute;
                content: '';
                width: 167px;
                height: 13px;
                left: 50%;
                transform: translateX(-50%);
                bottom: -13px;
                background: url(images/hp-title-shadow.png);
            }

            .ig-wrap .ig-slide{}
            .ig-wrap .ig-single{}
            .ig-wrap .ig-single a{
                display: block;
                position: relative;
            }
            .ig-wrap .ig-single a .ig-img{
                position: relative;
                z-index: 0;
            }
            .ig-wrap .ig-single a .ig-img canvas{
                display: block;
                width: 100%;
                height: auto;
                position: relative;
                z-index: 0;
            }
            .ig-wrap .ig-single a .ig-img img{
                position: absolute;
                z-index: 1;
                top:0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
            .ig-wrap .ig-single a .ig-icon{
                position: absolute;
                z-index: 1;
                top: 0;
                left:0;
                width: 100%;
                height: 100%;
                display: flex;
                flex-flow: column wrap;
                align-items: center;
                justify-content: center;
                font-size: 40px;
                color: #fff;
                background:rgba(0,0,0,0.7);
                opacity: 0;
                transition: all ease .4s;
                -moz-transition: all ease .4s;
                -webkit-transition: all ease .4s;
            }
            .ig-wrap .ig-single a:hover .ig-icon{
                opacity: 1;
            }
            .ig-wrap .ig-bttn{
                text-align: center;
                padding: 20px 0 0;
            }
            .ig-wrap .ig-bttn a{
                display: inline-block;
                padding: 14px 25px;
                color: #fff;
                background: #d6249f;
                background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
                text-transform: uppercase;
                letter-spacing: 0.020em;
                border-radius: 8px;
                font-size: 15px;
                opacity: 1;
                transition: all ease .4s;
                -moz-transition: all ease .4s;
                -webkit-transition: all ease .4s;
            }
            .ig-wrap .ig-bttn a:hover{
                opacity: 0.6;
            }

            #content h2.sm-title{
                font-weight: 700;
                font-size: 37px;
                text-transform: uppercase;
                margin: 0 0 0;
                color: #333333;
            }

footer {
    display: block;
    padding: 70px 0 50px;
    background: #000;
    text-align: center;
}

    footer .footer-contact {
        font-size: 0;
        display: block;
        margin-bottom: 70px;
    }

        footer .footer-contact > div {
            display: inline-block;
            width: 33.33%;
            vertical-align: top;
            font-size: 15px;
            color: #fff;
            letter-spacing: .1em;
            line-height: 24px;
        }

            footer .footer-contact > div span {
                display: block;
                font-size: 20px;
                color: #fff9d8;
                line-height: 1;
                margin-bottom: 20px;
                height: 24px;
            }

                footer .footer-contact > div span.ai-font-envelope {
                    font-size: 16px;
                }

                footer .footer-contact > div span.ai-font-location-c {
                    font-size: 24px;
                }

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

            footer .footer-contact a:hover {
                color: #fff9d8;
            }

    footer .footer-logo {
        display: block;
        text-align: center;
        font-size: 11px;
        color: #fff9d8;
        letter-spacing: .1em;
        padding-bottom: 50px;
        border-bottom: 1px solid #232323;
    }

        footer .footer-logo img {
            display: block;
            margin: 0 auto 23px;
        }

        footer .footer-logo a {
            display: block;
            margin: 40px auto 0;
            color: #fff;
            font-size: 12px;
            width: 165px;
            height: 50px;
            line-height: 48px;
            border: 1px solid #303030;
            text-align: center;
        }

            footer .footer-logo a span {
                display: inline-block;
                border-bottom: 2px solid #404040;
                line-height: 1;
            }

            footer .footer-logo a:hover {
                background: #303030;
            }

    .footer-bottom {
        display: block;
        padding-top: 30px;
    }

        .footer-bottom .f-disc {
            display: block;
            font-size: 12px;
            line-height: 18px;
            color: #989898;
            letter-spacing: .02em;
            font-family: 'Raleway', sans-serif;
            border-bottom: 1px solid #232323;
        }

            .footer-bottom .f-disc p {
                margin-bottom: 20px;
                padding: 0 6%;
            }

    .footernav {
        font-size: 0;
        display: block;
        padding: 40px 0 13px;
    }

    .footernav li {
        display: inline-block;
        font-family: 'Raleway', sans-serif;
    }

        .footernav li a {
            display: block;
            color: #4d4d4d;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: .05em;
            padding: 0 14px;
            line-height: 1;
        }

    footer .copyright {
        letter-spacing: .02em;
        color: #4d4d4d;
        font-size: 11px;
        line-height: 1;
    }

        footer .copyright a {
            color: #4d4d4d;
        }

            .footernav li a:hover,
            footer .copyright a:hover {
                color: #fff;
            }

        footer .copyright .ai-icon {
            display: inline-block;
            font-size: 22px;
            margin: 15px 2px 0;
        }




/*******************************************************
 *
 * 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: url('images/hp-slide-overlay.png') repeat-x;
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 336px;
        background: #000;
        background-repeat: no-repeat;
        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;
            }


#inner-page-wrapper {
    position: relative;
}

    #inner-page-wrapper:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 10px;
        background: url('images/ip-line-accent.jpg') top center repeat-y #fff9d8;
    }

    #inner-page-wrapper #breadcrumbs {
        font-size: 11px;
        font-family: 'Raleway', sans-serif;
        color: #343434;
    }

/* 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 {
    display: block;
    text-align: center;
    font-family: Georgia, Times, Times New Roman, serif;
    color: #010101;
    font-size: 42px;
    line-height: 1;
    padding: 17px 30px 25px;
    position: relative;
    margin: 30px 0 50px;
    font-weight: normal;
}

    #content .entry-title:before,
    #content .archive-title:before {
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        bottom: -12px;
        width: 230px;
        height: 12px;
        background: url('images/ip-title-shadow2.png');
    }

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    margin: 0 0 15px;
    line-height: 1;
}

/* Start.Home page Quick Search */
button.btn.dropdown-toggle.btn-default,
button.btn.dropdown-toggle.btn-default:active,
button.btn.dropdown-toggle.btn-default:hover,
button.btn.dropdown-toggle.btn-default:focus {
    display: inline-block;
    width: 100%;
    height: 42px;
    border: 1px solid #737061;
    padding: 0 15px;
    font-size: 11px;
    color: #fff9d8;
    letter-spacing: .06em;
    margin-right: 3px;
    outline: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    top: -3px;
}

.bs-searchbox input.form-control {
    width: 100% !important;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}
/* End.Home page Quick Search */


/*** contact page ***/

.page-id-1014 #content .entry-title,
.page-id-91541 #content .entry-title {
    margin-bottom: 15px;
}

.page-id-1014 #content .sub-intro,
.page-id-91541 #content .sub-intro {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #727272;
    margin: 0 0 30px;
}

.page-id-1014 #content .form-wrap,
.page-id-91541 #content .form-wrap {
    padding-bottom: 50px;
}

    .page-id-1014 #content .form-wrap .row,
    .page-id-91541 #content .form-wrap .row {
        margin-bottom: 20px;
    }

        .page-id-1014 #content .field-inner,
        .page-id-91541 #content .field-inner {
            display: block;
            padding: 0 15%;
        }

            .page-id-1014 #content .field-inner.chkbox,
            .page-id-91541 #content .field-inner.chkbox {
                padding: 0 4% 0 8%;
            }

            .page-id-1014 #content .field-inner label,
            .page-id-91541 #content .field-inner label {
                display: block;
                font-size: 16px;
                color: #363636;
                line-height: 1;
                margin-bottom: 15px;
            }

            .page-id-1014 #content .field-inner inpu,
            .page-id-91541 #content .field-inner input,
            .page-id-1014 #content .field-inner selec,
            .page-id-91541 #content .field-inner select,
            .page-id-1014 #content .field-inner textarea,
            .page-id-91541 #content .field-inner textarea {
                width: 100%;
                border: 1px solid #000;
                height: 45px;
                padding: 0 10px;
                -webkit-appearance: none;
                -moz-appearance: none;
                outline: 0;
            }

                .page-id-1014 #content .field-inner.short selec,
                .page-id-91541 #content .field-inner.short select,
                .page-id-1014 #content .field-inner.short textarea,
                .page-id-91541 #content .field-inner.short textarea {
                    width: 88%;
                }

                .page-id-1014 #content .field-inner.short textarea,
                .page-id-91541 #content .field-inner.short textarea {
                    height: 145px;
                }

                .page-id-1014 #content select::-ms-expand,
                .page-id-91541 #content select::-ms-expand {
                    display: none;
                }

                .page-id-1014 #content .field-inner input[type="checkbox"],
                .page-id-91541 #content .field-inner input[type="checkbox"] {
                    width: 20px;
                    height: 20px;
                    background: #dcdcdc;
                    border: 1px solid #b4b4b4;
                    border-radius: 2px;
                    float: left;
                    margin-bottom: 40px;
                    margin-right: 10px;
                    -webkit-appearance: checkbox;
                    -moz-appearance: checkbox;
                }

                .page-id-1014 #content .field-inner input[type="submit"],
                .page-id-91541 #content .field-inner input[type="submit"] {
                    width: 195px;
                    height: 45px;
                    line-height: 45px;
                    color: #fff;
                    font-size: 14px;
                    letter-spacing: .02em;
                    background: #595959;
                    margin-left: 15px;
                    margin-top: 40px;
                    border: 0;
                }

            .page-id-1014 #content .form-disc,
            .page-id-91541 #content .form-disc {
                display: block;
                padding: 0 7%;
                margin-top: 30px;
            }

            .page-id-1014 span.wpcf7-not-valid-tip,
            .page-id-91541 span.wpcf7-not-valid-tip {
                font-size: 12px;
            }

            .page-id-1014 div.wpcf7-response-output,
            .page-id-91541 div.wpcf7-response-output {
                text-align: center;
            }

.ip-collapsible {
    margin-top: 100px;
}

.ip-collapsible .collapsible {
    background-color: #547033;
    color: white;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border-radius: 4px;
    BORDER: NONE;
    text-align: left;
    outline: 4px;
    font-size: 12px;
}

.ip-collapsible .collapsible + .content + .collapsible {
    margin-top: 10px;
}

.ip-collapsible .active,
.ip-collapsible .collapsible:hover {
    background-color: #547034;
}

.ip-collapsible .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.ip-collapsible .active.collapsible:after {
    content: "\2212";
}

.ip-collapsible .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.ip-c-events-list .ip-c-events-col {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    border-top: 1px inset #eee;
    margin-top: 30px;
    padding-top: 30px;
}

.ip-c-events-list .ip-c-events-col:before,
.ip-c-events-list .ip-c-events-col:after {
    content: '';
    display: table;
    clear: both;
}

.ip-c-events-img {
    width: 400px;
    max-width: 100%;
    margin-right: 30px;
}

.ip-c-events-img img {
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    margin: 0 auto;
}

.ip-c-events-content {
    position: relative;
    width: calc(100% - 430px);
}

.ip-c-events-content h3 span {
    color: #547033;
}

.ip-c-events-list .button {
    display: block;
    border-radius: 4px;
    background-color: #547033;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 20px;
}

.ip-c-events-list .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.ip-c-events-list .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.ip-c-events-list .button:hover span {
    padding-right: 10px;
}

.ip-c-events-list .button:hover span:after {
    opacity: 1;
    right: 0;
}

.page-template-template-community-details button.btn.dropdown-toggle.bs-placeholder.btn-default,
.page-id-0 button.btn.dropdown-toggle.bs-placeholder.btn-default{
    width: 100%;
    height: 50px;
    border: 1px solid #c3c3c3;
    font-size: 12px;
    padding: 0px 15px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #595959;
    letter-spacing: .020em;
    line-height: 1;
    outline: none;
    /*margin-top: 6px;*/
}
.page-template-template-community-details button.btn.dropdown-toggle.btn-default,
.page-id-0 button.btn.dropdown-toggle.btn-default{
    width: 100%;
    height: 50px;
    border: 1px solid #c3c3c3;
    font-size: 12px;
    padding: 0px 15px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #595959;
    letter-spacing: .020em;
    line-height: 1;
    outline: none;
    border-radius: unset;
    top: 0;
}

.page-template-template-community-details .btn-group.bootstrap-select.show-tick.qs-select,
.page-id-0 .btn-group.bootstrap-select.show-tick.qs-select {
    width: 33%;
}

/* custom form */

.custom-form-wrap {
    display: block;
}

    .custom-form-wrap h3 {
        font-size: 24px !important;
        color: #000;
    }

    .custom-form-wrap h5 {
        font-size: 18px !important;
        color: #000;
    }

    .custom-form-wrap .row > div {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .custom-form-wrap label {
        color: #5e5e5e;
        font-size: 16px;
        display: block;
        margin-bottom: 7px;
        line-height: 1;
    }

    .custom-form-wrap input,
    .custom-form-wrap select,
    .custom-form-wrap textarea {
        width: 100%;
        border: 1px solid #afafaf;
        outline: 0;
        height: 47px;
        padding: 0 10px;
        font-size: 14px;
        color: #5e5e5e;
    }

        .custom-form-wrap select {
            background: url('images/custom-form-arrow.png') no-repeat;
            background-position: 98% 50%;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        .custom-form-wrap .wide select {
            background-position: 99% 50%;
        }

        .custom-form-wrap textarea {
            height: 130px;
        }

        .custom-form-wrap select::-ms-expand {
            display: none;
        }

        .custom-form-wrap input[type="checkbox"] {
            display: inline-block;
            width: 17px;
            height: 17px;
            background: #fff;
            border: 1px solid #d2d2d2;
        }

        .custom-form-wrap span.wpcf7-list-item {
            margin-left: 0;
            width: 100%;
        }

        .custom-form-wrap .wpcf7-list-item-label {
            font-size: 15.5px;
            margin-left: 15px;
        }

        .custom-form-wrap input[type="submit"] {
            display: block;
            width: 220px;
            height: 47px;
            background: #657e46;
            color: #fff;
            text-align: center;
            line-height: 47px;
            font-size: 18px;
            text-transform: uppercase;
            margin-top: 35px;
        }

    .custom-form-wrap div.wpcf7-response-output {
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin: 0;
    }

#clear-poly{
    width: 18%;
    min-width: 140px;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Libre Baskerville', Sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background-color: #c1b994;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* IHF result */
.ihf-grid-result-container span.ihf-for-sale-price {
    color: black;
}
/* End of IHF result*/

.aios-mobile-header-wrapper{
	z-index: 1001 !important;
}
.button {
	display: inline-block;
	border-radius: 4px;
	background-color: #547033;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	width: 170px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	}
.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.button:hover span {
	padding-right: 10px;
}
.button:hover span:after {
	opacity: 1;
	right: 0;
}
div.gallery-set{
	font-size: 0;
}
div.gallery {
	margin: 10px;
    border: 0px solid #000;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    width: calc((100% / 3) - 20px);
	}
	div.gallery a img {
		max-width: 100%;
	}
	div.gallery:hover {
		border: 0px solid #000;
	}
	div.gallery:img {
		width: 100%;
		height: auto;
	}
	div.gallery:desc {
		padding: 10px;
		text-align: center;
		text-color: #FFF;
	}

#ihf-main-container #ihf-schedule-showing-request-form .form-control {
    font-size: 12px;
}

#ihf-main-container .map-infobox-img {
    max-width: 100% !important;
}

.ihf-captcha .g-recaptcha {
    overflow: hidden;
}

/*IP Properties Page*/
.ip-fl-content {
    padding-bottom: 67px;
}
.page-template-template-properties-page p#breadcrumbs,
.page-template-template-nocontent-page p#breadcrumbs,
.page-template-template-kiosk-landing-page p#breadcrumbs{
    text-align: center;
    font-size: 15px !important;
    color: #3e3e3e !important;
    font-weight: 500;
}

.ip-properties-price {
    padding-top: 26px;
}

.ip-properties-wrap {
    font-size: 0;
    padding-bottom: 29px;
}

.page-template-template-properties-page .breadcrumb_last span,
.page-template-template-nocontent-page .breadcrumb_last span,
.page-template-template-kiosk-landing-page .breadcrumb_last span{
        color: #000 !important;
}

.page-template-template-properties-page #inner-page-wrapper #breadcrumbs span > span  span:first-child,
.page-template-template-properties-page #inner-page-wrapper #breadcrumbs span > span  span:nth-child(2),
.page-template-template-nocontent-page #inner-page-wrapper #breadcrumbs span > span  span:nth-child(2),
.page-template-template-nocontent-page #inner-page-wrapper #breadcrumbs span > span  span:first-child,
.page-template-template-kiosk-landing-page #inner-page-wrapper #breadcrumbs span > span  span:first-child {
    text-align: center;
    font-size: 15px !important;
    color: #9e9e9e;
    font-weight: 500;
}

.ip-fl-cta {
        padding-top: 70px;
}

.ip-properties-price h2 {
    font-weight: 700 !important;
    text-align: center;
    font-family: 'Libre Baskerville', sans-serif;
    color: #4c7229;
    letter-spacing: .050em;
    font-size: 30px !important;
}

.ip-properties-add h2  {
        max-width: 756px;
    font-family: 'Libre Baskerville', sans-serif;
    margin: 0 auto !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #4c7229;
    letter-spacing: .050em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}

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

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

.ip-properties-item-bottom {
        margin: 0 4px;
    position: relative;
}

.page-template-template-featured-listings .slick-slide .ip-properties-item-bottom::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .50);
    content: '';
}

.ip-fl-title .hp-fp {
    padding: 68px 0 20px;
}

.page-template-template-featured-listings .slick-current .ip-properties-item-bottom::after {
    background: transparent;
}

.ip-properties-inner-bottom {
    padding-top: 7px;
}

.ip-container div#vns-popup {
    display: none !important;
}

.page-template-template-featured-listings button.aiosp-close {
    width: 41px;
    height: 41px;
    font-size: 0;
    top: -46px;
    right: -36px;
    background-image: url(images/properties-listings/x-button.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-template-featured-listings .aiosp-content {
    max-width: 406px;/*1060px*/
    margin: 0 auto;
}

.page-id-2121 .contact-form-ip-left{
    display: none;
}

.page-template-template-featured-listings .aiosp-content div#vns-popup {
    display: block !important;
}

.ip-properties-bottom-global .slick-list {
    margin: 0 -4px;
}

.ip-properites-desc {
        padding-top: 72px;
}

.ip-properties-right {
    border: 1px solid #eae9e2;
    padding: 57px 0 10px;
}

.ip-properties-left p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #2e2e2e;
    letter-spacing: .030em;
    line-height: 28px !important;
    margin-bottom: 29px !important;
    margin-top: 0 !important;
}

.ip-propright-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #2b2b2b;
    letter-spacing: .020em;
        text-transform: uppercase;
    display: block;
        margin-bottom: 16px;
}

.ip-properties-right-inner {
    display: flex;
    flex-wrap: wrap;
}

.ip-propright-item {
    width: 50%;
    text-align: center;
        margin-bottom: 53px;
}

.ip-propright-img img {
    margin: 0 auto;
}

.ip-properties-map {
    margin-top: 33px;
}

.ip-properties-iframe iframe {
        width: 100%;
}

.page-template-template-properties-page header.header,
.page-template-template-nocontent-page header.header,
.page-template-template-kiosk-landing-page header.header{
    display: none;
}

.page-template-template-properties-page .fixed-header,
.page-template-template-nocontent-page  .fixed-header,
.page-template-template-kiosk-landing-page .fixed-header{
    display: none;
}

.ip-properties-ctainner {
    border-top: 1px solid #e4e2db;
    padding-top: 61px;
    margin-top: 50px;
}

.ip-prop-cta-item a,
.ip-fl-cta-item a {
    font-family: 'Libre Baskerville', sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #4c7229;
    letter-spacing: .100em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    background: #f9f3d3;
    padding: 110px 0;
}

.ip-fl-cta-item a {
    padding: 10px 0 !important;
}

.ip-prop-banner-logo {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
}

.ip-flprop-inner {
    display: block;
    padding: 0 15px;
    max-width: 1356px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}


.ip-properties-add {
    margin-bottom: 62px;
}

.ip-flprop-desc {
    border: 1px solid #e9e9e9;
    border-top: transparent;
        padding: 16px 25px;
}

.ip-flprop-add {
    max-width: 146px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #3b3b3b;
    line-height: 1.1;
}

.ip-flprop-util {
    margin-top: 4px;
}

.ip-flprop-util li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #3b3b3b;
    letter-spacing: .020em;
    position: relative;
}

.ip-fl-properties-item {
    padding: 0 8px;
    margin-bottom: 30px;
}

.ip-fp-prev,
.ip-fp-next {
    display: inline-block;
    vertical-align: middle;
    width: 93px;
}

.ip-fp-next {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: right;
    transform: translateY(-50%);
}

.ip-fp-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ip-fp-prev span.fp-arrow.fp-prev.ai-font-arrow-b-p {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 41px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #c0b994;
    background: #f7f3dd;
    color: #c0b994;
    font-size: 16px;
    font-weight: bold;
    outline: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.ip-fp-next span.fp-arrow.fp-next.ai-font-arrow-b-n {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 41px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #c0b994;
    background: #f7f3dd;
    color: #c0b994;
    font-size: 16px;
    font-weight: bold;
    outline: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.ip-fl-properties-global {
    margin: 0 -8px;
    width: calc(100% - 186px);
    margin: 0 auto;
}

.ip-flprop-util ul {
    margin: 0 !important;
}


.ip-flpro-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ip-flprop-util li {
        margin-right: 17px;
}

.ip-flprop-util li::after {
    position: absolute;
    top: 3px;
    left: -7px;
    width: 1px;
    height: 11px;
    background: #6f6e6c;
    content: '';
}

.contact-form-IP {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    overflow: hidden;
    font-size: 0;
    width: 100%;
}

.contact-form-ip-left .ip-properties-item canvas {
    min-height: 409px;
}

.contact-form-ip-left {
    max-width: 656px;
}

.contact-form-ip-right {
        font-size: 0;
}
.contact-form-ip-right .ip-fl-form-inner {
    padding: 15px 15px;
}

.contact-form-ip-right .ip-fl-form-title {
        padding: 43px 20px;
}

.ip-fl-right {
    padding-left: 2px;
}

.ip-fl-left {
    padding-right: 2px;
}

.ip-flprop-util li:first-child::after {
    display: none;
}

/*End of IP Properties Page*/

/*Featured Listings page*/
.page-template-template-featured-listings header.header {
    display: none;
}

.ip-fl-form-inner .wpcf7-response-output {
    font-size: 10px;
    margin: 0;
}

.ip-fl-form-inner span.wpcf7-not-valid-tip {
    font-size: 10px;
}

.page-template-template-featured-listings .ip-properties-item-bottom {
    margin: 0 2px;
}

.page-template-template-featured-listings .ip-properties-inner-bottom {
    padding: 6px;
}

.ip-fl-logo {
        position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-template-featured-listings .ip-banner canvas {
        min-height: 780px;
        background-image: url(images/properties-listings/properties-listings.jpg) !important;
}

.page-template-template-featured-listings #inner-page-wrapper #breadcrumbs {
    display: none;
}

.page-template-template-featured-listings #content-full {
    margin-top: 0;
}

.page-template-template-featured-listings .fixed-header.active {
    display: none;
}

.ip-fl-slide {
    position: relative;
}

.ip-fl-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .10);
    content: '';
}

.ip-fl-contact-form {
    position: absolute;
    width: 100%;
    z-index: 4;
    top: 27%;
    bottom: 0;
    font-size: 0;
}

.ip-fl-form-inner {
    max-width: 406px;
    background: #fff;
    padding: 22px 19px;
}

.ip-fl-form-title {
    background: #4c7229;
    text-align: center;
    padding: 9px 20px;
    line-height: 1.3;
}

.ip-fl-form-title h2 {
    font-family: 'Libre Baskerville', sans-serif;
    font-weight: 400 !important;
    font-size: 25.28px !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .100em;
}

.ip-fl-short {
    width: 50%;
    display: inline-block;
    padding-bottom: 6px;
}

.ip-fl-select {
    width: 100%;
    padding-bottom: 6px;
}

.ip-fl-long {
    width: 100%;
}

.ip-fl-git-form {
        padding-top: 25px;
}

.ip-fl-long textarea {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 45px;
    font-size: 11px;
    color: #010101;
    letter-spacing: .060em;
    height: 80px;
    width: 100%;
    border: 0;
    border: 1px solid #b0b0b0;
    padding-left: 15px;
}

    .ip-fl-short input,
    .ip-fl-select select {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: #010101;
        letter-spacing: .060em;
        height: 42px;
        width: 100%;
        border: 0;
        border: 1px solid #b0b0b0;
        padding-left: 15px;
        background: #fff;
    }

    .ip-fl-btn {
        margin-top: 18px;
    }

        .ip-fl-btn .wpcf7-submit{
            width: 100%;
            display: block;
            font-family: 'Libre Baskerville', sans-serif;
            font-weight: 400;
            font-size: 14.12px;
            color: #fff;
            background: #4c7229;
            text-align: center;
            letter-spacing: .060em;
            text-transform: uppercase;
            border: 0;
            padding: 11px 0;
        }


.page-template-template-featured-listings .cycloneslider-template-responsive .cycloneslider-slide canvas{
    height: 650px;
}
/*End of Featured listings page*/

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
/* Addtional Css Post Launch 9/3/19 */
.page-id-1014 #content .field-inner.short select,
.page-id-1014 #content .field-inner.short textarea {
    width: 100%;
}
/* body.page-id-2121,
body.page-id-2248,
body.page-id-2207,
body.page-id-2139,
body.page-id-2242{
    min-width: 1024px;
} */

.ip-pg-inner{
    position: relative;
}

.ip-pg-inner span.ip-pg-prev:hover,
.ip-pg-inner span.ip-pg-next:hover {
    background: #c0b994;
    color: #f7f3dd;
}

.ip-pg-inner span.ip-pg-prev,
.ip-pg-inner span.ip-pg-next {
    font-size: 16px;
    color: #c0b994;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    margin: auto;
    pointer-events: auto;
    width: 45px;
    height: 45px;
    border: 2px solid #c0b994;
    background: #f7f3dd;
    border-radius: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-pg-inner span.ip-pg-prev.slick-arrow {
    left: 5px;
}

.ip-pg-inner span.ip-pg-next.slick-arrow {
    right: 5px;
}

.page-id-2121 .copyright, .page-id-2121 .footer-bottom .menu-main_nav-container {
    display: none;
}

.page-id-7962 #content .entry-title,
.page-id-8602 #content .entry-title,
.page-id-8606 #content .entry-title,
.page-id-8610 #content .entry-title,
.page-id-8614 #content .entry-title,
.page-id-8618 #content .entry-title,
.page-id-8622 #content .entry-title,
.page-id-8888 #content .entry-title,
.page-id-8660 #content .entry-title,
.page-id-8864 #content .entry-title,
.page-id-8645 #content .entry-title,
.page-id-8664 #content .entry-title,
.page-id-7657 #content .entry-title {
    display: none;
}

.arrows-comm-det {
    position: relative;
}

.comm-left {
    position: absolute;
    left: -50px;
    z-index: 99;
    top: 180px;
}

.comm-right {
    position: absolute;
    top: 180px;
    right: -50px;
    z-index: 99;
}

.comm-left .fp-arrow,
.comm-right .fp-arrow {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 41px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #c0b994;
    background: #f7f3dd;
    color: #c0b994;
    font-size: 16px;
    font-weight: bold;
    outline: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.issuu-mobile {
    display: none;
}

.issuu-embed-container {
    position: relative;
    padding-bottom: 56.25%; /* set the aspect ratio here as (height / width) * 100% */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.issuu-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
body.page-id-5 #content .entry-title{
    display: none;
}
#content .aios-about-wrap .aios-about-inner .aios-about-img:after,
#content .aios-about-wrap{
    background: none;
}
#content  .aios-about-wrap .aios-about-inner .aios-about-img {
    margin: 5% 0 1% 3%;
}

/** Archive Default Layout (Archive Page) */
#content .archive-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

#content .archive-list:before,
#content .archive-list:after {
    display: none;
}

#content .archive-list > article {
    float: none;
}

#content .archive-list .post {
    border-bottom: none;
}

#content .archive-list .archive-thumbnail,
#content .archive-list .archive-content {
    width: 100%;
}

#content .archive-list .archive-thumbnail a {
    display: block;
    outline: none;
}

#content .archive-list .archive-thumbnail canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#content .archive-list .article-long .archive-thumbnail {
    width: 60%;
}

#content .archive-list .article-long .archive-has-thumbnail {
    width: 37%;
    margin-left: 3%;
}

#content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
    margin-top: 0;
    /*font-size: 32px;*/
}

#content .archive-list .article-long p {
    /*font-size: 22px;*/
}

#content .archive-more {
    font-style: normal;
    text-decoration: none;
}
#content .archive-list .archive-subtitle{
        margin: .75em 0;
}
/** End of Archive Default Layout (Archive Page) */

#content.aios-testimonials-page .add-testimonials {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-color);
    margin: 30px 0 66px;
}

/** Popup HOA **/

.aiosp-wrap .aiosp-container.aiosp-ref-hoa-form-popup .aios-popup-body {
	min-height: 0;
	width: 100%;
	max-width: 750px;
	padding: 20px;
	background: rgba(255,255,255,0.5);
}

.hoa-form-popup {
	padding: 105px;
	background: #fff;
}

.ai-contact-wrap span.hoa-form-desc {
	font-size: 15px;
	padding: 15px 0;
	display: block;
}

.hoa-check-btn span.wpcf7-list-item {
	display: inline-block;
	font-size: 15px !important;
}

.hoa-check-btn span.wpcf7-list-item .wpcf7-list-item-label {
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
}

.hoa-check-btn {
	text-align: center;
}

.hoa-form-disclaimer p {
	font-size: 10px;
	text-align: center;
	opacity: .6;
	line-height: 2;
}

body .hoa-form-popup-wrapper .wpcf7-submit {
	max-width: 165px;
	line-height: 48px;
	border: 1px solid #b4baa9;
	font-size: 12px;
	color: #000 !important;
	text-align: center;
	background: transparent !important;
	margin: 30px auto;
	display: block;
	height: unset;
}


.aiosp-wrap .aiosp-container.aiosp-ref-hoa-form-popup .aios-popup-body .aiosp-close {
	color: #000;
	font-size: 53px !important;
	font-weight: 100 !important;
	padding: 20px;
	width: 80px;
	height: 80px;
	font-size: 0 !important;
}

.aiosp-wrap .aiosp-container.aiosp-ref-hoa-form-popup .aios-popup-body .aiosp-close::before {
	content: "\b0127";
	color: #000 !important;
}

.hoa-form-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 30px;
}

.aiosp-ref-hoa-form-popup .hoa-form-close,
.aiosp-wrap .aiosp-container.aiosp-ref-hoa-form-popup .aios-popup-body .aiosp-close{
    display: none;
}

.aiosp-ref-hoa-form-popup .outside-content{
    pointer-events: none;
}

.page-template-template-hoa-utility-new #content #breadcrumbs {
	max-width: 1170px;
	margin: 0 auto;
	display: block;
}

.hoa-uti-wrap {
	padding: 0 50px 100px;
	text-align: center;
}

.hu-item {
	position: relative;
}

.hu-item a img {
	width: 100%;
}

#content .hu-item a h2 {
	position: absolute;
	bottom: 0;
	z-index: 1;
	color: #fff;
	width: 100%;
	font-size: 30px;
	font-weight: 400;
}





.reslotsland a {
    display: block;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
}

.reslotsland {
    margin-top: 30px;
}


.hp-fp,
.hp-marketing{
    opacity: 0;
}

.hp-qs,
.hp-neigh,
.hp-welcome{
    display: none;
}

input.form-control {
    color: #000 !important;
}



.image-holder{
  position: relative;
}

.image-holder canvas{
  display: block;
  height: 100%;
  width: 100%;
}

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

#listings-details .listings-form span.wpcf7-not-valid-tip {
    position: absolute !important;
    width: fit-content !important;
    font-size: 12px !important;
}
body.page-template-templates.page-template-template-community-details div#inner-page-wrapper > .container {
    width: 100%;
}

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

.page-id-1556 #content button {
    min-width: 150px;
    max-width: 100%;
}