:root {
    /** Font default */
    --font-family-default: "Figtree", sans-serif;
    --font-family-title: "Figtree", sans-serif;
    --font-size-default: 14px;
    --font-size-title: 18px;
    --font-color-default: #8c8c8c;
    --font-color-title: #8c8c8c;
    --font-color-accent: #8c8c8c;
    /** Use for input, button, and any other element */
    --primary: #8c8c8c;
    --secondary: #8c8c8c;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #ffffff;
    --dark: #8c8c8c;
    --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
}


/* Global - updated */

body {
    font-family: var(--font-family-default);
    font-size: var(--font-size-default);
    background: #FFFFFF;
    color: var(--font-color-default);
    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; */
}

.hp-slider canvas {
	background: url('https://cdn.agentimagehosting.com/HXP5Rj3UqU1G92eaKoSh2/2024/05/poster-hp.jpg') no-repeat;;
	background-size: cover;
}

.hp-a-list-vid-holder canvas {
	background: url('https://cdn.agentimagehosting.com/HXP5Rj3UqU1G92eaKoSh2/2024/05/poster-hp-a-list.jpg') no-repeat;;
	background-size: cover;	
}

body.page-id-18 .ip-banner-video canvas {
	background: url('https://cdn.agentimagehosting.com/HXP5Rj3UqU1G92eaKoSh2/2024/05/poster-about.jpg') no-repeat;;
	background-size: cover;		
}

body.page-id-19 .ip-banner-video canvas {
	background: url('https://cdn.agentimagehosting.com/HXP5Rj3UqU1G92eaKoSh2/2024/05/poster-press.jpg') no-repeat;;
	background-size: cover;		
}


body.page-id-22 .ip-banner-video canvas {
	background: url('https://cdn.agentimagehosting.com/HXP5Rj3UqU1G92eaKoSh2/2024/06/poster-on-the-inside.jpg') no-repeat;;
	background-size: cover;		
}

body.page-id-23 .ip-banner-video canvas {
	background: url('https://cdn.agentimagehosting.com/HXP5Rj3UqU1G92eaKoSh2/2024/06/poster-now-trending.jpg') no-repeat;;
	background-size: cover;		
}

body.page-id-15 .ip-banner-video canvas {
	background: url('https://cdn.agentimagehosting.com/HXP5Rj3UqU1G92eaKoSh2/2024/05/poster-contact.jpg') no-repeat;
	background-size: cover;		
}

#breadcrumbs a {
    color: #666;
}

.custom-container {
    width: 71.87500%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.section-wrapper {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.section-wrapper p {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
}

.pr {
    position: relative;
}

.df {
    display: flex;
}

.fw {
    flex-wrap: wrap;
}

.fd-c {
    flex-direction: column;
}

.ai-c {
    align-items: center;
}

.ai-s {
    align-items: flex-start;
}

.ai-e {
    align-items: flex-end;
}

.jc-c {
    justify-content: center;
}

.jc-sb {
    justify-content: space-between;
}

.jc-sa {
    justify-content: space-around;
}

.jc-se {
    justify-content: space-evenly;
}

.jc-s {
    justify-content: flex-start;
}

.jc-e {
    justify-content: flex-end;
}

.w-50 {
    width: 50%;
}

.canvas-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.canvas-img canvas {
    display: block;
    width: 100%;
    height: auto;
}

.canvas-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all var(--default-transition);
    object-fit: cover;
}

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

.canvas-bg canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
}

.canvas-bg canvas.is-gray {
    filter: grayscale(1);
    opacity: .41;
}

.canvas-bg.overlay-black::before,
.canvas-bg.overlay-white::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .80;
    z-index: 1;
}

.canvas-bg.overlay-white::before {
    background: #fff;
    opacity: .70;
}

.canvas-bg.overlay-white-fade-top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.canvas-bg+.custom-container {
    position: relative;
    z-index: 2;
}

.section-title {
    margin-bottom: 35px;
}

.section-title :is(h1, h2),
#content .section-title :is(h1, h2) {
    font-size: 28px;
    font-weight: 300;
    font-family: var(--font-family-title);
    color: var(--font-color-title);
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    display: inline-block;
    /* min-width: 265px; */
}

.section-title :is(h1, h2) small,
#content .section-title :is(h1, h2) small {
    font-size: 18px;
    font-family: var(--font-family-default);
    color: var(--font-color-accent);
    display: flex;
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 5px;
}

.section-title :is(h1, h2) small::after {
    content: '';
    width: 120px;
    height: 2px;
    background: #dadada;
}

.section-title :is(h1, h2) small:not(:empty)::after {
    margin-left: 20px;
}

.section-title.is-light :is(h1, h2, h1 small, h2 small),
#content .section-title.is-light :is(h1, h2, h1 small, h2 small) {
    color: #fff;
}

.section-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 5.5px;
    padding: 15px;
    min-width: 250px;
    transition: all var(--default-transition);
    text-align: center;
    background: url(../../assets/images/global/btn-texture-2.png);
    background-size: cover;
    color: #fff;
    position: relative;
    border: 1px #969696 solid;
}

.section-btn::before {
    content: '';
    width: 90%;
    height: 90%;
    border: 1px #fff solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s;
}

.section-btn:hover::before,
.section-btn:active::before,
.section-btn:focus::before {
    opacity: 1;
}

.section-btn:focus,
.section-btn:active {
    color: #fff;
    text-decoration: none;
}

.section-btn.is-light {
    background: #fff;
    color: #000;
}

.section-btn.is-outline {
    background: transparent;
    border: 1px rgb(255 255 255 / 80%) solid;
    color: #fff;
}

.section-btn:hover {
    text-shadow: 0 0 2px #fff;
}

.slider-arrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 0;
    border: 0;
    margin: 0 20px;
    transition: all var(--default-transition);
    color: #808080;
    background: transparent;
    text-transform: uppercase;
    display: inline-block !important;
}

.slider-arrow:hover {
    background: rgb(255 255 255 / .90);
    color: #000;
}

.site-monogram {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: .29;
}

body #pojo-a11y-toolbar {
    bottom: 0 !important;
    top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto !important;
    bottom: 0 !important;
}


/* High contrast and Negative contrast break canvas elements with backgrounds */

#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-grayscale {
    display: none !important;
}


/* header */

.header {
    position: absolute;
    width: 100%;
    padding: 15px 0;
    z-index: 99;
}

.header .custom-container {
    width: 92.1875%;
    max-width: 1475px;
}

.header.fixed {
    background: rgb(255 255 255 / .60);
    padding: 5px 0;
    position: fixed;
    transform: translateY(-40px);
    opacity: 0;
    transition: all .5s;
}

.header.fixed.scrolling-up {
    opacity: 1;
    transform: translateY(0px);
}

.header-logo {
    /* text-align: center; */
    min-width: 200px;
}

.header .header-logo img {
    transition: all .5s;
}

.header.fixed .header-logo img {
    max-width: 130px;
    width: 100%;
    height: auto;
}

.header-menu {
    margin-left: auto;
    border-right: 1px #6d6d6e solid;
}

.header-mobile-menu-toggle {
    display: none;
}

.hdr-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-family-default);
}

.hdr-menu>li {
    position: relative;
    padding: 0 20px;
}

.hdr-menu>li.footer-only {
    display: none;
}

.hdr-menu>li>a {
    font-size: 13px;
    color: #6d6d6e;
    color: #8e8e8e;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    padding: 2px 0;
    display: block;
    position: relative;
    transition: var(--default-transition);
}

.hdr-menu>li>a:hover {
    text-decoration: none;
}

.header.fixed .hdr-menu>li>a {
    /* color: #fff; */
}

.hdr-menu>li>a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -8px;
    width: 0;
    height: 1px;
    background: #8e8e8e;
    opacity: 0;
    z-index: 1;
    transition: all .5s;
}

.hdr-menu>li:hover>a:after,
.hdr-menu>li:focus>a:after {
    opacity: 1;
    width: 100%;
}

.hdr-menu .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 5px 0 0;
    position: absolute;
    width: 100%;
    min-width: 205px;
    /* left: 50%;
	 transform: translateX(-50%); */
    z-index: 99;
    transition: var(--default-transition);
    opacity: 0;
    visibility: hidden;
}

.header.fixed .hdr-menu .sub-menu {
    padding-top: 22px;
}

.hdr-menu li:hover>.sub-menu,
.hdr-menu li:focus>.sub-menu,
.hdr-menu li:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.hdr-menu .sub-menu li {
    display: block;
    position: relative;
    padding: 0;
    background: rgb(255 255 255 / 60%);
}

.hdr-menu .sub-menu>li:first-child {
    padding-top: 10px;
}


/* .hdr-menu .sub-menu li:before {
	 position: absolute;
	 content: '';
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: var(--secondary);
	 transition: all var(--default-transition);
	 z-index: 1;
	 opacity: 0;
	 pointer-events: none;
	 transition: all .5s;
 }
 
 .hdr-menu .sub-menu li:hover:before,
 .hdr-menu .sub-menu li:focus:before {
	 opacity: 1;
 } */

.hdr-menu .sub-menu a {
    font-size: 14px;
    color: #6d6d6e;
    line-height: 1;
    letter-spacing: 1.5px;
    display: block;
    padding: 10px !important;
    line-height: 1;
    position: relative;
    z-index: 2;
    transition: all .5s;
}


/* .hdr-menu .sub-menu a::before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 2px;
	 background: #fff;
	 top: 0;
	 left: 0;
	 opacity: 0;
	 transition: opacity var(--default-transition);
 } */

.hdr-menu .sub-menu a:hover::before {
    opacity: 1;
}

.hdr-menu .sub-menu a:hover {
    text-decoration: none;
}

.hdr-menu .sub-menu a:hover,
.hdr-menu .sub-menu a:focus {
    color: #b3b3b3;
}

.hdr-menu .sub-menu .sub-menu {
    margin-left: 100%;
    padding: 0 0 0 1px;
    top: 0;
}

.header-buttons>div {
    margin-left: 30px;
}

.header-buttons a {
    color: #6d6d6e;
    transition: color var(--default-transition);
    position: relative;
}

.header.fixed .header-buttons a {
    color: var(--secondary);
}

.header-buttons a:hover {
    /* color: #000; */
    text-decoration: none;
}

.header-buttons a i {
    font-size: 14px;
}

.header-buttons a i.ai-font-envelope {
    font-size: 12px;
}

.header-buttons .icon-only {
    font-size: 0;
}

.header-buttons .icon-only .c-hover {
    font-size: 14px;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(255 255 255 / 90%);
    width: 180px;
    padding: 5px 0;
    transition: all .5s;
    opacity: 0;
    pointer-events: none;
}

.header-buttons .icon-only a:hover .c-hover {
    opacity: 1;
}

.header-buttons .icon-only .c-hover>span {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.footer-main-cols {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.footer-main-cols>div {
    width: 25% !important;
    display: flex;
    justify-content: center;
    left: inherit !important;
    padding: 0 15px;
}

.footer-main .custom-container {
    padding: 0;
}

.footer-main .custom-container {
    padding: 0 !important;
}

.ihf-results-template .ip-banner {
    display: none;
}

:is(.ihf-results-template, .aios-custom-ihomefinder-shortcode) #inner-page-wrapper>.container>div {
    margin-top: 111px !important;
}

.ihf-results-template:not(.page-id-0) #inner-page-wrapper>.container>div {
    margin-top: 0;
}

.aios-custom-ihomefinder-template-poweredby a {
    color: #8c8c8c;
}

.single-aios-communities .ip-banner {
    display: block !important;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#savesearch .aios-popup-body {
    padding: 30px;
}

.ihf-link-back a {
    color: var(--font-color-title);
}

.page-id-20 #listings-results .listings-sort .listings-filter-tab a {
    opacity: 0;
    visibility: hidden;
}

.page-id-18 div#aimee {
    /* width: 71.87500%; */
    /* max-width: 1150px; */
}

.page-id-18 .ai-minimalist-column-content-left {
    /* padding-top: 50px; */
}

.page-id-18 .ai-minimalist-column-content-right {
    /* width: calc((454 / 1150)* 100%); */
    /* padding: 0; */
}

.page-id-18 .ai-minimalist-column-agent-image img {
    max-width: 405px;
}

.page-id-18 .ai-minimalist-column-the-content p,
.page-id-18 .bttm-content p {
    margin: 0 0 25px;
    /* font-size: 18px; */
    font-weight: 300;
    line-height: 1.8;
}

.page-id-18 .ai-minimalist-testimonials-wrap {
    margin-top: 20px;
}

.page-id-18 .bttm-content {
    /* padding: 20px 2vw 0 4.625vw; */
    text-align: justify;
}

@media(max-width: 1600px) {
    .header-contact-email.icon-only .c-hover {
        left: auto;
        transform: translateX(0);
        right: -50px;
    }
}


/* footer */

.footer {
    background: #fff;
    border-top: 1px #8c8c8c solid;
}

.footer-form {
    border-bottom: 10px var(--secondary) solid;
}

.footer-form-wrap {
    padding: 150px 0 100px;
}

.footer-form-wrap .section-title {
    position: relative;
    margin-bottom: 45px;
}

.footer-form-wrap .canvas-bg {
    overflow: hidden;
}

.footer-form-wrap .custom-container {
    max-width: 1140px;
    position: relative;
    background: rgb(255 255 255 / 90%);
    padding: 40px;
}

.footer-form-holder {
    z-index: 2;
    position: relative;
    background: rgb(255 255 255 / 90%);
    padding: 95px 150px;
}

.footer-form-wrap .wpcf7 {
    margin: 50px 0 0;
    position: relative;
}

.footer-form-wrap .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
}

.footer-form-wrap .wpcf7 form .wpcf7-response-output {
    position: absolute;
    width: 100%;
    bottom: -50px;
    margin: 0;
    text-align: center;
}

.footer-form-wrap .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer-form-wrap .ff-field {
    margin-bottom: 30px;
    width: calc(33.33% - 10px)
}

.footer-form-wrap .ff-field-full {
    width: 100%;
}

.footer-form-wrap .ff-field .wpcf7-form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px rgb(0 0 0 / .40) solid;
    padding: 15px 0;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    letter-spacing: 2px;
}

.footer-form-wrap .ff-field textarea.wpcf7-form-control {
    resize: none;
    height: 80px;
}

.footer-form-wrap .ff-submit {
    width: 100%;
    margin-top: 30px;
}

.footer-form-wrap .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer-main {
    padding: 18px 0 50px;
}

.footer-main .custom-container {
    width: 100%;
    max-width: 1600px;
    padding: 0 24px 0 58px;
}

.footer-main-col {
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
}

.footer-main-col a {
    color: #8e8e8e;
}

.footer-main-col a:hover {
    color: #b3b3b3;
    text-decoration: none;
}

.footer-main-col h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-logo-inner {
    display: flex;
}

.footer-logo-inner>a {
    margin-right: 20px;
}

.footer-smis a {
    font-size: 24px;
    /* color: #b4b4b4; */
    color: #8e8e8e;
    margin: 0;
    transition: color var(--default-transition);
}

.footer-smis a:hover {
    text-decoration: none;
    color: #b3b3b3;
}

.footer-nav {
    text-align: center;
    left: 110px;
    position: relative;
}

.footernav {
    line-height: 1.3;
}

.footernav li {
    color: #8e8e8e;
    font-size: 11px;
    text-transform: uppercase;
}

.footer-contact {}

.footer-contact>div {
    display: flex;
}

.footer-contact-street {
    display: block;
}

.footer-contact-city::after {
    content: ','
}

.footer-contact>div i {
    width: 30px;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    color: var(--secondary);
}

.footer-contact>div.footer-contact-email i {
    font-size: 10px;
    margin-top: 11px;
}

.footer-disclaimer {
    color: #8e8e8e;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.5;
    padding: 50px 15px 20px;
    margin-top: 50px;
    text-align: left;
    max-width: 1220px;
    margin: 0 auto;
    text-align: justify;
    opacity: .90;
}

.footer-disclaimer a {
    color: var(--secondary);
    color: #a2a2a2;
}

.footer-disclaimer-links {
    font-size: 11px;
    margin: 30px 0 20px;
}

.footer-copyright {
    font-size: 9px;
    color: #8e8e8e;
}


/* .footer-copyright .agent-name {
	 font-weight: 700;
 } */

.footer-copyright p:first-child {
    margin-bottom: 20px;
}

.footer-copyright a {
    color: var(--secondary);
}

.footer-copyright .ai-icon {
    font-size: 30px;
    vertical-align: middle;
    color: #b4b4b4;
}

.footer-copyright .ai-icon.ai-font-eho {
    font-size: 24px;
}

.footer-copyright .ai-icon:not(:last-child) {
    margin-right: 5px;
}

.footer-newsletter .section-title {
    margin-bottom: 0;
}

.footer-newsletter .section-title h2 {
    font-size: 16px;
}

.footer-newsletter p {
    font-size: 11px;
    letter-spacing: -.5px;
}

.footer-newsletter-form form {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 265px;
    margin: 15px auto 0;
}

.fn-field {
    flex: 1;
}

.fn-field .wpcf7-form-control {
    width: 100%;
    height: 100%;
    border: 1px #969696 solid;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    color: #c8c8c8;
    text-align: center;
}

.footer-newsletter-form .section-btn {
    min-width: 75px;
    padding: 5px 15px;
    font-size: 13px;
    letter-spacing: normal;
}

.footer-newsletter-form .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 125px;
    padding: 10px;
    line-height: normal;
    font-size: 11px;
    letter-spacing: normal;
    border: 1px #b4b4b4 solid;
    color: #b4b4b4;
}

.footer-newsletter-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: normal;
    border: 1px #b4b4b4 solid;
    color: #b4b4b4;
}

.footer-newsletter-form .wpcf7-spinner {
    position: absolute;
    right: -60px;
    top: 20%;
}

.footer-copyright-expert {
    text-transform: uppercase;
    margin-top: 15px;
}

.footer-copyright-expert img {
    vertical-align: middle;
    /* margin-right: 15px;	 */
    margin: 0 auto;
}


/* popup */

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-a-list-form .aios-popup-body {
    max-width: 1170px;
    width: 95%;
    padding: 50px 80px;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-a-list-form .aios-popup-body .aiosp-close {
    font-size: 0;
    right: 70px;
    top: 20px;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-a-list-form .aios-popup-body .aiosp-close::before {
    content: "\b0241";
    font-size: 25px;
    font-family: agentimage !important;
}

.popup-a-list-form-img {
    margin-bottom: 30px;
}

.popup-a-list-form-img img {
    border: 2px #c3c3c3 solid;
    padding: 10px;
    background: #fff;
    object-fit: contain;
}

#popup-a-list-form .section-title h2 {
    font-size: 56px;
}

#popup-a-list-form p {
    font-size: 15px;
}

#popup-a-list-form form {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    max-width: 430px;
    margin: 20px auto 0;
}

.pu-field {
    flex: 1;
}

.pu-field .wpcf7-form-control {
    width: 100%;
    height: 100%;
    border: 1px #969696 solid;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    color: #c8c8c8;
}

#popup-a-list-form .section-btn {
    min-width: 75px;
    padding: 15px;
    font-size: 13px;
    letter-spacing: normal;
}

#popup-a-list-form .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 10px;
    line-height: normal;
    font-size: 11px;
    letter-spacing: normal;
    border: 1px #b4b4b4 solid;
    color: #b4b4b4;
}

#popup-a-list-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    border: 1px #b4b4b4 solid;
    color: #b4b4b4;
}

#popup-a-list-form .wpcf7-spinner {
    position: absolute;
    right: -60px;
    top: 20%;
}


/* Global */


/*******************************************************
  *
  * 4. IP Styles
  *
  *******************************************************/

.ip-banner {
    position: relative;
    /* width: 100%; */
    margin: 0 calc(50% - 53.3vw);
}

.ip-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    background-color: var(--dark);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFFFFF;
    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%;
}

#content-full #content {
    width: 100%;
    padding: 0 15px;
}

#content :is(h1, h2, h3) {
    font-weight: 400;
}


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

#content .archive-subtitle,
#content .archive-title,
#content .entry-title {
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 300;
}

.post-page-properties #content .entry {
    margin-top: 30px;
}

.page-template-press #content .entry-title,
.post-page-properties #content .entry-title {
    display: none;
}


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


/* updates */

html .ai-classic-communities-content {
    color: var(--font-color-default);
}

.ai-minimalist-column-agent a {
    color: #fff;
}

html #content .ai-minimalist-column-content-left .entry-title,
html #content .ai-minimalist-column-content-left .entry-sub-title {
    font-size: 28px;
}

html {
    overflow-x: hidden;
}

.home .aiosp-arrow-left,
.home .aiosp-arrow-right {
    opacity: 1;
    width: 80px;
    height: 80px;
    line-height: 40px;
}

.home .aiosp-arrow-left:before,
.home .aiosp-arrow-left:after,
.home .aiosp-arrow-right:before,
.home .aiosp-arrow-right:after {
    border: 0 !important;
    margin: 0 !important;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.home .aiosp-arrow-left:before,
.home .aiosp-arrow-right:before {
    content: "\b0205";
    font-family: agentimage !important;
    font-size: 25px;
    opacity: 1;
}

.home .aiosp-arrow-right:before {
    content: "\b0206";
}

.amh-navigation.amh-nav-1 .amh-menu li a {
    text-align: right !important;
}


/* ip banner video */

body.ip-banner-video .ip-banner,
body:has(.ip-banner-video) .ip-banner {
    display: none !important;
}

.ip-banner-video {
    margin: 0 -100%;
    margin: 0 calc(50% - 50vw);
}

.ip-banner-video .aios-slider-volume {
    filter: drop-shadow(0 0 2px rgb(0 0 0 / .2));
}

.page-template-press .ip-banner-video video {
    transform: scale(.99, 1) !important;
}

p#breadcrumbs {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 30px;
}

html #ai-classic-communities-details-wrap {
    background: transparent;
    text-align: justify
}

.comms-read-more {
    text-transform: uppercase;
    font-size: 0;
    font-weight: 400;
    display: inline-block;
    color: var(--primary);
    transition: all .5s;
}

.comms-read-more::before {
    content: 'Read Less';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    color: var(--primary);
    transition: all .5s;
}

.comms-read-more.collapsed::before {
    content: 'Read More';
}

.comms-read-more:hover,
.comms-read-more:focus {
    text-decoration: none;
    color: #b3b3b3;
}

.comms-read-more[aria-expanded="true"] {
    font-size: 0;
}

.comms-read-more[aria-expanded="true"]::before {
    content: 'Read Less';
    font-size: 16px;
}

.comms-read-more::after {
    background: #8e8e8e;
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    margin: 8px auto
}

:is(.page-id-23, .post-page-now-trending) .aiosp-iframe-holder .aiosp-content {
    max-width: 100%;
}

:is(.page-id-23, .post-page-now-trending) .aiosp-iframe-holder {
    padding-top: 0;
}

:is(.page-id-23, .post-page-now-trending) .aiosp-iframe-holder .aiosp-close {
    top: 10px;
    right: 20px;
}


/* header update */

.header:not(.fixed) .header-menu,
.header:not(.fixed) .header-buttons {
    position: relative;
    top: -25px;
}


/* Properties Page */

.post-page-properties .ip-banner canvas {
    display: none;
}

.post-page-properties #inner-page-wrapper {
    padding-top: 120px;
}

.post-page-properties .section-title,
.ihf-results-template .section-title {
    text-align: center;
}

.aios-custom-ihomefinder-template-disclaimer {
    text-align: justify;
}


/* About Page */

.page-template-about .section-title.center {
    text-align: center;
}

.page-template-about .section-title.center a {
    color: inherit;
    text-decoration: none;
}

.page-template-about .section-title.center a:hover {
    opacity: 0.7;
}

.page-template-about .ai-minimalist-testimonials-item {
    outline: none;
}

#listings-results .listings-status {
    background-color: #8c8c8c !important;
}

#listings-results .listings-list .listings-price span.sold {
    color: inherit !important;
}

#listings-details .listings-description {
    text-align: justify;
}

#content .listings-printable-header span {
    display: none !important;
}

#content .listings-printable-header img {
    max-width: 207px!important;
    height: auto;
}

#content .listings-printable-info,
#content .listings-printable-git {
    background-color: #8c8c8c !important;
}

#content .listings-printable-disclaimer a {
    color: #8c8c8c;
}

#listings-details .listings-address,
#listings-details .listings-plan>ul>li,
.listings-disclaimer-inner a,
#listings-details .listings-form input[type=text],
#listings-details .listings-form input[type=email],
#listings-details .listings-form input[type=tel],
#listings-details .listings-form textarea {
    color: #8c8c8c !important;
}

#listings-details .listings-form input[type=text],
#listings-details .listings-form input[type=email],
#listings-details .listings-form input[type=tel],
#listings-details .listings-form textarea {
    border-bottom: 1px solid #8c8c8c !important;
}

.ihf-details-template #content-full #content {
    padding: 0;
}

#content .listings-printable-description {
    text-align: justify !important;
}

.ihf-board-disclaimer-text {
    margin-bottom: 20px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    color: #b4b4b4 !important;
    border: 1px #b4b4b4 solid !important;
}

body.aios-custom-ihomefinder-details-template #listings-details .listings-form .wpcf7-not-valid-tip {
    font-size: 12px;
}

.single-aios-communities .custom-comm-link {
    text-align: center;
    display: block;
    margin: 50px 0 20px;
}

.single-aios-communities .custom-comm-link .listings-filter-tab a {
    min-width: 145px;
    max-width: 100%;
    margin: 0.35%;
    text-transform: uppercase;
    border: 0;
    background: var(--aios-ihf-template-global-page-secondary-color);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-aios-communities .custom-comm-link .listings-filter-tab a em {
    font-style: normal !important;
}

.aios-custom-ihomefinder-shortcode.aios-custom-ihomefinder-results-template .custom-comm-link {
    text-align: center;
    display: block;
    margin: 50px 0 20px;
}

.aios-custom-ihomefinder-shortcode.aios-custom-ihomefinder-results-template .custom-comm-link .listings-filter-tab a {
    min-width: 145px;
    max-width: 100%;
    margin: 0.35%;
    text-transform: uppercase;
    border: 0;
    background: var(--aios-ihf-template-global-page-secondary-color);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aios-custom-ihomefinder-shortcode.aios-custom-ihomefinder-results-template #inner-page-wrapper>.container>div {
    margin-top: 35px;
}

.aios-custom-ihomefinder-shortcode.aios-custom-ihomefinder-results-template #content h1.entry-custom-title span {
    font-size: 28px;
    font-weight: 300;
    font-family: var(--font-family-title);
    color: var(--font-color-title);
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    display: block;
}

.aios-custom-ihomefinder-shortcode.aios-custom-ihomefinder-results-template #content h1.entry-custom-title {
    font-size: 18px;
    font-family: var(--font-family-default);
    color: var(--font-color-accent);
    display: block;
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 5px;
}

.aios-custom-ihomefinder-shortcode.aios-custom-ihomefinder-results-template #content h1.entry-custom-title::before {
    content: '';
    width: 120px;
    height: 2px;
    background: #dadada;
}

.ip-neighborhoods-content a img+span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.community-main {
    text-align: justify;
}

body.ihf-results-template #inner-page-wrapper>.container {
    width: 100%;
}

body.ihf-results-template p#breadcrumbs {
    padding: 0 35px;
}

html .aios-custom-ihomefinder-results-template #content-full .entry-title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    color: var(--primary);
}

html #listings-results .listings-grid .listings-col.dark-bg .listings-footer {
    background: var(--primary);
}

#listings-details .listings-slideshow-splide.splide-default .listings-slideshow-splide-text span.scroll-button a {
    color: #8c8c8c !important;
}

#listings-details .listings-disclaimer-inner>div,
#listings-details .listings-seller-rep {
    text-transform: capitalize !important;
}

#listings-details .listings-description-inner strong,
#listings-details .listings-description-inner span {
    color: #8c8c8c !important;
    font-family: unset !important;
    font-size: unset !important;
}

#content .listings-printable-disclaimer,
#listings-details .listings-disclaimer-inner>div,
#listings-details .listings-disclaimer-inner>div+div {
    text-align: justify !important;
}

#listings-results .listings-table .listings-table-body .listings-price span.sold {
    color: #8c8c8c !important;
}

body.page-id-34 .ai-modern-testimonials-heading .entry-title span {
    display: none !important;
    ;
}

body.page-id-34 .ai-modern-testimonials-results-readmore {
    color: #8c8c8c;
}

body.page-id-34 .ai-modern-testimonials-results-content p {
    color: #8c8c8c;
    max-width: none;
}

body.page-id-34 .ai-modern-testimonials-results-content {
    text-align: justify;
}

body.page-id-34 .ai-modern-testimonials-results-content-name {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    color: #8c8c8c;
}

body.page-id-34 .ai-modern-testimonials-results-content-quote-svg {
    margin: 20px 0;
}

body.page-id-34 .ai-modern-testimonials-results-content-position:empty {
    display: none;
}

body.page-id-34 .ai-modern-testimonials-results-content-quote-svg {
    border-color: #8c8c8c;
}

body.page-id-34 .ai-modern-testimonials-results-content-quote-svg svg {
    fill: #8c8c8c;
}

body.page-id-34 .ai-modern-testimonials-results-popup .aiosp-content::before,
body.page-id-34 .ai-modern-testimonials-results-wrapper::before {
    background-image: none;
}

body.page-id-34 .ai-modern-testimonials-results-content-quote-svg {
    /* display: none; */
}

body.page-id-34 .ai-modern-testimonials-results-content-name {
    margin-bottom: 30px;
}

body.page-id-34 .ai-modern-testimonials-results-content-name,
.ai-modern-testimonials-results-popup-content p {
    text-align: justify
}

html #listings-results .listings-list .listings-link {
    border-color: #b4b4b4;
    color: #b4b4b4;
}

html #ihf-main-container.ihf-modal-container .modal .modal-header .modal-title,
html #ihf-main-container.ihf-modal-container .modal .panel-default>.panel-heading strong,
#ihf-main-container.ihf-modal-container .modal div.ihf-email-alert-popup-replace p.fw-bold {
    color: #b4b4b4;
    font-weight: 300 !important;
}

html #ihf-main-container.ihf-modal-container .modal input[type=text],
#ihf-main-container.ihf-modal-container .modal input[type=email],
html #ihf-main-container.ihf-modal-container .modal input[type=tel],
#ihf-main-container.ihf-modal-container .modal textarea,
html #ihf-main-container.ihf-modal-container .modal select,
html #ihf-main-container.ihf-modal-container .modal input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    border: none !important;
    border-bottom: 1px solid #a5a5a5 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: #b4b4b4 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

html .listings-filter-tab a em {
    font-style: normal !important;
}

.post-page-on-the-inside .entry-title,
.post-page-now-trending .entry-title {
    text-align: center;
    display: none;
}

.post-page-on-the-inside #inner-page-wrapper>.container,
.post-page-now-trending #inner-page-wrapper>.container {
    width: 100%;
}

.nt-row {
    max-width: 1750px;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-id-1197 .nt-row {
    justify-content: center;
    gap: 30px;
}

.nt-row::before,
.nt-row::after {
    display: none;
}

.nt-row .col-md-4 {
    width: calc(33.33% - 20px);
    padding: 30px 0 0;
}

.nt-row .col-md-4 a {
    color: var(--primary);
    text-decoration: none !important;
}

.nt-row .col-md-4 h2 {
    text-transform: uppercase;
    display: block;
    margin-bottom: 0 !important;
}

.nt-row .col-md-4 h2::after {
    background: #8e8e8e;
    max-width: 73px;
    height: 1px;
    display: block;
    content: '';
    margin: 5px auto 10px;
}

.nt-row .col-md-4 a:hover {
    text-decoration: none;
}

.nt-row .col-md-4 img {
    width: 100%;
    max-width: 100% !important;
}

.nt-row p {
    text-align: justify;
    text-align-last: center;
    font-size: 11px;
    margin: 0 !important;
}

.single-aios-communities #content .community-featured-image {
    display: none;
}

.single-aios-communities #content .community-title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
    font-family: var(--font-family-title);
    color: var(--font-color-title);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    display: block !important;
}

.single-aios-communities #content .community-title::before {
    content: 'Explore';
    display: block;
    font-size: 18px;
    font-family: var(--font-family-default);
    color: var(--font-color-accent);
    display: flex;
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 5px;
}

.single-aios-communities #content .community-title::after {
    content: '';
    width: 110px;
    height: 2px;
    background: #dadada;
    position: absolute;
    left: 100px;
    top: 9px;
}

.single-aios-communities .entry-title.hidden-md.hidden-lg {
    display: none !important;
}

.single-aios-communities .ip-banner .custom-banner-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    z-index: 5;
}

:is(.post-page-neighborhood, .post-page-neighborhoods) :is(.ip-banner, .entry-title, #breadcrumbs) {
    display: none
}

:is(.post-page-neighborhood, .post-page-neighborhoods) #content-full {
    margin-top: 0;
}

.ip-neighborhoods-content {
    margin: 0 -100%;
    margin: 0 calc(50% - 50vw);
}

.ip-neighborhoods-content a {
    position: relative;
    display: block;
    background: #666;
}

.ip-neighborhoods-content img {
    width: 100%;
    max-width: 100% !important;
    height: 100vh !important;
    opacity: 0.8;
    display: block;
    object-fit: cover;
}

.aiosp-container[class*="ai-modern-testimonials-results-popup"] .aios-popup-body {
    width: 100%;
    max-width: 650px;
    min-height: 0;
    padding: 50px 20px;
}

body.single-aios-communities .ip-banner canvas {
    height: 100vh;
    min-height: 250px;
}

body.page-id-20.aios-custom-ihomefinder-template #inner-page-wrapper>.container>div {
    margin-top: 15px !important;
}

body .ai-classic-testimonials h1 {
    font-size: 28px;
    font-weight: 300;
    font-family: var(--font-family-title);
    color: var(--font-color-title);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: -18px;
}

body .ai-classic-testimonials .ai-classic-testimonials-content p,
body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-content p,
body .ai-classic-testimonials:first-child .ai-classic-testimonials-content p {
    color: #8c8c8c;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: justify
}

body .ai-classic-testimonials:first-child .ai-classic-testimonials-icon,
body .ai-classic-testimonials .ai-classic-testimonials-icon {
    padding: 15px 30px;
    min-height: 80px;
    margin-top: 20px;
}

body .ai-classic-testimonials .ai-classic-testimonials-icon>div h3,
body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-icon>div h3 {
    font-size: 18px;
    font-weight: 300;
    font-family: var(--font-family-title);
    color: #fff;
    text-transform: uppercase;
}

body .ai-classic-testimonials .ai-classic-testimonials-content {
    min-height: 160px;
    padding: 25px 30px 0;
}

body .ai-classic-testimonials .ai-classic-testimonials-rating span {
    font-weight: 300;
    letter-spacing: normal;
    font-family: var(--font-family-title);
    font-size: 15px;
}

body .ai-classic-testimonials .ai-classic-testimonials-icon>div:first-child+div {
    margin-left: 25px;
}

body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .aiosp-content {
    max-width: 850px;
}

body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-content p {
    width: 87%;
}

body .ai-classic-testimonials:first-child .ai-classic-testimonials-content p {
    width: 89%
}

body .ai-classic-testimonials-wrap {
    padding-top: 0;
}

body .ai-classic-testimonials:first-child .ai-classic-testimonials-rating {
    padding-left: 140px;
}

body .ai-classic-testimonials .ai-classic-testimonials-rating {
    padding: 15px 30px;
}

body .ai-classic-testimonials:first-child .ai-classic-testimonials-content p {
    padding-left: 25px;
    text-align: justify;
}

body.single-aios-communities #inner-page-wrapper>.container>div {
    margin-top: 0 !important;
}

#main-wrapper {
    overflow: hidden;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#savesearch .aios-popup-body {
    max-width: 887px;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#savesearch .aios-popup-body .aiosp-close {
    font-size: 0;
    width: 44px;
    height: 44px;
    top: 7px;
    right: 7px;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#savesearch .aios-popup-body .aiosp-close:before {
    content: "\b0241";
    font-family: agentimage;
    font-size: 16px;
}

#savesearch #ihf-main-container .well {
    background: transparent;
    border: 0;
    box-shadow: none;
}

#savesearch #ihf-login-form .row>div {
    width: 100%;
    text-align: center;
}

#savesearch #ihf-login-form .row>div:first-child {
    color: #b4b4b4;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 1
}

#savesearch #ihf-login-form .row>div:first-child::after {
    content: 'Please sign in';
    display: block;
    font-size: 20px;
    margin-top: 30px;
}

#savesearch #ihf-login-form .form-control,
#savesearch #ihf-create-organizer-form .form-control {
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    border: none !important;
    border-bottom: 1px solid #a5a5a5 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: #b4b4b4 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

#savesearch #ihf-main-container .btn {
    margin: 42px auto 0;
    display: block;
    width: 283px;
    max-width: 100%;
    height: 68px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 0;
    color: #fff;
    background: var(--aios-ihf-template-global-page-primary-color);
    transition: all 0.3s ease;
}

#savesearch #ihf-login-form .fs-12 {
    margin-top: 20px !important;
}

#savesearch #ihf-login-form .fs-12 label input {
    top: 2px;
}

#savesearch #ihf-login-form .fs-12:is(label, a) {
    color: #b4b4b4;
}

#savesearch #ihf-main-container>div:nth-child(2)>.col-sm-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

#savesearch #ihf-main-container>div:nth-child(2) {
    font-size: 0
}

#savesearch #ihf-main-container>div:nth-child(2)>.col-sm-4 strong {
    color: #b4b4b4;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
}

#savesearch #ihf-main-container>div:nth-child(2)>.col-sm-8 {
    width: 100%;
}

#savesearch #ihf-main-container>div:nth-child(2)>.col-sm-8 form>.row:nth-child(6) .col-sm-6,
#savesearch #ihf-main-container>div:nth-child(2)>.col-sm-8 form>.row:nth-child(8) .col-sm-6 {
    width: 100% !important;
}

#savesearch .g-recaptcha>div {
    margin: 10px auto;
}

#savesearch #ihf-login-form::before {
    content: 'Save Search';
    text-align: center;
    display: block;
    color: #b4b4b4;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 50px;
    line-height: 1
}

#savesearch .g-recaptcha::after {
    content: '*Required fields. A confirmation email will be sent to you with instructions for activating your account, so please be sure your email address is entered accurately.';
    font-size: 10px;
    display: block;
    text-align: center;
}


/* testi update */

.ai-classic-testimonials:not(:first-child) .ai-classic-testimonials-icon canvas.tquote-icon {
    display: none
}

body .ai-classic-testimonials:not(:first-child) .ai-classic-testimonials-icon>div:first-child+div {
    margin-left: 0;
    width: 100%;
}

html .ai-classic-testimonials h1 span:after {
    display: none;
}

html body .ai-classic-testimonials .ai-classic-testimonials-content {
    padding-top: 40px;
}

body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-content p {
    text-align: justify
}

html .ai-classic-rating-star {
    display: none
}

body .ai-classic-testimonials:first-child .ai-classic-testimonials-content p {
    text-align: justify
}

#ihf-main-container.ihf-modal-container .modal .ihf-modal-form-response-output.output-error {
    font-size: 11px;
    line-height: normal;
    border: 1px #b4b4b4 solid !important;
    color: #b4b4b4 !important;
}

#ihf-main-container .btn-group.btn-group-justified {
    display: none;
}

.page-id-18 .ai-minimalist-column-agent-image.is-mobile-portrait {
    display: none;
}

.page-id-18 .ai-minimalist-column-agent.is-mobile-landscape {
    display: none;
}

.page-id-18 #de .ai-minimalist-column-content-left {
    padding-top: 50px;
    padding-top: 100px;
    padding-bottom: 60px;
}


/* community photo creds */

.single-aios-communities .ip-banner {
    margin: 0;
}

.ip-banner .photo-creds a:hover {
    text-decoration: none;
}

.ip-banner .photo-creds {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 1;
}

.ip-banner .photo-creds[data-name=""] {
    display: none;
}

.ip-banner .photo-creds a {
    color: #fff;
    text-decoration: none;
}

body.page-id-3 .ip-banner {
    display: none;
}

.ip-custom-banner {
    display: block;
    position: relative;
    width: 100%;
}

body.page-id-3 #content .entry-title {
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: -0.05em;
    font-size: 28px;
}

.ai-minimalist-form .wpcf7-not-valid-tip {
    white-space: nowrap;
    top: 30% !important;
}

.ai-minimalist-form .wpcf7-form-control-wrap {
    display: block;
}

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

.aios-custom-ihomefinder-printable-template .listings-printable-header img {
    height: 109px;
}

html .grecaptcha-badge {
    display: none !important
}

body.single-aios-communities .header:not(.fixed) .hdr-menu>li>a,
body.single-aios-communities .header:not(.fixed) .header-buttons i,
body.page-id-22 .header:not(.fixed) .hdr-menu>li>a,
body.page-id-22 .header:not(.fixed) .header-buttons i,
body.page-id-23 .header:not(.fixed) .hdr-menu>li>a,
body.page-id-23 .header:not(.fixed) .hdr-menu>li>a,
body.page-id-23 .header:not(.fixed) .header-buttons i,
body.page-id-289 .header:not(.fixed) .hdr-menu>li>a,
body.page-id-289 .header:not(.fixed) .hdr-menu>li>a,
body.page-id-289 .header:not(.fixed) .header-buttons i{
	color: #fff;
}
body.single-aios-communities .header:not(.fixed) .header-menu,
body.page-id-22 .header:not(.fixed) .header-menu,
body.page-id-23 .header:not(.fixed) .header-menu,
body.page-id-289 .header:not(.fixed) .header-menu{
	border-color: #fff;
}

@media only screen and (max-width: 1440px) {
    .hdr-menu>li {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1280px) {
    .hdr-menu>li {
        padding: 0 10px;
    }
    .hdr-menu>li>a {
        font-size: 12px;
    }
    .header-buttons>div {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1366px) {
    .footer-nav {
        left: 0;
    }
    .footer-newsletter-form form {
        width: 210px;
    }
    .footer-newsletter p {
        font-size: 11px;
    }
    .fn-field .wpcf7-form-control {
        padding: 0 10px;
    }
    .footer-newsletter .section-title h2 {
        min-width: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .hdr-menu>li>a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1199px) and (Orientation: landscape) {
    .footer-newsletter p {
        line-height: 1.5;
    }
    .footer-newsletter-form .wpcf7 form .wpcf7-response-output {
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 991px) {
    body.single-aios-communities .header:not(.fixed) .header-buttons i,
    body.page-id-22 .header:not(.fixed) .header-buttons i,
    body.page-id-23 .header:not(.fixed) .header-buttons i,
    body.page-id-289 .header:not(.fixed) .header-buttons i {
        color: #6d6d6e;
    }
    .aios-mobile-header-2 .amh-navigation .amh-menu .sub-menu li a {
        font-size: 24px;
    }
    .aios-mobile-header-2 .amh-navigation {
        display: flex !important;
        justify-content: flex-end;
        /* align-items: center; */
        height: calc(100% - 93px) !important;
        bottom: 0 !important;
        top: auto !Important;
        padding-right: 5px;
        padding-top: 60px;
    }
    .aios-mobile-header-2 .amh-fixed-header-nav {
        height: 0;
    }
    .mob-menu-open .aios-mobile-header-2 .amh-fixed-header-nav {
        height: auto;
    }
    .aios-mobile-header-2 .amh-navigation {
        width: 0;
    }
    .mob-menu-open .aios-mobile-header-2 .amh-navigation {
        width: 100%;
    }
    .page-id-18 div#aimee {
        width: 95%;
    }
    .page-id-18 .ai-minimalist-column-content-left {
        width: 65%;
    }
    .page-id-18 .ai-minimalist-column-agent-image img {
        margin: 0 auto;
    }
    .page-id-18 .ai-minimalist-column-agent {
        max-width: 100%;
    }
    .page-id-18 .ai-minimalist-column-content-right {
        width: 35%;
        padding: 0;
    }
    .page-id-18 .ai-minimalist-column-content-right {
        margin-top: 0;
    }
    .page-id-18 #de {
        width: 95%;
    }
    .page-id-18 .ai-minimalist-testimonials .container {
        width: 95%;
    }
    .header-logo {
        text-align: left;
    }
    #popup-a-list-form .wpcf7-not-valid-tip {
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
    }
    #popup-a-list-form .wpcf7 form .wpcf7-response-output {
        margin: 0;
    }
    #popup-a-list-form .wpcf7-spinner {
        top: inherit;
        bottom: -25px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    #pojo-a11y-toolbar {
        display: none;
    }
    .jc-c-991 {
        justify-content: center;
    }
    .ai-c-991 {
        align-items: center;
    }
    .fw-991 {
        flex-wrap: wrap;
    }
    .w-100-991 {
        width: 100% !important;
    }
    .text-center-991 {
        text-align: center;
    }
    .text-center-991 img {
        margin: 0 auto;
    }
    .hidden-991 {
        display: none !important;
    }
    .header {
        padding: 20px 10px;
        background: #fff;
        position: relative;
        z-index: 99;
        min-height: 93px;
    }
    .aiosMobileHeaderOverlay {
        display: none !important;
    }
    .header-buttons {
        margin-left: auto;
        margin-right: 30px;
    }
    html:has(body.mob-menu-open) {
        overflow: hidden;
    }
    .mob-menu-open .aios-mobile-header-2 .amh-navigation {
        width: 100% !important;
    }
    .aios-mobile-header-2 .amh-navigation .amh-menu li a {
        font-size: 8.5vmin;
        text-transform: uppercase;
        opacity: 0;
        transition: all .5s;
    }
    .mob-menu-open .aios-mobile-header-2 .amh-navigation .amh-menu li a {
        opacity: 1;
    }
    .aios-mobile-header-2 .amh-navigation i {
        font-size: 20px;
        position: fixed;
        right: 30px;
        top: 36px;
        opacity: 0;
        transition: all .5s;
        pointer-events: none;
    }
    .mob-menu-open .aios-mobile-header-2 .amh-navigation i {
        opacity: 1;
        pointer-events: all;
    }
    .mob-menu-open .header-buttons,
    .mob-menu-open .header-mobile-menu-toggle {
        opacity: 0;
        pointer-events: none;
    }
    .amh-navigation .menu-primary-menu-container {
        height: 95%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .custom-container {
        width: 95%;
    }
    /* The following are used on inner pages. Please edit carefully. */
    .inner {
        width: 100%;
    }
    #content-sidebar,
    #content-full {
        width: 100%;
    }
    .outer {
        width: 100%;
        min-width: 100%;
    }
    #content-sidebar #content {
        width: 100%;
    }
    .footer {
        width: 100%;
        padding: 0 0 30px;
    }
    .footer p {
        line-height: 1.5
    }
    .footer .footernav {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }
    .footer .footernav li {
        padding: 5px 0;
    }
    .footer-logo-inner {
        max-width: 100%;
        flex-direction: column;
    }
    .footer-logo-inner>a {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer-contact>div {
        justify-content: center;
    }
    .footer-main {
        padding: 0 20px;
    }
    .footer-main-col {
        margin: 20px 0;
    }
    .footer-social {
        margin-bottom: 0;
    }
    .footer-form-wrap .custom-container {
        padding: 15px;
    }
    .footer-form-holder {
        padding: 50px 20px;
    }
    .footer-newsletter-form form {
        max-width: 100%;
    }
    /* .footer-form-wrap .ff-field {
		 width: 100%;
	 } */
    .footer-newsletter-form form {
        justify-content: center;
    }
    /* .fn-field {
		 width: 100%;
		 flex: auto;
		 height: 50px;
	 } */
    /* .footer-newsletter-form .section-btn {
		 margin-top: 10px;
	 } */
    .footer-newsletter-form form {
        justify-content: center;
    }
    .footer-main .custom-container {
        padding: 0;
    }
    .header .custom-container {
        justify-content: space-between
    }
    .amh-header-buttons {
        display: none
    }
    .header-mobile-menu-toggle {
        font-size: 0;
        width: 35px;
        max-width: 35px;
        height: 20px;
        border-top: 1px #b8b8b8 solid;
        border-bottom: 1px #b8b8b8 solid;
        position: relative;
        display: flex;
        align-items: center;
    }
    .header-mobile-menu-toggle::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #b8b8b8;
    }
    .header .header-logo img {
        max-width: 140px;
        width: 100%;
        height: auto;
    }
    .footer-main-cols>div {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-main-cols>div.footer-logo {
        width: 25% !important;
        padding: 7px 0;
    }
    .footer-main-cols>div.footer-social {
        width: 10% !important;
        padding: 7px 0;
    }
    .footer-main-cols>div.footer-nav {
        width: 15% !important;
        padding: 7px 0;
    }
    .footer-main-cols>div.footer-newsletter {
        width: 40% !important;
        padding: 7px 0;
    }
    .footer-main-cols>div:last-child {
        /* padding: 0; */
        /* width: 100%; */
    }
    .footer-newsletter-form {
        padding: 0 5px;
    }
    .section-title :is(h1, h2) {
        min-width: auto;
    }
    .footer-logo-inner>a {
        margin-bottom: 0
    }
    .footer-newsletter {
        margin-top: -5px;
    }
    .footer-newsletter p {
        max-width: 220px;
        margin: 0 auto;
    }
    .footer-newsletter-form form {
        width: 300px;
        margin-top: 20px;
    }
    .footer-disclaimer {
        padding-top: 25px;
    }
    .footer-newsletter-form form {
        width: 100%;
        max-width: 290px;
    }
    .fn-field .wpcf7-form-control {
        font-size: 10px;
        padding: 0 5px;
    }
    .footer-newsletter-form .section-btn {
        font-size: 11px;
    }
    .fn-field {
        /* flex: auto; */
        width: 100%;
    }
    .fn-submit {
        width: 100%;
        max-width: 75px;
    }
    .footer-newsletter-form .section-btn {
        width: 100%;
        padding: 0;
        height: 42px;
    }
    .footer-newsletter .section-title h2 {
        font-size: 12px;
    }
    .footer-newsletter {
        margin-top: 14px;
    }
    .footer-newsletter-form .fn-field input {
        height: 42px !important;
    }
    .footer-newsletter-form .wpcf7-not-valid-tip {
        width: calc(100% - 12px);
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .footer-newsletter-form .wpcf7-not-valid-tip {
        padding: 2px;
    }
    .footer-newsletter-form .wpcf7 form .wpcf7-response-output {
        margin: 0px;
        font-size: 10px;
        letter-spacing: 0;
        bottom: -44px;
    }
    .header:not(.fixed) .header-menu,
    .header:not(.fixed) .header-buttons {
        top: 0;
    }
    .post-page-properties #inner-page-wrapper {
        padding-top: 0;
    }
    .ihf-results-template #inner-page-wrapper>.container>div {
        margin-top: unset;
    }
    .ip-neighborhoods-content img {
        height: 300px !important;
    }
    .ip-neighborhoods-content a img+span {
        font-size: 20px !important;
        ;
        line-height: normal;
        text-align: center;
    }
    html #listings-results .listings-sort {
        margin-top: -10px;
    }
    :is(.ihf-results-template, .aios-custom-ihomefinder-shortcode) #inner-page-wrapper>.container>div {
        margin-top: 0 !important;
    }
    body.single-aios-communities .ip-banner canvas {
        height: 100%;
    }
    .single-aios-communities .ip-banner .custom-banner-title {
        font-size: 35px;
    }
    body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-content p {
        width: 100%;
    }
    body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-content {
        padding: 30px 20px 0;
    }
    body .ai-classic-testimonials h1 span {
        padding: 0 20px;
    }
    body .ai-classic-testimonials:first-child .ai-classic-testimonials-rating {
        display: flex;
        padding: 30px;
    }
    body .ai-classic-testimonials:first-child .ai-classic-testimonials-content p {
        padding-left: 0;
    }
    body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-icon {
        padding: 20px;
    }
    body.single-aios-communities #content-full #content {
        padding: 0;
    }
    body.single-aios-communities.ihf-results-template p#breadcrumbs {
        padding: 0 15px;
    }
    body .ai-classic-testimonials:first-child .ai-classic-testimonials-content p {
        width: 100%;
    }
    body .ai-classic-testimonials:first-child .ai-classic-testimonials-icon,
    body .ai-classic-testimonials .ai-classic-testimonials-icon {
        padding: 15px 10px;
    }
    body .ai-classic-testimonials .ai-classic-testimonials-icon>div h3,
    body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-icon>div h3 {
        font-size: 16px;
        letter-spacing: 0.020em;
    }
    body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .aiosp-content {
        width: 100%;
    }
    body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] button.aiosp-close {
        right: -5px;
        top: -44px;
    }
    body.aios-custom-ihomefinder-shortcode .listings-pagination,
    body.aios-custom-ihomefinder-results-template .listings-pagination {
        margin-top: 0 !important;
    }
    .aios-custom-ihomefinder-template-credits.mt-lg {
        margin-top: -20px !important;
    }
    .page-id-20 #listings-results .listings-sort .listings-filter-tab a,
    .page-id-20 #listings-results .listings-sort .sort-view+div {
        display: none;
    }
    #listings-results .listings-sort .listings-filter-tab {
        margin-bottom: 0 !Important;
    }
    html .aios-custom-ihomefinder-template-disclaimer {
        margin-top: 45px;
    }
    .header.fixed.scrolling-up {
        padding: 20px 10px;
    }
    .header.fixed {
        opacity: 1 !important;
        transform: translateY(0px) !important;
        padding: 20px 10px!important;
    }
    .header.fixed .header-logo img {
        max-width: 140px;
    }
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
    #popup-a-list-form .wpcf7 form .wpcf7-response-output {
        bottom: -35px;
    }
    .footer-newsletter-form .fn-field {
        /* margin-left: -10px; */
    }
    .page-id-18 .ai-minimalist-column-agent.is-mobile-landscape {
        display: none;
    }
    .page-id-18 .ai-minimalist-column-agent.is-desktop-only {
        display: none;
    }
    .page-id-18 .ai-minimalist-column-content-right {
        width: 100%;
    }
    .page-id-18 .ai-minimalist-column-content-left {
        width: 100%;
        /* padding-top: 50px !important; */
        /* padding-bottom: 0 !important; */
        padding: 0 10px;
    }
    .page-id-18 .ai-minimalist-column-agent.is-mobile-landscape {
        display: block;
        float: right;
        width: 40%;
        max-width: 100%;
        margin-left: 3%;
        margin-right: 0;
        margin-bottom: 2%
    }
    /* .ai-minimalist-testimonials-item-caption  {
		min-height: 170px;
	 } */
}

@media only screen and (max-width: 991px) and (orientation: portrait) {
    .page-id-18 .ai-minimalist-column-content-left {
        width: 100%;
        /* padding-top: 50px !important; */
        padding-bottom: 0 !important;
        margin-top: -15px;
    }
    .page-id-18 #de .ai-minimalist-column-content-left {
        margin-top: -80px
    }
    .page-id-18 .ai-minimalist-column-content-right {
        width: 100%;
        margin-top: 0;
        display: none;
    }
    .page-id-18 .ai-minimalist-column-agent {
        width: 100%;
        max-width: 100%;
    }
    .page-id-18 .section-title {
        text-align: center;
    }
    .page-id-18 .about-license {
        max-width: 190px;
        margin: 0 auto;
        text-align: left;
    }
    /* .page-id-18 .ai-minimalist-testimonials-item-caption {
	    display: -webkit-box;
	    -webkit-line-clamp: 9;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    padding: 0;
		text-align: left;
	} */
    .page-id-18 .ai-minimalist-column-agent-image.is-mobile-portrait {
        display: block;
        margin: 30px auto;
    }
    .page-id-18 #content div#aimee .ai-minimalist-column-the-content p:last-child {
        margin-bottom: 0;
    }
    .page-id-18 .ai-minimalist-column-content-right {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
    /* .page-id-18 .ai-minimalist-testimonials-item-caption {
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    padding: 0;
		text-align: left;
	} */
    .footer-main-cols>div.footer-logo {
        width: 25% !important;
        padding: 7px 0;
    }
    .footer-main-cols>div.footer-social {
        width: 10% !important;
        padding: 7px 0;
    }
    .footer-main-cols>div.footer-nav {
        width: 15% !important;
        padding: 7px 0;
    }
    .footer-main-cols>div.footer-newsletter {
        width: 40% !important;
        padding: 7px 0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .mob-menu-open .aios-mobile-header-2 .amh-navigation {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .ip-banner .container {
        width: 100%;
    }
    /* popup */
    .aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-a-list-form .aios-popup-body {
        padding: 50px 20px;
    }
    #popup-a-list-form .section-title h2 {
        font-size: 35px;
    }
    .aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-a-list-form .aios-popup-body .aiosp-close {
        right: 5px;
        top: 5px;
    }
    .nt-row .col-md-4 {
        width: 100%;
        margin: 20px 0;
        margin: 0;
    }
    .nt-row .col-md-4 h2 {
        font-size: 18px !important;
        ;
    }
    .nt-row p {
        margin-bottom: 20px !important;
    }
    html .ai-modern-testimonials-heading .entry-title span {
        font-size: 35px;
    }
    .footer-main-cols.fd-c-991 {
        flex-direction: column;
    }
    .footer-main-cols>div {
        width: 100% !important;
    }
    .footer-main-cols>div.footer-logo,
    .footer-main-cols>div.footer-social,
    .footer-main-cols>div.footer-nav,
    .footer-main-cols>div.footer-newsletter {
        width: 100% !important;
        padding: 0;
    }
    .fn-field .wpcf7-form-control {
        font-size: 11px;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1200px) {
    html:not(.mobile):not(.safari.ipad):not(.safari.iphone):not(.mobile.android):not(.android) .canvas-bg.is-fixed canvas {
        background-attachment: fixed;
    }
}

@media only screen and (max-width: 600px) {
    .section-title :is(h1, h2) {
        font-size: 45px;
        letter-spacing: normal;
        /* min-width: 305px; */
    }
    .footer-main-cols>div {
        width: 100% !important;
    }
    .fd-c-991 {
        flex-direction: column;
    }
    .fn-field {
        flex: 1;
    }
    .footer-newsletter-form .wpcf7 form .wpcf7-response-output {
        bottom: -30px;
    }
}

@media only screen and (max-width: 575px) {
    .page-id-18 .ai-minimalist-column-the-content p,
    .page-id-18 .bttm-content p {
        font-size: 13px;
    }
    body .ai-classic-testimonials .ai-classic-testimonials-content p,
    body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-content p,
    body .ai-classic-testimonials:first-child .ai-classic-testimonials-content p {
        font-size: 13px;
    }
    body .ai-classic-testimonials .ai-classic-testimonials-rating span {
        font-size: 13px;
    }
    .aiosp-container.aiosp-inline-holder.aiosp-ref-\#savesearch .aios-popup-body {
        width: 90%;
    }
    #savesearch #ihf-login-form .row>div:first-child {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .section-title :is(h1, h2) {
        font-size: 35px;
    }
    .section-btn {
        letter-spacing: normal;
        min-width: auto
    }
    .footer-newsletter {
        padding: 0;
        margin-bottom: 0;
    }
    .footer-disclaimer {
        padding-top: 45px;
    }
    body .ai-classic-testimonials .ai-classic-testimonials-rating {
        padding: 15px;
    }
    body .ai-classic-testimonials .ai-classic-testimonials-content {
        padding: 25px 15px 0;
    }
    body .ai-classic-testimonials:first-child .ai-classic-testimonials-rating {
        padding: 15px;
    }
    body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-content {
        padding: 15px;
    }
    body .ai-classic-testimonials .ai-classic-testimonials-icon>div h3,
    body .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-icon>div h3 {
        font-size: 13px;
        letter-spacing: normal;
    }
    .page-id-34 .aiosp-container {
        padding: 40px 10px;
    }
    #ihf-main-container .col-xs-6:has(.pagination) {
        width: 100%;
    }
    #savesearch #ihf-login-form .row>div:first-child {
        font-size: 30px;
    }
    .ihf-captcha .g-recaptcha iframe {
        transform: scale(.72);
        transform-origin: 0 0;
    }
    .header-buttons {
        margin-right: 20px;
    }
    .header .custom-container {
        width: 100%;
    }
}

.ai-minimalist-column-agent-image img {
    height: auto !important;
}
