/*
Theme Name: Florence - Responsive Real Estate Wordpress Theme from Agent Image
Theme URI: https://ap-florence.agentimage.com/
Description: Florence is a modern and responsive real estate Wordpress theme. Customize your branding, add widgets and integrate IDX search.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0.0
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 */

/* CSS3 Variables */
:root {
  --body-font: "Lato", sans-serif;
  --body-bg: #191919;
  --title-font: "Gilda Display", serif;

  --primary-color: #0f0f0f;
  --secondary-color: #404040;

  --primary-text-color: #bbbbbb;
  --secondary-text-color: #7f8084;

  --primary-header-bg: #7f8084;
  --primary-border-color: #d7d8da;

  --primary-footer-text-color: #fff;
  --secondary-footer-text-color: #7f8084;
}
/* CSS3 Variables */

body {
  font-family: var(--body-font), Arial, Helvetica, Georgia, Sans-serif;
  font-size: 16px;
  background: var(--body-bg);
  color: var(--primary-text-color);
  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:hover {
  color: var(--primary-text-color);
}

/*ip header*/
.admin-bar.ip-container .agentpro-header {
  top: 32px;
}
.ip-container .agentpro-header {
  background: var(--primary-header-bg);
}
.agentpro-header-ip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 0;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
.agentpro-header-ip::before,
.agentpro-header-ip::after {
  display: none;
}
.agentpro-header-ip .agentpro-logo {
  padding-top: 0;
  text-align: left;
}
.agentpro-header-ip .agentpro-logo a h2 {
  font-size: 30px;
}
.agentpro-header-ip .agentpro-logo a h2 span {
  font-size: 42px;
}

.agentpro-header-ip .agentpro-contact-info {
  padding: 0;
  background: none;
  margin: 13px 0 10px;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
.agentpro-header-ip .agentpro-contact-info-inner {
  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;
}
.agentpro-header-ip .agentpro-contact {
  margin-left: 10px;
  margin-bottom: 0;
}
.agentpro-header-ip .agentpro-contact.phone {
  font-size: 15px;
}
.agentpro-header-ip .agentpro-contact.phone i {
  font-size: 13px;
  margin-right: 5px;
}

.agentpro-header-ip #nav > li > .sub-menu {
  left: 0;
  top: 100%;
  text-align: left;
}
.agentpro-header-ip #nav .sub-menu {
  min-width: 180px;
  padding: 0;
}
.agentpro-header-ip #nav .sub-menu a {
  padding: 8px 20px;
}

.agentpro-header-ip .agentpro-navigation {
  margin: 0;
}
.agentpro-header-ip #nav {
  text-align: right;
  font-size: 0;
}
.agentpro-header-ip #nav > li {
  display: inline-block;
  padding: 0 7px;
}
.agentpro-header-ip #nav > li > a {
  border: none;
}
/* --- ip header fixed --- */
.fixed .agentpro-header-ip {
  padding: 7px 0;
}
.fixed .agentpro-header-ip .agentpro-contact-info {
  margin-top: 8px;
}
.fixed .agentpro-header-ip #nav > li > a {
  padding: 8px 0;
}

/*ip header end*/

.agentpro-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
  color: #fff;
}

.agentpro-header-home {
  position: fixed;
  top: 0;
  width: 265px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.agentpro-header-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(32, 32, 32, 0.85);
  opacity: 0.8;
  z-index: -1;
}

.agentpro-logo {
  padding-top: 40px;
  text-align: center;
}
.agentpro-logo a {
  display: inline-block;
  text-align: left;
  /*border-left: 11px solid var(--primary-color);*/
  border-left: 0px solid var(--primary-color);
  padding: 3px 7px;
  color: #fff;
  text-transform: uppercase;
}
.agentpro-logo a h2 {
  font-family: var(--title-font);
  font-size: 41px;
  line-height: 0.87;
}
.agentpro-logo a h2 span {
  display: block;
  font-size: 55px;
}
.agentpro-logo p {
  font-size: 12px;
  letter-spacing: 4px;
  margin-top: 4px;
}

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

.agentpro-navigation {
  margin: 59px 0 20px;
  /*max-height: 100%;*/
  /*overflow: auto;*/
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#nav {
}
#nav li {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#nav li a {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#nav > li {
  padding: 0 30px;
}
#nav > li:first-child > a {
  border: none;
}
#nav > li > a {
  border-top: 1px solid #0f0f0f;
  padding: 13px 0;
}
#nav > li:hover,
#nav > li:focus,
#nav .sub-menu li:hover > a,
#nav .sub-menu li:focus > a {
  background-color: #0f0f0f;
}

#nav > li:hover a {
  color: #fff;
}

/* Sub Menu */
#nav li {
  position: relative;
}
#nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  max-width: 160px;
  left: 100%;
  top: 0;
  padding: 10px 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#nav .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(32, 32, 32, 0.85);
}
#nav .sub-menu a {
  color: #fff;
  border: none;
  padding: 5px 20px;
}
#nav li:hover > .sub-menu,
#nav li:focus > .sub-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
#nav .sub-menu li {
  position: relative;
}

.agentpro-contact-info {
  background: #0f0f0f;
  text-align: center;
  padding: 10% 5%;
}
.agentpro-contact-info-inner {
  display: inline-block;
  text-align: left;
}
.agentpro-contact {
  font-size: 15px;
  margin-bottom: 10px;
}
.agentpro-contact a {
  color: #fff;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.agentpro-contact a:hover,
.agentpro-contact a:focus {
  /*color: var(--secondary-color);*/
  opacity: 0.5;
}
.agentpro-contact.phone {
  font-size: 25px;
}
.agentpro-contact.phone i {
  font-size: 18px;
  margin-right: 5px;
}
.agentpro-contact.email i {
  font-size: 12px;
  margin-right: 10px;
}
.agentpro-contact.smi {
  text-align: left;
  margin-bottom: 0;
}
.agentpro-contact.smi a {
  border-color: #fff;
  color: #fff;
}
.agentpro-contact.smi a:hover,
.agentpro-contact.smi a:focus {
  border-color: #fff;
  color: #fff;
  opacity: 0.5;
}
.smi {
  text-align: center;
}
.smi a {
  width: 36px;
  height: 36px;
  margin: 0 5px;
  display: inline-block;
  color: var(--primary-text-color);
  font-size: 18px;
  border: 2px solid var(--primary-text-color);
  text-align: center;
  line-height: 35px;
  -webkit-transition: color 0.3s, border 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, border 0.3s, opacity 0.3s;
  transition: color 0.3s, border 0.3s, opacity 0.3s;
}
.smi a:hover,
.smi a:focus {
  color: #fff;
  border-color: #fff;
}
.smi a:first-child {
  margin-left: 0;
}
.smi a:last-child {
  margin-right: 0;
}

.agentpro-section-1 {
  position: relative;
}

.agentpro-widgets {
  width: 75%;
  margin-left: 25%;
}
.agentpro-title-a {
  width: 100%;
  color: #fff;
  font-size: 24px;
  padding: 15.5px 0;
  background: var(--primary-color);
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.agentpro-title-b {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 28px;
  display: block;
}
.agentpro-title-b span {
  display: block;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
}

a.btn-a {
  width: 165px;
  height: 39px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn-a:hover,
a.btn-a:focus {
  color: #fff;
  border-color: var(--primary-color);
  background: var(--primary-color);
}
.agentpro-section-2 {
  margin-top: 50px;
}
.agentpro-qsform {
  background: var(--secondary-color);
  padding: 29px 20px;
}
.agentpro-qsform select {
  font-size: 12px;
  width: 100%;
  height: 38px;
  display: block;
  margin-bottom: 7px;
  padding: 0 10px;
  color: var(--primary-text-color);
  border: 1px solid var(--primary-border-color);
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/caret.png) no-repeat center right;
}
.agentpro-qsform input {
  font-size: 12px;
  width: 100%;
  height: 38px;
  display: block;
  margin-bottom: 7px;
  padding: 0 10px;
  color: var(--primary-text-color);
  border: 1px solid var(--primary-border-color);
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
.agentpro-qsform select option {
  color: #000;
}
.agentpro-qsform input.qs_submit {
  width: 100%;
  height: 38px;
  margin-top: 6px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 38px;
  background: var(--primary-color);
  border: none;
  outline: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.agentpro-qsform input.qs_submit:hover,
.agentpro-qsform input.qs_submit:focus {
  border-color: var(--secondary-color);
  background: #bbbbbb;
  color: #000;
}
.agentpro-qsform a.qs_adv {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.agentpro-qsform a.qs_adv:hover,
.agentpro-qsform a.qs_adv:focus {
  color: var(--primary-text-color);
}

.agentpro-section-2 > div:last-child {
  margin: 30px 0 45px;
}
.agentpro-slick {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.agentpro-slick::before,
.agentpro-slick::after {
  display: none;
}
.agentpro-slick-img-list {
  position: relative;
}
.agentpro-slick-img-item {
  background: var(--primary-color);
}
.agentpro-slick-img-list canvas,
.agentpro-slick-img-list img {
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.agentpro-slick-img-item:hover canvas,
.agentpro-slick-img-item:focus canvas,
.agentpro-slick-img-item:hover img,
.agentpro-slick-img-item:focus img {
  opacity: 0.7;
}

.agentpro-slick-details-list {
  position: relative;
}
.agentpro-slick-details-item {
  line-height: 1.43;
}
.agentpro-slick-details-item h3 {
  color: var(--primary-text-color);
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.agentpro-slick-details-item p {
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 300;
}

#featured-properties .agentpro-slick-details-item h3 {
  margin: 15px 0;
}
#featured-properties a.btn-a {
  margin-top: 10px;
}
#featured-communities .agentpro-slick-details-item h3 {
  margin: 15px 0;
}
.agentpro-section-3 {
  padding: 25.5px 0;
  position: relative;
}
.agentpro-section-3:before,
.agentpro-section-3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: url(images/top-border.png) no-repeat top center;
}
.agentpro-section-3:before {
  top: 0;
}
.agentpro-section-3:after {
  bottom: 0;
}
.cta-list {
  line-height: 1;
}
a.cta {
  display: block;
  max-width: 360px;
  width: 100%;
  margin: 15px auto;
  background: var(--secondary-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 20.5px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.cta:hover,
a.cta:focus {
  background: var(--primary-color);
  color: #fff;
}
#welcome {
}
#welcome .agentpro-welcome-left,
#welcome .agentpro-welcome-right {
  padding: 49px 15px 36px;
}
#welcome .agentpro-welcome-left {
  background: url(images/div-shadow.png) no-repeat top right;
  min-height: 448px;
}
#welcome h1 {
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
}
#welcome h1 span {
  display: block;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}
#welcome p {
  line-height: 24px;
  margin-bottom: 30px;
  padding-right: 90px;
  font-weight: 300;
  font-size: 16px;
}
#welcome img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#welcome img.agent_pic {
  width: 263px;
  margin-bottom: 25px;
}
#welcome img.cire_logo {
  max-width: 190px;
}

.agentpro-section-5 {
  margin-bottom: 45px;
  display: none !important;
}
#featured-areas {
  background: url(images/comm-bg.png) center/cover no-repeat;
  text-align: center;
  padding: 62px 0 56px;
}
#featured-areas h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 43px;
}
#featured-areas ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 5.5%;
}
#featured-areas ul li {
  width: 25%;
  padding: 5px;
}
#featured-areas ul li a {
  display: block;
  max-width: 360px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border: 1px solid #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 18px 0;
}
#featured-areas ul li a:before {
  content: "";
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  transition: all 0.3s;
  z-index: -1;
}
#featured-areas ul li a:hover:before,
#featured-areas ul li a:focus:before {
  height: 100%;
}
#featured-areas ul li a:hover,
#featured-areas ul li a:focus {
}

.agentpro-section-6 {
  /*background: #f3f3f3;*/
  padding: 50px 0 60px;
}
.agentpro-section-6 h2 {
  margin-top: 15px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
.agentpro-blog:first-child,
.agentpro-testi:first-child {
  border-bottom: 1px solid var(--primary-border-color);
  padding-bottom: 17px;
  margin-bottom: 15px;
}
.agentpro-blog,
.agentpro-testi {
  margin-bottom: 37px;
}

.row-flex,
#recent-posts,
#testimonials,
#recent-posts > div.textwidget.custom-html-widget,
#testimonials > div.textwidget.custom-html-widget,
#recent-posts > div.textwidget.custom-html-widget > div,
#testimonials > div.textwidget.custom-html-widget > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-flex:before,
.row-flex:after {
  display: none;
}
#recent-posts > div.textwidget.custom-html-widget,
#testimonials > div.textwidget.custom-html-widget {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
#recent-posts > div.textwidget.custom-html-widget > div,
#testimonials > div.textwidget.custom-html-widget > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#recent-posts {
  background: url(images/div-shadow2.png) no-repeat top right;
}
.agentpro-blog-list {
  padding-right: 55px;
}
.agentpro-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.agentpro-blog-img {
  width: 26.1%;
  background: var(--primary-color);
}
.agentpro-blog-img img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.agentpro-blog-img:hover img,
.agentpro-blog-img:focus img {
  opacity: 0.8;
}
.agentpro-blog-details {
  width: 73.9%;
  padding-left: 14px;
}
.agentpro-blog-details strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.agentpro-blog-details strong a {
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.agentpro-blog-details strong a:hover,
.agentpro-blog-details strong a:focus {
  color: var(--primary-text-color);
}
.agentpro-blog-details p {
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin: 7px 0;
}
a.agentpro-blog-more {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a.agentpro-blog-more:hover,
a.agentpro-blog-more:focus {
  color: var(--primary-text-color);
}

.agentpro-section-6 .btn-a {
  margin-left: auto;
  margin-top: auto;
}

#testimonials {
  padding-left: 40px;
}
.agentpro-testi-list {
}
.agentpro-testi {
}
.agentpro-testi p {
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
span.agentpro-testi-more {
  display: inline-block;
  margin-top: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/*a.agentpro-testi-more:hover {
                        color: var(--primary-text-color);
                    }*/

.agentpro-footer {
  background: #0f0f0f;
  min-height: 102px;
  padding: 25px 0 20px;
}
.agentpro-footer a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footernav {
  font-size: 0;
  margin-bottom: 3px;
}
.footernav li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid var(--primary-footer-text-color);
  border-color: #676767;
  padding: 0 5px;
}
.footernav li:first-child {
  border-left: 0;
  padding-left: 0;
}
.footernav li a {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 10px;
}
.agentpro-copyright {
  font-size: 13px;
  font-weight: 300;
}
.agentpro-copyright .custom-html-widget {
  display: inline;
}
.agentpro-copyright span {
  display: block;
  margin-top: 12px;
  font-size: 20px;
}

.agentpro-footer img.foot_cire {
  display: block;
  margin-left: auto;
  margin-top: 10px;
  max-width: 109px;
}

/* footer color */
.agentpro-footer,
.footernav li a,
.agentpro-copyright,
.agentpro-copyright a,
.agentpro-copyright span {
  /*color: var(--primary-footer-text-color);*/
  color: #676767;
}
.footernav li a:hover,
.footernav li a:focus,
.agentpro-copyright a:hover,
.agentpro-copyright a:focus {
  /*color: var(--secondary-footer-text-color);*/
  color: #fff;
}

/*******************************************************
 *
 * 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);
}
.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 200px;
  background: #f9f7f7;
  background-image: url(images/slide3a.jpg);
  background-size: cover;
  background-position: center;
}
.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;
}

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

/* Adjust width of sidebar */
.sidebar {
  width: 25.83%;
  margin: 75px 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-size: 24px;
  color: #fff;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
  font-size: 24px;
  margin: 0 0 15px;
  line-height: 1.2;
  color: #fff;
}

#inner-page-wrapper {
  padding-top: 130px;
}
.ip-banner ~ #inner-page-wrapper {
  padding-top: 0;
}
.ip-container .agentpro-widgets {
  width: 100%;
  margin-left: 0;
}

.side_cntct {
  text-align: center;
  margin-bottom: 20px;
}
.side_cntct img.agent_pic {
  width: 100%;
  max-width: 263px;
  display: block;
  margin: 0 auto 20px;
}
.side_cntct h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
}
.side_cntct_item a {
  -webkit-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.side_cntct_item a:hover,
.side_cntct_item a:focus {
  color: #fff;
}
.side_cntct i {
  margin-right: 5px;
  position: relative;
}
.side_cntct i.ai-font-phone {
  top: 2px;
}
.side_cntct i.ai-font-envelope-f {
  top: 3px;
}
.side_smi {
  margin-top: 10px;
}

/* IHF Fixes */
#ihf-main-container .mc-total-payment-subline {
  color: #666;
}
#ihf-main-container .nav-tabs {
  margin-left: 0;
}
#ihf-main-container .chosen-drop ul.chosen-results {
  padding-left: 0;
  margin: 0;
}

/*IHF Fixes end*/

/*404 page*/
.error-page-content-wrapper div.wpcf7-response-output {
  margin: 0;
  text-align: center;
}
/*404 page end*/

.agentpro-header-ip .agentpro-contact i {
  color: #fff;
}

.agentpro-header-ip .agentpro-contact.phone a,
.agentpro-header-ip .agentpro-contact.email a,
.agentpro-header-ip .agentpro-contact.smi a {
  color: #fff;
}

.agentpro-header-ip .agentpro-contact.smi a {
  border-color: #fff;
}

.agentpro-header-ip #nav li a {
  color: #fff;
}

.agentpro-header-ip #nav > li:hover a,
.agentpro-header-ip #nav > li:focus a {
  color: var(--primary-text-color);
}

.ip-container .agentpro-header {
  background: #0f0f0f;
}

.quick-search-fix {
  margin-bottom: 7px;
}
#custom-quick-search > div > div > button {
  border-radius: 0;
  color: var(--primary-text-color);
  background: transparent;
}
.agentpro-qsform .bootstrap-select > .dropdown-toggle {
  height: 38px;
}
.agentpro-qsform .bootstrap-select > .dropdown-toggle {
  padding-left: 10px;
}
.btn.dropdown-toggle.bs-placeholder.btn-default {
  text-transform: uppercase;
}
.LotAcres {
  font-size: 12px;
  width: 100%;
  height: 38px;
  display: block;
  margin-bottom: 7px;
  padding: 0 10px;
  color: var(--primary-text-color);
  border: 1px solid var(--primary-border-color);
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/caret.png) no-repeat center right;
}
.ihf-for-sale-price {
  display: none;
}

#content p#breadcrumbs {
  color: #767676;
}
#content p#breadcrumbs span.breadcrumb_last {
  color: #fff;
}

.aidefcf-wrapper .wpcf7-form-control.wpcf7-select,
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input,
.error-page-content-wrapper .error-forms input[type="text"],
.error-page-content-wrapper .error-forms input[type="email"],
.error-page-content-wrapper .error-forms input[type="phone"],
.error-page-content-wrapper .error-forms textarea {
  color: #000;
}

.ai-contact-wrap span.context-mob em.ai-font-phone,
.ai-contact-wrap span.context-email em.ai-font-envelope,
#content h1,
aside h1,
#content h2,
aside h2,
#content h3,
aside h3,
#content h4,
aside h4,
#content h5,
aside h5,
#content h6,
.ai-contact-wrap span.context-email a:hover,
.ai-contact-wrap span.context-email a:focus,
.ai-contact-wrap span.context-mob a:hover,
.ai-contact-wrap span.context-mob a:focus {
  color: #fff;
}
.ihf-container #ihf-main-search-form label {
  color: var(--primary-text-color);
}
#ihf-main-container .modal {
  color: #000;
}
.ihf-grid-result-price.title-bar-1 .ihf-for-sale-price {
  display: block;
}
.ihf-grid-result-price.title-bar-1 .ihf-sold-price-grid + .ihf-for-sale-price {
  display: none;
}
#ihf-map-canvas .leaflet-top.leaflet-right {
  z-index: 999;
}

.hp-quick-search input.form-control {
  color: #000;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff !important;
}

#ihf-main-container .ihf-grid-result-address-container a {
  color: #0f0f0f;
  text-decoration: none;
}

#ihf-main-container .ihf-grid-result-address-container a:hover,
#ihf-main-container .ihf-grid-result-address-container a:focus {
  color: #7f8084;
  text-decoration: none;
}

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

div#IDX-sqft-group {
  display: none;
}
div#IDX-reduced-group {
  display: none;
}
div#IDX-add-group {
  display: none;
}
div#IDX-per-group {
  display: none;
}
div#s2id_IDX-searchRefinement {
  display: none;
}
ul#ui-id-1 li {
  border: 0 none;
  background: transparent;
  font-size: 12px;
}

ul#ui-id-1 li.ui-menu-item:hover,
ul#ui-id-1 li.ui-menu-item:focus {
  background-color: #3399ff;
  color: #fff;
}

div#IDX-detailsMainInfo,
div#IDX-description,
#IDX-main .IDX-collapse,
div#IDX-similar-listings-none,
.IDX-field-listingID.IDX-field {
  color: #000;
}

.IDX-wrapper-standard .IDX-panel-title > a {
  color: #000;
}

#content #IDX-main ul {
  margin: 0;
}

.IDX-wrapper-standard .IDX-topAction {
  display: inline-block;
  margin-right: 4%;
  margin-bottom: 10px;
  min-width: 20%;
  float: left;
}

.IDX-wrapper-standard #IDX-saveProperty,
.IDX-wrapper-standard #IDX-removeProperty,
.IDX-wrapper-standard #IDX-newSearch,
.IDX-wrapper-standard #IDX-modifySearch {
  background-color: #e6e6e6;
  color: #555;
}

.IDX-wrapper-standard .IDX-detailsHotAction a {
  padding-left: 10px;
}

#IDX-detailsTopNav {
  margin-top: 10px;
}

.IDX-wrapper-standard .IDX-topAction:last-of-type {
  float: right;
  margin-right: 0;
}

.IDX-wrapper-standard .IDX-resultsMainInfo.IDX-panel-default {
  box-shadow: none;
  background: none;
}

.IDX-wrapper-standard .IDX-resultsMainInfo .IDX-field-listingID.IDX-field {
  color: #fff;
}

#IDX-main #IDX-address {
  color: #555;
  font-weight: normal;
  font-size: 14px;
}

/* .page-id-214 #post-214 h1.entry-title {
  display: none;
} */

/* Added CSS */

.error-page-image-left img {
  filter: brightness(0) invert(1);
}

.IDX-propertyInfoList {
  color: black;
  padding-left: 1rem;
}

#IDX-scheduleshowingFormText {
  color: black;
}

.select2-drop {
  z-index: 100;
}

#select2-drop-mask {
  z-index: 99;
}

#IDX_hvProvide {
  color: black;
}

.page-id-214
  .IDX-wrapper-standard
  #IDX-search-primary-content
  .IDX-control-group:nth-of-type(odd),
.page-id-214
  .IDX-wrapper-standard
  #IDX-search-property-content
  .IDX-control-group:nth-of-type(odd) {
  border-right: 0 !important;
}

#custom-quick-search input[type="number"]::-webkit-outer-spin-button,
#custom-quick-search input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#custom-quick-search input[type="number"] {
  -moz-appearance: textfield;
}

#IDX-main #IDX-photoGalleryContainer .IDX-propertyInfoList{
  padding: 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

#IDX-main #IDX-photoGalleryContainer .IDX-propertyInfoList > li{
  list-style-position: inside;
}

.IDX-wrapper-standard #IDX-criteriaWindow label{
  color: #000;
}

.IDX-wrapper-standard #IDX-detailsTopNav .IDX-btn-default{
  color: #333;
  background-color: #fff;
}

.IDX-wrapper-standard #IDX-detailsTopNav .IDX-btn-default:hover,
.IDX-wrapper-standard #IDX-detailsTopNav .IDX-btn-default:focus,
.IDX-wrapper-standard #IDX-detailsTopNav .IDX-btn-default:active{
  background-color: #e6e6e6;
}

.IDX-page-mortgage #IDX-mortgageCalculatorHeader{
  color: #333;
  margin-top: 0;
  padding-top: 20px;
}

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: 1010;
  visibility: visible !important;
}

.IDX-wrapper-standard button, .IDX-wrapper-standard select, .IDX-wrapper-standard input {
  color: #666;
}

/* Slideshow Tagline */
.slideshow-tagline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.slideshow-tagline-wrap {
  width: calc(100% - 265px);
  margin-left: auto;
  text-align: center;
}

.slideshow-tagline-wrap span {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  position: relative;
  padding: 20px;
}

.slideshow-tagline-wrap span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 32, 0.85);
  opacity: 0.8;
  z-index: -1;
}
/* Slideshow Tagline */

body #aios-slider-homepage-slidershow-auto-generated .aios-slider-volume {
  top: 50px;
  right: 50px;
}

body #aios-slider-homepage-slidershow-auto-generated .splide__pagination {
  bottom: auto;
  top: 20px;
  left: auto;
  right: 20px;
  padding: 0;
}

body #aios-slider-homepage-slidershow-auto-generated .splide__pagination__page {
  background: #333 !important;
  height: 12px;
  margin: 0 3px !important;
  opacity: 1 !important;
  width: 12px;
  transform: unset !important;
}

body #aios-slider-homepage-slidershow-auto-generated .splide__pagination__page.is-active, 
body #aios-slider-homepage-slidershow-auto-generated .splide__pagination__page:hover, 
body #aios-slider-homepage-slidershow-auto-generated .splide__video:hover .splide__video__play:before, 
body #aios-slider-homepage-slidershow-auto-generated .splide__video__play:hover:before, 
body #aios-slider-homepage-slidershow-auto-generated .aios-slider-custom-video button:focus, 
body #aios-slider-homepage-slidershow-auto-generated .aios-slider-custom-video button:hover {
  background: #ccc !important;
}