:root {
  /** Font default */
  --font-family-default: 'Work Sans', sans-serif;
  --font-family-title: 'Fira Sans', sans-serif;
  --font-size-default: 14px;
  --font-size-title: 18px;
  --font-color-default: #000000;
  --font-color-title: #6c757d;
  /** Use for input, button, and any other element */
  --primary: #2c565e;
  --secondary: #629fab;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #515151;
  --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
}

/* Global */
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; */
}
body.overflow {
  overflow: hidden;
}

#inner-page-wrapper{
  font-size: 20px;
  color: #000;
}

.site-canvas {
  display: block;
  width: 100%;
}

.custom-container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

a,
a:focus,
a:hover,
a:focus-within {
  text-decoration: none;
}

.home video {
  cursor: pointer;
}

.rel {
  position: relative;
}

.blk {
  display: block !important;
}

.no-padding {
  padding-right: 0 !important;
}

.disable {
  pointer-events: none;
}

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

.w-bg {
  background: #fff;
}

.img-wrapper {
  position: relative;
}

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

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

.bg-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.ios-true .bg-canvas,
.safari .bg-canvas {
  background-attachment: scroll !important;
}

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

.bg-canvas-g {
  filter: grayscale(1);
}

.bg-fixed {
  background-attachment: fixed;
}

.bw {
  filter: grayscale(1);
}

.ease {
  transition: var(--default-transition);
  -webkit-transition: var(--default-transition);
  -moz-transition: var(--default-transition);
  -o-transition: var(--default-transition);
}

.ease-1 {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

#main-wrapper {
  overflow: hidden;
}

.show-mb {
  display: none !important;
}

.txt-up {
  text-transform: uppercase;
}

.zi-100 {
  z-index: 100;
}

.rel-z {
  position: relative;
  z-index: 100;
}

.no-margin {
  margin: 0 !important;
}

.n-app {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  outline: none;
}

/* Flex */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.custom-flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.fd-rr {
  flex-direction: row-reverse;
}

/* POJO */
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;
}
button:focus-visible, a:focus-visible {
  outline-style: solid !important;
  outline-width: 5px !important;
  outline-color: red !important;
  transition: none !important;
}

/* High contrast and Negative contrast break canvas elements with backgrounds */
#pojo-a11y-toolbar .pojo-a11y-btn-grayscale,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
    display:none !important;
}

#listings-details .listings-smi ul > li > a {
   font-family: 'agentimage'!important;
}
[class^=ai-font]:before {
    font-family: agentimage!important;
}

body.pojo-a11y-readable-font em[class^=ai-font] {
    font-family: agentimage!important;
}


.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    font-size: 12px;
    padding: 0.2em 0.8em;
    width: auto;
}

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

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

/* Floating SMI */
.floating-smi {
  position: fixed;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}

.ip-container .floating-smi {
  display: none;
}

.floating-smi a {
  font-size: 23px;
  color: #fff;
  display: block;
  transition: var(--default-transition);
}

.floating-smi a:not(.last-of-type) {
  margin: 0 0 43px;
}

.floating-smi.fx a {
  color: var(--secondary);
}

.floating-smi a:hover {
  color: var(--primary);
}

/* Header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: clamp(15px,2.125vw,34px) clamp(35px,4.375vw,70px);
  opacity: 0;
}

.header-container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

/* Header Logo */
.header .logo {
  width: clamp(237px,23.929vw,335px);
}

.header .logo img {
  margin: auto;
}

.header-logo {
  margin: 0 0 3px;
}

.header-logo img {
  filter: grayscale(1) brightness(15);
}

/* Header Nav */
.header .menu-primary-menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--default-transition);
}
#split-nav {
  display: none;
}
.header .split-nav {
/*  padding: 0 20px 0 0;*/
  padding: 0 50px 0 0;
}


.header .split-nav + .logo + .split-nav{
/*  padding: 0 0 0 20px;*/
  padding: 0 0 0 50px;
}

.split-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  width: calc((100% - clamp(237px,23.929vw,335px)) / 2);
  max-width: clamp(324px,32.714vw,558px);
  transition: var(--default-transition);
}

.split-nav > li > a {
  /*font-size: clamp(10px,0.964vw,13.5px);*/
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
}

.split-nav > li > a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -13px;
  left: 0;
  background-color: var(--secondary);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.split-nav > li:hover > a::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Sub Menu */
.split-nav li {
  position:relative;
  display: inline-block;
}

.split-nav:first-child {
    justify-content: flex-end;
}

.split-nav:last-child {
    justify-content: flex-start;
}

.split-nav > li {
    margin: 0 40px;
}

.split-nav > li:first-child {
    margin-left: 0;
}

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

.split-nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  background: none;
  padding: 28px 0 0;
  position: absolute;
  width: 100%;
  min-width: clamp(126px,12.786vw,179px);
  left: 50%;
  transform: translateX(-50%) translateY(-15%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  transition: var(--default-transition);
}

.split-nav .sub-menu a {
  font-size: clamp(10px,0.964vw,13.5px);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.04em;
  background: var(--secondary);
  padding: 13px 10px;
  display: block;
}

.split-nav .sub-menu a:hover {
  background: var(--primary);
  color: #fff;
}

.split-nav .sub-menu .sub-menu {
  margin-left: 100%;
 top:0;
}

.split-nav li:hover > .sub-menu {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.split-nav .sub-menu li {
  position: relative;
  display: block;
}

/* Header Contact */
.header-contact {
  position: absolute;
  right: -2px;
  top: 9px;
}

.header-contact a {
  color: #fff;
  /*font-size: clamp(9px,0.929vw,13px);*/
  font-size: 16px !important;
  letter-spacing: 0.24em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--default-transition);
}

.header-contact a i {
  display: block;
  font-size: 14px;
  margin: 0 10px 0 0;
}

.header-contact a:hover {
  color: var(--secondary);
}

/* Fixed Header */
.fh.header {
  background: #fff;
  padding: 7px 70px;
}

.fh.header .header-contact {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fh.header .header-logo img {
  filter: grayscale(0) brightness(1);
}

.fh.header .header-logo {
  margin: 0;
}

.fh.header .header-broker {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.fh.header .logo {
  width: clamp(150px,15.143vw,212px);
}

.fh.header .split-nav {
  width: calc((100% - clamp(150px,15.143vw,212px)) / 2);
}

.fh.header .split-nav > li > a {
  color: var(--dark);
}

.fh.header .menu-primary-menu-container {
  /* justify-content: space-evenly; */
}

.fh.header .split-nav {
  padding: 0 10px 0 0;
}


.fh.header .split-nav + .logo + .split-nav{
  padding: 0 0 0 10px;
}


/* Global Title */
.global-title-inner {
  position: relative;
  border-left: 2px solid var(--secondary);
  padding: 20px 0 20px 21px;
}

.two-lines .global-title-inner {
  padding: 13px 0 5px 21px;
}

.global-title-txt {
  font-family: var(--font-family-title);
  font-weight: 700;
  font-size: clamp(45px,4.643vw,65px);
  letter-spacing: 0.04em;
  color: var(--primary);
  text-transform: uppercase;
}

.white .global-title-txt {
  color: var(--secondary);
}

.all-white .global-title-txt {
  color: #fff;
}

.dark-green .global-title-txt {
  color: var(--primary);
}

.dark-green .global-title-txt span {
  color: var(--dark);
}

.global-title-txt span {
  display: block;
  font-family: var(--font-family-default);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.14em;
  padding: 0 0 7px 4px;
}

.v-line .global-title-inner {
  border: 0;
  padding: 0;
}

.v-line .global-title-inner::before {
  content: '';
  width: 105px;
  height: 2px;
  background: var(--secondary);
  display: block;
  margin: 6px 16px 0 0;
}

.v-line .global-title-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.no-line .global-title-inner {
  padding: 0;
  border: 0;
}

/* Global Button */
.global-btn {
  height: 51px;
  width: 100%;
  max-width: 169px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--secondary);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  transition: var(--default-transition);
}

.global-btn span {
  position: relative;
  z-index: 10;
}

.global-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(/wp-content/uploads/2023/10/btn-bg.png) no-repeat left top 4px;
  opacity: 0.14;
}

.global-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  height: 2px;
  width: 100%;
  background: var(--secondary);
  transition: var(--default-transition);
}

.global-btn:hover {
  background: var(--primary);
  color: #fff;
}

.global-btn:hover::after {
  background: var(--primary);
}

/* Global Slick Arrows*/
.global-slick-btn {
  max-width: 169px;
  width: 100%;
  margin: 0 29px;
}

.global-slick-nav button {
  font-size: 20px;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  color: var(--secondary);
  transition: var(--default-transition);
}

.global-slick-nav button:hover {
  color: var(--primary);
}

/* Contact */
.contact-wrap {
  background: #000;
  margin: 91px 0 0;
  padding: 131px 15px 136px;
}

.contact-wrap .bg-canvas {
  opacity: 0.17;
}

.contact-wrap .bg-canvas-logo {
  z-index: 1;
  width: 338px;
  height: 162px;
  right: 116px;
  top: -91px;
  opacity: 1;
  left: auto;
}

.contact-form {
  max-width: 816px;
  width: 100%;
  margin: 47px auto 0;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
  background: #fff;
  width: 100%;
  height: 55px;
  border: 0;
  padding: 0 21px;
  color: var(--dark);
  font-size: 15px;
  letter-spacing: 0.04em;
  outline: none;
}

.contact-form textarea {
  resize: none;
  height: 109px;
  padding: 15px 21px;
}

.contact-form textarea::-webkit-scrollbar {
  display: none;
} 

.contact-form textarea {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.cf-field-submit.global-btn {
  margin: 38px auto 0;
}

.cf-field-submit.global-btn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  border: 0;
  margin: auto;
}

.cf-field-3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.cf-field-3 .cf-field {
  width: 100%;
  margin-bottom: 8px;
}

.cf-field-3 .cf-field:nth-child(2) {
  width: 50%;
  padding: 0 4px 0 0;
}

.cf-field-3 .cf-field:nth-child(3) {
  width: 50%;
  padding: 0 0 0 4px
}

.contact-form .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  right: 5px;
  left: auto;
  width: auto;
  font-size: 11px;
  top: 0;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  bottom: -55px;
}

.contact-form .ajax-loader,
.contact-form .wpcf7-spinner {
  position: absolute;
  margin: 0;
}

/* Footer */
.footer {
  background: #000;
  padding: 101px 0 41px;
}

.footer a {
  transition: var(--default-transition);
}

.footer a:hover {
  color: var(--secondary) !important;
}

.footer .bg-canvas {
  opacity: 0.07;
}

/* Footer Logo */
.footer-logo-item {
  padding: 0 15px;
}

/* Footer Contact */
.footer-contact {
  margin: 51px 0 15px;
}

.footer-contact-item {
  padding: 0 20px;
}

.footer-contact-item a {
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-contact-item a i {
  font-size: 12px;
  color: var(--secondary);
  display: block;
  margin: 0 12px 0 0;
}

.footer-contact-item.address a i {
  font-size: 15px;
}

/* Disclaimer */
.footer-disclaimer {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.02em;
  max-width: 1335px;
  width: 100%;
  margin: 0 auto 76px;
  padding: 0 15px;
}

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

/* Footer Nav */
.footer-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding: 25px 15px 29px;
}

#footernav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}

#footernav li {
  padding: 5px 14px;
}

#footernav li a {
  color: #fff;
  font-style: italic;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Copyright */
.footer-copyright {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 0 15px;
}

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

.footer-copyright span {
  text-transform: uppercase;
}

/* Realtors */
.footer-realtor-logos {
  font-size: 18px;
  color: #fff;
  margin: 9px 0 0;
}

.footer-realtor-logos .ai-font-realtor-mls {
  font-size: 25px;
  margin: 0 0 0 7px;
}


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

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

#content .archive-subtitle, #content .archive-title, #content .entry-title,
.entry-title {
  font-family: var(--font-family-title);
  font-weight: 700;
  font-size: clamp(45px,4.643vw,65px);
  letter-spacing: 0.04em;
  color: var(--primary);
  text-transform: uppercase;
  border-left: 2px solid var(--secondary);
  padding: 20px 0 20px 21px;
  line-height: 1;
  position: relative;
}
#content .archive-title,
#content .entry-title {
/*  left: -30px;*/
}
body.category-news-media #content .archive-subtitle {
    border-left: 0px solid var(--secondary);
    padding: 0;
    margin-top: 0;
    font-size: 50px;
}
body.category-news-media #content .archive-subtitle a{
  color: var(--primary);
}
body.category-news-media #content .archive-subtitle a:hover{
  color: var(--secondary);
}
body.category-news-media #content .archive-content{
  color: #000;
  font-size: 20px;
}
#content .entry,
.page-id-185 #content {
    /*font-size: 16px;
    color: #717171;*/
    letter-spacing: 0.02em;
}
#content h2,
aside h2 {
    /*font-size: 1.04em;*/
}
/* Roadmaps */
.aios-rm-buyers-template-default #inner-page-wrapper:before, 
.aios-rm-sellers-template-default #inner-page-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(/wp-content/uploads/2023/10/contact-bg.jpg) center/cover no-repeat;
  background-attachment: fixed;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .10;
  pointer-events: none;
}

.aios-rm-buyers-template-default #inner-page-wrapper,
.aios-rm-sellers-template-default #inner-page-wrapper {
  padding: 0 0 91px;
} 

.aios-rm-buyers-template-default .contact-wrap,
.aios-rm-sellers-template-default .contact-wrap {
  margin-top: -30px;
}

.page-id-97 #inner-page-wrapper #breadcrumbs {
    padding: 0;
}

#content p#breadcrumbs {
    margin-top: 20px;
}

.post-page-contact #content p#breadcrumbs {
  margin-bottom: 0;
}

/* AGents */
body #agents-results .agents-img img {
  object-fit: contain;
}

body #agents-results .agents-name {
    font-family: var(--font-family-title);
    font-weight: 700;
    font-size: clamp(45px,4.643vw,65px);
    letter-spacing: 0.04em;
    color: var(--primary);
    text-transform: uppercase;
}

body #agents-results .agents-name strong {
  font-weight: 700;
}

body #content #agents-results .agents-name a:hover {
  color: var(--secondary);
}

body #content #agents-results .agents-button {
  height: 51px;
  width: 100%;
  max-width: 169px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--secondary);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  transition: var(--default-transition);
  border: 0;
}

body #content #agents-results .agents-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(/wp-content/uploads/2023/10/btn-bg.png) no-repeat left top 4px;
  opacity: 0.14;
}

body #content #agents-results .agents-button::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  height: 2px;
  width: 100%;
  background: var(--secondary);
  transition: var(--default-transition);
}

body #content #agents-results .agents-button:hover {
  background: var(--primary);
  color: #fff;
}

body #content #agents-results .agents-button:hover::after {
  background: var(--primary);
}

body #agents-single .agents-img {
  background: transparent;
}

body #agents-single .agents-img img {
  object-fit: contain;
}

body #agents-single .agents-button {
  display: none;
}

body #agents-single .agents-right .agents-description-line {
  background: var(--secondary);
}

#ihf-email-alert-modal .modal-dialog{
  left: unset !important;
}

.post-page-contact h1.entry-title {
    max-width: 1140px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.post-page-contact-us .ai-classic-contact-map:after,
.post-page-contact-us .ai-classic-contact-info-wrap:after {
    background: var(--secondary);
}

.post-page-testimonials .ai-classic-testimonials-container {
    margin-top: 123px;
}

.post-page-testimonials .ai-classic-testimonials h1 {
    font-family: var(--font-family-title);
    font-weight: 700;
    font-size: clamp(45px,4.643vw,65px);
    letter-spacing: 0.04em;
    color: var(--primary);
    text-transform: uppercase;
    border-left: 0;
}

.post-page-testimonials .ai-classic-testimonials h1 span:after {
    background: var(--primary);
}

.post-page-meet-the-team #agents-results .agents-description p {
    font-size: 20px;
}

.post-page-buying .entry.entry-content p {
    /*font-size: 20px;
    color: #000;*/
}

.post-page-buying .ai-default-cf7wrap input, 
.post-page-buying .ai-default-cf7wrap select, 
.post-page-buying .ai-default-cf7wrap textarea,
.post-page-home-valuation .ai-default-cf7wrap input, 
.post-page-home-valuation .ai-default-cf7wrap select, 
.post-page-home-valuation .ai-default-cf7wrap textarea {
    font-size: 17px !important;
}

.post-page-buying .ai-default-cf7wrap input[type=email], 
.post-page-buying .ai-default-cf7wrap input[type=tel], 
.post-page-buying .ai-default-cf7wrap input[type=text], 
.post-page-buying .ai-default-cf7wrap select,
.post-page-home-valuation .ai-default-cf7wrap input[type=email], 
.post-page-home-valuation .ai-default-cf7wrap input[type=tel], 
.post-page-home-valuation .ai-default-cf7wrap input[type=text], 
.post-page-home-valuation .ai-default-cf7wrap select {
    height: 35px;
}

.post-page-testimonials .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-big-icon {
    width: 9%;
}

.post-page-testimonials .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-content {
    justify-content: end;
}

.post-page-resources #content .ai-minimalist-conceirge-lists .ai-minimalist-conceirge-text h2 {
    font-family: var(--font-family-title);
}

.post-page-contact .ai-classic-contact-info-wrap:after,
.post-page-contact .ai-classic-contact-map:after {
    background: var(--secondary);
}

body .ai-minimalist-conceirge-form form select{
  font-size: 20px;
  height: 67px;
}

.post-page-home-valuation .entry.entry-content a.global-btn {
    display: inline-flex;
}

#ihfScheduleShowing .modal-dialog,
#ihfMoreInfo .modal-dialog,
#ihf-user-registration-modal .modal-dialog {
    left: unset !important;
}

/*#ihf-main-container .mc-amount,
#ihf-main-container .mc-total-payment,
#ihf-main-container .mc-total-payment-sm {
    color: #2c565e !important;
}

#ihf-main-container .input-group-addon {
    background-color: #2c565e !important;
    border: 1px solid #2c565e !important;
    color: #fff !important;
}*/

/* COmmunities */
.ip-comm-list ul li a {
  font-size: 20px;
  color: var(--primary);
  transition: var(--default-transition)
}

.ip-comm-list ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  list-style: none !important;
  margin: 0 !important;
}

.ip-comm-list {
  max-width: 700px;
  width: 100%;
  margin: 50px auto 0;
}

.ip-comm-list ul li a:hover {
  color: var(--secondary);
}

#ai-modern-properties-results .ai-modern-properties-results-map {
  display: none !important;
}

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

#ai-modern-properties-results .ai-modern-properties-results-pagination ul li a.active {
   cursor: not-allowed !important;
}

#ihf-main-container.ihf-modal-container .modal .modal-dialog {
  left: 0;
}

em.ai-mobile-phone a:hover,
#content .ai-minimalist-conceirge-lists .ai-minimalist-conceirge-text li a:hover {
   opacity: 0.6;
}

.ai-classic-contact-contents .wpcf7-response-output {
   position: absolute !important;
}


#ai-modern-properties-results .ai-modern-properties-results-pagination ul li a.active {
  pointer-events: none;
}

#ai-classic-contact-wrap .wpcf7 form {
  position: relative;
}
#ai-classic-contact-wrap .wpcf7 form .wpcf7-response-output {
  line-height: 1;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.page-id-759 #content .archive-list .article-long p {
  font-size: 22px;
}

.page-id-759 #content .archive-list .archive-has-thumbnail .archive-subtitle a {
color: var(--primary);
transition: var(--default-transition);
}

.page-id-759 #content .archive-list .archive-has-thumbnail .archive-subtitle a:hover {
color: var(--secondary);
}

.page-id-759 #content .archive-more {
  display: inline-block;
  vertical-align: middle;
  font-family: var(--primary-font);
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-style: normal;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-id-759 #content .archive-more:hover {
color: var(--primary);
}

.page-id-759 #content .archive-more:after {
content: '';
position: absolute;
left: 0;
top: auto;
bottom: 0;
background: var(--secondary);
width: 0;
height: 2px;
pointer-events: none;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.page-id-759 #content .archive-more:hover {
  color: var(--primary-color);
}

.page-id-759 #content .archive-more:hover:after {
  width: 100%;
  opacity: 1;
}

.page-id-759 .post h2.archive-subtitle {
  font-size: 30px !important;
}
/** End of Archive Default Layout (Archive Page) */

#ai-classic-contact-wrap .ai-classic-contact-informations li i {
  font-style: normal;
}
body.aios-custom-ihomefinder-template-modern:not(.aios-custom-ihomefinder-shortcode) #inner-page-wrapper>.container{
  padding: 0 15px !important;
}
.ai-classic-testimonials-pagination ul li a:hover,
.ai-classic-testimonials-pagination ul li span.current{
  color: var(--primary);
  font-weight: bolder;
}
/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
/* Styles for category/archive/search/etc subheadings (h2) */
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
  .post-page-contact h1.entry-title {
    max-width: 940px;
  }
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

.page-id-759 #content .archive-list .archive-thumbnail, 
.page-id-759 #content .archive-list .archive-content {
    width: 100% !important;
}

.page-id-759 #content .archive-list .article-long .archive-has-thumbnail {
    margin-left: 0;
}

.page-id-759  #content h2 {
    margin: .75em 0 !important;
}

  .ip-comm-list ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  
  /* 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%;
  }

  #content .archive-subtitle, #content .archive-title, #content .entry-title {
    font-size: 30px;
  }

  #pojo-a11y-toolbar {
    display:none;
  }

  .hidden-mb {
    display: none !important;
  }

  .aios-mobile-header-wrapper {
    z-index: 1020 !important;
    display: block !important;
  }

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

  .header,
  .fh.header {
    padding: 62px 10px 10px;
    position: relative;
    background: var(--secondary);
    opacity: 1;
  }

  .header-main {
    display: flex;
    justify-content: center;
  }

  
  .global-title-inner {
    border: 0 !important;
    padding: 20px 0 !important;
  }

  .global-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .global-title-txt {
    font-size: 35px;
  }
  
  .v-line .global-title-inner::before {
    display: none;
  }

  .bg-fixed {
    background-attachment: scroll;
  }

  .contact-wrap .bg-canvas-logo {
    right: 0;
  }

  .cf-field-3 .cf-field {
    width: 100% !important;
    padding: 0 !important;
  }

  .footer-logo-item {
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer-contact-item {
    width: 100%;
    padding: 10px;
  }

  #footernav li {
    width: 100%;
  }

  .post-page-testimonials .ai-classic-testimonials-container {
      margin-top: 70px;
  }
  .post-page-contact h1.entry-title {
    max-width: 720px;
  }

  #content .archive-title,
  #content .entry-title {
      left: 0;
  }

  body #content .ai-minimalist-conceirge-lists .ai-minimalist-conceirge-text li {
      font-size: 14px;
      letter-spacing: 0;
  }

  #ai-classic-contact-wrap .wpcf7 form .wpcf7-response-output {
      font-size: 12px;
  }

  #ai-classic-contact-wrap .ai-classic-contact-informations li:first-child {
      flex-wrap: wrap;
  }

  .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-content .ai-classic-testimonials-big-icon {
      width: 79px;
  }
}


@media only screen and (max-width: 767px) {
  .ip-banner .container {
    width: 100%;
  }

  .page-id-759 #content .archive-list .article-long .archive-thumbnail,
  .page-id-759 #content .archive-list .article-long .archive-has-thumbnail {
      width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .footer-contact-item a {
    font-size: 10px;
  }

body.category-news-media #content .archive-subtitle {
    font-size: 30px !important;
}

.ai-classic-testimonials h1.entry-title {
  padding: 20px 0 !important;
}

    .ai-classic-testimonials h1 {
        font-size: 30px !important;
    }

    .ai-classic-testimonials h1 span {
        padding: 0 !important;
    }

.post-page-testimonials .aiosp-wrap div[class*=ai-classic-testimonials-results-popup-] .ai-classic-testimonials-big-icon {
    width: 100% !important;
}


}




