/*
Theme Name: Cathi & Ben Walter
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.8
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/
/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/
:root {
  --body-font: 'Poppins', sans-serif;
  --title-font: 'Raleway', sans-serif;
  --signature-font: 'Kunstler Script', cursive;
  --body-color: #666666;
  --primary-color: #1b2549;
  --secondary-color: var(--accent-color);
  --accent-color: #bfa060;
}

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/
/* Global */
body {
  font-family: var(--body-font);
  font-size: 16px;
  background: #FFF;
  color: var(--body-color);
  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; */
}

p {
  font-size: 16px;
}

.slick-slide {
  outline: none !important;
}

a {
  outline: none !important;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: underline !important;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a:hover {
    color: var(--accent-color);
    text-decoration: none !important;
}

a.global-button, .header-smis a, .footer-smis a, .header-contact a, .navigation a, .qsearch-form a.advanced-button {
    text-decoration: none !important;
}

.global-title::after {
  content: '';
  display: block;
  width: 38px;
  height: 3px;
  background: var(--accent-color);
  margin-top: 18px;
}

.global-title.is-center {
  text-align: center;
}

.global-title.is-center::after {
  margin-left: auto;
  margin-right: auto;
}

.global-title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: var(--primary-color);
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.global-title span {
  display: block;
  font-size: 18px;
  color: #999999;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.global-title.is-reverse span {
  margin-top: 10px;
  margin-bottom: 0;
}

.global-button,
a.global-button {
  display: inline-block;
  width: 178px;
  max-width: 100%;
  background: var(--primary-color);
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.global-button:hover,
a.global-button:hover,
.global-button:focus,
a.global-button:focus {
  color: #ffffff;
  background: var(--accent-color);
  /*font-weight: 700;*/
}

.global-button span,
a.global-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.form-input input:not([type="submit"]),
.form-input select,
.form-input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 100%;
  outline: none;
}

.form-input textarea {
  resize: none;
}

.form-button input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 100%;
  outline: none;
}

#main-wrapper {
  position: relative;
  overflow: hidden;
}

[data-aios-staggered-parent=true]:not([data-aios-reveal-mobile=true]) {
  overflow: visible;
}

/* Header : START */
.site-header {
  position: absolute;
  width: 100%;
  z-index: 1020;
  font-size: 0;
}

.header-container {
  width: 1390px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.default-header-top {
  background: rgba(0, 0, 0, 0.25);
}

.default-header-top .header-container {
  height: 95px;
}

.header-smis {
  position: relative;
  width: 100%;
  max-width: 275px;
  top: -18px;
}

.header-smis a {
  color: #ffffff;
  margin: 0 7px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.header-smis a:hover,
.header-smis a:focus {
  /*color: var(--accent-color);*/
  color: var(--accent-color);
}

.header-smis a i {
  font-size: 20px;
}

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

.header-contact {
  top: -18px;
  position: relative;
}

.header-contact div:not(.di-flex) {
  padding: 0 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.55);
}

.header-contact div:not(.di-flex):first-child {
  padding-left: 0;
  border-left: 0;
}

.header-contact div:not(.di-flex):last-child {
  padding-right: 0;
}

.header-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.header-contact a:hover,
.header-contact a:focus {
  /*color: var(--accent-color);*/
  color: var(--accent-color);
}

.header-contact a i {
  font-size: 14px;
  margin-right: 8px;

}

.header-contact a i.ai-font-person-a {
  font-size: 18px;
}

.header-contact a span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
}

.default-header-bottom {
  background: #FFF;
  height: 126px;
}

.header-logo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 293px;
  height: 126px;
}

.header-logo a {
  display: block;
  position: relative;
  height: 185px;
  padding: 14px 0 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px #000000;
  box-shadow: 0 0 6px #000000;
  top: -32px;
}

.header-logo a img {
  margin: auto;
}

#dh-navi {
  margin-right: -12px;
}

.site-navi{
  
    display: flex;
    justify-content: space-between;
}

.site-navi li {
  display: block;
  position: relative;
}

.site-navi li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-shadow: 3px 0px 4px rgb(0 0 0 / 36%);
  font-weight: 500;
}

.site-navi > li {
  display: inline-block;
  vertical-align: middle;
}

.site-navi > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*  padding: 10px 7px;*/
  height: 65px;
  overflow: hidden;
}

.site-navi > li > a:not([data-title="Home"])::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  width: 35px;
  height: 1px;
  max-width: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: rotate(-30deg) translate(-22px, -28px) translateZ(0);
          transform: rotate(-30deg) translate(-22px, -28px) translateZ(0);
  bottom: -23px;
  left: 2px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.site-navi > li > a:not([data-title="Home"])::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  max-width: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: rotate(-30deg) translate(45px, 7px) translateZ(0);
          transform: rotate(-30deg) translate(45px, 7px) translateZ(0);
  top: 9px;
  right: 14px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.site-navi > li:hover > a:not([data-title="Home"]),
.site-navi > li:focus > a:not([data-title="Home"]) {
  background: var(--primary-color);
  color: #ffffff;
}

.site-navi > li:hover > a:not([data-title="Home"]):not([data-title="Home"])::before,
.site-navi > li:focus > a:not([data-title="Home"]):not([data-title="Home"])::before {
  max-width: 100%;
  opacity: 1;
  -webkit-transform: rotate(-30deg) translate(14px, -28px) translateZ(0);
          transform: rotate(-30deg) translate(14px, -28px) translateZ(0);
}

.site-navi > li:hover > a:not([data-title="Home"]):not([data-title="Home"])::after,
.site-navi > li:focus > a:not([data-title="Home"]):not([data-title="Home"])::after {
  max-width: 100%;
  opacity: 1;
  -webkit-transform: rotate(-30deg) translate(15px, 7px) translateZ(0);
          transform: rotate(-30deg) translate(15px, 7px) translateZ(0);
}

.site-navi > li.menu-home > a {
  font-size: 0;
}

.site-navi > li.menu-home > a::before {
  content: "\b0128";
  font-family: agentimage !important;
  font-size: 20px;
}

.site-navi > li.menu-home > a:hover,
.site-navi > li.menu-home > a:focus {
  color: var(--primary-color);
}

.site-navi .sub-menu {
  position: absolute;
  width: 200px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.site-navi .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
}

.site-navi .sub-menu li a {
  padding: 10px;
  background: rgba(255, 255, 255, 0.88);
}

.site-navi .sub-menu li:hover > a,
.site-navi .sub-menu li:focus > a {
  background: var(--primary-color);
  color: #ffffff;
}

.site-navi > li > .sub-menu {
  left: -150%;
  right: -150%;
  margin: auto;
}

.site-navi li:hover > .sub-menu,
.site-navi li:focus > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fixed-header {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px #000000;
          box-shadow: 0 0 3px #000000;
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  text-align: center;
  z-index: 1025;
}

.fixed-header .site-navi > li > a {
  height: 58px;
}

.fixed-header .site-navi .sub-menu a {
  background: #ffffff;
}

/* Header : END */
/* Hero : START */
.hero {
  position: relative;
  z-index: 2;
  font-size: 0;
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-caption {
  background: none;
  opacity: 1;
  text-align: center;
  bottom: 115px;
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-caption-title,
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
  padding: 0 15px;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0 0 15px #000000;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}

body #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-tagline {
  background: rgba(0, 0, 0, 0);
  bottom: 117px;
  text-align: center;
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-caption-description {
  display: none;
}

.qsearch-holder {
  position: absolute;
  width: 100%;
  bottom: 15px;
  text-align: center;
}

.qsearch-form {
  background: #ffffff;
  -webkit-box-shadow: 3px 4px 13px 0px rgba(0, 0, 0, 0.44);
          box-shadow: 3px 4px 13px 0px rgba(0, 0, 0, 0.44);
  padding: 24px 10px;
}

.qsearch-form i.ai-font-magnifying-glass-h {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #000000;
  margin-right: 1.57%;
}

.qsearch-form .form-input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.09%;
}

.qsearch-form .form-input input:not([type="submit"]),
.qsearch-form .form-input select {
  height: 40px;
  border: 1px solid #a2a2a2;
  background: none;
  font: 700 11px var(--title-font);
  color: #656565;
  text-transform: uppercase;
  padding: 0 8px;
}

.qsearch-form .form-lg {
  width: 16.22%;
}

.qsearch-form .form-md {
  width: 7.89%;
}

.qsearch-form .form-sm {
  width: 6.75%;
}

.qsearch-form .form-button {
  display: inline-block;
  vertical-align: middle;
  width: 9.29%;
  margin: 0 1.84% 0 0.26%;
}

.qsearch-form .form-button input[type="submit"] {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--primary-color);
  height: 40px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.qsearch-form .form-button input[type="submit"]:hover,
.qsearch-form .form-button input[type="submit"]:focus {
  background: var(--accent-color);
}

.qsearch-form a.advanced-button {
  display: inline-block;
  vertical-align: middle;
  color: var(--primary-color);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 15px auto;
}

.qsearch-form a.advanced-button:hover,
.qsearch-form a.advanced-button:focus {
  color: var(--accent-color);
}

.qsearch-form a.advanced-button i {
  font-size: 25px;
}

/* Hero : END */
/* Communities : START */
.hp-communities {
  position: relative;
  padding: 202px 0 128px;
  font-size: 0;
}

.communities-holder {
  margin-top: -197px;
}

.communities-list {
  margin: 0 -1.5px;
}

.communities-item {
  width: 20%;
  padding: 1.5px;
}

.communities-item:nth-child(1) {
  margin-left: 40%;
}

.communities-item:nth-child(4) {
  margin-left: 20%;
}

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

.communities-image {
  position: relative;
  overflow: hidden;
}

.communities-image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.4;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.communities-image canvas {
  display: block;
  width: 100%;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.communities-item a:hover .communities-image::after,
.communities-item a:focus .communities-image::after {
  opacity: 0;
}

.communities-item a:hover .communities-image canvas,
.communities-item a:focus .communities-image canvas {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.communities-text {
  position: absolute;
  top: 32px;
  padding: 4px 20px;
}

.communities-text::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 53px;
  top: 0;
  left: 0;
  background: var(--accent-color);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.communities-text span {
  display: block;
  font: 700 22px/1.1 var(--title-font);
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: 130px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-shadow: 0 2px 5px #000000;
}

.communities-item a:hover .communities-text::before,
.communities-item a:focus .communities-text::before {
  background: #ffffff;
}

.communities-item a:hover .communities-text span,
.communities-item a:focus .communities-text span {
  font-weight: 700;
  text-shadow: 0 0 3px #000000;
}

/* Communities : END */
/* Calltoaction : START */
.hp-calltoaction {
  background: #f3ede1;
  position: relative;
  padding: 60px 0 64px;
  font-size: 0;
}

.calltoaction-holder {
  width: 1432px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.calltoaction-col {
  width: calc( 20% - 1.6px);
  padding: 3px 0;
}

.calltoaction-col a {
  display: block;
  position: relative;
}

.calltoaction-image {
  position: relative;
}

.calltoaction-image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1b2549;
  opacity: 0.55;
}

.calltoaction-image canvas {
  display: block;
  width: 100%;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.calltoaction-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.calltoaction-text::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 14px;
  background: var(--primary-color);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.calltoaction-text span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 2px;
  min-height: 14px;
}

.calltoaction-col a:hover .calltoaction-text,
.calltoaction-col a:focus .calltoaction-text {
  background: var(--accent-color);
}

.calltoaction-col a:hover .calltoaction-text::after,
.calltoaction-col a:focus .calltoaction-text::after {
  background: #ffffff;
}

/* Calltoaction : END */
/* Properties : START */
.hp-properties {
  position: relative;
  padding: 150px 0 140px;
  font-size: 0;
}

.properties-holder {
  position: relative;
}

.properties-text {
  width: 38.59%;
}

.hp-properties .global-title {
  margin-bottom: 60px;
}

.properties-text-slick:not(.slick-initialized) .properties-text-slide:nth-child(1) ~ div {
  display: none;
}

.properties-text-slide {
  text-align: left;
}

.properties-address {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.005em;
  max-width: 290px;
}

.properties-specs {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.005em;
  margin: 34px 0 106px;
}

.properties-specs div {
  border-left: 1px solid #d4d4d2;
  padding: 0 14px;
}

.properties-specs div:first-child {
  padding-left: 0;
  border-left: 0;
}

.properties-specs div:last-child {
  padding-right: 0;
}

.properties-specs span {
  color: #d4d4d2;
}

.properties-buttons a.global-button:hover,
 .properties-buttons a.global-button:focus {
  color: #ffffff;
  font-weight: 400;
}
.properties-buttons a:last-child {
  margin-left: 10px;
  background: var(--accent-color);
}

.properties-buttons a:last-child:hover,
 .properties-buttons a:last-child:focus {
  background: var(--primary-color);
}

.properties-image {
  width: 61.41%;
  position: relative;
}

.properties-image::after {
  content: '';
  display: block;
  position: absolute;
  width: 146px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: -73px;
  margin: auto;
  background: var(--accent-color);
}

.properties-image-slick:not(.slick-initialized) .properties-image-slide:nth-child(1) ~ div {
  display: none;
}

.properties-image-slide a {
  display: block;
  position: relative;
}

.properties-image-slide a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.properties-image-slide a:hover::after,
.properties-image-slide a:focus::after {
  opacity: 0.5;
}

.properties-image-slide canvas {
  display: block;
  width: 100%;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.properties-arrow {
  position: absolute;
  font-size: 40px;
  color: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.properties-arrow:hover,
.properties-arrow:focus {
  color: var(--accent-color);
}

.properties-prev {
  left: -90px;
}

.properties-next {
  right: -90px;
}

/* Properties : END */
/* Welcome : START */
.hp-welcome {
  position: relative;
  padding: 0 0 105px;
  font-size: 0;
}

.welcome-container {
  width: 1600px;
  max-width: 100%;
  padding: 0 35px;
  margin: 0 auto;
}

.welcome-image {
  width: 49.41%;
  padding-top: 7px;
}

.welcome-agent {
  position: relative;
  padding-top: 38px;
}

.welcome-agent .welcome-agent-bg {
  position: absolute;
  width: 77.93%;
  height: 100%;
  top: 0;
  left: 1.71%;
}

.welcome-agent .welcome-agent-bg::before, .welcome-agent .welcome-agent-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.welcome-agent .welcome-agent-bg::before {
  background: var(--accent-color);
  opacity: 0.47;
}

.welcome-agent .welcome-agent-bg::after {
  background: url(images/welcome-agent-bg.jpg) #cccccc no-repeat center center/cover;
  opacity: 0.47;
}

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

.welcome-buttons {
  padding-top: 5px;
}

.welcome-buttons a.global-button {
  width: 315px;
  margin: 5px;
  width: 41.12%;
  margin: 5px 0.65%;
  text-align: center;
}

.welcome-buttons a.global-button span {
  font-size: 20px;
  height: 70px;
}

.welcome-text {
  width: 50.59%;
  padding: 0 40px 0 50px;
}

.welcome-text h1 {
  font-size: 60px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1;
  left: 0.005em;
  text-transform: uppercase;
  margin-left: -100px;
  margin-bottom: 60px;
}

.welcome-text h1 span {
  display: block;
  margin-top: 16px;
}

.welcome-text h1 span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 3px;
  margin-right: 80px;
  background: var(--accent-color);
}

.welcome-text p {
  line-height: 1.6;
  letter-spacing: 0.005em;
  margin-bottom: 44px;
}

.welcome-text p strong {
  font-weight: 600;
}

.welcome-text p:nth-last-child(2), .welcome-text p:nth-last-child(3) {
  margin-bottom: 20px;
}

.welcome-text .welcome-signature {
  font: 700 66px/1 var(--signature-font);
  color: var(--primary-color);
  margin-left: -18px;
}

.welcome-text .welcome-signature span {
  position: relative;
  top: -18px;
  right: -14px;
}

/* Welcome : END */
/* Testimonials : START */
.hp-testimonials {
  position: relative;
  padding: 20px 0;
  font-size: 0;
}

.testimonials-text {
  width: 49.83%;
  position: relative;
  padding-top: 35px;
  z-index: 2;
}

.hp-testimonials .global-title {
  margin-bottom: 94px;
}

.testimonials-slick-holder {
  position: relative;
  background: #ffffff;
  text-align: center;
  width: calc( 100% + 158px);
  padding: 82px 88px 88px 85px;
}

.testimonials-slick-holder::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--accent-color);
}

.testimonials-slick-holder::after {
  content: '';
  display: block;
  position: absolute;
  width: 56.49%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
}

.testimonials-slick:not(.slick-initialized) .testimonials-slide:nth-child(1) ~ div {
  display: none;
}

.testimonials-slide p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.005em;
}

.testimonials-slide a {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.005em;
  margin-top: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: bold;
}

.testimonials-slide a:hover,
.testimonials-slide a:focus {
  color: var(--accent-color);
}

.testimonials-arrows {
  position: absolute;
  width: 90px;
  bottom: -22px;
  right: 108px;
}

.testimonials-arrow {
  font-size: 40px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.testimonials-arrow:hover,
.testimonials-arrow:focus {
  color: var(--accent-color);
}

.testimonials-image {
  width: 50.17%;
}

/* Testimonials : END */
/* Blogs : START */
.hp-blogs {
  position: relative;
  padding: 142px 0;
  font-size: 0;
}

.hp-blogs .global-title {
  margin-bottom: 70px;
}

.blogs-holder {
  position: relative;
  text-align: center;
}

.blogs-slick {
  margin: 0 -15px;
}

.blogs-slick:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blogs-slick:not(.slick-initialized) .blogs-slide {
  width: 33.33%;
}

.blogs-slick:not(.slick-initialized) .blogs-slide:nth-child(3) ~ div {
  display: none;
}

.blogs-slide {
  padding: 0 15px;
}

.blogs-image a {
  display: block;
  position: relative;
}

.blogs-image a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blogs-image a:hover::after,
.blogs-image a:focus::after {
  opacity: 0.5;
}

.blogs-image canvas {
  display: block;
  width: 100%;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blogs-text {
  padding: 45px 15px 15px;
}

a.blogs-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.3;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  max-width: 330px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a.blogs-title:hover,
a.blogs-title:focus {
  color: var(--accent-color);
}

.blogs-text p {
  line-height: 1.6;
  max-width: 300px;
  margin: 22px auto 36px;
  min-height: 75px;
}

.blogs-text .global-button {
  width: 138px;
}

.blogs-text .global-button span {
  height: 40px;
  font-size: 12px;
}

.blogs-arrow {
  position: absolute;
  font-size: 40px;
  color: #000000;
  top: 33%;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blogs-arrow:hover,
.blogs-arrow:focus {
  color: var(--accent-color);
}

.blogs-prev {
  left: -88px;
}

.blogs-next {
  right: -88px;
}

.blogs-holder > a.global-button {
  width: 260px;
  margin-top: 68px;
}

/* Blogs : END */
/* Footer : START */
.site-footer {
  position: relative;
  font-size: 0;
}

.footer-top {
  padding: 0 50px;
}

.footer-form-holder {
  background: url(images/form-bg.jpg) #cccccc no-repeat center center/cover;
  background-attachment: fixed;
  position: relative;
  padding: 150px 15px 162px;
}

.footer-form-holder::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ececec;
  opacity: 0.92;
}

.footer-form-holder .global-title {
  position: relative;
  margin-bottom: 54px;
}

.is-mobile .footer-form-holder,
.name-Safari .footer-form-holder {
  background-attachment: scroll;
}

.footer-form {
  position: relative;
  max-width: 925px;
  margin: 0 auto;
}

.footer-form .form-input {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin-bottom: 50px;
}

.footer-form .form-input label {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.005em;
  margin-bottom: 2px;
}

.footer-form .form-input input:not([type="submit"]),
.footer-form .form-input textarea {
  height: 30px;
  border-bottom: 1px solid #333333;
  background: none;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.005em;
}

.footer-form .form-input textarea {
  height: 100px;
  line-height: 1.2;
}

.footer-form .form-lg {
  width: 100%;
}

.footer-form .form-sm {
  width: 33.33%;
}

.footer-form .form-button {
  width: 178px;
  margin: 38px auto 0;
}

.footer-form .form-button input[type="submit"] {
  height: 60px;
  background: var(--primary-color);
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-form .form-button input[type="submit"]:hover,
.footer-form .form-button input[type="submit"]:focus {
  background: var(--accent-color);
}

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

.footer-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
  font-size: 12px;
}

.footer-form div.wpcf7 .ajax-loader {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
}

.footer-form div.wpcf7-response-output {
  position: absolute;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  color: var(--body-color) !important;
  margin: 5px 0 0;
  text-align: center;
}

.footer-middle {
  padding: 105px 0 75px;
}

.footer-middle-col {
  margin-bottom: 20px;
}

.footer-middle-col .head-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-middle-col .head-title::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: var(--accent-color);
  margin-top: 20px;
}

.footer-navi {
  -webkit-column-count: 2;
          column-count: 2;
  width: calc( 100% + 90px);
}

.footer-navi li {
  display: block;
  margin-bottom: 20px;
}

.footer-navi li.menu-home {
  display: none;
}

.footer-navi li a {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-navi li a:hover,
.footer-navi li a:focus {
  color: var(--accent-color);
}

.footer-logo {
  text-align: center;
  padding-top: 40px;
}

.footer-logo a {
  display: inline-block;
  position: relative;
  left: -25px;
}

.footer-contact-smis-holder {
  padding-left: 12px;
}

.footer-contact div {
  margin-bottom: 17px;
}

.footer-contact div em {
  font-size: 16px;
  font-style: normal;
  /*color: var(--accent-color);*/
  color: #1B2549;
  line-height: 1.2;
  letter-spacing: 0.005em;
  text-transform: lowercase;
  margin-right: 4px;
}

.footer-contact div a {
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.005em;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-contact div a:hover,
.footer-contact div a:focus {
  color: var(--accent-color);
}

.footer-smis {
  margin-top: 28px;
}

.footer-smis a {
  color: #333333;
  margin-right: 25px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-smis a:hover,
.footer-smis a:focus {
  color: var(--accent-color);
}

.footer-smis a:last-child {
  margin-right: 0;
}

.footer-smis a i {
  font-size: 20px;
}

.footer-bottom {
  padding: 0 0 108px;
  text-align: center;
}

.copyright {
  font-size: 16px;
  color: #999999;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding-top: 50px;
  margin-bottom: 26px;
  border-top: 2px solid #e3e4e9;
}

.copyright a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.copyright a:hover,
.copyright a:focus {
  color: var(--accent-color);
}

.copyright a[href="https://www.agentimage.com"] {
  font-weight: 400 !important;
  color: var(--accent-color);
  color: #1B2549;
}

.copyright a[href="https://www.agentimage.com"]:hover,
.copyright a[href="https://www.agentimage.com"]:focus {
  /*color: var(--accent-color);*/
  color: var(--accent-color);

}

.footer-bottom i[class^="ai-font"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  margin: 0 2px;
}

/* Footer : END */
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner {
  position: relative;
  width: 100%;
}

.ip-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: none;
}

.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 250px;
  background-color: #f9f7f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

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

/* Adjust width of sidebar */
.sidebar {
  width: 20.83%;
  margin-top: 60px;
}

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

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

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

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: var(--primary-color);
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

#content .entry-title::after,
#content .archive-title::after {
  content: '';
  display: block;
  width: 38px;
  height: 3px;
  background: var(--accent-color);
  margin-top: 18px;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  color: var(--primary-color);
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
  #content .archive-subtitle a:hover, #content .archive-subtitle a:focus {
    color: #546426;
  }

  #content a.archive-more:hover,
  #content a.archive-more:focus {
    color: #546426;
  }

/* Sidebar Search : START */
.sidebar-qsearch {
  padding: 26px 0;
  font-size: 0;
}

.sidebar-qsearch .qsearch-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.sidebar-qsearch .qsearch-form form {
  margin: 0;
  text-align: center;
}

.sidebar-qsearch .qsearch-form i.ai-font-magnifying-glass-h {
  margin: auto auto 10px;
}

.sidebar-qsearch .qsearch-form .form-input {
  margin-bottom: 4px;
}

.sidebar-qsearch .qsearch-form .form-lg {
  width: 100%;
}

.sidebar-qsearch .qsearch-form .form-md,
.sidebar-qsearch .qsearch-form .form-sm {
  width: calc( 50% - 2px);
  margin-right: 4px;
}

.sidebar-qsearch .qsearch-form .form-md + .form-md,
.sidebar-qsearch .qsearch-form .form-sm + .form-sm {
  margin-right: 0;
}

.sidebar-qsearch .qsearch-form .form-button {
  width: 100%;
  margin: 0 0 4px;
}

/* Sidebar Search : END */
/* Sidebar Calltoaction : START */
.sidebar-calltoaction {
  font-size: 0;
}

.sidebar-calltoaction .calltoaction-col {
  width: 100%;
}

/* Sidebar Calltoaction : END */
.aios-mobile-header-wrapper {
  z-index: 1028 !important;
}


button.btn.dropdown-toggle.bs-placeholder.btn-default,
button.btn.dropdown-toggle.btn-default {
    height: 40px;
    border: 1px solid #a2a2a2;
    background: none;
    font: 700 11px var(--title-font);
    color: #656565;
    text-transform: uppercase;
    padding: 0 8px;
    border-radius: unset;
}
ul.dropdown-menu.inner{
  max-height: 217px !important;
}


/*** Search Page Botton ***/

.ipsearch-bttn {
  position: relative;
  display: block;
  margin:0 0 20px;
}

  .ipsearch-bttn ul {
     margin-left: 0 !important;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
  }

   .ipsearch-bttn ul > li {
      display: inline-block;
      margin: 0;
   }

    .ipsearch-bttn ul > li a {
    /* color: #fff !important;*/
     color: var(--primary-color) !important;
    background-color: transparent !important;
    border-color: #777;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    display: block;
    padding: 5px 15px;
    width: auto;
    }

   /*  .ipsearch-bttn ul > li:hover a,
     .ipsearch-bttn ul > li:focus a,*/
     .ipsearch-bttn ul > li a.is-active {
        background-color: var(--accent-color);
        color: var(--primary-color) !important;
     }

/*a:focus, a:hover {
  color: #1B2549;
}*/

.agent-description a {
   height: 60px;
  line-height: 60px;
  background: var(--primary-color);
  font-size: 14px;
  color: var(--primary-color);
  letter-spacing: 0.005em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: block;
  margin-top: 20px;
  width: 100%;
  max-width: 170px;
  text-align: center;

}

em.ai-mobile-phone a:hover,
em.ai-mobile-phone a:focus {
  color: var(--accent-color);
}
.agent-description a:hover,
.agent-description a:focus {
   background: #BFA060;
}

.meet-smi {
   display: flex;
   justify-content: center;
   align-items: center;
}

 .meet-smi a {
   display: block;
   margin: 0 10px;
 }

.ai-contact-wrap span.context-email a:hover,
.ai-contact-wrap span.context-email a:focus {
   color: var(--accent-color) !important;
}
.col-sm-4.text-center.ihf-market-report-nav-column.pull-right:nth-of-type(2) {
    display: none;
}

/* .blogs-slide {
    min-height: 406px;
    position: relative;
}
.blogs-text {
    position: absolute;
    bottom: 0;
} */


/* TESTIMONIALS PAGE */
#content .wpcr3_pagination .wpcr3_a.wpcr3_current, #content .wpcr3_pagination .wpcr3_a:hover {
  background: var(--accent-color);
}


/* COMMUNITIES PAGE */
.post-type-archive-communities article.communities {
  margin-bottom: 30px;
}
.post-type-archive-communities #content .archive-thumbnail {
  width: 50%;
  padding-right: 15px;
}
.post-type-archive-communities #content .archive-content.archive-has-thumbnail {
  width: 50%;
}

/* CUSTOM ESTATES */
.custom-estates-wrap {

}
  .custom-estates-text {
    margin-top: 15%;
  }
  .custom-estates-text.custom-estates-text-short {
    margin-top: 0;
  }
  .custom-estates-text a:hover {
    color: #BFA060;
  }


/* FINANCING ROADMAP */
.financing-roadmap.aios-roadmaps a.aios-roadmap-link {
  margin-left: 1.9%;
  margin-right: 1.9%;
}
  .financing-roadmap.aios-roadmaps a.aios-roadmap-link:first-child {
    margin-left: 0;
  }
  .financing-roadmap.aios-roadmaps a.aios-roadmap-link:last-child {
    margin-right: 0;
  }




/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
/*# sourceMappingURL=style.css.map */


.addtoany_share_save_container  span.custom-title {
    font-weight: 600;
    display: block;
}

/*IHF Form Fixes*/
span.custom-text-organizer-tagline {
    font-size: 13px;
    margin-left: 20px;
}
span.custom-text-organizer {
    margin-left: 5px;
}

div#ihf-contact-confirmation {
    text-align: center;
}

#ihf-contact-confirmation span.valuation-first {
    display: block;
     font-style: italic;
     font-size: 20px;
     margin-bottom: 25px;
}

#ihf-contact-confirmation span.valuation-question {
    font-weight: 600;
}

#ihf-contact-confirmation span.valuation-send {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

#ihf-contact-confirmation span.valuation-contact {
    font-weight: 600;
    display: block;
    padding-bottom: 45px;
}

#ihf-contact-confirmation span.valuation-thanks {
    font-size: 40px;
    font-style: italic;
}

#ihf-contact-confirmation img.valuation-img {
    padding-top: 30px;
    padding-bottom: 30px;
}

#post-0 .tags-cats {
    display: none;
}

/* Altos - Market Report : START */
.ip-altos-market-btn {

}
.ip-altos-market-report-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.ip-altos-market-report-col {
  width: 50%;
}
.ip-altos-market-report-box {
  padding: 20px;
}
.ip-altos-market-report-box .head-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  color: var(--primary-color);
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ip-altos-market-report-box img {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{

    font: 700 11px var(--title-font);
}

.custom-estates-text h2 strong {
    font-weight: 600 !important;
}
.custom-estates-text h2 {
    margin-top: 0 !important;
    font-size: 35px !important;
    font-weight: 600 !important;
    line-height: 1;
    color: var(--primary-color);
    letter-spacing: 0.005em;
    text-transform: uppercase;
}

.custom-estates-text h3, .custom-estates-text h3 a {
    font-weight: 400 !important;
    font-style: italic;
    text-decoration: underline;
    font-size: 16px;
}

.custom-estates-text{
  margin-top: 0px !important;
}

#content .entry img {
  max-width: 100%;
}

/* Altos - Market Report : END */


.page-id-84 .wpcr3_review_datePublished{
  display: none !important;
}


.single-communities #ihf-main-container .ihf-market-report-header-text .btn,
.single-communities #ihf-main-container .ihf-market-report-header-toggle .btn,
.single-communities #ihf-main-container .ihf-market-report-header-toggle ul li,
.single-communities #ihf-main-container #ihf-market-report-forsale-sold-toggle-buttons .btn{
    font-size: 17px;
}

.single-communities #ihf-main-container .ihf-market-report-header-text .btn:hover,
.single-communities #ihf-main-container .ihf-market-report-header-toggle .btn:hover,
.single-communities #ihf-main-container .ihf-market-report-header-toggle ul li a:hover,
.single-communities #ihf-main-container #ihf-market-report-forsale-sold-toggle-buttons .btn:hover{
  background-color: #1B2549;
  color: #fff;
}

.page-template-template-ihf-community-listing-reports #ihf-main-container .ihf-market-report-header-text .btn,
.page-template-template-ihf-community-listing-reports #ihf-main-container .ihf-market-report-header-toggle .btn,
.page-template-template-ihf-community-listing-reports #ihf-main-container .ihf-market-report-header-toggle ul li,
.page-template-template-ihf-community-listing-reports #ihf-main-container #ihf-market-report-forsale-sold-toggle-buttons .btn{
    font-size: 17px;
}

.page-template-template-ihf-community-listing-reports #ihf-main-container .ihf-market-report-header-text .btn:hover,
.page-template-template-ihf-community-listing-reports #ihf-main-container .ihf-market-report-header-toggle .btn:hover,
.page-template-template-ihf-community-listing-reports #ihf-main-container .ihf-market-report-header-toggle ul li a:hover,
.page-template-template-ihf-community-listing-reports #ihf-main-container #ihf-market-report-forsale-sold-toggle-buttons .btn:hover{
  background-color: #1B2549;
  color: #fff;
}


#ihf-main-container a.market-btn-space{display: none;}

.single-market-report .ip-altos-signup-button{
  text-align: center;
}
.single-market-report .ip-altos-signup-button a {
    display: inline-block;
    background: transparent;
    color: var(--primary-color) !important;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 30px;
}

.single-market-report .ip-altos-signup-button a:hover{
	background: var(--primary-color) !important;
	color: #fff !important;
}



.single-aios_agent #agents-single .agents-contact li a.agents-button.mobile-btn {
    display: none;
    margin: 0 auto;
}


.page-id-84  div.wpcr3_review div.wpcr3_review_ratingValue{
  margin-right: 0 !important;
}

.single-market-report #ip-mr-altos iframe {
    width: 100%;
    height: 500px;
}

.single-market-report #ip-mr-altos {
    min-height: 500px;
}

.single-market-report .aiosp-wrap .aiosp-container .aios-popup-body {
    max-width: 900px;
}

#ihf-main-container .title-bar-1,
.ihf-main-container .title-bar-1 {
  color: #fff;
}

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

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

ul#ihf-search-location-tabs, ul.chosen-results, ul#ihf-detail-extrainfotabs {
  margin-left: 0px !important;
}
ul.chosen-results {
  padding-left: 0 !important;
}
ul.chosen-results {
  margin: 0 !important;
}
ul#ihf-sort-values {
  z-index: 1001 !important;
}

.entry-content a{

    color: var(--primary-color) !important; 
}

.entry-content a:hover{
  color: var(--accent-color) !important;
}

.ai-contact-wrap span.context-email a:hover{

  color: var(--accent-color) !important;
}

#ihf-main-container .ihf-grid-result-price a, .ihf-grid-result-price a {
    color: #FFF !important;
}

.archive-subtitle:hover a {
  color: var(--accent-color) !important;
}

.page-id-6282 .entry-title, .page-id-6320 .entry-title,
.page-id-6422 .entry-title {
    display: none;
}

.ip-lhbg {
    text-align: center;
}

.ip-lhbg h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1;
    color: var(--primary-color);
    letter-spacing: 0.005em;
    text-transform: uppercase;
    margin-top: 0 !important;
}

.ip-lhbg h3 {
    color: var(--primary-color);
    font-size: 16px !important;
}

.ip-lhbg p {
    font-size: 14px;
}

.ip-lhbg ul {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    margin-left: 0 !important;
        list-style-position: inside;
}

.ip-lhbg a {
    display: inline-block;
    padding: 10px 20px;
    background: var(--primary-color);
    color: #fff !important;
    
    text-decoration: none !important;
    font-size: 14px;
}

.page-id-6286 #content .entry-title, .page-id-6321 #content .entry-title {
    text-transform: none;
}

.page-id-6353 .ai-contact-wrap span.market-text {
  font-size: 14px;
  color: var(--body-color);
  font-weight: 400;
}

.page-id-6353 .ai-contact-wrap span.market-text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
}

.page-id-6353 .ai-default-cf7wrap span.wpcf7-form-control-wrap.interest {
  display: inline-block !important;
}

span.header-text {
    font-size: 33px;
    font-family: 'Poppins';
    color: #444444;
    font-weight: 600;
    text-align: center;
    display: block;
    text-shadow: 3px 0px 4px rgb(0 0 0 / 36%);;
    margin-top: 20px;
    margin-bottom: 5px;
}

.header-navi{

    width: 70%;
}

#ihf-main-container .form-horizontal textarea {
    height: 80px;
}

.footer-contact div span {
	font-size: 16px;
	color: #333333;
	line-height: 1.2;
	letter-spacing: 0.005em;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	display: block;
	font-weight: 700;
}

.footer-contact div.di-flex {
	margin-bottom: 0;
}

.page-id-8316 #content .entry-title {
	font-size: 47px;
}

#content .ip-market-text h2 {
	text-align: center;
	margin-bottom: 15px !important;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	color: var(--primary-color);
	margin-top: -45px !important;
}

#ip-altos-market-btn {
	display: inline-block;
}

.ip-altos-signup-button {
	display: inline-block;
}

.entry-content .ipsearch-bttn ul > li a.is-active:hover {
	color: #fff !important;
	background: var(--primary-color) !important;
}

.ipsearch-bttn ul > li a:hover {
	background: var(--primary-color) !important;
	color: #fff !important;
}

.qsearch-holder, .hp-communities, .hp-calltoaction, .hp-welcome, .site-footer{
  display: none;
}

.hp-properties, .hp-testimonials, .hp-blogs{
  opacity: 0;
}

.main-footer .cf-field .opt-txt input {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	margin-right: 10px;
	margin-left: 0;
	appearance: auto;
}

.opt-txt {
	font-size: 12px;
	padding: 15px 0;
	text-align: left;
	line-height: 18px;
}

.hp-form-wrap .opt-txt p {
	color: #fff;
}

.footer-contact-info {	
	margin-top: 80px;
}

.footer-gt-form .opt-txt {
	color: #fff;
}

#content .cu-fields.cu-textarea {
	height: 160px;	
}

#content .about-fields.about-textarea {
	height: 160px;	
}

.opt-txt .wpcf7-list-item-label {
	display: none;
}

.opt-txt p > span {
	float: left;
}

.opt-txt > p > span .wpcf7-list-item {
	margin-left: 0 !important;
	margin-right: 10px;
}

.opt-txt input {
	margin-right: 10px;
}

.ft-contact-form .ft-form .field-input span.wpcf7-list-item-label {
    display: none;
}

.ihf-modal-more-info-replace, .ihf-schedule-replace, #ihfsaveListing .modal-body > div:first-child {
    display: grid;
}

.ihf-modal-more-info-replace > div:first-child, .ihf-schedule-replace > div:first-child, #ihfsaveListing .modal-body > div:first-child > div:first-child{
    order: 1;
}

.footer-form .form-input .opt-txt input {
	appearance: auto;
}

.opt-txt p {
	font-size: 12px;
}


span.glyphicon.glyphicon-remove-circle {
    color: #fff !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}

span.wpcf7-not-valid-tip {
    width: fit-content !important;
}