/*
Theme Name: VERDI MANAGEMENT LLC
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. Navigation
 *
 *******************************************************/

/* Sub Menu */
#nav li,
#nav2 li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#nav > li,
#nav2 > li {
  margin-right: 20px;
}

#nav > li::after,
#nav2 > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #b4cedc;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#nav > li:hover::after,
#nav2 > li:hover::after {
  width: 99px;
  opacity: 1;
}

#nav > li:last-child,
#nav2 > li:last-child {
  margin-right: 0;
}

#nav li a,
#nav2 li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* #nav > li > a:hover,
#nav2 > li > a:hover{
    color: #072245;
} */

#nav .sub-menu,
#nav2 .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: 360px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 46px;
}

#nav .sub-menu a,
#nav2 .sub-menu a {
  color: #072245;
  display: block;
  padding: 9px;
  font-weight: 500;
  background: #b4cedc;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
}

#nav .sub-menu a:hover,
#nav2 .sub-menu a:hover {
  background: #072245;
  color: #fff;
  text-decoration: none;
}
#nav .sub-menu .sub-menu,
#nav2 .sub-menu .sub-menu {
  margin-left: 0;
  top: 0;
  display: block !important;
  position: relative;
  left: 0;
  transform: translateX(0);
  padding: 0;
}
#nav li:hover > .sub-menu,
#nav2 li:hover > .sub-menu {
  display: block;
}
#nav .sub-menu li,
#nav2 .sub-menu li {
  position: relative;
  display: block;
  width: 100%;
}

#nav .sub-menu li.menu-item-has-children > a,
#nav2 .sub-menu li.menu-item-has-children > a {
  background: #072245;
  color: #fff;
}

/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */
a,
a:hover,
a:visited,
a:focus,
input,
input:focus,
textarea,
textarea:focus,
select:focus,
select {
  outline: none !important;
  text-decoration: none !important;
}
.slick-slide {
  outline: none !important;
}

div#main-wrapper {
  overflow: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  color: #666666;
  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; */
}

/* Header */
header.header {
  font-size: 0;
  position: absolute;
  width: 100%;
  padding: 40px 15px 46px;
  top: 0;
  left: 0;
  z-index: 1010;
  background: rgba(84, 138, 169, 0.75);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-inner {
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 34px;
}

.header-phone span {
  padding-right: 4px;
}

.header-phone em {
  padding-right: 35px;
}

.header-phone span,
.header-phone em,
.header-email a {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.005em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-phone em:hover,
.header-email a:hover,
.header-smi a:hover {
  color: #072245;
}

.header-email {
  position: relative;
}

.header-email::after {
  position: absolute;
  content: "";
  height: 13px;
  width: 1px;
  background: #868d93;
  top: 2px;
  left: -18px;
  pointer-events: none;
}

.header-email::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 1px;
  background: #868d93;
  top: 2px;
  right: -18px;
  pointer-events: none;
}

.header-smi {
  padding-left: 30px;
  display: none;
}

.header-smi a {
  font-size: 16px;
  color: #fff;
  margin: 0 8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-top-text {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 15px;
  font-weight: 700;
}
/* End Header */

/* Fixed Header*/
.fixed-header {
  position: fixed;
  top: -500px;
  left: 0;
  width: 100%;
  z-index: 1010;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #072245;
  opacity: 0;
  pointer-events: none;
}

.fixed-header.show-fixed {
  top: 0;
  opacity: 1;
  pointer-events: all;
}

.fh-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0 13px;
}

#nav2 .sub-menu {
  padding-top: 31px;
}
/* End Fixed */

/* Slideshow */
.hp-slideshow {
  position: relative;
}

.slide-logo {
  position: absolute;
  width: 100%;
  bottom: 32px;
  left: 5.5%;
}

.slide-logo a {
  width: 123px;
  height: 109px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* End Slideshow */

/* Qs */
.qs-cta {
  position: absolute;
  top: 276px;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 1;
}

.hp-qs {
  position: relative;
  background: rgba(84, 138, 169, 0.48);
  padding: 0 0 30px;
  max-width: 756px;
  margin: 0 auto;
}

.qs-title,
.qs-sub-title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.005em;
  text-align: center;
}

.qs-sub-title {
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  padding: 46px 0 0;
}

.qs-sub-title a {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  max-width: 400px;
  margin: 0 auto;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.qs-sub-title a:hover {
  background: #548aa9;
  border: 1px solid #548aa9;
}

.qs-form {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 0 0;
}

.qs-lg {
  position: relative;
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.qs-lg::after {
  position: absolute;
  content: "\b0261";
  font-family: agentimage;
  font-size: 20px;
  color: #fff;
  right: 21px;
  top: 14px;
  pointer-events: none;
  display: none;
}

.qs-lg input {
  width: 100%;
  height: 49px;
  border: 1px solid #fff;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  padding: 0 16px;
  letter-spacing: 0.005em;
}

.qs-search {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}

.qs-search a {
  width: 100%;
  height: 49px;
  border: 1px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qs-search {
  padding-right: 5px;
}

.qs-button {
  width: 20%;
  height: 49px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.qs-button input[type="submit"] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #fff;
  background: transparent;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
/* End Qs */

/* Cta */
.hp-cta {
  position: relative;
  padding: 41px 0 0;
}

.cta-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -6.5px;
}

.cta-list {
  width: calc(100% / 5);
  padding: 0 6.5px;
}

.cta-list a {
  position: relative;
  display: block;
}

.cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.66);
  height: 136px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.cta-list a:hover .cta-box {
  background: transparent;
}

.cta-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #b4cedc;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cta-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #b4cedc;
  opacity: 0;
  transform: scale(0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.cta-list a:hover .cta-box::before {
  opacity: 1;
  transform: scale(1);
}

.cta-title span {
  padding: 14px 0 2px;
}

.cta-title span,
.cta-title em {
  font-size: 14px;
  color: #072245;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  text-align: center;
  font-style: normal;
  display: block;
}

.cta-title em {
  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 0;
}

.cta-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  max-width: 306px;
  width: 100%;
  height: 51px;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.cta-button a:hover {
  color: #072245;
  text-shadow: 0 0 0 #072245;
}

.cta-button a:last-child {
  margin-left: 29px;
}

.cta-button a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #b4cedc;
  opacity: 0;
  transform: scale(0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.cta-button a:hover::before {
  opacity: 1;
  transform: scale(1);
}
/* End Cta */

/* Hp Welcome */
.hp-welcome {
  font-size: 0;
  position: relative;
  background: url(images/welcome-bg.jpg) no-repeat;
  padding-bottom: 334px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.global-title {
  position: relative;
  padding: 93px 0 0;
  text-align: center;
}

.hp-welcome .global-title {
  text-align: left;
}

.welcome-left {
  margin: 0 0 0 -64px;
}

.welcome-left,
.welcome-right {
  position: relative;
  z-index: 1;
}

.welcome-right {
  margin: 0 -82px 0 -15px;
  padding: 79px 0 95px 80px;
}

.welcome-left-box {
  position: relative;
  z-index: 1;
  margin: 56px -15px 0 0;
  padding: 87px 58px 0 0;
}

.welcome-left-box::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: -4px;
  right: 0;
  background: #fff;
  opacity: 1;
  z-index: -1;
}

.welcome-right::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}

.global-title span {
  display: block;
  font-size: 60px;
  color: #072245;
  letter-spacing: 0.005em;
  font-family: "Playfair Display", serif;
}

.welcome-title {
  font-weight: 600;
  font-size: 24px;
  color: #548aa9;
  letter-spacing: 0.005em;
  padding: 0 0 16px;
  line-height: 36px;
}

.global-text p {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  letter-spacing: 0.005em;
  padding: 0 0 15px;
}

.global-button a {
  position: relative;
  max-width: 184px;
  width: 100%;
  height: 42px;
  border: 2px solid #b4cedc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #072245;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.global-button a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #b4cedc;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: scale(0.5);
  z-index: -1;
}

.global-button a:hover::before {
  opacity: 1;
  transform: scale(1);
}
/* End Welcome */

/* Hp Services */
.hp-services {
  font-size: 0;
  position: relative;
  padding-bottom: 128px;
}

.hp-services::after {
  content: "";
  position: absolute;
  width: 89.3%;
  height: 1px;
  background: #c4c4c4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.hp-services .global-title {
  padding: 86px 0 0;
}

.global-title i {
  font-style: normal;
  color: #548aa9;
}

.services-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  padding: 45px 0 0;
}

.services-list {
  padding: 1px;
  width: calc(100% / 3);
}

.services-list a {
  position: relative;
  display: block;
}

.services-img {
  position: relative;
}

.services-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-list a:hover .services-img::before {
  background: rgba(180, 206, 220, 0.87);
}

.services-img canvas {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.st-holder {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 111px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-list a:hover .st-holder {
  top: 0;
}

.services-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  min-height: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-list a:hover .services-title {
  color: #072245;
  text-shadow: 0 0 0 #072245;
  min-height: initial;
}
/* End Services */

/* Vacation Owner */
.hp-services.vacation-owner .services-list {
  width: calc(100% / 4);
}

.hp-services.vacation-owner .st-holder {
  top: 89px;
}

.hp-services.vacation-owner .services-title {
  line-height: 19px;
  font-size: 14px;
}
/* End */

/* Vacation Guest */
section.hp-services.icon {
  padding: 0 0 20px;
}

.vg-holder {
  max-width: 995px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 111px 0 0;
}

.vg-list {
  width: calc(100% / 3);
  padding: 0 0 104px;
}

.vg-list a {
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  opacity: 1;
  display: block;
}

.vg-list a:hover {
  opacity: 0.5;
}

.vg-icon img {
  margin: 0 auto;
}

.vg-title {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 24px;
  color: #072245;
  font-size: 16px;
  text-transform: uppercase;
  padding: 27px 0 0;
}
/* End Guest */

/* Long Term */
.hp-services.long-term .services-list {
  width: calc(100% / 4);
}

.hp-services.long-term .services-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1278px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 0;
}

/* End Long Term */

/* Tenant Services */
.hp-services.tenant-services {
  padding: 0;
}

.hp-services.tenant-services::after {
  display: none;
}
/* End Tenant */

/* Testimonials */
.hp-testimonials {
  font-size: 0;
  background: url(images/testi-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 301px 0 189px;
}

.testi-inner {
  position: relative;
}

.testi-inner:before {
  content: "";
  position: absolute;
  width: 41.1%;
  height: 575px;
  background: rgba(84, 138, 169, 0.73);
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.testi-slick-holder {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}

.testi-title {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #fff;
  letter-spacing: 0.005em;
  position: relative;
  z-index: 1;
  padding: 0 0 72px 210px;
}

.testi-box-item {
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.testi-slick-holder:not(.slick-initialized)
  .testi-box-item:not(:nth-child(-n + 2)) {
  display: none;
}

.testi-box {
  background: #fff;
  position: relative;
  padding: 58px 58px 13px 68px;
}

.testi-qoute {
  padding: 0 0 47px;
}

.testi-descrip,
.testi-name {
  font-size: 14px;
  letter-spacing: 0.005em;
  line-height: 30px;
  color: #666666;
  font-weight: 300;
  padding: 0 0 30px;
}

.testi-name,
.wpcr3_review_author {
  display: none !important;
  opacity: 0;
}
.tesi-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.testi-left {
  padding-right: 14px;
  width: 50%;
  position: relative;
}

.testi-right {
  padding-left: 14px;
  width: 50%;
  position: relative;
}

.testi-arrow {
  position: absolute;
  top: 64%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 13px;
  pointer-events: none;
  transform: translateY(-50%);
}

.testi-arrow span {
  font-size: 27px;
  color: #b3cddb;
  cursor: pointer;
  pointer-events: all;
}

.testi-arrow span.ai-font-arrow-i-n {
  color: #092446;
}

.hp-testimonials ul.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
}

.hp-testimonials .slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  padding: 0;
  background: #b4cedc;
  border: none;
  margin: 0 6px;
}

.hp-testimonials .slick-dots li.slick-active button {
  background: #072245;
}
/* End Testimonials */

/* Hp Form */
.hp-form {
  font-size: 0;
  position: relative;
  background: #072245;
  padding: 203px 0 150px;
}

.hp-form::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/form-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  filter: grayscale(1);
  pointer-events: none;
}

.form-title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #fff;
  letter-spacing: 0.005em;
  padding: 0 0 42px;
}

.form-inner {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.ff-md {
  width: 31.18%;
  display: inline-block;
  vertical-align: middle;
}

.ff-md.marg-right {
  margin-right: 30px;
}

.ff-md input,
.ff-lg textarea {
  width: 100%;
  height: 36px;
  border: none;
  border-bottom: 1px solid #8a8082;
  font-size: 12px;
  background: transparent;
  color: #d7d2d6;
  resize: none;
  outline: none;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}

.ff-lg textarea {
  height: 90px;
  padding: 27px 0 0;
}

.ff-button input {
  max-width: 184px;
  height: 42px;
  border: none;
  background: #b4cedc;
  letter-spacing: 0.005em;
  color: #072245;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  width: 100%;
  margin: 89px auto 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ff-button input:hover {
  background: #072245;
  color: #b4cedc;
}

.form-inner div.wpcf7-response-output {
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: -38px;
  margin: 0;
  width: 100%;
  color: #fff;
}

.form-inner span.wpcf7-not-valid-tip {
  font-size: 15px;
}

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

.form-inner div.wpcf7 .ajax-loader {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
}
/* End Form */

/* Footer */
footer.footer {
  font-size: 0;
  position: relative;
  background: #b4cedc;
  padding: 80px 0 70px;
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logos a.marg {
  margin: 0 72px;
}

.footer-logos p {
  font-size: 12px;
  text-align: center;
  margin-top: 9px;
  color: #072245;
}

.footer-address {
  font-size: 15px;
  text-align: center;
  padding: 30px 0 0;
  color: #072245;
  text-shadow: 0 0 0 #072245;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0 0;
}

.footer-phone {
  margin: 0 30px 0 13px;
  position: relative;
}

.footer-phone::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 13px;
  background: #314661;
  top: 3px;
  right: -18px;
  pointer-events: none;
}

.footer-phone,
.footer-email {
  display: flex;
  align-items: center;
}

.footer-phone span,
.footer-email span {
  font-size: 12px;
  color: #072245;
  padding-right: 7px;
}

.footer-email span {
  font-size: 15px;
}

.footer-county,
.footer-phone em,
.footer-email a {
  font-weight: 500;
  color: #072245;
  font-size: 15px;
  letter-spacing: 0.005em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-phone em:hover,
.footer-email a:hover,
.footernav li a:hover {
  color: #000;
}

.footernav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}

.footernav li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  color: #072245;
  text-shadow: 0 0 0 #072245;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 21px;
}

.footernav li:first-child a {
  margin-left: 0;
}

.footernav li:last-child a {
  margin-right: 0;
}

.copyright {
  font-size: 12px;
  color: #072245;
  text-align: center;
  text-shadow: 0 0 0 #072245;
  padding: 54px 0 0;
}

.footer .header-smi {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0 34px;
  /* display: none; */
}

.footer .header-smi a {
  color: #072245;
  margin: 0 9px;
  font-size: 17px;
}

.mls {
  font-size: 25px;
  color: #072245;
  text-align: center;
  padding: 23px 0 0;
}
/* End Footoer */
/*******************************************************
 *
 * 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%;
  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 {
}

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

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

.side-logo img {
  margin: 0 auto;
}

.side-smi .footer .header-smi {
  padding: 12px 0 0;
}

.side-qs .hp-qs {
  background: #072245;
  padding: 15px 15px 25px;
  margin: 12px 0 0;
}

.side-qs .qs-title,
.side-qs .qs-sub-title {
  font-size: 15px;
  line-height: 23px;
}

.side-qs .qs-sub-title {
  font-size: 16px;
  padding: 0;
}

.side-qs .qs-lg input {
  font-size: 10px;
  padding: 0 5px;
}

.side-qs .qs-lg::after {
  font-size: 13px;
}

/* UPLOAD PHOTO PAGE */
.upload_button {
  width: 100%;
  margin-bottom: 30px;
}
.ip_photo_upload {
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
}

.ip_photo_upload::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(84, 138, 169, 0.73);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ip_photo_upload:hover::before {
  opacity: 1;
}
.ip_photo_upload canvas {
  width: 100%;
  height: auto;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ip-pu-descrip {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ip_photo_upload:hover .ip-pu-descrip {
  opacity: 1;
}

.page-id-318 div.wpcr3_review div.wpcr3_review_datePublished {
  display: none !important;
}

.page-id-318 .wpcr3_caps,
.page-id-318 span.wpcr3_item_name {
  padding-left: 4px;
}

div.wpcr3_review div.wpcr3_review_author {
  margin-left: 7px;
}
div.wpcr3_review span {
  margin-left: 5px;
}

.page-id-289 #content .entry input[type="text"] {
  display: block;
  margin: 10px 0;
}

.side-qs .qs-lg {
  width: 100%;
  padding-right: 0;
}

.side-qs .qs-form a {
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 0 10px;
}

.side-qs .qs-form a:hover {
  background: #548aa9;
  border: 1px solid #548aa9;
}

.page-id-44 .side-qs,
.page-id-45 .side-qs,
.page-id-47 .side-qs,
.page-id-48 .side-qs,
.page-id-49 .side-qs,
.page-id-50 .side-qs,
.page-id-51 .side-qs,
.page-id-493 .side-qs,
.page-template-template-sales-agents .side-qs {
  display: none;
}

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

.use-floating-validation-tip .wpcf7-not-valid-tip {
  width: auto;
  position: absolute;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.agent-description.render-all-description a:last-child {
  display: block;
}

/* prevent cumulative layout shift of cf7 form fields */
.wpcf7-not-valid-tip.wpcf7-not-valid-tip.wpcf7-not-valid-tip.wpcf7-not-valid-tip.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  margin-inline-start: auto;
  margin-block: auto;

  max-width: max-content;
  height: max-content;
}
