/*
Theme Name: Massimo Loporto
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
  
*/
/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/
/* Global */
body {
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background: #FFF;
  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 {
  color: inherit;
}

a:hover,
a:focus,
.slick-slide {
  outline: none;
  text-decoration: none;
}

p {
  font-size: 14px;
}

.global-title h1, .global-title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #252525;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.global-title h1 {
  font-size: 60px;
  letter-spacing: 0.03em;
}

.global-title span {
  display: block;
  font-size: 20px;
  font-weight: 200;
  color: #555555;
  line-height: 1;
  letter-spacing: 0.25em;
  margin-bottom: 14px;
}

.global-title h1 span {
  margin-bottom: 6px;
}

.global-button {
  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: 145px;
  height: 40px;
  font-size: 12px;
  font-weight: 300;
  color: #252525;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #898989;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.global-button:hover,
.global-button:focus {
  background: #555555;
  color: #ffffff;
  border-color: #555555;
}

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

.form-input textarea {
  resize: none;
}

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

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

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

.default-header {
  padding: 32px 0 0;
}

.default-header-bottom {
  position: relative;
  margin-top: -20px;
  pointer-events: none;
}

.default-header-bottom::before {
  content: '';
  display: block;
  position: absolute;
  width: calc( 50% - 82px);
  height: 1px;
  bottom: 45px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

.default-header-bottom::after {
  content: '';
  display: block;
  position: absolute;
  width: calc( 50% - 82px);
  height: 1px;
  bottom: 45px;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}

.header-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-contact ul li {
  margin-left: 6px;
}

.header-contact ul li 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 ul li a:hover,
.header-contact ul li a:focus {
  color: #898989;
}

.header-contact ul li a i {
  font-size: 14px;
  font-weight: 700;
  margin-right: 6px;
}

.header-contact ul li a i.ai-font-envelope-o {
  font-size: 12px;
}

.header-contact ul li a span {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.header-logo {
  text-align: center;
}

.header-logo a {
  display: inline-block;
  pointer-events: auto;
}

.header-navi {
  padding-top: 38px;
}

.header-navi-left {
  padding-right: 0;
}

.header-navi-left .site-navi {
  margin-left: -60px;
}

.header-navi-right {
  padding-left: 0;
  text-align: right;
}

.header-navi-right .site-navi {
  margin-right: -56px;
}

.header-navi-right .site-navi > li > a {
  padding: 0 48px;
}

.site-navi {
  pointer-events: auto;
}

.site-navi li {
  display: block;
  margin-bottom: 1px;
  position: relative;
}

.site-navi li a {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 200;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.site-navi > li {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.site-navi > li:first-child {
  border-left: 0;
}

.site-navi > li > a {
  padding: 1px 45px;
}

.site-navi > li > a::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -33px;
  margin: auto;
  background: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.site-navi > li:hover > a::after,
.site-navi > li:focus > a::after {
  width: calc( 100% - 20px);
}

.site-navi .sub-menu {
  position: absolute;
  width: 185px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -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 {
  top: 0;
  margin-left: 100%;
}

.site-navi .sub-menu li a {
  background: #888;
  letter-spacing: 0.12em;
  padding: 12px 5px;
}

.site-navi .sub-menu li:hover > a,
.site-navi .sub-menu li:focus > a {
  background: #000000;
}

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

.site-navi > li > .sub-menu {
  left: -150%;
  right: -150%;
  margin: 0 auto;
  padding-top: 64px;
}

.fixed-header {
    display: none;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1026;
}

.fixed-header::before {
  content: '';
  display: block;
  position: absolute;
  width: calc( 50% - 45px);
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: -1;
}

.fixed-header::after {
  content: '';
  display: block;
  position: absolute;
  width: calc( 50% - 45px);
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: -1;
}

.fixed-header .header-logo a {
  display: block;
  width: 90px;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.95);
}

.fixed-header .navigation.row {
    display: flex;
    align-items: center;
}

.fixed-header .header-navi {
  padding-top: 0;
}

.fixed-header .header-navi .site-navi > li > a::after {
  bottom: -27px;
}

.fixed-header .header-navi .site-navi > li > .sub-menu {
  padding-top: 27px;
}

/* Header : END */
/* Side Navigation : START */
#scroll-down {
  position: fixed;
  top: 50vh;
  left: 100px;
  z-index: 1003;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  color: #888888;
}

#scroll-down ul {
  display: inline-block;
}

#scroll-down ul li {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

#scroll-down ul li:last-child {
  margin-bottom: 0;
}

#scroll-down ul li .scroll-section-title {
  display: none;
  position: absolute;
  top: 9px;
  right: 46px;
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s ease-in-out, top 0.3s;
  transition: visibility 0.3s, opacity 0.3s ease-in-out, top 0.3s;
}

#scroll-down ul li:hover .scroll-section-title
#scroll-down ul li:focus .scroll-section-title,
#scroll-down ul li.nav-active-section .scroll-section-title {
  visibility: visible;
  opacity: 1;
}

#scroll-down ul li a {
  position: relative;
  border: solid 2px transparent;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out, top 0.3s;
  transition: all 0.3s ease-in-out, top 0.3s;
  cursor: pointer;
}

#scroll-down ul li.nav-active-section a,
#scroll-down ul li a:hover,
#scroll-down ul li a:focus,
#scroll-down:not(.vertical-nav-active) ul li:first-child a {
  border: solid 2px #efefef;
}

#scroll-down ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background: #efefef;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

#scroll-down:not(.vertical-nav-active) ul li:first-child a::before {
  background: #FFF;
}

/* Side Navigation : END */
/* Hero : START */
.hero {
  position: relative;
  font-size: 0;
}

.slide-holder > canvas {
  display: block;
  width: 100%;
  height: 100vh;
}

.slide-slick {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

.slide-slick .slick-list, .slide-slick .slick-track, .slide-slick .slick-slide, .slide-slick canvas {
  height: 100vh;
}

.slide-slick .slick-dots {
  position: absolute;
}

.slide-slick .slick-dots li {
  display: block;
}

.slide-slick .slick-dots li button {
  display: none;
}

.slide-item {
  position: relative;
}

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

.slide-item::before {
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.slide-item::after {
  background: url(assets/images/slide-overlay.png) repeat-x center top/auto 100%;
  z-index: 3;
}

.slide-item canvas {
  display: block;
  position: relative;
  width: 100%;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img:before,
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img:after,
.slide-holder .cycloneslider-template-responsive .cycloneslider-slide::before,
.slide-holder .cycloneslider-template-responsive .cycloneslider-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*.slide-holder .cycloneslider-template-responsive .cycloneslider-slide::before {
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}*/
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img:after,
.slide-holder .cycloneslider-template-responsive .cycloneslider-slide::after {
  background: url(assets/images/slide-overlay.png) repeat-x center top/auto 100%;
  z-index: 3;
  opacity: 0.7;
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-slide canvas {
  position: relative;
  z-index: 1;
}

.slide-tagline {
  position: absolute;
  width: 100%;
  bottom: 65px;
  text-align: center;
  z-index: 4;
}

.slide-tagline a {
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.slide-tagline a:hover,
.slide-tagline a:focus {
  color: #555555;
}

/* Hero : END */
/* Welcome : START */
.hp-welcome {
  background: #ffffff;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
}

div[class^="welcome-bg"] {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

div[class^="welcome-bg"]::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

div.welcome-bg-01 {
  background-image: url(assets/images/welcome-bg-01.jpg);
  width: 493px;
  height: 461px;
  top: 0;
  left: -150px;
}

div.welcome-bg-01::before {
  background: #e6e6e6;
  opacity: 0.80;
}

div.welcome-bg-01::after {
  content: '';
  display: block;
  position: absolute;
  width: calc( 100% - 232px);
  height: 244px;
  bottom: -220px;
  background: #f4f4f4;
}

div.welcome-bg-02 {
  background-image: url(assets/images/welcome-bg-02.jpg);
  width: 381px;
  height: 388px;
  top: -155px;
  right: -220px;
}

div.welcome-bg-02::before {
  background: #ffffff;
  opacity: 0.75;
}

.welcome-container {
  position: relative;
  width: 1430px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.welcome-image {
  position: relative;
  width: 35.21%;
  padding-top: 138px;
  z-index: 2;
}

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

.welcome-text {
  position: relative;
  width: 64.79%;
}

.welcome-text-inner {
  width: calc( 100% + 188px);
  margin-left: -250px;
  background: #ffffff;
  padding: 148px 140px 50px 295px;
}

.welcome-text .global-title {
  margin-bottom: 42px;
}

.welcome-text p {
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}

.welcome-text p:first-of-type {
  font-weight: 600;
}

.welcome-text .global-button {
  margin-top: 45px;
}

/* Welcome : END */
/* Properties : START */
.hp-properties {
  background: #ffffff;
  position: relative;
  padding: 70px 0 0;
  font-size: 0;
}

.properties-container .global-title {
  text-align: center;
  margin-bottom: 66px;
}

.properties-slick {
  margin: 0 -0.5px;
}

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

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

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

.properties-slide {
  padding: 0 0.5px;
}

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

/* .properties-slide a::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.7);
  height: 34px;
  padding: 0 22px;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 3;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
} */

.properties-slide a:hover::before,
.properties-slide a:focus::before {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/*.properties-slide a.properties-sold::before {
  content: 'Sold';
}

.properties-slide a.properties-incontract::before {
  content: 'In Contract';
}*/

.properties-image {
  position: relative;
  z-index: 1;
}

.properties-image canvas {
  display: block;
  width: 100%;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.properties-slide a:hover .properties-image canvas,
.properties-slide a:focus .properties-image canvas {
  -webkit-transform: scale(1.2) translateZ(0);
          transform: scale(1.2) translateZ(0);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.properties-text {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.properties-slide a:hover .properties-text,
.properties-slide a:focus .properties-text {
  opacity: 1;
}

.properties-price {
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
}

.properties-address {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  max-width: 330px;
  margin: 42px auto 32px;
}

.properties-specs {
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.properties-specs span {
  display: block;
  padding: 0 18px;
  border-left: 1px solid #ffffff;
}

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

.properties-button {
  margin-top: 45px;
  border-color: #ffffff;
  color: #ffffff;
}

/* Properties : END */
/* Communities : START */
.hp-communities {
  background: #ffffff;
  position: relative;
  padding: 65px 0 0;
  font-size: 0;
}

.communities-container .global-title {
  text-align: center;
  margin-bottom: 68px;
}

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

.communities-slick:not(.slick-initialized) .communities-slide {
  width: 25%;
}

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

.communities-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}

.communities-image {
  position: relative;
  z-index: 1;
}

.communities-image::before, .communities-image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.communities-image::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.communities-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.communities-image canvas {
  display: block;
  width: 100%;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.communities-slide a:hover .communities-image::before,
.communities-slide a:focus .communities-image::before {
  opacity: 0;
}

.communities-slide a:hover .communities-image::after,
.communities-slide a:focus .communities-image::after {
  opacity: 1;
}

.communities-slide a:hover .communities-image canvas,
.communities-slide a:focus .communities-image canvas {
  -webkit-transform: scale(1.2) translateZ(0);
          transform: scale(1.2) translateZ(0);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.communities-text {
  position: absolute;
  width: 100%;
  height: 42%;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.communities-text span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

.communities-slide a:hover .communities-text,
.communities-slide a:focus .communities-text {
  height: 100%;
}

/* Communities : END */
/* Footer : START */
.site-footer {
  background: #000000;
  position: relative;
  padding: 0 0 55px;
  font-size: 0;
}

.footer-form {
  background: url(assets/images/form-bg.jpg) no-repeat center center/cover;
  position: relative;
  padding: 132px 0 160px;
}

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

.footer-form .container {
  position: relative;
}

.footer-form .global-title {
  text-align: center;
  margin-bottom: 28px;
}

.footer-form .global-title h2 {
  color: #ffffff;
  letter-spacing: 0.03em;
}

.footer-form .global-title + p {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 55px;
}

.footer-form-holder {
  position: relative;
}

.footer-form-holder .form-input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.footer-form-holder .form-input input:not([type="submit"]),
.footer-form-holder .form-input textarea {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  height: 40px;
  padding: 0 20px;
  line-height: 42px;
}

.footer-form-holder .form-input textarea {
  height: 140px;
  padding-top: 20px;
  padding-right: 30px;
  line-height: 1.1;
}

.footer-form-holder .form-sm {
  width: calc( 33.33% - 6.66px);
  margin-right: 10px;
  margin-bottom: 10px;
}

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

.footer-form-holder .form-nomar {
  margin-right: 0;
}

.footer-form-holder .form-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #000000;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-form-holder .form-button:hover,
.footer-form-holder .form-button:focus {
  color: #555555;
}

.footer-form-holder .form-button input[type="submit"] {
  width: 28px;
  height: 28px;
}

.footer-form-holder .form-button i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  pointer-events: none;
}

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

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

.footer-form-holder div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: -8px;
  right: -10px;
}

.footer-form-holder div.wpcf7-response-output {
  position: absolute;
  width: 100%;
  font-size: 12px;
  color: #ffffff !important;
  text-align: center;
  margin: 10px 0 0;
}

.footer-logo {
  position: relative;
  margin-top: -70px;
}

.footer-logo-holder div {
  width: 33.33%;
}

.footer-logo-holder div a {
  display: inline-block;
}

.footer-logo-holder .footer-site-logo {
  text-align: center;
}

.footer-logo-holder .footer-site-logo a {
  background: #000000;
  padding: 25px 35px;
}

.footer-logo-holder .footer-site-logo + div {
  text-align: right;
}

.footer-smis {
  margin: 48px 0 35px;
}

.footer-smis-holder a {
  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;
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  margin: 0 8px;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-smis-holder a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #898989;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-smis-holder a:hover::before,
.footer-smis-holder a:focus::before {
  opacity: 1;
}

.footer-smis-holder a.smis-instagram::before {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-smis-holder a.smis-zillow::before {
  background: #1277e1;
}

.footer-smis-holder a.smis-linkedin::before {
  background: #2867B2;
}

.footer-contact ul li {
  margin-left: 50px;
}

.footer-contact ul li:first-child {
  margin-left: 0;
}

.footer-contact ul li a, .footer-contact ul li div {
  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;
}

.footer-contact ul li a:hover,
.footer-contact ul li a:focus {
  color: #898989;
}

.footer-contact ul li i {
  font-size: 20px;
  font-weight: 700;
  margin-right: 12px;
}

.footer-contact ul li i.ai-font-location-b {
  margin-right: 8px;
}

.footer-contact ul li i.ai-font-envelope-o {
  font-size: 12px;
}

.footer-contact ul li i.ai-font-phone-o {
  font-size: 15px;
}

.footer-contact ul li span {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.12em;
}

.footer-navi {
  margin: 52px 0 20px;
}

.footernav {
  text-align: center;
}

.footernav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.footernav li a {
  display: block;
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footernav li a:hover,
.footernav li a:focus {
  color: #898989;
}

.footer-copyright {
  text-align: center;
}

.footer-copyright p {
  font-size: 11px;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

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

.footer-copyright a:hover,
.footer-copyright a:focus {
  color: #898989;
}

.footer-copyright .footer-site-title {
  text-transform: uppercase;
}

.footer-copyright i {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #959595;
  margin: 0 3px;
}

/* Footer : END */
/*******************************************************
 *
 * 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.4);
}

.ip-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(assets/images/slide-overlay.png) repeat-x center top / auto 100vh;
  opacity:0.3;
}

.ip-banner canvas {
  /*background-image: url(/wp-content/uploads/2020/12/ip-banner-1.jpg) !important;*/
  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;
}

/*.page-id-27 .ip-banner canvas {
  background-image: url(https://massimoloporto.com/wp-content/uploads/2020/12/ip-banner-1.jpg) !important;
}*/

.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: 25px;
}

/* 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: 40px;
  font-weight: 600;
  color: #252525;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #252525;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Sidebar Logo : START */
.sidebar-logo {
  position: relative;
  text-align: center;
  font-size: 0;
}

.sidebar-logo a {
  display: inline-block;
  background: #000000;
  padding: 10px;
}

.sidebar-logo a img {
  width: 100%;
}

/* Sidebar Logo : END */
/* Sidebar Agent : START */
.sidebar-agent {
  position: relative;
  padding: 30px 0 20px;
  font-size: 0;
}

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

/* Sidebar Agent : START */
/* Sidebar Search : END */
.sidebar-search {
  position: relative;
  font-size: 0;
}
  
 .sidebar-search .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  font-size: 12px;
 }

.sidebar-search .hp-quick-search .dropdown-menu.open {
  top: 32px;
  bottom: auto;
}

.sidebar-search .head-title {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.search-form .form-input {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}

.search-form .form-input input:not([type="submit"]),
.search-form .form-input select {
  border: 1px solid #898989;
  height: 32px;
  font-size: 11px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.12em;
  padding: 0 6px;
}

.mac-true.name-Firefox .search-form .form-input select {
  padding-left: 3px;
}

.search-form .form-sm {
  width: calc( 50% - 2px);
  margin-right: 4px;
}

.search-form .form-sm:nth-child(even) {
  margin-right: 0;
}

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

.search-form .form-button {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 2px);
  margin-right: 4px;
}

.search-form .form-button input[type="submit"] {
  width: 100%;
  height: 32px;
  background: #000000;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.search-form .form-button input[type="submit"]:hover,
.search-form .form-button input[type="submit"]:focus {
  background: #555555;
}

.search-form a.advanced-search {
  display: inline-block;
  vertical-align: middle;
  background: #898989;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: calc(50% - 2px);
  height: 32px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.search-form a.advanced-search:hover,
.search-form a.advanced-search:focus {
  background: #555555;
}

.search-form a.advanced-search 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;
  height: 32px;
}

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

.image-van img {
	width: 100%;
}

.floating-smis::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 93%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #a6a6a6;
	z-index: -1;
}

.floating-smis {
	position: fixed;
	text-align: center;
	z-index: 2;
	right: 35px;
	top: 50%;
	display: flex;
	flex-direction: column;
	transform: translate(-50%,-50%);
}


.floating-smis {
	text-align: center;
}

.floating-smis a:first-of-type {
	margin-top: 0;
}

.floating-smis a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	margin: 12px 0;
	color: var(--primary-color);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.floating-smis a i {
	font-size: 18px;
}
  .floating-smis a:hover {
    background: #555555;
    color: #ffffff;
    border-color: #555555;
  }

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    border: 1px solid #898989;
    border-radius: 0;
    margin: 0;
    padding: 0 6px;
    height: 32px;
}
.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 11px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 0.12em;
}
/*.hp-quick-search .dropdown-menu.open {
    max-height: 300px !important;
}*/
.hp-quick-search ul.dropdown-menu.inner {
    max-height: 200px !important;
}

#breadcrumbs {
  font-size: 18px;
}

#content .entry #ihf-main-container ul {
  padding-left: 0;
  margin-left: 0;
}

#ihf-detail-features-tab .row.mt-10 {
  margin-left: 0;
  margin-right: 0;
}

#ihf-map-canvas {
  z-index: 1;
}

.ihf-grid-result-address {
  display: block;
}

.error-page-cf-wrap div.wpcf7-response-output {
  text-align: center;
  margin: 0;
}

a.skiptobtn {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  z-index: -1;
  opacity: 0;
  background: rgba(255,255,255,0.5);
  color: #000;
}
a.skiptobtn:focus {
  opacity: 1;
  z-index: 9;
  display: block;
}

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


.slide-tagline {
    display: none;
}


/* Vanguard Properties Page */

.page-id-28 #content .entry-title, #content .archive-title {
  display: none;
}

.about-logos {
	text-align: center;
}

.about-logos img {
	display: inline-block;
	max-height: 85px;
	width: auto;
	vertical-align: middle;
	padding: 0 1%;
}

/* End */





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