/*******************************************************
 *
 * 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-image: url(../../images/ip-banner.jpg);
    background-size: cover;
}

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

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

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

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 77.08%;
}

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

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
}

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

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

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
    font: 400 50px/1 var(--heading-font);
    color: var(--primary-color);
    text-transform: uppercase;
}

.page-template-template-property-listings #content .entry-title,
.page-template-template-property-listings #content .archive-title,
.page-id-0 #content .entry-title,
.page-id-0 #content .archive-title,
.single-communities #content .entry-title,
.single-communities #content .archive-title {
    margin-bottom: 0;
}

.archive-content .star_rating_display {
    margin-top: 20px;
}

#content h2.archive-subtitle.archive-testimonials {
    margin: 0;
}

#inner-page-wrapper #breadcrumbs {
    margin-top: -60px;
    color: #fff;
    padding-bottom: 37px;
    z-index: 2;
    position: relative;
}

#inner-page-wrapper #breadcrumbs span {
    color: #fff;
}

#inner-page-wrapper #breadcrumbs a {
    transition: all 0.35s ease-in-out;
}

#inner-page-wrapper #breadcrumbs a:hover {
    opacity: 0.7;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    line-height: 1.4;
}

#content .article-long .archive-subtitle {
    margin-top: 0;
    font-size: 32px;
}

#content .article-long p {
    font-size: 22px;
}

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

.iframe-holder {}

.iframe-holder iframe {
    width: 100%;
}

.image-fullwidth {
    width: 100%;
    height: auto;
}


.ip-custom-template-wrapper {
    margin: 20px 0 50px;
    min-height: 500px;
    font-size: 0;
}

.ip-custom-template-wrapper p#breadcrumbs {
    margin: 1.12em 0;
}

.ip-custom-template-wrapper .entry-title {
    font: 400 50px/1 var(--heading-font);
    color: var(--primary-color);
    text-transform: uppercase;
    margin: .67em 0 0;
}

.ai-default-cf7wrap input.wpcf7-submit,
.ai-default-cf7wrap input[type=submit] {
    background: var(--primary-color) !important;
}

.single-thumbnail img {
    width: 100%;
    display: block;
}


/* Community Listings : START */
.page-template-template-community-listings #inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

#ip-community-listings {}

.ip-community-listings-holder {}

.ip-community-listings-holder .row {
    margin: 0 -2px;
}

.ip-community-listings-box {
    padding: 2px;
}

.ip-community-listings-box a {
    display: block;
    position: relative;
}

.ip-community-listings-img {
    position: relative;
}

.ip-community-listings-img::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.ip-community-listings-img canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-community-listings-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-community-listings-txt div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.ip-community-listings-txt div::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    margin: 27px auto auto;
    background: rgba(255, 255, 255, 0.85);
}

.ip-community-listings-txt span {
    font: 400 20px/1 var(--heading-font);
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ip-community-listings-box a .ip-community-listings-txt.pattern-on-active:before {
    opacity: 0;
}

.ip-community-listings-box a:hover .ip-community-listings-txt.pattern-on-active:before {
    opacity: 1;
}


/* Community Listings : END */

/** Contact Us **/
.page-template-template-contact-us #inner-page-wrapper {
    margin-bottom: 0;
}

.aix-ip-contact-us {
    display: flex;
    flex-wrap: wrap;
}

.aix-ip-contact-us>div {
    width: 50%;
}

.aix-ip-contact-us .contact-form {
    background-color: #f5f5f5;
    text-align: center;
}

.aix-ip-contact-us .contact-form form {
    display: flex;
    flex-flow: row wrap;
    padding: 60px;
}

.aix-ip-contact-us .contact-form .field-input {
    text-align: left;
}

.aix-ip-contact-us .contact-form .field-input label {
    display: none;
}

.aix-ip-contact-us .contact-form .field-input {
    text-align: left;
    padding: 0 2%;
    margin: 10px 0;
    width: 50%;
    position: relative;
}

.aix-ip-contact-us .contact-form .field-input:nth-child(4),
.aix-ip-contact-us .contact-form .field-input:nth-child(5),
.aix-ip-contact-us .contact-form .field-input:nth-child(6) {
    width: 100%;
}

.aix-ip-contact-us .contact-form .field-input input[type="text"],
.aix-ip-contact-us .contact-form .field-input input[type="email"],
.aix-ip-contact-us .contact-form .field-input input[type="tel"],
.aix-ip-contact-us .contact-form .field-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 1px solid #adadad;
    background: none;
    font-size: 14px;
    color: #2b2b2b;
    letter-spacing: 0.05em;
    width: 100%;
    height: 38px;
    outline: none;
}

.aix-ip-contact-us .contact-form .field-input textarea {
    height: 100px;
    resize: none;
}

.aix-ip-contact-us .contact-form .form-btn {
    padding: 0 2%;
}


.aix-ip-contact-us .contact-form .form-btn.site-easing input {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--primary-color);
    width: 160px;
    height: 38px;
    font-size: 12px;
    color: var(--primary-color);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: none;
    margin-top: 48px;
    outline: none;
}

.aix-ip-contact-us .contact-form .form-btn.site-easing input:hover {
    background: var(--primary-color);
    color: #fff;
}

.aix-ip-contact-us .contact-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    background-size: cover;
}

.aix-ip-contact-us .contact-content .cf-wrap {
    position: relative;
    z-index: 4;
    margin-bottom: 40px;
}

.aix-ip-contact-us .aix-ip-contact-us .contact-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.aix-ip-contact-us .contact-content:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--primary-color);
    opacity: 0.8;
    z-index: 1;
    top: 0;
    left: 0;
}

.aix-ip-contact-us .contact-content a,
.aix-ip-contact-us .contact-content p {
    color: #fff;
    display: block;
    font-size: 17px;
    margin: 11px 0;
}

.aix-ip-contact-us .contact-content a em {
    font-size: 13px;
    margin-right: 12px;
}

.aix-ip-contact-us .contact-content p em {
    font-size: 20px;
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.aix-ip-contact-us .contact-content .aix-smi {}

.aix-ip-contact-us .contact-content .aix-smi a {
    width: 38px;
    height: 38px;
    color: var(--primary-color);
    background: #fff;
    border-radius: 100%;
    border: solid 1px var(--primary-color);
    font-size: 16px;
    margin: 6px 0;
    -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;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin: 0 1px;
}

.aix-ip-contact-us .contact-content .aix-smi a em {
    font-size: 21px;
    display: inline-block;
    margin: 7px;
}

.aix-ip-contact-us .contact-content .aix-smi a:hover {
    background: var(--primary-color);
    color: #fff;
}

.aix-ip-contact-us .contact-form p {
    padding: 0 60px;
}

.aix-form-map {

    height: 500px;
    margin-top: 100px;

}

.aix-form-map #aix-map {
    height: 500px;
    width: 100%;

}


/** Contact Us **/
/** Concierge **/
#content .concierge-contact-info {
    margin-left: 0;
    margin: 0;
    padding-top: 10px;
}

#content .concierge-content h3 {
    font-size: 22px;
    margin: 0;
    font-family: var(--heading-font);
    text-transform: uppercase;
}

#content .concierge-content h1 {
    margin: 0;
}

#content .concierge-contact-info li {
    list-style-type: none;
    padding: 5px 0;
}

#content .concierge-contact-info li i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
}

#content .concierge-contact-info li a {
    color: var(--primary-text-color);
}

#content .concierge-image {
    margin-bottom: 20px;
}

/** Concierge **/

/** Testimonials **/
#content.aios-testimonials-page {
    margin-bottom: 66px;
}

#content.aios-testimonials-page h1 {
    text-align: left;
    line-height: 1;
    margin: 60px 0;
}

#content.aios-testimonials-page strong {}

#content .aios-testimonials-lists {
    display: none;
}

#content .aios-testimonials-lists.aios-primary-testimonials div {
    height: auto !important;
}

#content .aios-testimonials-lists>div {
    padding: 80px 50px;
    text-align: left;
    border: 1px solid var(--primary-color);
    margin-bottom: 25px;
}

#content .aios-testimonials-lists a {
    color: inherit;
    text-decoration: none;
}

#content .aios-testimonials-lists p {
    font-size: 17px;
    line-height: 1.8;
}

#content .aios-testimonials-lists h3 {
    font-size: 17px;
}

#content.aios-testimonials-page .show-more-testimonials {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-color);
    margin: 66px auto 0;
    width: 100%;
    text-align: center;
    max-width: 500px;
    height: auto;
    padding: 10px;
    border: 1px solid var(--primary-color);
}

#content.aios-testimonials-page .show-more-testimonials span {
    font-size: 18px;
}

#content.aios-testimonials-page .show-more-testimonials:hover {
    background: var(--primary-color);
    color: #fff;

}

#content .aios-testimonials-lists.aios-primary-testimonials {}

#content .aios-testimonials-lists.aios-primary-testimonials p {
    font-size: 25px;
}

#content .aios-testimonials-lists.aios-primary-testimonials h3 {
    font-size: 25px;
}

.aiosp-content.aios-popup-body.aix-testimonial-wrap {
    width: 50%;
    min-height: auto;
    padding: 80px;
}

.aiosp-content.aios-popup-body.aix-testimonial-wrap p {
    font-size: 20px;
    line-height: 1.7;
}

.aiosp-content.aios-popup-body.aix-testimonial-wrap .star_rating_display {
    text-align: center;
    padding-bottom: 30px;
}

.aiosp-content.aios-popup-body.aix-testimonial-wrap h2 {
    padding-top: 30px;
    text-align: center;
}

/** Testimonials **/

/** Communties **/
.community-listings-wrapper {
    margin-top: 50px;
}

/** Communties **/

/** IHF Resets **/
#ihf-main-container .nav-tabs {
    margin-left: 0;
    padding: 0;
    margin-right: 0;
}

#ihf-main-container .mt-10 {
    margin: 0;
}

#ihf-main-container .title-bar-1 {
    background-color: var(--primary-color);
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0px 0 rgba(255, 255, 255, .25);

}

#ihf-main-container a {
    color: inherit;
}

.ihf-map-icon {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.ihf-map-icon:after {
    border-top-color: var(--primary-color);
}

div#areaPickerContainer .col-xs-12 {
    padding: 0;
}

#ihf-main-container .btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    border-radius: 0;
    transition: all .25s ease-in-out;
}

#ihf-main-container .modal-header {
    background: none repeat scroll 0 0 var(--primary-color);
}

#ihf-main-container .btn {
    box-shadow: none;
}

#ihf-main-container .btn-primary.active,
#ihf-main-container .btn-primary:active,
#ihf-main-container .btn-primary:focus,
#ihf-main-container .btn-primary:hover {
    background: var(--primary-color);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .2);
}

#ihf-main-container .close {
    margin-top: 0 !important;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li a {
    color: var(--primary-text-color);
}

#content #ihf-main-container a {
    color: inherit;
}

#content #ihf-main-container a.btn-detail-leadcapture {
    color: #fff;
}

#content #ihf-main-container a.btn-primary {
    color: var(--secondary-text-color, inherit);
}

/** IHF Resets **/

#content #news-feed-list {
    margin-left: 0;
}

#content #news-feed-list .news-feed-item {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
}

#content #news-feed-list .news-feed-item .news-feed-image {
    width: 34%;
    margin-right: 3%;
}

#content #news-feed-list .news-feed-item .news-feed-image canvas {
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    height: auto;
}

#content #news-feed-list .news-feed-item .news-feed-text {
    width: 63%;
}

#content #news-feed-list .news-feed-item .news-feed-text {
    font-size: 22px;
}

#content .news-feed-item-links a {
    font-size: 16px;
    font-style: italic;
}

#content #news-feed-list .news-feed-item .news-feed-text .news-feed-item-title {
    font-size: 23px;
    font-weight: bold;
    color: var(--primary-text-color);
}

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

ul.sitemap-list .page-item-2 {
    display: none;
}

.ai-testimonials-pagination ul li:first-child {
    padding-left: 0;
}

#ihfSaveSearch .modal-header .close {
    opacity: 1;
    color: #fff !important;
    transition: .35s ease-in-out
}

#ihfSaveSearch .modal-header .close:hover {
    opacity: .8;
}

.page-id-24 .g-recaptcha {
    left: 0;
}

#ihf-main-container .modal {
    z-index: 10000;
}

#ui-datepicker-div {
    z-index: 10001 !important;
}

#ihf-main-container .ihf-grid-result-container .row.mt-10 .col-xs-4 {
    padding: 0;
}

@media print {
    @page {
        size: auto;
        margin: 0;
        padding: 0;
    }

    html {
        margin: 0;
        padding: 0;
    }

    header,
    footer,
    .ip-banner,
    .entry-content>a:first-child,
    .extra-link.ihf-virtual-tour-link,
    #breadcrumbs {
        display: none !important;
    }
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1366px) {}

@media only screen and (max-width: 1366px) {}



/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .inner {
        width: 100%;
    }

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

    .outer {
        width: 100%;
        min-width: 100%;
    }

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

    .aix-ip-contact-us {
        flex-flow: column-reverse;
    }

    .aix-ip-contact-us .contact-content {
        min-height: 500px;
    }

    .aix-ip-contact-us>div {
        width: 100%;
        padding: 50px;
    }

    .aix-ip-contact-us .contact-form p {
        padding: 0;
    }

    .aix-ip-contact-us .contact-form form {
        padding: 0;
    }

    #content .concierge-image .single-thumbnail {
        width: 100%;
        margin: 0 0 40px;
    }

    #content .ihf-listings-button {
        flex-flow: column;
    }

    #content .ihf-listings-button a {
        max-width: 300px;
        margin: 10px auto;
    }

    #inner-page-wrapper #breadcrumbs {
        margin: 0;
        padding: 0;
    }

    #inner-page-wrapper #breadcrumbs span {
        color: #000;
    }

    #ihf-main-container #ihf-save-search-form.form-inline>.row {
        flex-direction: column;
    }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-banner .container {
        width: 100%;
    }

    .hero-slides-thumb {
        display: none;
    }

    #content .listings-hero-title h2 {
        display: none;
    }

    #content .ihf-listings-contents h2 {
        font-size: 39px;
    }

    #content .aix-listings-form .section-title {
        font-size: 35px;
    }

    #content .entry-title,
    #content .archive-title {
        font: 400 30px/1 var(--heading-font);
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .page-id-24 .g-recaptcha {
        transform: scale(.9);
        transform-origin: left;
    }

    .aiosp-content.aios-popup-body.aix-testimonial-wrap {
        width: 100%;
        min-height: auto;
        padding: 80px 15px;
    }

    #content .aios-testimonials-lists>div {
        padding: 80px 20px;
    }

    #content .aios-testimonials-lists.aios-primary-testimonials p {
        font-size: 18px;
    }

    .modal-body .ihf-captcha .g-recaptcha>div {
        position: absolute;
        top: 0;
        left: 50%;
        transform: scale(0.75) translateX(-50%) !important;
        transform-origin: 0 0;
    }

    .modal-body .ihf-modal-form-disclaimer {
        margin-top: 10px;
    }

    .modal-body .ihf-captcha {
        position: relative;
        margin-top: 0;
        height: 59px;
    }

    /* Community Details : START */
    .ip-community-details-txt {
        min-width: 260px;
    }

    .ip-community-details-txt {
        bottom: -110px;
    }

    .ip-community-details-box a:hover .ip-community-details-txt {
        bottom: 18px;
    }

    .ip-community-details-details::before {
        height: 55px;
    }

    .ip-community-details-address {
        font-size: 14px;
    }

    .ip-community-details-price {
        font-size: 25px;
    }

    .ip-community-details-features ul {
        height: 45px;
    }

    .ip-community-details-features li {
        margin-bottom: 5px;
    }

    .ip-community-details-features li span {
        font-size: 14px;
    }

    /* Community Details : END */

    .bootstrap-select.btn-group .dropdown-menu {
        min-width: 150px !important;
        max-width: 100% !important;
    }
}