/*
Theme Name: Dave Kibbey
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 {
  --Cormorant: "Cormorant", serif;
  --CormorantGaramond: "Cormorant Garamond", serif;
  --DMSans: "DM Sans", sans-serif;
  --PTSansNarrow: "PT Sans Narrow", sans-serif;
  --primary-color: #000000;
  --secondary-color: #c8192a;
  --tertiary-color: #343434;
}

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

/* GLOBAL */

body {
  font-family: var(--DMSans);
  font-size: 14px;
  background: #ffffff;
  color: #555555;
  margin: 0;

  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a,
a:hover,
a:link,
a:active,
a:focus {
  color: #555555;
  outline: none;
  text-decoration: none;
}

.slick-slide,
.slick-slide *,
.slick-slide a {
  outline: none;
}

.site_easing,
#header_wrap a,
.header_logo img,
#burger_nav li a,
.burger_menu_info_wrap a,
#footer_wrap a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#main-wrapper {
  overflow: hidden;
}

.site-custom-container {
  max-width: 1430px;
}

/* HEADER */
#header_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1011;
  padding-top: 59px;
}
.header_logo {
  font-size: 0;
}
.header_logo a {
  display: inline-block;
  vertical-align: middle;
}
.header_logo a:nth-child(2) {
  filter: brightness(0) invert(1);
  margin-left: 20px;
}

#header_wrap.fixedhead {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.fixedhead .header_logo {
  padding-top: 23px;
  padding-bottom: 23px;
}
.fixedhead .header_logo .site-name img {
  width: auto;
  max-height: 51px;
}
.fixedhead .navigation {
  padding-top: 36px;
}
.fixedhead #nav > li > a {
  padding-bottom: 37px;
}
.fixedhead #nav .sub-menu::after {
  display: none;
}

/* NAVIGATION */
.navigation {
  font-size: 0;
  padding-top: 28px;
  text-align: right;
}
#nav li {
  position: relative;
  display: inline-block;
  padding: 0 28px;
}
#nav li:last-child {
  padding-right: 0;
}
#nav li a {
  display: block;
  padding-bottom: 23px;
  color: #ffffff;
  font-size: 15px;
  font-family: var(--PTSansNarrow);
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#nav > li:hover > a {
  color: #cccccc;
}
#nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  min-width: 240px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
}
#nav .sub-menu::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(0, 0, 0, 0.9);
}
#nav > li > .sub-menu {
  left: -150%;
  right: -150%;
  margin: 0 auto;
}
#nav .sub-menu li {
  width: 100%;
  padding: 0;
  position: relative;
}
#nav .sub-menu a {
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding: 0 5px;
  line-height: 35px;
}
#nav .sub-menu a:hover {
  color: #999999;
  text-decoration: none;
}

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

/* HP FIXED SMI */
.hp_fixed_smi {
  width: 38px;
  position: fixed;
  z-index: 101;
  top: 220px;
  right: 100px;
  text-align: center;
  font-size: 0;
  padding: 80px 0 60px;
}
.hp_fixed_smi::before {
  width: 1px;
  height: 56px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
  opacity: 0.5;
}
.hp_fixed_smi a {
  width: 38px;
  height: 38px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px;
  position: relative;
  z-index: 2;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.hp_fixed_smi a i {
  font-size: 14px;
  line-height: 36px;
}
.hp_fixed_smi a:hover {
  background-color: #000000;
  border: 1px solid #000000;
}
.hp_fixed_smi .smi_text {
  min-width: 100px;
  position: absolute;
  bottom: 0;
  left: -30px;
  color: #ffffff;
  font-size: 11px;
  font-family: var(--PTSansNarrow);
  text-transform: uppercase;
  letter-spacing: 0.5em;
  transform: rotate(-90deg);
  text-shadow: 0 0 5px #000000;
}

/* HP SLIDESHOW */
#hp_slideshow_wrap {
  position: relative;
  z-index: 1;
}
.hp_slideshow {
  position: relative;
  z-index: 1;
}
.hp_slideshow .cycloneslider-template-responsive .cycloneslider-slide::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.45;
}
#hp_slide_tagline {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 123px;
  left: 0;
  color: #ffffff;
  text-transform: uppercase;
}
#hp_slide_tagline h2 {
}
#hp_slide_tagline h2 em {
  display: block;
  font-size: 30px;
  font-style: normal;
  font-family: var(--Cormorant);
  letter-spacing: 0.5em;
}
#hp_slide_tagline h2 span {
  display: block;
  margin: 15px 0 25px;
  font-size: 70px;
  font-family: var(--CormorantGaramond);
}
#hp_slide_tagline p {
  font-size: 16px;
  letter-spacing: 0.24em;
}
.slide_tagline_btn {
  margin-top: 40px;
}
.slide_tagline_btn a {
  width: 100%;
  max-width: 288px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 16px;
  font-family: var(--PTSansNarrow);
  line-height: 56px;
  letter-spacing: 0.24em;
  text-align: center;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.slide_tagline_btn a:hover {
  color: #555555;
  background-color: #ffffff;
}

/* HP FEATURED PROPERTIES */
#hp_widget1 {
  padding: 65px 0 70px;
}
.hp_featprop {
}
.hp_featprop h2 {
  color: #555555;
  font-size: 70px;
  font-family: var(--CormorantGaramond);
  text-transform: uppercase;
}
.hp_featprop h2 em {
  display: block;
  margin-bottom: 5px;
  color: #939393;
  font-size: 25px;
  font-style: normal;
  font-family: var(--PTSansNarrow);
  letter-spacing: 0.5em;
}
.hp_featprop h2 span {
  display: block;
  position: relative;
}
.hp_featprop h2 span::after {
  width: 70%;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #c6c6c6;
}
.fp_slider_wrap {
  margin-top: 55px;
  text-align: center;
}
.fp_item a:hover .fp_info_wrap {
  transform: translateY(50%);
  bottom: 50%;
  height: 100px;
}
#featprop_slider {
  font-size: 0;
  margin-left: -1px;
  margin-right: -1px;
}
.fp_slide_item {
}
.fp_slide_row {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2px;
}
.fp_slide_row .fp_item {
    width: 50%;
  padding: 0 1px;
  display: inline-block;
  vertical-align: top;
}
.fp_slide_row .fp_item a {
  width: 100%;
  display: block;
  position: relative;
}

/*
.fp_slide_row:first-child .fp_item:first-child,
.fp_slide_row:nth-child(2) .fp_item:last-child {
  width: 57%;
}
.fp_slide_row:first-child .fp_item:last-child,
.fp_slide_row:nth-child(2) .fp_item:first-child {
  width: 43%;
}
.fp_slide_row:last-child .fp_item {
  width: 50%;
}
*/

.fp_photo {
  font-size: 0;
  position: relative;
  z-index: 1;
}
.fp_photo canvas {
  width: 100%;
  height: 432px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fp_slide_row .fp_item a:hover .fp_photo {
  filter: grayscale(100%);
}
.fp_info_wrap {
  width: 82.16%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 26px 0;
  color: #b0b0b0;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -ms-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out;
}
.fp_address {
  margin-bottom: 5px;
}
.fp_price {
  color: #ffffff;
  font-size: 22px;
  font-family: var(--PTSansNarrow);
}
.fp_btns_wrap {
  font-size: 0;
  margin-top: 40px;
  text-align: right;
  position: relative;
}
.fp_btns_wrap::after {
  width: 70%;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #c6c6c6;
}
.fp_arrows {
  width: 68px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 37px;
}
.fp_arrows .slick-arrow {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.fp_arrows .slick-arrow.fp_prev {
  left: 0;
  color: #c9c9c9;
}
.fp_arrows .slick-arrow.fp_next {
  right: 0;
  color: #555555;
}
.fp_arrows .slick-arrow i {
  font-size: 34px;
  display: inline-block;
}
.fp_arrows .slick-arrow:hover {
  color: #000000;
}
.fp_view_btn {
  width: 100%;
  max-width: 281px;
  display: inline-block;
  vertical-align: middle;
}
.fp_view_btn a {
  width: 100%;
  height: 55px;
  display: inline-block;
  vertical-align: top;
  color: #555555;
  font-size: 16px;
  font-family: var(--PTSansNarrow);
  line-height: 49px;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #555555;
  background-color: transparent;
}
.fp_view_btn a:hover {
  color: #ffffff;
  background-color: #555555;
}

/* HP WELCOME */
#hp_widget2 {
  padding: 160px 0 360px;
  background-image: url(images/welcome-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.hp_welcome {
  position: relative;
}
.welcome_text_wrap {
  width: 67.5%;
  display: inline-block;
  vertical-align: top;
  padding: 70px 190px 70px 90px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.welcome_text_wrap h2 {
  color: #000000;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.welcome_text_wrap h2 em {
  display: block;
  color: #939393;
  font-size: 25px;
  font-style: normal;
  font-family: var(--PTSansNarrow);
  letter-spacing: 0.5em;
}
.welcome_text_wrap h2 span {
  display: block;
  margin-bottom: 5px;
  color: #555555;
  font-size: 90px;
  font-family: var(--CormorantGaramond);
  letter-spacing: 0;
}
.welcome_text {
  margin-top: 35px;
  color: #555555;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.welcome_btn {
  width: 100%;
  max-width: 191px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 65px;
}
.welcome_btn a {
  width: 100%;
  height: 55px;
  display: inline-block;
  vertical-align: top;
  color: #555555;
  font-size: 16px;
  font-family: var(--PTSansNarrow);
  line-height: 49px;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #555555;
  background-color: transparent;
}
.welcome_btn a:hover {
  color: #ffffff;
  background-color: #555555;
}
.welcome_photo {
  width: 40%;
  max-width: 554px;
  position: absolute;
  z-index: 2;
  top: -80px;
  right: 0;
  font-size: 0;
}
.welcome_photo canvas {
  width: 100%;
  height: auto;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* HP MEET THE TEAM */
#hp_widget3 {
  margin-top: -275px;
  padding-bottom: 85px;
  position: relative;
  z-index: 2;
}
.hp_meet_team {
  text-align: center;
}
.hp_meet_team h2 {
  color: #555555;
  font-size: 70px;
  font-family: var(--CormorantGaramond);
  text-transform: uppercase;
}
.hp_meet_team h2 em {
  display: block;
  margin-bottom: 5px;
  color: #939393;
  font-size: 25px;
  font-style: normal;
  font-family: var(--PTSansNarrow);
  letter-spacing: 0.5em;
}
.hp_meet_team h2 span {
  display: block;
  position: relative;
}
.agents_slider_wrap {
  margin-top: 55px;
}
#agents_slider {
  margin-left: -8px;
  margin-right: -8px;
}
#agents_slider .slick-list {
  padding: 20px 0;
}
.agents_list {
  padding: 0 7px;
  z-index: 1;
  position: relative;
}
.agents_list:hover {
  z-index: 2;
}
.agents_list a {
  width: 100%;
  display: block;
  position: relative;
}
.agents_photo {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.agents_photo::before {
  width: 100%;
  height: 370px;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-image: url(images/agent-overlay.png);
  background-size: auto;
  background-repeat: repeat-x;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agents_list a:hover .agents_photo {
  transform: scale(1.2);
}
.agents_list a:hover .agents_photo::before {
  opacity: 1;
}
.agents_photo canvas {
  width: 100%;
  height: auto;
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  filter: grayscale(1);
}
.agents_name {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -10px;
  color: #ffffff;
  font-size: 20px;
  font-family: var(--PTSansNarrow);
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
}
.agents_list a:hover .agents_name {
  bottom: 5px;
  opacity: 1;
}
.more_agents_btn {
  width: 100%;
  max-width: 228px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 100px;
  text-align: center;
}
.more_agents_btn a {
  width: 100%;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  color: #555555;
  font-size: 16px;
  font-family: var(--PTSansNarrow);
  line-height: 59px;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #555555;
  background-color: transparent;
}
.more_agents_btn a:hover {
  color: #ffffff;
  background-color: #555555;
}

/* HP STATISTICS */
#hp_widget4 {
  padding: 145px 0 125px;
  background-color: #202020;
  position: relative;
}
#hp_widget4::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/stats-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.3;
}
#hp_widget4 .container-fluid {
  position: relative;
}
.hp_statistics {
  color: #ffffff;
  text-align: center;
}
.hp_statistics h2 {
  font-size: 70px;
  font-family: var(--CormorantGaramond);
  text-transform: uppercase;
}
.hp_statistics h2 em {
  display: block;
  margin-bottom: 5px;
  font-size: 25px;
  font-style: normal;
  font-family: var(--PTSansNarrow);
  letter-spacing: 0.5em;
}
.hp_statistics h2 span {
  display: block;
  position: relative;
}
.hp_statistics ul {
  font-size: 0;
  margin-top: 80px;
}
.hp_statistics ul li {
  width: calc(100% / 7);
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  font-size: 17px;
  text-transform: uppercase;
}
.stats_number {
  font-size: 47px;
  font-family: var(--PTSansNarrow);
}
.stats_description {
  margin-top: 20px;
  line-height: 1.2;
}

/* HP TESTIMONIALS */
#hp_widget5 {
  padding: 90px 0 107px;
  position: relative;
}
#hp_widget5::before {
  width: 100%;
  height: 588px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(images/testi-outer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.hp_testimonials {
}
.hp_testimonials h2 {
  color: #555555;
  font-size: 70px;
  font-family: var(--CormorantGaramond);
  text-transform: uppercase;
}
.hp_testimonials h2 em {
  display: block;
  margin-bottom: 5px;
  color: #939393;
  font-size: 25px;
  font-style: normal;
  font-family: var(--PTSansNarrow);
  letter-spacing: 0.5em;
}
.hp_testimonials h2 span {
  display: block;
  position: relative;
}
.hp_testimonials h2 span::after {
  width: 70%;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #c6c6c6;
}
.testi_slider_wrap {
  margin-top: 75px;
  padding: 105px 0 75px;
  background-color: #2b2b2b;
  position: relative;
  text-align: center;
}
.testi_slider_wrap::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(images/testi-inner-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
#testi_slider {
}
.testi_item {
  padding: 0 65px 10px;
  border-right: 1px solid transparent;
}
.testi_item.slick-current {
  border-right: 1px solid rgba(221, 221, 221, 0.5);
}
.testi_item img {
  margin: 0 auto;
}
.testi_text {
  margin-top: 50px;
  color: #ffffff;
  font-size: 18px;
  font-family: var(--CormorantGaramond);
  line-height: 25px;
  letter-spacing: 0.02em;
}
.testi_text a {
  color: #ffffff;
}
.testi_text a:hover {
  color: #cccccc;
}
.testi_author {
  margin-top: 55px;
  font-size: 15px;
  font-family: var(--DMSans);
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
.testi_btns_wrap {
  font-size: 0;
  margin-top: 55px;
}
.testi_arrows {
  width: 100%;
  max-width: 288px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
}
.testi_arrows .slick-arrow {
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #ffffff;
}
.testi_arrows .slick-arrow.testi_prev {
  left: 0;
}
.testi_arrows .slick-arrow.testi_next {
  right: 0;
}
.testi_arrows .slick-arrow i {
  font-size: 34px;
  line-height: 55px;
  display: inline-block;
}
.testi_arrows .slick-arrow:hover {
  opacity: 0.5;
}
.testi_view_btn {
  width: 100%;
  max-width: 191px;
  display: inline-block;
  vertical-align: middle;
}
.testi_view_btn a {
  width: 100%;
  height: 55px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 16px;
  font-family: var(--PTSansNarrow);
  line-height: 49px;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #ffffff;
  background-color: transparent;
}
.testi_view_btn a:hover {
  color: #555555;
  background-color: #ffffff;
}

/* FOOTER */
#footer_wrap {
  color: #ffffff;
  text-align: center;
}
.footer_form_wrap {
  padding: 95px 0;
  background-color: #000000;
  position: relative;
}
.footer_form_wrap::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(images/contact-form-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.1;
}
.footer_form_wrap h2 {
  margin-bottom: 30px;
  font-size: 70px;
  font-family: var(--CormorantGaramond);
  text-transform: uppercase;
}
.footer_form_wrap h2 em {
  display: block;
  margin-bottom: 5px;
  font-size: 25px;
  font-style: normal;
  font-family: var(--PTSansNarrow);
  letter-spacing: 0.5em;
}
.footer_form_wrap h2 span {
  display: block;
  position: relative;
}
.footer_form_inner p {
  font-size: 15px;
  letter-spacing: 0.015em;
}
.footer_form {
  width: 100%;
  max-width: 1103px;
  font-size: 0;
  margin: 45px auto 0;
  position: relative;
}
.form_field_wrap {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 15px;
}
.form_field_short {
  width: calc(50% - 9px);
  margin-right: 18px;
  display: inline-block;
  vertical-align: top;
}
.form_field_short_nomar {
  margin-right: 0;
}
.form_field_short input,
.form_field_wrap textarea {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 12px;
  font-family: var(--DMSans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_field_wrap textarea {
  height: 205px;
  resize: none;
  padding-top: 35px;
}
.form_field_wrap_radio {
  margin: 15px 0 30px;
  padding-left: 22px;
  text-align: left;
}
.form_field_wrap_radio h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer_form .wpcf7-form-control-wrap.inquiry {
  display: inline-block;
  vertical-align: top;
}
.form_field_wrap_radio span.wpcf7-list-item {
  margin-left: 35px;
}
.form_field_wrap_radio span.wpcf7-list-item.first {
  margin-left: 55px;
}
.form_field_wrap_radio span.wpcf7-list-item-label {
  color: #ffffff;
  font-size: 12px;
  font-family: var(--DMSans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.form_field_wrap_radio .wpcf7-radio > span > label > span {
  position: relative;
  padding-left: 33px;
  display: inline-block;
  line-height: 18px;
}
.form_field_wrap_radio .wpcf7-radio > span > label > input {
  display: none;
}
.form_field_wrap_radio .wpcf7-radio span > label > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.form_field_wrap_radio .wpcf7-radio span > label > span:after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0;
}
.form_field_wrap_radio
  .wpcf7-radio
  > span
  > label
  > input:checked
  ~ span:after {
  opacity: 1;
}

.form_submit {
  margin-top: 40px;
}
.form_submit input {
  width: 100%;
  max-width: 235px;
  height: 55px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-family: var(--PTSansNarrow);
  line-height: 49px;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #ffffff;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_submit input:hover {
  color: #555555;
  background-color: #ffffff;
}

.form_submit .ajax-loader {
  position: absolute;
}

.footer_form .wpcf7-form-control-wrap {
  display: block;
}
.footer_form .use-floating-validation-tip span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 300;
}
.footer_form div.wpcf7-response-output {
  width: 100%;
  position: absolute;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  margin: 5px auto 0;
}
.footer_bottom_wrap {
  padding: 105px 0 55px;
  background-color: #000000;
  position: relative;
}
.footer_bottom_wrap::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;

  pointer-events: none;
}
.footer_info_wrap {
  font-size: 0;
}
.footer_logo {
  margin-bottom: 20px;
}
.footer_logo img {
  max-width: 100%;
}
.footer_info {
  font-family: var(--PTSansNarrow);
}
.footer_address {
  font-size: 15px;
  line-height: 38px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer_info ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.1em;
  position: relative;
}
.footer_info ul li::before {
  width: 1px;
  height: 12px;
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #3b3b3b;
}
.footer_info ul li:first-child::before {
  display: none;
}
.footer_info ul li span {
  text-transform: uppercase;
}

.footer_info a {
  color: #ffffff;
}
.footer_info a:hover {
  color: #999999;
}
.footer_smi {
  font-size: 0;
  margin-top: 20px;
}
.footer_smi a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
}
.footer_smi a i {
  font-size: 18px;
  display: block;
}
.footer_navigation {
  margin-top: 30px;
}
.footernav {
  font-size: 0;
}
.footernav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 28px;
}
.footernav li:first-child {
  margin-left: 0;
}
.footernav li:last-child {
  margin-right: 0;
}
.footernav li a {
  color: #ffffff;
  font-size: 15px;
  font-family: var(--PTSansNarrow);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.footernav li a:hover {
  color: #999999;
}
.footer-brokerage {
  text-align: center;
  margin-top: 30px;
}
.footer-brokerage a {
  display: inline-block;
  filter: brightness(0) invert(1);
}
.footer_copyright {
  margin-top: 70px;
  padding-top: 45px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.035em;
  border-top: 1px solid rgba(180, 180, 180, 0.1);
}
.footer_copyright a {
  color: #ffffff;
}
.footer_copyright a:hover {
  color: #999999;
}
.footer_mls {
  margin-top: 20px;
  color: #959595;
  font-size: 22px;
}

/*******************************************************
 *
 * 2. 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.45);
}
.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%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.ip-banner h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.ip-banner h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
}
/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
  min-height: 500px;
  margin-top: 20px;
}

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

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

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

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

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

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
}

/* AGENTS */
.agent-holder .attachment-agent-image img {
  filter: grayscale(1);
}

.page-id-79 .agent-holder .attachment-agent-image {
  width: 18%;
  margin-right: 20px;
  margin-bottom: 10px;
}

.page-id-79 .agent-holder .agent-all-contact {
  width: 100%;
}

div.wpcr3_review div.wpcr3_review_datePublished {
  display: none !important;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.ip-container #content-sidebar,
.ip-container #content-full {
  margin-top: 0;
}

ul#ihf-search-location-tabs,
ul#ihf-detail-extrainfotabs,
ul.chosen-results {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
#ihf-main-container .nav-tabs {
  margin-left: 0;
}
.grecaptcha-badge {
  z-index: 8;
}

.ip-listing-search-form ul.dropdown-menu.inner {
  max-height: 200px !important;
}

body.page-id-91 #content h2 {
  margin: 1.75em 0;
}

#content .archive-thumbnail {
  margin-top: 28px;
}

#content #ihf-main-container .ihf-grid-result-address {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

#ihf-main-container .dropdown-menu {
  z-index: 1001 !important;
}

#ihf-main-container .btn-group > .btn-group {
  float: right;
}

.page-id-91 #content img[class*="align"] {
  width: 300px;
}
.page-id-91 #content img[class*="align"] + noscript {
  display: none;
}
.page-id-91 #content .entry > p {
  clear: both;
}

.page-id-87 div#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#aios-home-valuation-wrap {
  padding: 200px 0 !important;
}

.post-page-sitemap li.page_item.page-item-1195 {
  display: none;
}

.ip-listing-address {
  font-size: 18px !important;
}

#content.aios-testimonials-page strong {
  display: inline-block !important;
}

.ip-listing-top-wrap .transdesc .desc img {
  float: none !important;
  display: block;
  margin: 0 0 15px !important;
}
.single-listing .responsive-map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.single-listing .grecaptcha-badge {
  display: none;
}

.single-listing .grecaptcha-badge.active {
  visibility: visible !important;
}

/* home wpcf7 submit button align center fix */
body.home .wpcf7-spinner {
  display: block;
  margin-inline: auto;
}

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

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-form form span.wpcf7-not-valid-tip {
  width: auto;
}