/*
Theme Name: Sunstone Realty Professionals
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.7
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 {
  position: relative;
  display: inline-block;
}

#nav .sub-menu,
.nav2 .sub-menu {
  list-style: none outside none;
  margin: 0;
  background: transparent;
  /*display: none;*/
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: 180px;
  left: 50%;
  margin-left: -90px;
  padding-top: 17px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#nav .sub-menu {
  padding-top: 35px;
}
#nav .sub-menu a,
.nav2 .sub-menu a {
  color: #fff;
  display: block;
  padding: 10px;
  background: #181f20;
}
#nav .sub-menu a:hover,
.nav2 .sub-menu a:hover,
#nav .sub-menu a:focus,
.nav2 .sub-menu a:focus {
  background: #012169;
  color: #fff;
  text-decoration: none;
}
#nav .sub-menu .sub-menu,
.nav2 .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
  left: 1px;
  padding-top: 0 !important;
}
#nav li:hover > .sub-menu,
.nav2 li:hover > .sub-menu,
#nav li:focus > .sub-menu,
.nav2 li:focus > .sub-menu {
  /*display: block;*/
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#nav .sub-menu li,
.nav2 .sub-menu li {
  position: relative;
  display: block;
  margin-bottom: 1px;
}

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

/* Global */

body {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  background: #fff;
  color: #000000;
  margin: 0;

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

a,
a:hover,
a:visited,
a:focus,
input,
input:focus,
textarea,
textarea:focus,
select:focus,
select {
  outline: none !important;
  text-decoration: none !important;
}

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

.label-hide {
  display: none !important;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

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

.hp-content {
  position: relative;
  z-index: 5;
  margin-top: 348px;
}

.hp-content::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 187px;
  background: url(images/slide-wave.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 1;
}

/*header*/
header.main-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1001;
  padding: 30px 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*fixed header*/
.fixed-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: #012169;
  margin-top: -100px;
  padding: 7.5px 0;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

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

.fixed-header .header-logo {
  display: block;
  max-width: 143px;
  position: relative;
}

.fixed-header nav.header-nav {
  right: -5px;
}

/*logo*/
.logo-holder a {
  display: block;
  width: 294px;
  position: relative;
  left: -49.5px;
  margin-top: -50px;
  z-index: 5;
}

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

.logo-holder.col-md-2.no-padding {
  position: relative;
  z-index: 9;
}

/*contact*/
.hdr-contact {
  font-size: 0;
  position: relative;
  margin-top: 20px;
}

.hdr-contact span a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 0 0;
  display: block;
  font-family: "Barlow", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hdr-contact em.ai-font-phone-alt {
  font-size: 16px;
  top: 0px;
  margin-right: 8px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hdr-contact span a:hover,
.hdr-contact span a:hover em,
.hdr-contact span a:focus,
.hdr-contact span a:focus em {
  color: #012169;
}

.hdr-contact span {
  display: inline-block;
  vertical-align: middle;
}

.hdr-contact em.ai-font-envelope-f {
  font-size: 14px;
  top: 0px;
  color: #fff;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hdr-contact .hrd-border {
  width: 1px;
  height: 16px;
  background: #fff;
  opacity: 0.25;
  margin: 0 17px;
}

/*nav*/
ul.aios-split-nav.nav2,
nav.fix-nav ul#nav {
  font-size: 0;
  position: relative;
  z-index: 5;
  padding-top: 33px;
}

nav.fix-nav ul#nav {
  padding-top: 0;
}

ul.aios-split-nav.nav2 > li,
nav.fix-nav ul#nav > li {
  margin: 0 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

nav.fix-nav ul#nav > li {
  margin: 0 16px;
}

ul.aios-split-nav.nav2 > li > a,
nav.fix-nav ul#nav > li > a {
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.aios-split-nav.nav2 > li:hover > a,
nav.fix-nav ul#nav > li:hover > a,
ul.aios-split-nav.nav2 > li:focus > a,
nav.fix-nav ul#nav > li:focus > a {
  color: #ece7e7;
}

nav.fix-nav ul#nav > li:first-child {
  margin-left: 0 !important;
}

nav.fix-nav ul#nav > li:last-child {
  margin-right: 0;
}

ul.aios-split-nav.nav2 .sub-menu a,
nav.fix-nav ul#nav .sub-menu a {
  color: #fff;
  padding: 15px 5px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.aios-split-nav.nav2 .sub-menu li:hover > a,
nav.fix-nav ul#nav .sub-menu li:hover > a,
ul.aios-split-nav.nav2 .sub-menu li:focus > a,
nav.fix-nav ul#nav .sub-menu li:focus > a {
  color: #fff;
  background: #012169;
}

header.main-header.show-fixed ul.aios-split-nav.nav2 .sub-menu {
  padding-top: 31px;
}

header.main-header ul.aios-split-nav.nav-right {
  text-align: right;
  /*padding-right: 21px;*/
}

header.main-header ul.aios-split-nav.nav-left {
  /*padding-left: 21px;*/
}

ul.aios-split-nav.nav2 > li:first-child,
nav.fix-nav ul#nav > li:first-child {
  margin-left: 0 !important;
}

ul.aios-split-nav.nav2 > li:last-child,
nav.fix-nav ul#nav > li:last-child {
  margin-right: 0 !important;
}

header.main-header ul.aios-split-nav::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: 81px;
  width: 2000px;
  height: 1px;
  background: #fff;
  z-index: -1;
}

header.main-header ul.aios-split-nav.nav-right::after {
  right: auto;
  left: 81px;
}

header.main-header ul.aios-split-nav.nav-right > li {
  margin: 0 30px;
}

/*slideshow*/
.slideshow-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.slider-holder .cycloneslider-template-responsive,
.slider-holder .cycloneslider-template-responsive .cycloneslider-slide-image,
.slider-holder .cycloneslider-template-responsive .cycloneslider-slides {
  height: 100vh !important;
}

.slider-holder
  .cycloneslider-template-responsive.cycloneslider-width-full
  .cycloneslider-slide
  canvas,
.slider-holder
  .cycloneslider-template-responsive.cycloneslider-width-full
  .cycle-sentinel
  canvas {
  height: 100%;
}

.hp-initial-gap {
  position: relative;
  z-index: 4;
}

.hp-initial-gap canvas {
  display: block;
  width: 100%;
  height: 363px;
}

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

.slider-holder .cycle-slide::after,
.aios-slider.aios-slider-template-default
  .aios-slider-splide
  .aios-slider-custom-video::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.35;
  z-index: 5;
}

.slider-overlay {
  position: relative;
  /*z-index: 1;*/
  padding: 0 15px;
}

.slider-tagline {
  width: 50.188vw;
  margin: 0 auto;
  visibility: hidden;
}

.slider-overlay-inner {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

/*quick search*/
.qs-area {
  position: relative;
  visibility: hidden;
}

.qs-cta a {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  border: solid 2px #fff;
  max-width: 282px;
  height: 70px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 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;
}

.qs-cta a:hover,
.qs-cta a:focus {
  background: #012169;
  border: solid 2px #012169;
}

.qs-cta a em {
  font-size: 22px;
  margin-right: 12px;
}

.qs-holder {
  font-size: 0;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  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;
}

.qs-holder.active {
  opacity: 1;
  pointer-events: auto;
}

.qs-form select,
.qs-form input {
  border-radius: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  width: 100%;
  height: 70px;
  padding: 0 32px;
  border: none;
  line-height: 1;
  letter-spacing: 0.7px;
}

.qs-form .qs-field {
  display: inline-block;
  vertical-align: bottom;
}

.long-form {
  width: 44%;
}
.short-form.baths,
.short-form.beds {
  display: inline-flex;
  width: 10.5%;
}
.short-form.price {
  display: inline-flex;
  width: 13%;
}

.btn-form.qs-field {
  width: 78px;
}

.btn-form.qs-field.qsbtn1 input {
  background: #012169 url(images/qs-btn-icon.png) no-repeat;
  background-position: center;
  font-size: 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;
}

.btn-form.qs-field.qsbtn1 input:hover,
.btn-form.qs-field.qsbtn1 input:focus {
  background: #181f20 url(images/qs-btn-icon.png) no-repeat;
  background-position: center;
}

.btn-form.qs-field.qsbtn2 span {
  height: 70px;
  background: #ffc20e;
  color: #fff;
  font-size: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  cursor: pointer;
}

.btn-form.qs-field.qsbtn2 span:hover,
.btn-form.qs-field.qsbtn2 span:focus {
  background: #181f20;
}

/*welcome*/
section.welcome-area {
  position: relative;
  background: #fff;
  padding: 0 0 262px;
}

section.welcome-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/wc-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

section.welcome-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
}

.wc-content {
  position: relative;
  margin: -17px 0 0;
  z-index: 5;
}

h1.wc-title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #012169;
  text-transform: uppercase;
  margin-bottom: 36px;
}

h1.wc-title em {
  font-style: normal;
  color: #505050;
}

h1.wc-title span {
  display: inline-block;
  position: relative;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 25px;
  color: #212121;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

h1.wc-title span::after {
  content: "";
  position: absolute;
  top: -37px;
  left: -36px;
  width: 68px;
  height: 55px;
  background: url(images/title-sun-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.wc-content p {
  font-size: 15px;
  color: #212121;
  font-weight: 300;
  text-align: justify;
  text-align-last: center;
  font-family: "Barlow", sans-serif;
  line-height: 2;
  padding-bottom: 30px;
  letter-spacing: 1.23px;
}

.wc-links {
  max-width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 33px;
  justify-content: center;
}

.wc-links div {
  width: 50%;
  padding: 0 9px;
}

.wc-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #012169;
  height: 70px;
  letter-spacing: 1px;
  -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;
}

.wc-links a span {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  font-family: "Bebas Neue", cursive;
  padding: 3px 18px 0;
}

.wc-links a span::after,
.wc-links a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 1px;
  background: #ffc20e;
}

.wc-links a span::after {
  left: 100%;
}

.wc-links a span::before {
  right: 100%;
}

.wc-links div:nth-child(2) a {
  background: #191919;
}

.wc-links a:hover,
.wc-links a:focus {
  background: #05339a;
}

.wc-links div:nth-child(2) a:hover,
.wc-links div:nth-child(2) a:focus {
  background: #3c3a3a;
}

/*cta*/
section.cta-area {
  position: relative;
  background: #fff;
  padding: 0 10px 79px;
  z-index: 5;
}

.cta-inner {
  position: relative;
  margin-top: -88px;
  display: inline-block;
  width: 100%;
}

.cta-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1435px;
  margin: 0 auto;
  position: relative;
}

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

.cta-list a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
}

.cta-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 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;
}

.cta-photo canvas {
  display: block;
  width: 100%;
}

.cta-label {
  position: absolute;
  bottom: 37px;
  left: 0;
  width: 100%;
  padding: 0 38px;
  line-height: 0.98;
  opacity: 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;
  z-index: 5;
}

.cta-label span {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: "Barlow", sans-serif;
  display: inline-block;
}

.cta-label span em {
  display: block;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 20px;
  font-style: normal;
}

.cta-label span::after {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 500px;
  height: 1px;
  background: #fff;
  left: calc(100% + 35px);
}

.cta-list a:hover .cta-label,
.cta-list a:focus .cta-label {
  bottom: 0;
  opacity: 0;
}

.cta-list a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(1, 33, 105, 0) 3%,
    rgba(1, 33, 105, 0.03) 8%,
    rgba(1, 33, 105, 0.14) 21%,
    rgba(1, 33, 105, 0.28) 33%,
    rgba(1, 33, 105, 0.65) 62%,
    rgba(1, 33, 105, 0.83) 77%,
    rgba(1, 33, 105, 0.97) 93%,
    rgba(1, 33, 105, 1) 100%
  );
  -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;
}

.cta-list a:hover .cta-photo,
.cta-list a:focus .cta-photo {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.15;
}

.cta-list a:hover::after,
.cta-list a:focus::after {
  opacity: 0;
}

.cta-hover {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5vw;
  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;
}

.cta-hover-inner {
  position: relative;
  height: 100%;
  border: solid 1px #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-hover-label span {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: "Barlow", sans-serif;
  display: inline-block;
  text-align: center;
  margin-top: 65px;
  -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;
}

.cta-hover-label span em {
  display: block;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 20px;
  font-style: normal;
}

.cta-list a:hover .cta-hover,
.cta-list a:focus .cta-hover {
  opacity: 1;
}

.cta-list a:hover .cta-hover-label span,
.cta-list a:focus .cta-hover-label span {
  margin-top: 0;
}

.cta-list:nth-child(even) a::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(51, 51, 51, 0) 3%,
    rgba(51, 51, 51, 0.03) 8%,
    rgba(51, 51, 51, 0.14) 21%,
    rgba(51, 51, 51, 0.28) 33%,
    rgba(51, 51, 51, 0.65) 62%,
    rgba(51, 51, 51, 0.83) 77%,
    rgba(51, 51, 51, 0.97) 93%,
    rgba(51, 51, 51, 1) 100%
  );
}

/*why work with us*/
section.why-work-with-us-area {
  position: relative;
  background: #191919;
  padding: 47px 0 73px;
}

.wwwu-head {
  text-align: center;
  position: relative;
  margin-bottom: 44px;
}

.wwwu-head + span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wwwu-head::after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.25;
}

.wwwu-title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 500;
  /*color: #012169;*/
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  background: #191919;
  z-index: 2;
  padding: 0 30px;
}

.wwwu-title span {
  display: inline-block;
  position: relative;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 25px;
  color: #fff;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

.wwwu-title span::after {
  content: "";
  position: absolute;
  top: -37px;
  left: -36px;
  width: 68px;
  height: 55px;
  background: url(images/title-sun-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.wwwu-content {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-family: "Barlow", sans-serif;
  line-height: 1.35;
  padding-bottom: 5px;
}

.wwwu-content span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 6px;
}

.wwwu-content span i {
  font-style: normal;
}

.wwwu-list {
  /*max-width: 263px;*/
  height: 258px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px rgba(255, 255, 255, 0.25);
}

/*meet the team*/
section.agents-map-area {
  position: relative;
  background: #fff;
  padding: 40px 0 77px;
}

.am-title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #012169;
  text-transform: uppercase;
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 35px 0;
  max-width: 450px;
  margin: 0 auto -132px;
}

.am-title span {
  display: inline-block;
  position: relative;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 25px;
  color: #212121;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

.am-title span::after {
  content: "";
  position: absolute;
  top: -37px;
  left: -36px;
  width: 68px;
  height: 55px;
  background: url(images/title-sun-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.agent-map {
  position: relative;
}
.agent-map canvas {
  background: url(images/agent-map.jpg) center center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.agent-map .agent-map-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.agent-map .agent-map-single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
.agent-map .agent-map-single.active {
  opacity: 1;
}
.agent-map .agent-map-single img {
  display: block;
  width: 100%;
  height: auto;
}
.agent-map img.team-pattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.agent-map .agent-map-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.agent-map .agent-map-details > div {
  color: #fff;
  background: #191919;
  text-align: center;
  padding: 24px 5px 34px;
  position: absolute;
  min-width: 298px;
  bottom: 5%;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
.agent-map .agent-map-details > div.active {
  pointer-events: auto;
  opacity: 1;
}
.agent-map .agent-map-details > div#agent-map-1 {
  left: 21.4%;
}
.agent-map .agent-map-details > div#agent-map-2 {
  left: 34%;
}
.agent-map .agent-map-details > div#agent-map-3 {
  left: 42.5%;
}
.agent-map .agent-map-details > div#agent-map-4 {
  left: 55%;
}
.agent-map .agent-map-details > div#agent-map-5 {
  left: 66%;
}
.agent-map .agent-map-details > div:before {
  content: "";
  display: block;
  width: 36px;
  height: 19px;
  background: url(images/mtt-agent-arrow.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 75px;
  top: -18px;
}
.agent-map .agent-map-details span {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px;
}
.agent-map .agent-map-details h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.agent-map .agent-map-details a {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  display: inline-block;
}
.agent-map .agent-map-details em.ai-font-phone {
  font-size: 12px;
}
.agent-map .agent-map-details a:hover,
.agent-map .agent-map-details a:focus {
  color: #b9b9b9;
}
.agent-map .agent-map-details a em {
  font-size: 9px;
  font-style: normal;
}

/*featured communities*/
section.featured-communities-area {
  position: relative;
  background: url(images/fc-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 106px;
}

section.featured-communities-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 6vw);
  height: 100%;
  background: #fff;
  z-index: 2;
}

section.featured-communities-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.02) 4%,
    rgba(255, 255, 255, 0.13) 12%,
    rgba(255, 255, 255, 0.32) 21%,
    rgba(255, 255, 255, 0.78) 41%,
    rgba(255, 255, 255, 0.91) 48%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 1;
}

.fc-holder {
  position: relative;
  z-index: 5;
  background: #fff;
}

.fc-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 41px;
}

.fc-title {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #012169;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.fc-title span {
  display: inline-block;
  position: relative;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 25px;
  color: #212121;
  margin-bottom: 7px;
  letter-spacing: 1px;
  padding-left: 34px;
}

.fc-title span::after {
  content: "";
  position: absolute;
  top: -37px;
  left: 0;
  width: 68px;
  height: 55px;
  background: url(images/title-sun-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.fc-arrow-holder span {
  font-size: 18px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Barlow", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  -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;
}

.fc-arrow-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 264px;
  width: 100%;
  margin-bottom: 15px;
}

span.fc-prev img {
  margin-right: 22px;
}

span.fc-next img {
  margin-left: 22px;
}

.fc-arrow-holder span:hover,
.fc-arrow-holder span:focus {
  color: #012169;
}

.fc-list a {
  display: block;
  border: solid 2px rgba(0, 0, 0, 0.25);
  text-align: center;
  /*max-width: 262px;*/
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #666666;
  background: transparent;
  font-family: "Barlow", sans-serif;
  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;
}

.fc-list {
  /*width: 25%;*/
  padding: 15px;
}

.fc-list-holder {
  position: relative;
  margin: 0 -15px;
}

.fc-list a:hover,
.fc-list a:focus {
  background: #191919;
  color: #fff;
  border: solid 2px #191919;
  font-weight: 600;
}

.fc-slick-slider .slick-slide > div > div {
  display: block !important;
}

/*testimonials*/
section.testimonials-area {
  position: relative;
  background: #fff;
  padding: 100px 0 0;
}

section.testimonials-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 54%;
  height: calc(100% - 134px);
  background: url(images/testi-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.testi-holder {
  position: relative;
  z-index: 5;
}

.testi-head {
  width: 56%;
  margin: 0 0 0 auto;
  padding: 76px 77px 130px;
  background: #fff;
}

.testi-title {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #012169;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  letter-spacing: 2.5px;
}

.testi-title span {
  display: inline-block;
  position: relative;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 25px;
  color: #212121;
  margin-bottom: 7px;
  letter-spacing: 1.4px;
  padding-left: 34px;
}

.testi-title span::after {
  content: "";
  position: absolute;
  top: -37px;
  left: 0;
  width: 68px;
  height: 55px;
  background: url(images/title-sun-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.testi-title::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 152px;
  height: 1px;
  background: #000;
  opacity: 0.25;
}

.testi-slider {
  background: #012169;
  position: relative;
}

.testi-list p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  font-family: "Barlow", sans-serif;
  line-height: 2;
  padding-bottom: 13px;
  letter-spacing: 0.7px;
  text-align: center;
}

.testi-list span {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Barlow", sans-serif;
  display: block;
  letter-spacing: 0.7px;
  text-align: center;
}

.testi-list {
  padding: 6px 43px 14px;
}

.testi-slick-slider {
  max-width: 1005px;
  margin: 0 auto;
  position: relative;
  padding: 53px 15px;
}

.testi-slick-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 142px;
  background: #fff;
  opacity: 0.25;
  opacity: 0;
}

.testi-arrow-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 34px;
  pointer-events: none;
  padding: 0 50px;
}

.testi-arrow-holder span {
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 34px;
  color: #ffc20e;
  background: transparent;
  pointer-events: auto;
  cursor: pointer;
  -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;
  position: relative;
  margin: 0 0;
}

.testi-arrow-holder span:hover,
.testi-arrow-holder span:focus {
  color: #fff !important;
}

span.testi-prev {
  left: 0px;
}

span.testi-next {
  left: 0;
}

/*blogs*/
section.blogs-area {
  position: relative;
  background: #fff;
  padding: 70px 0 50px;
}

.blogs-head {
  text-align: center;
  position: relative;
  margin-bottom: 46px;
}

.blogs-head::after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.25;
}

.blogs-title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #012169;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 0 50px;
}

.blogs-title span {
  display: inline-block;
  position: relative;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 25px;
  color: #212121;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

.blogs-title span::after {
  content: "";
  position: absolute;
  top: -37px;
  left: -36px;
  width: 68px;
  height: 55px;
  background: url(images/title-sun-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.blog-list {
  /*max-width: 396px;*/
  margin: 0 auto;
  padding: 0 22px;
}

.blog-date {
  font-size: 13px;
  font-weight: 300;
  color: #aaaaaa;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  margin-bottom: 18px;
}

.blog-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 29px;
}

.blog-photo a {
  display: block;
  position: relative;
}

.blog-photo a canvas {
  display: block;
  width: 100%;
  background: #012169; /*
                                            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;

  background-size: cover;
}

.blog-photo a:hover canvas,
.blog-photo a:focus canvas {
  opacity: 0.3;
}

.blog-photo a:hover,
.blog-photo a:focus {
  opacity: 0.8;
}

.blog-photo a img {
  max-width: 100%;
  margin: 0 auto;
}

.blog-label a {
  font-size: 18px;
  text-transform: uppercase;
  color: #555555;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.1px;
  display: inline-block;
  -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;
}

.blog-label a:hover,
.blog-label a:focus {
  color: #012169;
}

.blog-text p {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  font-family: "Barlow", sans-serif;
  line-height: 1.8;
}

.blog-label {
  margin-bottom: 15px;
}

.blogs-slick-slider {
  position: relative;
  margin: 0 -22px;
}

/*footer*/
footer.main-footer {
  background: #191919;
  position: relative;
  z-index: 5;
  padding: 70px 0 52px;
}

/*get in touch*/
.gt-form-holder {
  position: relative;
  z-index: 5;
  margin-bottom: 58px;
}

.gt-title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #012169;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.gt-title span {
  display: inline-block;
  position: relative;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 25px;
  color: #fff;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

.gt-form input,
.gt-form textarea {
  font-size: 13px;
  width: 100%;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  text-transform: uppercase;
  height: 78px;
  color: #7e7e7e;
  font-family: "Barlow", sans-serif;
  padding: 0 0;
  border-radius: 0;
  resize: none;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}

.gt-form textarea {
  padding-top: 32px;
  padding-right: 40px;
}

.gt-fields {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  margin-bottom: 15px;
  width: 18.449%;
}

.gt-form div.wpcf7 .ajax-loader {
  display: block;
  position: absolute;
  right: -14px;
  bottom: 27px;
}

.gt-form span.wpcf7-not-valid-tip {
  font-size: 11px;
}

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

.gt-form div.wpcf7-response-output {
  margin: auto;
  position: absolute;
  width: calc(100% - 20px);
  font-size: 12px;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: 0;
}

.gt-form form {
  position: relative;
}

.gt-fields.gt-textarea input.wpcf7-submit {
  font-size: 0;
  border: none;
  background: url(images/gt-btn-icon.png) no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  bottom: 30px;
  -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;
}
.gt-form span.wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
}

.gt-fields.gt-textarea input.wpcf7-submit:hover,
.gt-fields.gt-textarea input.wpcf7-submit:focus {
  opacity: 0.7;
}

.gt-form {
  font-size: 0;
  margin: 0 -10px;
}

.gt-fields.gt-textarea {
  position: relative;
  width: 44.653%;
}

/*footer logo*/
.ftr-logo {
  position: relative;
  text-align: center;
  margin-bottom: 38px;
}

.ftr-logo::after {
  content: "";
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.1;
}

.ftr-logo a {
  display: inline-block;
  max-width: 293px;
  position: relative;
  z-index: 5;
  background: #191919;
  padding: 0 12px;
}

/*footer nav*/
ul.footernav {
  font-size: 0;
  position: relative;
  text-align: center;
}

ul.footernav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px;
}

ul.footernav li a {
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.footer-copyright {
  text-align: center;
  padding: 4px 0 0;
  line-height: 1.5;
}

.footer-copyright,
.footer-copyright a {
  font-size: 13px;
  color: #a3a3a3;
  letter-spacing: 0.3px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-copyright a:hover,
    .footer-copyright a[href="https://www.agentimage.com"]:hover,
    .footer-copyright a:focus,
    .footer-copyright a[href="https://www.agentimage.com"]:focus
{
  color: #ffc20e !important;
}

.footer-copyright a[href="https://www.agentimage.com"]
{
  text-decoration: underline !important;
  color: #a3a3a3;
}

.footer-copyright span {
  color: #ffc20e;
}

.mls {
  font-size: 22px;
  color: #a3a3a3;
  margin-top: 20px;
  text-align: center;
}

.mls em {
  margin: 0 3px;
}

/*******************************************************
 *
 * 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: 74%;
}
#content-full #content {
  width: 100%;
}

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

.sidebar .qs-holder {
  position: relative;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  background: #505050;
  padding: 15px 10px;
  margin-top: 35px;
  z-index: 6;
}

.sidebar .long-form {
  width: 100%;
}

.sidebar .btn-form.qs-field {
  width: 100%;
}

.sidebar .qs-form select,
.sidebar .qs-form input {
  font-size: 13px;
  height: 55px;
  padding: 0 5px;
  letter-spacing: 0;
}

/* 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: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #012169;
  text-transform: uppercase;
}

#content .entry {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
}

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

.aios-mobile-header-wrapper {
  z-index: 1001 !important;
}

#nav2 {
  display: none;
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li:hover > a,
.aios-mobile-header-wrapper .amh-navigation .amh-menu li.open > a,
.aios-mobile-header-wrapper .amh-navigation .amh-menu li:focus > a {
  background: #012169;
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li ul a {
  color: #fff;
}

.qs-form button.btn.dropdown-toggle.btn-default {
  border-radius: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  width: 100%;
  height: 70px;
  padding: 0 12px;
  border: none;
  line-height: 1;
  letter-spacing: 0.7px;
  outline: none !important;
}

.sidebar .qs-form button.btn.dropdown-toggle.btn-default {
  font-size: 13px;
  height: 55px;
  padding: 0 5px;
  letter-spacing: 0;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.sb-logo {
  margin-bottom: 30px;
}

.sb-contact {
  margin-bottom: 30px;
}

.sb-contact span {
  display: block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.sb-contact span a {
  color: #000;
}

.sb-contact span a:hover,
.sb-contact span a:hover em,
.sb-contact span a:focus,
.sb-contact span a:focus em {
  color: #012169;
}

.sb-contact span em {
  color: #5b5b5b;
  min-width: 25px;
  display: inline-block;
  text-align: left;
}

.sb-contact span em.ai-font-envelope {
  font-size: 13px;
}

div.wpcf7-response-output {
  margin: 5px 0;
  text-align: center;
}

#inner-page-wrapper {
  z-index: unset;
}

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

.qs-form ul.dropdown-menu.inner {
  max-height: 260px !important;
}

.aios-roadmaps .aios-roadmap-link {
  border: none !important;
  margin-bottom: 20px;
}

.leaflet-top.leaflet-right {
  z-index: 999;
}

.page-id-0 #content div#ihf-main-container ul {
  margin-left: 0 !important;
  padding: 0 !important;
}

#ihf-main-container .mc-total-payment-subline {
  color: #666 !important;
}

.entry.entry-content p a {
  color: #0000ff;
}

.aios-roadmaps {
  justify-content: center;
}

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;
}

#post-69 .wpcr3_review_author .wpcr3_caps {
  display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu {
  max-height: 200px !important;
}

body:not(.home) .slider-smi {
  display: none;
}

.slider-smi {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 50%;
  right: 2.188vw;
  z-index: 1000;
  transform: translateY(-50%);
  font-size: 0;
}

.slider-smi a {
  background-color: #012169;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(2vw, 32px);
  height: max(2vw, 32px);
  margin: max(0.625vw, 10px);
  color: #fff !important;
  border-radius: 50%;
}

.slider-smi a:hover {
  background-color: #ffc20e !important;
}

.slider-smi a span {
  font-size: 15px;
}

.slider-smi a span.ai-font-envelope {
  font-size: 10px;
}

.slider-smi a span.ai-font-phone {
  font-size: 11px;
}

.footer-smi a {
  background-color: #012169;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(2vw, 32px);
  height: max(2vw, 32px);
  margin: max(0.625vw, 10px);
  color: #fff !important;
  border-radius: 50%;
}

.footer-smi a:hover {
  background-color: #ffc20e !important;
}

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

.footer-smi a span.ai-font-envelope {
  font-size: 10px;
}

.footer-smi a span.ai-font-phone {
  font-size: 11px;
}

.footer-smi {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 0;
  position: relative;
  top: 10px;
}
.qs-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-overflow: ellipsis;
}
.error404 #content .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

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