/*
Theme Name: The Alex Horowitz Group
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
  
*/
/* Global */
/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
.qs label button.bs-placeholder {
  padding: 0;
  border: none;
  background-color: #ffffff !important;
  box-shadow: none;
  outline: unset !important;
}

.qs label button.bs-placeholder .filter-option {
  text-transform: uppercase;
}
/* Global */
html {
  margin: 0 !important;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  background: #fff;
  color: #000;
  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; */
}

.ease, .site-btn::before, .site-btn:after, .nav li a, .nav .sub-menu, .nav .sub-menu a, .nav > li > a:after, .menu-slide-ci p a, .header__contact-info p a, .header__btn-wrap .btn-menu span, .fx-smi li, .cta-list li::before, .cta-list li::after, .testi-btn::before, .listing-item .listing-thumb::before, .video-btn-wrap .video-btn::before, .cf7 .usertype-wrap .wpcf7-list-item-label::after, .cf7 .cf7-btn-wrap::before, .cf7 .cf7-btn-wrap::after, .cf7 .cf7-btn-wrap .hp_cf7_, .ftr-menu a, .ftr-ci a, .ftr-copyright p a, #contact-modal .cfm-form .cf7-btn-wrap {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.ease-line {
  position: relative;
}

.ease-line::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.ease-line:hover::after {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.outer {
  overflow: hidden;
  position: relative;
}

.inner-wrap {
  max-width: 1600px;
  margin: auto;
}

.container {
  width: 100%;
  max-width: 1141px;
  position: relative;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-heading {
  font: 400 calc(28px + 1.375vw) "Work Sans", sans-serif;
  color: #000;
  margin-bottom: 45px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .035em;
  line-height: 1;
}

.site-heading span {
  display: block;
  font: 20px "Work Sans", sans-serif;
  text-transform: uppercase;
  color: #bdbdbd;
  margin-bottom: 10px;
  letter-spacing: .40em;
}

.site-heading::after {
  clear: both;
  display: block;
  content: '';
  width: 57px;
  height: 4px;
  margin: 15px auto 0;
  background: #b2b2b2;
}

#hp-about .site-heading {
  margin-bottom: 55px;
}

#hp-about .site-heading em {
  font-style: normal;
  display: block;
  margin-top: 10px;
}

#hp-about .site-heading::after {
  margin-left: 0;
}

#hp-achievement .site-heading {
  color: #fec311;
  margin-bottom: 75px;
}

#hp-testimonial .site-heading {
  margin-top: 12px;
}

#hp-testimonial .site-heading span {
  color: #fec311;
}

#hp-testimonial .site-heading::after {
  margin-left: 0;
}

#hp-qs .site-heading {
  margin-bottom: 0;
}

#hp-qs .site-heading::after {
  display: none;
}

#hp-smi .site-heading {
  margin-bottom: 65px;
}

#hp-smi .site-heading span {
  color: #fff;
  letter-spacing: normal;
}

#hp-smi .site-heading::after {
  background: #fff;
}

.hp-smi-title .site-heading {
  font-size: calc(28px + 0.500vw);
  margin-bottom: 0 !important;
}

.hp-smi-title .site-heading::after {
  display: none;
}

#ftr-cf7 .site-heading {
  color: #fff;
  margin-bottom: 35px;
}

#ftr-cf7 .site-heading span {
  color: currentColor;
}

.site-btn {
  font: 400 14px/1.3 "Work Sans", sans-serif;
  color: #000 !important;
  text-transform: uppercase;
  letter-spacing: 0.099em;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: transparent;
  position: relative;
  padding-right: 30px;
}

.site-btn::before, .site-btn::after {
  clear: both;
  content: '';
  display: block;
}

.site-btn::before {
  background: url("./images/arrow-right.png") center no-repeat;
  width: 50px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

.site-btn:after {
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #969696;
  will-change: background-color, width;
}

.site-btn:hover {
  color: #fec311 !important;
}

.site-btn:hover::before {
  background: url("./images/arrow-right-active.png") center no-repeat;
}

.site-btn:hover::after {
  width: 100%;
  background-color: #fec311;
}

.listing .site-btn {
  color: #fff !important;
  padding-right: 0;
}

.listing .site-btn::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.listing .site-btn::after {
  background-color: #fff;
}

.listing .site-btn:hover::before {
  background: url("./images/arrow-right.png") center no-repeat;
}

.listing .site-btn:hover::after {
  width: 50px;
}

.fp-exclusive-btn .site-btn {
  line-height: 61px;
}

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

.mob-logo {
  overflow: hidden;
  background: #000;
  padding-top: 52px;
  text-align: center;
  display: none;
}

.mob-logo img {
  height: 50px;
  margin: 10px auto 10px;
}

.client-phone,
.client-email,
.client-address {
  font-size: 15px;
  color: #fff;
}

.client-phone a,
.client-email a,
.client-address a {
  color: currentColor;
}

.client-phone i,
.client-email i,
.client-address i {
  margin-right: 12px;
}

.smi {
  font-size: 0;
}

.smi li {
  display: inline-block;
}

.smi a {
  color: #fff;
  font-size: 18px;
  padding: 0 12px;
}

.nav li {
  display: inline-block;
  position: relative;
}

.nav li a {
  font-family: "Ubuntu", sans-serif;
  font-size: calc(12px + 0.125vw);
  font-weight: 400;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.nav li:hover > .sub-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}

.nav .sub-menu {
  display: block;
  list-style: none outside none;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  padding: 22px 0 0;
  position: absolute;
  width: 100%;
  width: 180px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.nav .sub-menu li {
  display: block;
  margin-bottom: 1px;
}

.nav .sub-menu li:hover a {
  color: #000;
}

.nav .sub-menu a {
  color: #333;
  display: block;
  padding: 17px 10px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.95);
}

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

.nav > li {
  margin: 0;
  padding: 16px 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.header--fixed .nav > li {
  padding-left: 30px;
  padding-right: 30px;
}

.nav > li:first-child {
  padding-left: 0px;
}

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

.nav > li > a {
  position: relative;
}

.nav > li > a:after {
  clear: both;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  bottom: -12px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header--fixed .nav > li > a:after {
  background: #e5e5e5;
}

.nav > li > .sub-menu {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
}

.nav > li:hover > a::after {
  width: 80%;
  opacity: 1;
}

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

.nav .sub-menu.show-menu {
  display: block;
  opacity: 1;
}

.menu-block-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  display: none;
}

body.active_menu .menu-block-overlay {
  display: block;
}

body.active_menu #main-wrapper{
  z-index: unset;
}

.menu-slide {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 447px;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-slide-content {
  padding: 40px 50px 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-slide-close-wrap {
  overflow: hidden;
}

.menu-slide-close-wrap .btn-close {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #fff;
  background: none;
  outline: 0;
  float: right;
  border: none;
}

.menu-slide-close-wrap .btn-close:hover {
  opacity: .8;
}

.menu-slide-nav {
  max-width: 265px;
  margin: 0 auto;
}

.menu-slide-nav li {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: thin solid #525252;
}

.menu-slide-nav li a {
  font-weight: 300;
  font-size: 20px;
  padding: 23px 0;
}

.menu-slide-nav li:hover a {
  color: #fec311;
}

.menu-slide-nav li:hover a::after {
  display: none;
}

.menu-slide-nav .sub-menu {
  display: none;
}

.menu-slide-ci {
  text-align: center;
  margin-top: 15px;
}

.menu-slide-ci .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-slide-ci p {
  font: 15px "Ubuntu", sans-serif;
  color: #fff;
}

.menu-slide-ci p.client-phone {
  margin-bottom: 30px;
}

.menu-slide-ci p a:hover {
  color: #fec311;
}

.menu-slide-ci i {
  font-size: 12px;
  margin-right: 19px;
}

body.active_menu .menu-slide {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header {
  top: 22px;
  left: 0;
  z-index: 6;
  padding: 0 calc(6.25% - 15px);
}

.ihf-details-template header.header {
  background: rgba(0, 0, 0, 0.4);
  padding-top: 22px;
  top: 0;
}

.ihf-details-template header.header.sticky{
  padding-top: 0;
}

.ihf-details-template .header.header--fixed{
  background: rgba(0, 0, 0, 0.9);
}

.header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header--fixed .header .row {
  height: 96px;
}

.header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header--fixed .header__col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contact-info .d-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__contact-info p {
  font: 500 17px "Ubuntu", sans-serif;
  color: #fec311;
}

.header__contact-info p.client-email {
  margin-left: 40px;
}

.header__contact-info p a {
  color: inherit;
}

.header__contact-info p a:hover {
  opacity: .8;
}

.header__contact-info i {
  font-size: 14px;
}

.header__btn-wrap {
  margin-left: 36px;
}

.header__btn-wrap .btn-menu {
  font: calc(12px + 0.125vw) "Ubuntu", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: none;
  border: none;
  text-align: right;
  padding: 0;
  width: 40px;
  margin-top: 3px;
}

.header__btn-wrap .btn-menu span {
  background-color: #fff;
  width: 32px;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  float: right;
}

.header__btn-wrap .btn-menu span:last-child {
  width: 20px;
  margin-bottom: 12px;
}

.header__btn-wrap .btn-menu:hover {
  color: #fec311;
}

.header__btn-wrap .btn-menu:hover span {
  background-color: #fec311;
}

.header.header--fixed {
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 15;
  padding-top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.header.header--fixed.sticky {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header.header--fixed .row {
  height: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fx-smi {
  right: 20px;
  position: fixed;
  z-index: 10;
  top: 60vh;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
}

.fx-smi ul::after {
  clear: both;
  content: '';
  display: block;
  width: 2px;
  height: 95px;
  margin: 30px auto 0;
  background: white;
}

.fx-smi li {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
}

.fx-smi a {
  font-size: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: thin solid transparent;
}

.fx-smi a:hover {
  opacity: .8;
}

.fx-smi.scrolled ul::after {
  background: #000;
}

.fx-smi.scrolled li {
  background: #fff;
}

.fx-smi.scrolled a {
  color: #000;
}

#scroll-down {
  position: fixed;
  top: 60vh;
  left: 20px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  width: 35px;
}

#scroll-down ul {
  display: block;
}

#scroll-down li {
  display: block;
  position: relative;
  margin-bottom: 30px;
  height: 16px;
  width: 16px;
}

#scroll-down li .scroll-section-title {
  display: none;
}

#scroll-down li.nav-active-section a {
  width: 16px;
  height: 16px;
}

#scroll-down li.nav-active-section a::before {
  opacity: 1;
}

#scroll-down a {
  position: absolute;
  border: solid 1px transparent;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: #fff;
  border: thin solid #b7b7b7;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#scroll-down a::before {
  position: absolute;
  clear: both;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scroll-down div {
  position: relative;
  left: -5px;
  color: #fff;
  cursor: pointer;
}

#scroll-down div span {
  display: inline-block;
}

#scroll-down div p {
  font: 13px/1.3 "Ubuntu", sans-serif;
  text-transform: capitalize;
  color: currentColor;
  text-align: left;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#scroll-down div i {
  font-size: 20px;
  color: currentColor;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#scroll-down.nav-active-section-hp-qs div, #scroll-down.nav-active-section-hp-fv div, #scroll-down.nav-active-section-hp-fc div, #scroll-down.nav-active-section-hp-smi div, #scroll-down.nav-active-section-ftr-cf7 div {
  color: #000;
}

#hp-slide {
  z-index: 1;
}

.hp-slide {
  z-index: 1;
}
.hp-slide .cycloneslider-template-video .cycloneslider-volume {
  top: 110px;
  right: 60px;
  display: block;
}

.hp-slide::before, .hp-slide::after {
  clear: both;
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.25);
  pointer-events: none;
}

.hp-slide::before {
  z-index: 2;
  background: url("./images/header-gradient.png") top left repeat-x;
}

.hp-slide .cycloneslider {
  z-index: 2;
}

.hp-slide .cycloneslider-template-video .cycloneslider-slide-custom {
  background: transparent;
}

.hp-cta {
  z-index: 3;
  position: absolute;
  bottom: -10px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 100%;
}

.cta-list {
  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;
}

.cta-list li {
  width: 274px;
  height: 275px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 40px;
  border: 8px solid #fff;
  overflow: hidden;
  position: relative;
}

.cta-list li:first-child {
  margin-left: 0;
}

.cta-list li:last-child {
  margin-right: 0;
}

.cta-list li::before, .cta-list li::after {
  clear: both;
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  will-change: background-color , border-color;
}

.cta-list li::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 6px solid #000;
}

.cta-list li::after {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
  z-index: 2;
}

.cta-list li a {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  will-change: color, text-shadow;
}

.cta-list li a span {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 4px;
}

.cta-list li:hover::before {
  background-color: #fec311;
  border-color: #fec311;
}

.cta-list li:hover a {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}

#hp-about {
  margin-top: 200px;
  z-index: 2;
  padding-bottom: 30px;
}

#hp-about::before {
  clear: both;
  content: '';
  width: 221px;
  height: 720px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#hp-about .inner-wrap {
  padding-left: calc(6.25% - 15px);
  padding-right: calc(6.25% - 15px);
  position: relative;
  z-index: 2;
}

#hp-about .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-img {
  max-width: 53%;
  text-align: right;
}

.about-img img {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
}

.about-content {
  max-width: 47%;
  padding-left: 60px;
  position: relative;
  top: 45px;
}

.about-content p {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2.1;
  margin-bottom: 55px;
  color: #4a4a4a;
  letter-spacing: .005em;
}

#hp-achievement {
  background: url("./images/achievement-bg.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 90px;
  padding: 85px 0 115px;
}

.achievement-list {
  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;
  text-align: center;
}

.achievement-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.achievement-list em {
  font-style: normal;
  font: 400 calc(28px + 1.375vw) "Work Sans", sans-serif;
}

.achievement-list span {
  font: 400 calc(20px + 1.375vw) "Work Sans", sans-serif;
  color: #fec311;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.achievement-list p {
  font-size: 14px;
  line-height: 1.4;
  color: #b4b4b4;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

#hp-testimonial {
  background: url("./images/testi-bg.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 125px;
}

#hp-testimonial .inner-wrap {
  padding-left: calc(6.25% - 15px);
  padding-right: calc(6.25% - 15px);
}

.testi-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testi-title {
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.testi-content {
  max-width: 799px;
  height: 310px;
  background: #000;
  margin-right: -115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testi-slide {
  max-width: 799px;
  padding-right: 115px;
}

.testi-slide-item {
  padding-left: 78px;
}

.testi-slide-item::before {
  clear: both;
  content: '';
  display: block;
  width: 26px;
  height: 19px;
  background: url("./images/icon-quote.png") 0 0 no-repeat;
  margin-bottom: 25px;
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
}

.testi-slide p {
  font: 300 16px/1.9 "Ubuntu", sans-serif;
  color: #fff;
}

.testi-slide p:first-child {
  margin-bottom: 20px;
}

.testi-btn-wrap {
  position: absolute;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testi-btn {
  width: 57px;
  height: 57px;
  background-color: #fff;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: relative;
  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;
  text-align: center;
  will-change: background-color;
}

.testi-btn::before {
  clear: both;
  content: '';
  display: block;
  width: 10px;
  height: 12px;
  margin: auto;
  background: url("./images/arrow-right.png") center no-repeat;
  will-change: filter;
}

.testi-btn.testi-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 5px;
}

.testi-btn:hover {
  background-color: #fec311;
}

.testi-btn:hover::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

#hp-qs {
  padding: 65px 0;
  overflow: unset;
  z-index: 1;
}

.qs {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.qs-title, .qs-content {
  max-width: 1070px;
  margin: 0 auto;
}

.qs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qs-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}

.qs-col-lg {
  max-width: 200px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.qs-col-md {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 130px;
}

.qs-col-sm {
  width: 100px;
}

.qs-col-btn {
  margin-left: auto;
  text-align: right;
}

.qs label {
  display: block;
}

.qs-field {
  font: 300 12px "Montserrat", sans-serif;
  color: #333 !important;
  background: url("./images/select-arrow.png") 95% center no-repeat;
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  border: none;
  width: 100%;
  outline: 0 !important;
  text-transform: uppercase;
  border-bottom: thin solid #999;
  height: 55px !important;
  line-height: 55px;
  -webkit-appearance: none;
}

.qs-btn {
  font-size: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: transparent !important;
  text-transform: uppercase;
  text-align: center;
  outline: 0;
  background: url("./images/icon-search.png") center no-repeat #fec311;
  border: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: -15px;
}

.qs-btn:hover {
  opacity: .8;
}

.qs-col .bootstrap-select.btn-group .dropdown-menu{
  top: 55px;
  bottom: auto;
}

.qs-col .bootstrap-select.btn-group .dropdown-menu.inner{
  max-height: 250px !important;
}

#hp-listing {
  padding-top: 15px;
}

.listing-wrap {
  margin: 13px auto 0;
  max-width: 1080px;
  padding: 0 30px;
}

.listing-wrap .listing-slider {
  margin: 0 -3px;
  text-align: center;
}

.listing-wrap .listing-item {
  padding: 0 3px;
}

.listing-item .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.listing-item .listing {
  position: relative;
  display: block;
  margin: 0 0 6px;
  width: 100%;
}

.listing-item .listing + a {
  margin-bottom: 0;
}

.listing-item .listing.active .listing-detail, .listing-item .listing:hover .listing-detail {
  opacity: 0;
  visibility: hidden;
}

.listing-item .listing.active .listing-detail-overlay, .listing-item .listing:hover .listing-detail-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.listing-item .listing-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.listing-item .listing-thumb::before {
  clear: both;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  opacity: 1;
  z-index: 2;
}

.listing-item .listing-thumb img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.listing-thumb canvas {
  display: block;
  width: 100%;
  height: 334px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.listing-item .listing-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 35px 20px;
}

.listing-item .price {
  font: 500 36px "Work Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.listing-item .address {
  font: 400 18px/1.8 "Ubuntu", sans-serif;
  color: #fff;
  text-transform: uppercase;
  max-width: 55%;
}

.listing-item .bbs {
  margin-top: 20px;
  margin-bottom: 40px;
}

.listing-item .bbs span {
  font: 14px "Ubuntu", sans-serif;
  color: #fff;
  text-transform: uppercase;
  border-left: thin solid #fff;
  padding-left: 8px;
  margin-left: 8px;
  line-height: 16px;
}

.listing-item .bbs span:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.listing-item .listing-detail-overlay {
  background: rgba(254, 195, 17, 0.69);
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 4;
  padding: 15px;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.listing-item .listing-detail-overlay .price {
  margin-bottom: 10px;
}

.listing-btn-wrap{
  text-align: center;
  margin-top: 50px;
}

#hp-fv {
  padding-top: 105px;
}

.video-slider .slick-slide {
  padding: 40px 18px;
}

.video-slider .slick-slide.slick-active .video-slider-item {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  position: relative;
  left: -72px;
  overflow: hidden;
}

.video-slider .slick-slide .video-slider-item::before {
  clear: auto;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.video-slider .slick-slide .video-slider-item a {
  display: block;
  position: relative;
  z-index: 1;
}

.video-slider .slick-slide .video-slider-item a::before {
  clear: auto;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.video-slider .slick-slide.slick-current + .slick-active .video-slider-item {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  left: 0;
}

.video-slider .slick-slide.slick-current + .slick-active .video-slider-item::before {
  display: none;
}

.video-slider .slick-slide.slick-current + .slick-active + .slick-active .video-slider-item {
  right: -72px;
  left: auto;
}

.video-slider .video-wrap {
  position: relative;
  z-index: 1;
}

.video-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.video-btn-wrap .video-btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: relative;
  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;
  will-change: background-color;
}

.video-btn-wrap .video-btn::before {
  clear: both;
  content: '';
  display: block;
  width: 10px;
  height: 12px;
  background: url("./images/arrow-right.png") center no-repeat;
  will-change: filter;
}

.video-btn-wrap .video-btn.video-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 20px;
  border-top: thin solid #969696;
}

.video-btn-wrap .video-btn.video-next {
  border-bottom: thin solid #969696;
}

.video-btn-wrap .video-btn:hover {
  background-color: #fec311;
  border-color: #fec311;
}

.video-btn-wrap .video-btn:hover::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

#hp-fc {
  background: url("./images/fc-bg.jpg") top center no-repeat;
  background-size: cover;
  margin-top: 10px;
  padding-top: 105px;
  padding-bottom: 50px;
}

#hp-fc .inner-wrap {
  padding-left: calc(6.25% - 15px);
  padding-right: calc(6.25% - 15px);
}

.fc-wrap {
  padding-top: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

.fc-item {
  position: relative;
  width: calc(33.33% - 24px);
  margin: 0 12px 24px;
}

.fc-item:nth-child(3n + 2) {
  margin-top: -100px;
}

.fc-item.active .fc-detail, .fc-item:hover .fc-detail {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.fc-thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.fc-thumb canvas {
    width: 100%;
    height: 299px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fc-thumb::before {
  clear: both;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.fc-thumb img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.fc-detail {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: rgba(254, 195, 17, 0.8);
  z-index: 2;
  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;
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

#hp-smi {
  margin-top: 20px;
  background-color: #fec311;
  padding-top: 85px;
  padding-bottom: 90px;
}

#hp-smi .inner-wrap {
  padding-left: calc(6.25% - 15px);
  padding-right: calc(6.25% - 15px);
}

.hp-smi-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 55px;
}

.hp-smi-title a {
  font-size: 20px;
  color: #444;
  line-height: 1.5;
}

.hp-smi-title a:hover {
  opacity: .8;
}

.smi-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.smi-post-group {
  margin: 0 10px;
  width: calc(50% - 20px);
}

.smi-post-item {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.smi-post-item img {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 1;
}

.smi-post-item i {
  color: #fff;
  position: absolute;
  font-size: 32px;
  text-shadow: 2px 2px 2px #000;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}

.smi-post-item:hover {
  opacity: .8;
}

#ftr-cf7 {
  background: url("./images/cf7-bg.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 115px;
  margin-bottom: 95px;
}

#ftr-cf7::before, #ftr-cf7::after {
  position: absolute;
  z-index: 1;
  clear: both;
  content: '';
  display: block;
  top: 0;
  height: 100%;
  width: 6.25%;
  background: #fff;
}

#ftr-cf7::before {
  left: 0;
}

#ftr-cf7::after {
  right: 0;
}

#ftr-cf7 .inner-wrap {
  padding-left: calc(6.25% - 15px);
  padding-right: calc(6.25% - 15px);
  position: relative;
  z-index: 2;
}

.cf7 {
  margin: 50px;
  background: #111;
  padding: 100px 0 90px;
}

.cf7 .form-wrap-inner, .cf7 div.wpcf7-response-output {
  max-width: 885px;
  margin: 0 auto;
}

.cf7 .form-wrap {
  padding: 0 30px;
  position: relative;
}

.cf7 .form-row {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 11px;
}

.cf7 .form-row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.cf7 .form-row:nth-child(2) > div {
  width: 32%;
}

.cf7 .form-row:last-child {
  margin-bottom: 15px;
}

.cf7 .usertype-wrap {
  margin: 21px 0 30px;
}

.cf7 .usertype-wrap .wpcf7-list-item {
  margin: 0 26px;
}

.cf7 .usertype-wrap .wpcf7-list-item label {
  cursor: pointer;
}

.cf7 .usertype-wrap input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cf7 .usertype-wrap .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  color: #ccc;
  text-transform: uppercase;
  position: relative;
}

.cf7 .usertype-wrap .wpcf7-list-item-label::before {
  clear: both;
  width: 18px;
  height: 18px;
  border: thin solid #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 15px;
}

.cf7 .usertype-wrap .wpcf7-list-item-label::after {
  clear: both;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fec311;
  opacity: 0;
}

.cf7 .usertype-wrap input[type="radio"]:checked + span::after {
  opacity: 1;
}

.cf7 label {
  display: block;
}

.cf7 label > span {
  display: block;
}

.cf7 .input_txt {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  background: transparent;
  text-transform: uppercase;
  display: block;
  height: 65px;
  line-height: 65px;
  color: #ccc !important;
  outline: none !important;
  width: 100%;
  border: none;
  text-transform: uppercase;
  border-bottom: thin solid rgba(115, 115, 115, 0.46);
  padding: 0 0 0 15px;
}

.cf7 .input_txt.wpcf7-textarea {
  height: 45px;
  max-height: 45px;
  line-height: 1.5;
}

.cf7 .cf7-btn-wrap {
  max-width: 178px;
  margin: 55px auto 0;
  position: relative;
}

.cf7 .cf7-btn-wrap::before {
  clear: both;
  content: '';
  background: url("./images/arrow-right.png") center no-repeat;
  width: 50px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  -webkit-filter: invert(1);
          filter: invert(1);
  will-change: opacity;
}

.cf7 .cf7-btn-wrap::after {
  clear: both;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #fff;
}

.cf7 .cf7-btn-wrap .hp_cf7_ {
  font: normal 14px "Work Sans", sans-serif;
  color: #fff;
  border: none;
  outline: none;
  padding: 0;
  height: 40px;
  display: inline-block;
  z-index: 2;
  text-transform: uppercase;
  background: none;
}

.cf7 .cf7-btn-wrap .hp_cf7_:hover {
  opacity: .8;
}

.cf7 .cf7-btn-wrap .ajax-loader {
  position: absolute;
  top: 10px;
  right: -70px;
}

.cf7 .cf7-btn-wrap:hover::before {
  opacity: .8;
}

.cf7 .cf7-btn-wrap:hover::after {
  width: calc(100% + 20px);
}

.cf7 span.wpcf7-not-valid-tip {
  font: 400 11px "Work Sans", sans-serif;
  position: absolute;
  left: 0;
  top: -8px;
  background: #fff;
  padding: .3em .5em;
  z-index: 2;
  border: thin solid red;
}

.cf7 .your-message span.wpcf7-not-valid-tip {
  top: -25px;
}

.cf7 div.wpcf7-response-output {
  font: 400 11px "Work Sans", sans-serif;
  margin-top: 0px;
  position: absolute;
  width: calc(100% - 50px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #f00;
  border-width: 3px;
  padding: 4px 3px;
  background: #fff;
}

.footer {
  color: #fff;
  background: #000;
  position: relative;
  padding: 110px 0 50px;
}

.ftr-logo {
  text-align: center;
  margin: 0 55px 0 40px;
}
.ftr-logo a {
    margin: 0 0 20px !important;
    display: inline-block !important;
}
.ftr-logo img {
  opacity: 1;
  display: inline-block;
  max-width: 100%;
}

.ftr-logo img:hover {
  opacity: .8;
}

.ftr-menu {
  margin-bottom: 60px;
}

.ftr-menu .menu-main-container {
  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;
}

.ftr-menu .fnav {
  font-size: 0;
  display: block;
}

.ftr-menu .fnav > li {
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

.ftr-menu .fnav > li:last-child {
  margin-bottom: 0;
}

.ftr-menu a {
  font: 400 15px "Work Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  margin: 0 0 10px;
  display: inline-block;
}

.ftr-menu a:hover {
  opacity: .8;
}

.ftr-menu .sub-menu {
  display: none;
}

.ftr-ci {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.ftr-ci p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 300 14px "Poppins", sans-serif;
  line-height: 1.3;
  color: #fff;
  margin: 10px 0;
  letter-spacing: .015em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ftr-ci p * {
  font-weight: inherit;
  color: inherit;
}

.ftr-ci p.client-phone i {
  font-size: 14px;
}

.ftr-ci p.client-email {
  margin-left: 80px;
}

.ftr-ci p.client-email i {
  font-size: 12px;
}

.ftr-ci a:hover {
  opacity: .85;
}

.ftr-ci i {
  margin-right: 10px;
  min-width: 17px;
}

.ftr-smi {
  margin-bottom: 50px;
}

.ftr-smi li {
  margin: 0 15px;
}

.container--ftr-copyright {
  border-top: thin solid rgba(255, 255, 255, 0.05);
  padding-top: 50px;
}

.container--ftr-copyright .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ftr-copyright p {
  font-size: 15px;
  font-weight: 400;
  color: #999;
}

.ftr-copyright p a {
  color: currentColor;
}

.ftr-copyright p a:hover {
  opacity: .8;
}

.mls-icon-wrap {
  text-align: right;
  font-size: 0;
}

.mls-icon-wrap i {
  color: #808080;
  vertical-align: middle;
  font-size: 19px;
  display: inline-block;
}

.mls-icon-wrap i.ai-mls {
  font-size: 22px;
  vertical-align: bottom;
  margin: 0 15px;
}

#contact-modal {
  max-width: 584px;
  margin: 0 auto;
  background: #fff;
  padding: 35px;
  border-bottom: 13px solid #000;
}

#contact-modal .cfm-btn-wrap {
  overflow: hidden;
  margin-bottom: 23px;
}

#contact-modal .cfm-btn-wrap .cfm-btn-close {
  float: right;
  font-size: 32px;
  color: #666;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: transparent;
}

#contact-modal .cfm-btn-wrap .cfm-btn-close:hover {
  opacity: .8;
}

#contact-modal .cfm-title {
  text-align: center;
}

#contact-modal .cfm-form {
  position: relative;
}

#contact-modal .cfm-form .form-wrap {
  margin-bottom: 10px;
}

#contact-modal .cfm-form .form-row {
  margin-bottom: 18px;
  width: 100%;
}

#contact-modal .cfm-form .form-row.d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contact-modal .cfm-form .form-row.d-flex > div {
  width: 48%;
}

#contact-modal .cfm-form .form-row:last-child {
  margin-bottom: 0;
  margin-top: 37px;
}

#contact-modal .cfm-form label {
  display: block;
}

#contact-modal .cfm-form label > span {
  display: block;
}

#contact-modal .cfm-form .input_txt {
  font: 300 14px "Work Sans", sans-serif;
  text-transform: capitalize;
  background: transparent;
  color: #4a4a4a !important;
  height: 53px;
  line-height: 53px;
  border: thin solid rgba(0, 0, 0, 0.05);
  outline: 0;
  display: block;
  width: 100%;
  padding: 0 17px;
}

#contact-modal .cfm-form .input_txt.wpcf7-textarea {
  padding-top: 17px;
  height: 148px;
  max-height: 148px;
  line-height: 1.5;
}

#contact-modal .cfm-form .cf7-btn-wrap {
  background: #fec311;
  position: relative;
}

#contact-modal .cfm-form .cf7-btn-wrap::before {
  clear: both;
  content: '';
  background: url("./images/arrow-right.png") center no-repeat;
  width: 50px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}

#contact-modal .cfm-form .cf7-btn-wrap:hover {
  opacity: .8;
}

#contact-modal .cfm-form .cf7-btn-wrap .hp_cf7_ {
  font: 500 14px "Work Sans", sans-serif;
  color: #000;
  border: none;
  outline: none;
  padding: 0;
  height: 57px;
  display: block;
  z-index: 2;
  text-transform: uppercase;
  background: none;
  width: 100%;
}

#contact-modal .cfm-form .cf7-btn-wrap .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

#contact-modal .cfm-form .hp_cf7_ {
  display: block;
}

#contact-modal .cfm span.wpcf7-not-valid-tip {
  font: 400 11px "Work Sans", sans-serif;
  position: absolute;
  left: 0;
  top: -8px;
  background: #fff;
  padding: .3em .5em;
  z-index: 2;
  border: thin solid red;
}

#contact-modal .cfm div.wpcf7-response-output {
  font: 400 11px "Work Sans", sans-serif;
  margin: 0px;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #f00;
  border-width: 1px;
  padding: 4px 3px;
  background: #fff;
}

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

.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: 67.08%;
}

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

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

.post-page-testimonials .sidebar {
  display: none;
}

/* 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-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 32px;
  color: #000;
  margin-top: 0;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #000;
}

.ai-contact-wrap input.wpcf7-submit:hover,
.ai-default-cf7wrap input.wpcf7-submit:hover,
.error-forms input.wpcf7-submit:hover {
  background: #fec311 !important;
}

/* contact us */
.cu-ai-contact-wrap .aidefcf-cl2 span:first-child {
  float: none;
  width: 100%;
}

.cu-ai-contact-wrap .aidefcf-cl2 label {
  float: right;
  width: 48.70%;
  position: relative;
}

.cu-ai-contact-wrap .aidefcf-cl2 label:first-child {
  float: left;
  width: 48.70%;
}

/* ip qs */
.ip-qs {
  padding: 20px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin-top: 9.5em;
}

.ip-qs h3 {
  font: 22px "Work Sans", sans-serif;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

.ip-qs .qs {
  max-width: 600px;
}

.ip-qs .qs-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ip-qs .qs-col {
  max-width: 48.5% !important;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 0;
}

.ip-qs .qs-col-lg {
  max-width: 100% !important;
}

.ip-qs .qs-col-lg .qs-field {
  background-position: 97% center;
}

.ip-qs .qs-col-btn {
  margin-top: 15px;
  max-width: 100% !important;
  text-align: center;
}

.ip-qs .qs-btn {
  width: 50px;
  height: 50px;
  background-size: 20px;
  right: 0;
}

/* code sniffer support */
#HTMLCS-settings-use-standard-select {
  color: #000;
}

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


.smi-post-list.facebook-feed canvas {
    background-image: url(images/fb-placeholder.jpg);
}

.smi-post-item canvas {
  display: block;
  width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 310px;
    /* max-width: 310px; */
}

.logo a {
    display: block;
    position: relative;
}

.logo img {
    max-width: 100%;
}

.menu-slide-nav li.hide.menu-item.menu-item-152 {
    display: block !important;
}

.ihf-details-template #inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.of-sec-title {
  color: red;
  font-weight: bold;
  font-size: 19px;
}

.of-content ul {
  margin-top: 0!important;
}

.of-content p {
  margin: 5px 0!important;
}

ul.of-desc, ul.of-desc li {
  list-style-type: none;
}

.of-sec-subtitle {
  font-weight: bold;
  font-size: 17px;
}

.menu-footer-menu-container {
	display: flex;
	justify-content: center;
}

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

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	transform:translateY(-100%) translateY(50px);
}

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

#ihf-map-canvas .leaflet-div-icon{
  border: none;
}

#content-sidebar #listings-results .listings-sort .listings-filter-tab a{
  min-width: 120px;
}
#content-sidebar #listings-results .listings-sort .sort-dropdown button{
  font-size: 14px;
}