@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), local('Roboto-Regular'),
    url('/wp-content/themes/invexo_2023/fonts/Roboto-Regular.woff2')
      format('woff2'),
    url('/wp-content/themes/invexo_2023/fonts/Roboto-Regular.woff')
      format('woff'),
    url('/wp-content/themes/invexo_2023/fonts/Roboto-Regular.ttf')
      format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium'), local('Roboto-Medium'),
    url('/wp-content/themes/invexo_2023/fonts/Roboto-Medium.woff2')
      format('woff2'),
    url('/wp-content/themes/invexo_2023/fonts/Roboto-Medium.woff')
      format('woff'),
    url('/wp-content/themes/invexo_2023/fonts/Roboto-Medium.ttf')
      format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold'), local('Roboto-Bold'),
    url('/wp-content/themes/invexo_2023/fonts/Roboto-Bold.woff2')
      format('woff2'),
    url('/wp-content/themes/invexo_2023/fonts/Roboto-Bold.woff')
      format('woff'),
    url('/wp-content/themes/invexo_2023/fonts/Roboto-Bold.ttf')
      format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: local('Raleway'), local('Raleway-Regular'),
    url('/wp-content/themes/invexo_2023/fonts/Raleway-Regular.woff2')
      format('woff2'),
    url('/wp-content/themes/invexo_2023/fonts/Raleway-Regular.woff')
      format('woff'),
    url('/wp-content/themes/invexo_2023/fonts/Raleway-Regular.ttf')
      format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: local('Raleway Bold'), local('Raleway-Bold'),
    url('/wp-content/themes/invexo_2023/fonts/Raleway-Bold.woff2')
      format('woff2'),
    url('/wp-content/themes/invexo_2023/fonts/Raleway-Bold.woff')
      format('woff'),
    url('/wp-content/themes/invexo_2023/fonts/Raleway-Bold.ttf')
      format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  color: #ce9e00;
  outline: 0;
  text-decoration: none;
}

a img {
  border: 0;
}

a2:hover,
a2:active {
  color: #fff;
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------
Initial Setup
----------------------------------------------*/

a {
  color: #f7c520;
  text-decoration: none;
}

a:hover {
  color: #f7c520;
  text-decoration: none;
}

input:focus,
textarea:focus {
  outline: none;
}

img,
video {
  max-width: 100%;
  vertical-align: top;
}

audio,
canvas,
video {
  display: inline;
  zoom: 1;
}

input:focus,
textarea:focus {
  border: 1px solid #ce9e00;
}

input::placeholder,
textarea::placeholder {
  color: #666666;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.light-gray {
  background-color: #f5f5f5;
}

.bg-lightgray,
.property__feature.bg-lightgray {
  background-color: #f3f3f3;
}

.pri-pad {
  padding: 50px 0;
}

.pri-pad-b {
  padding-bottom: 100px;
}

.primary-bg {
  background-color: #ce9e00;
}

.secondary-bg {
  background-color: rgba(0, 0, 0, 0.9);
}

.btn-primary {
  color: #fff;
  background-color: #ce9e00;
  border-color: #ac8400;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f0b800;
  border-color: #ce9e00;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 158, 0, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #444444;
  background-color: #ffdc68;
  border-color: #ffd446;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ce9e00;
  border-color: #ac8400;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 158, 0, 0.5);
}

.btn-outline-primary {
  color: #e4bc37;
  border-color: #e4bc37;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #e4bc37;
  border-color: #e4bc37;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 188, 55, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #e4bc37;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e4bc37;
  border-color: #e4bc37;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 188, 55, 0.5);
}

.btn-want {
  position: fixed;
  bottom: 5px;
  width: 96%;
  left: 2%;
  z-index: 10000;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  word-spacing: 4px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.row {
  *zoom: 1;
}

.row:before,
.row:after {
  content: ' ';
  display: table;
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: ' ';
  display: table;
}

.row:after {
  clear: both;
}

.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* 3.2. Typography
***********************/

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 700;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

.p-style,
h1.p-style,
h2.p-style,
h3.p-style,
h4.p-style,
h5.p-style {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0.5rem 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
  max-width: 100%;
}

del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
}

textarea {
  max-width: 100%;
}

/* 4. MODULES
***********************/

/* 4.1. Header / .header
***********************/

body.sticky--header {
  padding-top: 80px;
}

.header--blue {
  background-color: #000000;
}

.header--top {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

.sticky--header .header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}

.header__main {
  position: relative;
  padding: 10px 0;
}

@media only screen and (min-width: 992px) {
  .header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
}

.header--coming-soon {
  padding-top: 20px;
}

@media only screen and (min-width: 992px) {
  .header--coming-soon {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .header__logo img {
    width: 120px;
  }
}

.header__logo img {
  height: auto;
  width: 153px;
}

.header__cta {
  display: none;
  padding: 10px 32px;
  background: #ce9e00;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500px;
  text-transform: uppercase;
  border-radius: 0px;
}

@media only screen and (min-width: 992px) {
  .header__cta {
    display: inline-block;
  }
}

.header__cta--outline {
  border: 1px solid #ce9e00;
  background: transparent;
  color: #ce9e00;
}

.header__cta:hover {
  background: #f7c520;
  color: #fff;
}

@media (max-width: 991px) {
  .header__menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    width: 100%;
    padding: 0 10px 20px;
    border-top: 3px solid #ce9e00;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 992px) {
  .header__menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .header__menu .topbar__user {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .header__menu .topbar__user li:after {
    color: #666666;
  }
}

@media (max-width: 991px) {
  .header__menu .topbar__user a {
    color: #666666;
    text-transform: uppercase;
    transition: 0.3s color ease-out;
  }

  .header__menu .topbar__user a:hover {
    color: #ce9e00;
  }
}

@media only screen and (min-width: 992px) {
  .header__menu--v1 .topbar__user,
  .header__menu--v4 .topbar__user {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header__nav {
    margin-right: 30px;
  }

  .header__nav .menu-item {
    display: inline-block;
  }

  .header__nav li ul li {
    display: block;
  }
}

.header__nav li {
  position: relative;
}

.header__nav li ul {
  padding-left: 10px;
}

@media only screen and (min-width: 992px) {
  .header__nav li ul {
    width: 13em;
    padding-left: 0;
    border-top: 3px solid #ce9e00;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -9999px;
  }
}

.header__nav .sub-menu .menu-item a {
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  color: #000000;
}

.header__nav > li.hover > ul {
  left: 0;
  top: auto;
  z-index: 20;
}

@media (max-width: 991px) {
  .header__nav > li.hover > ul {
    position: static;
  }
}

.header__nav li li.hover ul {
  left: 100%;
  top: 0;
  z-index: 20;
}

@media (max-width: 991px) {
  .header__nav li li.hover ul {
    position: static;
  }
}

.header__nav a {
  display: block;
  padding: 10px 0;
  transition: 0.3s color ease-out;
}

@media only screen and (min-width: 992px) {
  .header__nav a {
    padding: 10px 15px;
  }
}

.header__nav .menu-item a:hover {
  color: #ce9e00;
}

.header__nav a:not(:only-child) {
  position: relative;
}

@media (max-width: 991px) {
  .header__nav a:not(:only-child):after {
    position: absolute;
    right: 2px;
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
  }
}

@media only screen and (min-width: 992px) {
  .header__nav > .menu-item > a {
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .header__nav a.active:not(:only-child):after {
    content: '\f106';
  }
}

.header__nav .menu-item a {
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .header__nav .menu-item a {
    border-bottom: 0;
    color: #ffffff;
  }
}

.header__nav-link--v2 {
  text-transform: capitalize !important;
}

@media only screen and (min-width: 992px) {
  .header__nav-link--mine-shaft {
    color: #333333 !important;
  }
}

#menu-menu-nav {
  display: none;
}

.sticky--header #menu-menu-nav {
  display: block;
}

.sticky--header #menu-main {
  display: none;
}

.header__user {
  position: absolute;
  top: 10px;
  right: 40px;
}

@media only screen and (min-width: 992px) {
  .header__user {
    position: static;
  }
}

.header__user-inner {
  position: relative;
}

.header__user-menu {
  position: absolute;
  min-width: 180px;
  right: 0;
  padding: 10px;
  border-top: 3px solid #ce9e00;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease-out;
  transform: scale(1.05);
}

.header__user-menu.is-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 999;
}

.header__user-name {
  display: none;
  margin-left: 5px;
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  .header__user-name {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .header__buttons .btn {
    display: block;
    margin-top: 0.5rem;
  }
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.topbar--sea-shell {
  background: #f1f1f1;
}

.topbar li {
  display: inline-block;
}

.topbar__icon {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.topbar__icon--gray {
  color: #888888;
}

.topbar__link {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s color ease-out;
}

.topbar__link--white {
  color: #ffffff;
}

.topbar__link--mine-shaft {
  color: #333333;
}

.topbar__link--gray {
  color: #888888;
}

.topbar__link:hover {
  color: #ce9e00;
}

.topbar__contact {
  padding-right: 70px;
}

.topbar__contact li {
  padding-right: 30px;
}

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

.topbar__contact a {
  display: inline-block;
  padding-left: 5px;
}

.topbar__social {
  padding-right: 70px;
  font-size: 14px;
}

.topbar__social li {
  padding-right: 15px;
}

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

.topbar__user--uppercase {
  text-transform: uppercase;
}

.topbar__user-icon {
  padding-right: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.topbar__user li {
  display: inline-block;
}

.topbar__user li:after {
  content: '|';
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 5px;
}

.topbar__user li:last-child:after {
  display: none;
}

.topbar__user--mine-shaft li:after {
  color: #333333;
}

.topbar__user--gray li:after {
  color: #888888;
}

.topbar__user--gray .topbar__user-icon {
  color: #888888;
}

.nav-mobile {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

@media only screen and (min-width: 992px) {
  .nav-mobile {
    display: none;
  }
}

.nav-toggle {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  padding: 10px 25px 0 0;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background-color: #ffffff;
  content: '';
  cursor: pointer;
  transition: 0.2s all ease-out;
}

.nav-toggle--secondary span,
.nav-toggle--secondary span:before,
.nav-toggle--secondary span:after {
  background-color: #666666;
}

.nav-toggle span:before {
  top: -6px;
}

.nav-toggle span:after {
  bottom: -6px;
}

.nav-toggle.active span {
  background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}

.nav-toggle.active span:before {
  transform: rotate(45deg);
}

.nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* 4.2. Footer
***********************/

.footer__links {
  border-bottom: 1px solid #dddddd;
  padding: 60px 0;
}

.footer__title {
  margin-bottom: 15px;
  color: #333333;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .footer__title {
    margin-bottom: 30px;
  }
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__desc {
  max-width: 600px;
  margin: 0 auto 25px;
}

.footer__links-single {
  margin-bottom: 30px;
}

.footer__links-single:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .footer__links-single {
    margin-bottom: 0;
  }
}

.footer--highlighted {
  color: #333333;
  font-weight: 500;
}

.footer--highlighted-v2 {
  color: #ce9e00;
}

.footer__list li {
  margin-bottom: 10px;
}

.footer__list li:last-child {
  margin-bottom: 0;
}

.footer__list a {
  color: #666666;
  transition: 0.3s color ease-out;
}

.footer__list a:hover {
  color: #ce9e00;
}

.footer__list .footer--highlighted {
  display: inline-block;
  min-width: 70px;
}

.footer__main {
  border-bottom: 1px solid #dddddd;
  padding: 45px 0;
  color: #888888;
  text-align: center;
}

.footer__main--v2 {
  border-bottom: 0;
  background-color: #282828;
}

.footer__social li {
  display: inline-block;
  padding: 0 10px;
}

.footer__social a {
  color: #999999;
  font-size: 22px;
  transition: 0.3s color ease-out;
}

.footer__social a:hover {
  color: #ce9e00;
}

.footer__social--coming-soon a {
  color: rgba(153, 153, 153, 0.65);
}

.footer__copyright--v2 {
  background-color: #222222;
}

.footer__copyright-inner {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media only screen and (min-width: 992px) {
  .footer__copyright-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer__copyright-desc {
  color: #888888;
}

@media only screen and (min-width: 992px) {
  .footer__copyright-desc {
    margin-bottom: 0;
  }
}

.footer__copyright-list li {
  display: inline-block;
}

.footer__copyright-list li:after {
  content: '|';
  display: inline-block;
  padding: 0 5px;
  color: #888888;
}

.footer__copyright-list li:last-child:after {
  display: none;
}

.footer__copyright-list a {
  color: #888888;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s color ease-out;
}

.footer__copyright-list a:hover {
  color: #ce9e00;
}

.footer--coming-soon {
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .footer--coming-soon {
    padding-bottom: 30px;
  }
}

/* 4.3. Section / .section__header
***********************/

.section__header {
  background-image: url('/wp-content/themes/invexo_2023/images/uploads/section_header2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section__header-overlay {
  padding: 47px 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.section__header .section__title {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 30px;
}

.section__header .ht-breadcrumbs__item:after,
.section__header .ht-breadcrumbs__link,
.section__header .ht-breadcrumbs__page {
  color: #ffffff;
}

.section__title {
  margin-bottom: 30px;
  color: #333333;
  font-size: 26px;
}

.section__title--large {
  font-size: 36px;
}

.section__title--b-margin {
  margin-bottom: 5px;
}

.section__cat {
  padding-top: 30px;
  padding-bottom: 60px;
}

.section__cat:nth-child(odd) {
  background-color: #fff;
}

.section__cat + .section__cat {
  padding-top: 60px;
}

.section-content p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .section__title--b-margin {
    margin-bottom: 0;
  }
}

.section__title--b-margin-40 {
  margin-bottom: 40px;
}

.section__title--t-margin-at-xs {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .section__title--t-margin-at-xs {
    margin-top: 0;
  }
}

.section__title--centered {
  text-align: center;
}

/* 4.4. Slick Navigation / .slick__navigation
***********************/

.slick__navigation li {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s all ease-out;
}

.slick__navigation li:hover {
  border-color: #888888;
}

.slick__navigation i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #888888;
  font-size: 18px;
}

/* 4.5. Blog Column
***********************/

.col-md-main {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .col-md-main:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #eeeeee;
    right: -45px;
    top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-sidebar {
    padding-left: 105px;
  }
}

/* 4.6. Blog Widget
***********************/

.widget {
  margin-bottom: 60px;
}

.widget--wild-sand {
  background-color: #f6f6f6;
}

.widget--white {
  background-color: #ffffff;
}

.widget--padding-20 {
  padding: 20px;
}

.widget__title {
  margin-bottom: 30px;
  font-size: 18px;
}

.widget__title--uppercase {
  text-transform: uppercase;
}

.widget__news-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.widget__news-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.widget__news a {
  color: #666666;
  transition: 0.3s color ease-out;
}

.widget__news a:hover {
  color: #ce9e00;
}

.widget__news span {
  display: block;
}

.search-form {
  position: relative;
}

.search-form__field {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.search-form__submit {
  position: absolute;
  right: 10px;
  top: 50%;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #333333;
  font-size: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}

.widget_list li {
  margin-bottom: 15px;
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 15px;
}

.widget_list li:before {
  content: '\f0c8';
  display: inline-block;
  padding-right: 15px;
  color: #333333;
  font-family: 'FontAwesome';
  font-size: 6px;
  line-height: 14px;
}

.widget_list li:last-child {
  margin-bottom: 0;
}

.widget_list a {
  color: #333333;
  transition: 0.3s color ease-out;
}

.widget_list a:hover {
  color: #ce9e00;
}

.widget_list span {
  display: inline-block;
  padding-left: 10px;
  color: #999999;
}

.widget_thumbnail__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.widget_thumbnail__img {
  flex-shrink: 0;
  height: auto;
}

.widget_thumbnail__content {
  padding-left: 20px;
}

.widget_thumbnail__title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.widget_thumbnail__link {
  color: #333333;
  transition: 0.3s color ease-out;
}

.widget_thumbnail__link:hover {
  color: #ce9e00;
}

.widget_thumbnail__date {
  color: #adadad;
  font-size: 12px;
}

.tag-cloud__item {
  position: relative;
  display: inline-block;
  height: 24px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  padding: 2px 25px;
  color: #999999;
  font-size: 13px;
  transition: 0.3s color ease-out;
}

.tag-cloud__item:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -6px;
  border-right: 6px solid #f7f7f7;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.tag-cloud__item:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: -1px -1px 2px #eeeeee;
}

.tag-cloud__item:hover {
  color: #333333;
}

.widget_gallery ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.widget_gallery li {
  width: 32%;
  margin-bottom: 5px;
}

/* 4.7. Contact Form / .contact-form
***********************/

.contact-form {
  padding: 20px;
}

.contact-form--no-padding {
  padding: 0;
}

.contact-form--bordered {
  border: 1px solid #eeeeee;
}

.contact-form--wild-sand {
  background-color: #f6f6f6;
}

.contact-form--white {
  background-color: #ffffff;
}

.contact-form__header {
  margin-bottom: 20px;
}

.contact-form__title {
  font-size: 16px;
}

.contact-form__body {
  padding-bottom: 10px;
}

.contact-form__field {
  margin-bottom: 10px;
  color: #333333;
  border: 1px solid #eeeeee;
}

.contact-form__field--contact {
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0;
}

.contact-form__comment {
  resize: none;
}

.contact-form__submit {
  background-color: #ce9e00;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form__submit:hover {
  background-color: #e4bc37;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form__submit--contact {
  max-width: 275px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 0;
}

/* 4.8. Main Slider / .main-slider
***********************/

.main-slider {
  position: relative;
}

/* 4.9. Item Grid / .item-grid
***********************/

.item-grid {
  position: relative;
  padding: 40px 0 100px;
  background-color: #f6f6f6;
}

/* padding antigo era 170 px */

@media only screen and (min-width: 768px) {
  .item-grid {
    padding: 60px 0 100px;
  }
}

.item-grid__container {
  margin-bottom: 30px;
}

.item-grid--centered {
  text-align: center;
}

.item-grid__image-container {
  position: relative;
  overflow: hidden;
  max-height: 226px;
}

.item-grid__image-container img {
  transition: 0.3s transform ease-out;
}

@media only screen and (min-width: 992px) {
  .item-grid__image-list {
    width: 41.6%;
  }
}

@media only screen and (min-width: 992px) {
  .item-grid__content-list {
    width: 58.4%;
  }
}

.item-grid__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s background ease-out;
}

.item-grid__image-container:hover .item-grid__image-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.item-grid__image-container:hover img {
  transform: scale(1.1);
}

@media only screen and (min-width: 992px) {
  .item-grid__image-container--v2 {
    position: relative;
    width: 32%;
  }
}

@media only screen and (min-width: 992px) {
  .item-grid__image-container--open-houses {
    position: relative;
    flex: 1 0 35%;
  }
}

@media only screen and (min-width: 992px) {
  .item-grid__content-container--v2 {
    width: 68%;
  }
}

@media only screen and (min-width: 992px) {
  .item-grid__content-container--open-houses {
    width: 60%;
  }
}

.item-grid__load-more {
  display: inline-block;
  margin-top: 30px;
  padding: 11px 54px;
  background-color: #ce9e00;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
}

.item__label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0 12px;
  display: inline-block;
  background-color: #ff9d00;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  border-radius: 3px;
}

/* 4.10. New Listing
***********************/

/* Busca */

.search {
  padding-top: 20px;
}

.filter {
  display: none;
}

@media (min-width: 992px) {
  .filter {
    display: block;
  }
}

.filter-row {
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.btn-group {
  width: 100%;
}

.btn-cat {
  color: #000;
  width: 33.3333%;
  font-size: 12px;
  padding: 6px;
  height: 50px;
  white-space: pre-wrap;
}

.btn-cat.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.filter-row .dropdown {
  display: inline-block;
  margin-right: 15px;
}

.filter-row .dropdown .btn {
  border: 0;
}

.filter-row .dropdown-menu {
  padding-top: 10px;
}

.filter-row .dropdown-menu label {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.filter-row .dropdown-menu input {
  cursor: pointer;
}

.filter label {
  line-height: 1.5em;
  margin: 0 0 5px;
}

.dropdown-menu-area {
  padding: 15px;
}

.filter-number {
  -moz-appearance: textfield;
  text-align: center;
  margin-bottom: 15px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.filter-clear {
  width: 100%;
  padding: 30px 0 10px;
  text-align: center;
}

.filter-clear .btn {
  width: 100%;
}

.result-header {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.result-header-title {
  display: inline-block;
  font-size: 24px;
  margin: 0 0 15px;
}

.result-header-order {
  text-align: center;
}

.result-list {
  padding-left: 30px;
  padding-right: 30px;
}

.result-list-item {
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  position: relative;
  transition: box-shadow ease-in-out 0.15s;
  -webkit-transition: -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: box-shadow ease-in-out 0.15s;
}

.result-list-item:hover {
  color: #000;
  box-shadow: 0 5px 15px 0 rgba(4, 85, 141, 0.3);
  -webkit-box-shadow: 0 5px 15px 0 rgba(4, 85, 141, 0.3);
}

.result-list-item a {
  color: #ce9e00;
}

.result-list-item a:hover {
  color: #e4bc37;
}

.result-list-item a.btn,
.result-list-item a.btn-share,
.result-list-item a.btn-share-close {
  color: #fff;
}

.result-list-item a.btn-share:hover {
  color: #ce9e00;
}

.result-list-item-col {
  position: relative;
}

.result-list-item-img {
  padding-left: 0;
  padding-right: 0;
}

.result-list-item-img img {
  position: relative;
  z-index: 1;
}

.result-list-item-tag {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 3px 5px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 2;
  word-wrap: normal;
  white-space: pre;
}

.result-list-item-tag-1 {
  background-color: #747474;
}

.result-list-item-tag-lancamento {
  background-color: #2000e3;
}

.result-list-item-tag-exclusividade {
  background-color: #ce9e00;
}

.result-list-item-tag-4 {
  background-color: #f82483;
}

.result-list-item-tag-imovel-pronto {
  background-color: #3f7d20;
}

.result-list-item-info {
  position: relative;
  z-index: 3;
}

.result-list-item-price {
  font-size: 18px;
  display: block;
  line-height: 1.325em;
  padding: 8px 15px;
  margin: 15px 0;
  background-color: white;
  border: 1px solid #ce9e00;
}

.result-list-item a.result-list-item-price {
  color: #000;
}

.result-list-item a.result-list-item-price:hover {
  color: #ce9e00;
}

.result-list-item a.result-list-item-price p {
  margin: 0;
}

.result-list-item-items {
  padding: 0;
  margin-left: -15px;
}

.result-list-item-items li {
  font-size: 1rem;
  list-style: none;
  margin-bottom: 10px;
  margin-left: 15px;
  line-height: 28px;
  display: inline-block;
}

.result-list-item-title {
  font-size: 1.0625rem;
  margin: 15px 0;
  position: relative;
  padding-right: 40px;
}

.result-list-item-fav {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
}

.result-list-item-share {
  position: absolute;
  right: 0;
  z-index: 2;
  background-color: #04558d;
  color: #fff;
  border-radius: 100px;
  padding: 5px;
  display: none;
}

.btn-share {
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  vertical-align: bottom;
}

.btn-share:hover {
  color: #04558d;
  background-color: #fff;
}

.btn-share-close,
.btn-share-close:hover,
.btn-share-close:focus {
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  vertical-align: bottom;
}

.result-list-item-address {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.325em;
}

.result-list-item-bairro {
  font-size: 20px;
}

.result-list-item-stats {
  color: #999;
  margin-bottom: 15px;
}

.result-list-item-buttons {
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}

.result-list-item-buttons .btn {
  display: block;
  margin-bottom: 15px;
}

section.range-slider {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 20px;
  margin-top: 15px;
}

section.range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 200px;
  outline: none;
  height: 18px;
}

section.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

section.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  width: 11px;
}

section.range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0;
}

section.range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

.page-link {
  color: #ce9e00;
}

.page-link:hover {
  color: #000;
}

.page-item.active .page-link {
  background-color: #ce9e00;
  border-color: #ce9e00;
}

.pager-next,
.pager-previous {
  text-align: center;
  display: inline-block;
  display: flex;
}

.pager-next a,
.pager-previous a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager-next a:hover,
.pager-previous a:hover {
  text-decoration: none;
  background-color: #eee;
}

.form-modal-sm .modal-header {
  border-bottom: 0;
  text-align: center;
  padding-bottom: 0;
  font-size: 18px;
}

.form-modal-sm .modal-header .modal-title {
  color: #fff;
}

.form-modal-sm .modal-header .close {
  margin-top: -25px;
  margin-right: -16px;
  font-size: 27px;
  margin-left: 5px;
}

.single-exclusividade .form-modal-sm button.close {
  background-color: #ff5a00;
  opacity: 1;
}

.single-exclusividade .form-modal-sm button.close:hover {
  opacity: 1;
}

.single-exclusividade .form-modal-sm .modal-header button.close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -25px;
  top: -25px;
  color: #fff;
  opacity: 1;
  z-index: 2;
}

.form-modal-sm .modal-body,
.share-modal-sm .modal-body {
  padding: 15px;
}

.form-modal-sm .modal-content {
  background-color: #04558d;
  color: #fff;
  font-size: 14px;
}

.form-modal-sm .modal-content p {
  text-align: center;
  margin-bottom: 15px;
}

.form-modal-sm .form-group label {
  display: block;
  margin-bottom: 5px;
}

.single-exclusividade .modal-body input[type='text'],
.single-exclusividade .modal-body input[type='password'] {
  border-radius: 4px;
  padding: 0.69em 0.5em 0.65em;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 4px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*-------------- Featured property ------------*/

.featured-wrap,
.near-by-wrap {
  border: 3px solid transparent;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (min-width: 768px) {
  .col-md-4 .featured-wrap {
    height: 240px;
    overflow: hidden;
  }

  .col-md-6 .featured-wrap {
    height: 360px;
    overflow: hidden;
  }
}

.link-overlay {
  border: 3px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.main-title {
  position: relative;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .main-title {
    margin: 0 auto 40px;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .main-title {
    width: 63%;
  }
}

.main-title h1 {
  margin: 0 0 25px;
  font-size: 40px;
  line-height: 1.4;
}

.featured-wrap,
.near-by-wrap {
  border-color: #fff;
}

.featured-wrap .content-wrap,
.near-by-wrap .content-wrap {
  padding: 20px;
  padding-bottom: 10px;
  position: absolute;
  min-height: 80px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.featured-wrap:hover .content-wrap,
.near-by-wrap:hover .content-wrap {
  bottom: 5px;
}

.featured-wrap .title-wrap,
.featured-wrap .price-tag {
  display: block;
  line-height: 1.3em;
}

.featured-wrap .title-wrap {
  line-height: 1.4;
}

.featured-wrap .title-wrap h4 {
  font-size: 20px;
}

.featured-wrap .price {
  text-align: right;
  font-size: 18px;
}

@media (min-width: 992px) {
  .featured-wrap .content-wrap,
  .near-by-wrap .content-wrap {
    padding-bottom: 20px;
  }

  .featured-wrap .title-wrap,
  .featured-wrap .price-tag {
    display: inline-block;
    vertical-align: middle;
  }

  .featured-wrap .title-wrap {
    width: 65%;
  }

  .featured-wrap .title-wrap h4 {
    font-size: 24px;
  }

  .featured-wrap .price {
    width: 33%;
    font-size: 20px;
  }
}

.col-md-4 .featured-wrap .title-wrap {
  width: 100%;
  display: block;
}

.col-md-4 .featured-wrap .price {
  text-align: right;
  width: 100%;
  display: block;
}

/*------------- gallery wrap -------*/

.gallery-wrap {
  position: relative;
  overflow: hidden;
}

.gallery-wrap.full.agent-full {
  margin: 0;
}

ul.gallery,
ul.gallery-pager,
ul.gallery-full {
  margin: 0;
  padding: 0;
}

ul.gallery li,
ul.gallery-pager,
ul.gallery-full {
  list-style: none;
}

ul.gallery-pager {
  margin: 10px -6px 0 0;
}

ul.gallery-pager li {
  display: inline-block;
  margin-right: 6px;
  width: 97px;
  overflow: hidden;
}

ul.gallery-pager li:last-child {
  margin-right: 0;
}

ul.gallery-pager li a {
  border: 2px solid #ddd;
  display: block;
}

ul.gallery-full img {
  max-width: initial;
  display: inline-block;
}

.thumb-gallery .bx-wrapper .bx-controls-direction a {
  width: 45px;
  padding: 0.3em 0;
  height: initial;
  font-size: 25px;
  opacity: 0.5;
  text-indent: 0;
  background: #000;
  text-align: center;
}

.thumb-gallery .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

.thumb-gallery .bx-wrapper .bx-prev {
  left: 0;
}

.thumb-gallery .bx-wrapper .bx-next {
  right: 0;
}

.featured-wrap .tag,
.near-by-wrap .tag,
.featured-blog .tag,
.ppt-list .tag,
.gallery-wrap .tag,
.banner .tag,
.blog-list-mesonary .tag {
  display: inline-block;
  position: absolute;
  z-index: 6;
  top: 20px;
  font-size: 11px;
  padding: 0.45em 1em 0.4em;
  line-height: 1;
  color: #fff;
  background-color: #000;
}

.gallery-wrap.full .tag,
.banner .tag {
  margin-bottom: 10px;
  position: initial;
}

.ppt-list.gd-vw .tag.left,
.gallery-wrap .tag.left,
.featured-wrap .tag.left,
.featured-blog .tag,
.ppt-list .tag.left {
  left: 20px;
}

.casousel-exclusivdade .carousel-indicators {
  margin: 10px 0 0 -5px;
  position: relative;
  display: block;
  text-align: left;
}

.casousel-exclusivdade .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 0 0 5px !important;
  width: 80px;
}

.casousel-exclusivdade .carousel-indicators li img {
  display: block;
  opacity: 0.9;
}

.casousel-exclusivdade .carousel-indicators li.active img,
.casousel-exclusivdade .carousel-indicators li:hover img {
  opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  font-size: 3rem;
  width: 10%;
}

.carousel-control-prev {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control-next {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.blog-list-mesonary .tag {
  top: 10px;
  left: 10px;
}

.featured-wrap .tag.right,
.ppt-list .tag.right {
  right: 20px;
}

.featured-block .btn-wrap {
  margin-top: 10px;
}

.featured-block-2 {
  background: url(/wp-content/themes/invexo_2023/images/pattern2.jpg) repeat;
}

.featured-wrap .overlay::before,
.near-by-wrap .overlay::before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.featured-wrap.wrap {
  padding: 5px 0px 0;
  background-color: #fff;
}

.featured-wrap.wrap figure {
  margin: 0px 5px;
}

.featured-wrap.wrap .content-wrap {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
  position: initial;
  text-shadow: none;
}

.featured-wrap.wrap .title-wrap,
.featured-wrap.wrap .price-tag {
  vertical-align: top;
}

.featured-wrap.wrap .btn.btn-link {
  border-radius: 0;
  display: block;
}

.featured-wrap.wrap .btn.btn-link:hover {
  text-decoration: none;
}

.main-title h2 {
  padding-bottom: 25px;
  margin-bottom: 0 0 25px;
  position: relative;
}

.main-title h2:before,
.main-title h2:after {
  margin: 0 auto;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 160px;
  height: 1px;
}

.main-title h2:before {
  background-color: #d8d8d8;
}

.main-title h2:after {
  background-color: #d8d8d8;
  height: 3px;
  width: 60px;
  bottom: -1px;
}

.main-title {
  position: relative;
}

.main-title.full {
  width: 100%;
}

.main-title h2:before,
.main-title h2:after {
  margin: 0 auto;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 160px;
  height: 1px;
}

.main-title h2:before {
  background-color: #d8d8d8;
}

.main-title h2:after {
  height: 3px;
  width: 60px;
  bottom: -1px;
}

.main-title.text-white h2:after {
  background-color: #fff;
}

.main-title h2 {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 25px;
}

/*=========== image effect =========*/

.image-effect {
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.image-effect:hover img,
.featured-wrap:hover .image-effect img,
.featured-blog-list li:hover .image-effect img,
.near-by-wrap:hover .image-effect img,
.agent-list:hover .image-effect img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.featured-wrap .image-effect {
  height: 100%;
  width: 100%;
}

.featured-wrap .image-effect img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.service-block {
  background: url('/wp-content/themes/invexo_2023/images/pattern.jpg') repeat;
  line-height: 1.75;
}

.service-block .image-wrap {
  overflow: hidden;
  text-align: right;
}

.service-block .image-wrap img {
  max-width: initial;
}

.service-block .right-block {
  padding-top: 60px;
}

.service-list {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.service-list li {
  margin-bottom: 10px;
  padding-left: 75px;
  position: relative;
  list-style: none;
}

.service-list li:nth-child(even) {
  float: right;
}

.service-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 60px;
}

.service-list h5 {
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .service-block {
    position: relative;
    overflow: hidden;
  }

  .service-block .image-wrap {
    position: absolute;
    left: 0;
  }
}

@media (min-width: 992px) {
  .service-list li {
    margin-bottom: 43px;
    width: 48%;
    float: left;
  }
}

.near-by-property .main-title h2 {
  color: white;
}

.near-by-wrap {
  padding: 0;
  border-color: #fff;
}

.near-by-wrap .content-wrap {
  min-height: initial;
  width: 100%;
  top: 0;
  text-align: center;
}

.near-by-wrap .content-wrap,
.near-by-wrap .content-wrap .inner,
.near-by-wrap .content-wrap .title-wrap {
  height: 100%;
}

.near-by-wrap .content-wrap .inner {
  display: table;
  width: 100%;
}

.near-by-wrap.wrap2 .content-wrap .inner {
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 20px;
}

.near-by-wrap.wrap2:hover .content-wrap .inner {
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.near-by-wrap .content-wrap .title-wrap {
  display: table-cell;
  vertical-align: middle;
}

.near-by-wrap.wrap2 .content-wrap .title-wrap {
  vertical-align: bottom;
  text-align: left;
}

.near-by-wrap .tag {
  position: initial;
}

.near-by-wrap.wrap2:hover h4.mb-0 {
  margin-bottom: 0;
}

.subscription {
  background-color: #fff;
}

.subscription .form-group {
  display: inline-block;
}

.subscription .email {
  margin-right: 5px;
  position: relative;
}

.subscription .email:before {
  display: inline-block;
  content: '\f0e0';
  font-family: 'Fontawesome';
  position: absolute;
  left: 10px;
  top: 12px;
  color: #9f9f9f;
  z-index: 2;
}

.subscription input,
.subscription button[type='submit'] {
  border: 0;
  padding: 1em 1.5em;
}

.subscription button[type='submit'] {
  padding: 1.1em 2em;
  outline: none;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  border: 0;
  width: 100%;
  line-height: 1;
  font-size: 14px;
}

.subscription input {
  border: 1px solid #dadada;
  padding-left: 32px;
  min-width: 400px;
  text-transform: uppercase;
  outline: none;
  background-color: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #242323;
  width: 100%;
  line-height: 1;
  font-size: 14px;
}

/* padding antigo era 100px */

.new-listing {
  padding: 30px 0;
}

.new-listing--b-border {
  padding-top: 100px;
}

.new-listing__inner {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 99px;
}

.new-listing__header,
.new-listing h1 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .new-listing__header {
    display: flex;
    justify-content: space-between;
  }
}

.new-listing__all {
  color: #ce9e00;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .new-listing__container {
    display: flex;
    justify-content: space-between;
  }
}

.new-listing--col-md-6 {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .new-listing--col-md-6 {
    width: 48.7%;
  }
}

@media only screen and (min-width: 992px) {
  .new-listing__parent {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-text-center {
    text-align: center;
  }
}

.new-listing__single,
.new-listing__block {
  position: relative;
  overflow: hidden;
}

.new-listing__single img,
.new-listing__block img {
  transition: 0.3s transform ease-out;
}

.new-listing__single:hover img,
.new-listing__block:hover img {
  transform: scale(1.1);
}

.new-listing__single {
  height: 245px;
}

.new-listing__block {
  height: 200px;
}

@media only screen and (min-width: 992px) {
  .new-listing__block {
    height: auto;
  }
}

.new-listing__block,
.new-listing__single {
  overflow: hidden;
}

.new-listing__block:hover .new-listing__bg,
.new-listing__single:hover .new-listing__bg {
  transform: scale(1.2);
}

.new-listing__bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s all ease-out;
}

.new-listing__bg--new-york-1 {
  background-image: url('https://invexo-cdn.s3-sa-east-1.amazonaws.com/assets/images/uploads/new_york_1.jpg');
}

.new-listing__bg--ohio-1 {
  background-image: url('https://invexo-cdn.s3-sa-east-1.amazonaws.com/assets/images/uploads/ohio_1.jpg');
}

.new-listing__bg--san-diego-1 {
  background-image: url('https://invexo-cdn.s3-sa-east-1.amazonaws.com/assets/images/uploads/san_diego_1.jpg');
}

.new-listing__bg--new-jersey-1 {
  background-image: url('https://invexo-cdn.s3-sa-east-1.amazonaws.com/assets/images/uploads/new_jersey_1.jpg');
}

.new-listing__bg--new-york-2 {
  background-image: url('https://invexo-cdn.s3-sa-east-1.amazonaws.com/assets/images/uploads/new_york_2.jpg');
}

.new-listing__bg--san-diego-2 {
  background-image: url('https://invexo-cdn.s3-sa-east-1.amazonaws.com/assets/images/uploads/san_diego_2.jpg');
}

.new-listing__bg--new-jersey-2 {
  background-image: url('https://invexo-cdn.s3-sa-east-1.amazonaws.com/assets/images/uploads/new_jersey_2.jpg');
}

.new-listing--large:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 73.68421053%;
}

.new-listing--wide:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 35.0877193%;
}

.new-listing--small:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 70.37037037%;
}

.new-listing__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

.new-listing__title {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

.new-listing__desc {
  margin-bottom: 0;
}

/* 4.11. Slick Dots Indicators / .slick-dots
***********************/

.slick-dots {
  margin-top: 25px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}

.slick-dots__icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(51, 51, 51, 0.3);
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots__icon:hover {
  background-color: #ce9e00;
}

.slick-active .slick-dots__icon {
  background-color: #ce9e00;
}

/* 4.12. Features / .features
***********************/

.features {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}

.features__overlay {
  padding: 95px 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.feature {
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .feature {
    margin-bottom: 0;
  }
}

.feature__icon {
  display: inline-block;
  margin-bottom: 45px;
}

.feature__title {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 18px;
}

.feature__desc {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

/* 4.13. Featured Listing / .featured-listing
***********************/

.featured-listing {
  padding: 90px 0;
  background-color: #f3f3f3;
}

.featured-listing--white {
  background-color: #ffffff;
}

.featured-listing__container {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .featured-listing__container {
    margin-bottom: 0;
  }
}

.featured-listing__wrapper {
  position: relative;
}

.featured-listing__nav {
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .featured-listing__nav .slick-current .featured-listing__single {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 1200px) {
  .featured-listing__nav {
    padding: 10px 57% 10px 0;
    width: 100%;
  }

  .featured-listing__nav .slick-current .featured-listing__single:before,
  .featured-listing__nav .slick-current .featured-listing__single:after {
    display: block;
  }
}

.featured-listing__item.slick-slide {
  border: 0;
}

.featured-listing__single {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .featured-listing__single {
    padding: 15px;
    margin: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .featured-listing__single {
    margin: 5px 28px 5px 5px;
  }

  .featured-listing__single:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }

  .featured-listing__single:hover:before {
    display: inline-block;
  }

  .featured-listing__single:hover:after {
    display: inline-block;
  }
}

.featured-listing__single:before {
  display: none;
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: '';
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.featured-listing__single:after {
  display: none;
  position: absolute;
  z-index: 1;
  height: 0;
  width: 0;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  border-left: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.featured-listing__img {
  width: 30%;
}

.featured-listing__content {
  width: 70%;
  padding-left: 20px;
}

@media only screen and (min-width: 1200px) {
  .featured-listing__videos {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 57%;
  }
}

.featured-listing__video {
  position: relative;
}

.featured-listing__video img {
  transition: 0.3s transform ease-out;
}

.featured-listing__video:hover img {
  transform: scale(1.1);
}

.featured-listing__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 4.14. Listing / .listing
***********************/

.listing {
  position: relative;
  background-color: #ffffff;
  transition: 0.3s all ease-out;
}

.listing:hover {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.12);
}

@media only screen and (min-width: 992px) {
  .listing--v2 {
    display: flex;
    align-items: center;
  }
}

.listing img {
  width: 100%;
  min-height: 100%;
}

.listing__logo {
  max-width: 100%;
  width: auto !important;
}

.listing__favorite {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.93);
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.listing__favorite i {
  color: #bbbbbb;
  font-size: 16px;
  line-height: 40px;
}

.listing__content {
  padding: 10px 20px 20px;
}

.listing__content--absolute {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.listing__content--v2 {
  padding: 15px 30px;
}

.listing__content--open-houses {
  padding: 8px 25px;
}

.listing__content--bg {
  background: -webkit-linear-gradient(
    90deg,
    #050606 0%,
    rgba(5, 6, 6, 0.99) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    #050606 0%,
    rgba(5, 6, 6, 0.99) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(90deg, #050606 0%, rgba(5, 6, 6, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(90deg, #050606 0%, rgba(5, 6, 6, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #050606 0%, rgba(5, 6, 6, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
}

.listing__content--less-b-padding {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .listing__content--less-b-padding {
    padding-bottom: 20px;
  }
}

.listing__type {
  display: inline-block;
  color: #ce9e00;
  font-size: 11px;
  text-transform: uppercase;
}

.listing__header {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .listing__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.listing__header--no-b-margin {
  margin-bottom: 0;
}

.listing__location {
  margin-bottom: 8px;
  color: #999999;
  font-size: 13px;
}

.listing__location--no-b-margin {
  margin-bottom: 0;
}

.listing__price {
  margin-bottom: 20px;
  color: #ce9e00;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.listing__price a {
  color: #ce9e00;
}

.listing__price--small {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.listing__price--no-b-margin {
  margin-bottom: 0;
}

.listing__price--open-houses {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .listing__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.listing__details--v2 {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.listing__desc {
  margin-bottom: 0;
  color: #888888;
}

.listing__title {
  margin-bottom: 8px;
}

.listing__title a {
  color: #333333;
  font-size: 14px;
  transition: 0.3s color ease-out;
}

.listing__title a:hover {
  color: #ce9e00;
}

.listing__title--white a {
  color: #ffffff;
}

.listing__stats {
  margin-bottom: 10px;
  color: #333333;
  font-size: 10px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .listing__stats {
    margin-bottom: 0;
  }
}

.listing__stats--absolute {
  position: absolute;
  top: 20px;
  left: 20px;
}

.listing__stats--secondary {
  margin-bottom: 0;
  padding: 7px 20px;
  color: #ffffff;
  background: #ce9e00;
  border-radius: 4px;
}

.listing__stats li {
  display: inline-block;
  margin-right: 15px;
}

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

.listing__figure {
  display: block;
  font-size: 20px;
}

.listing__btn {
  flex-shrink: 0;
  display: block;
  border: 1px solid #ce9e00;
  padding: 8px 15px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0px;
  transition: 0.3s all ease-out;
  background: #ce9e00;
  text-align: center;
}

.listing__btn:hover {
  color: #ffffff;
  background: #e4bc37;
  border: 1px solid #e4bc37;
}

.imovel-link-more {
  display: block;
  padding: 8px;
}

@media (min-width: 768px) {
  .imovel-link-more {
    display: inline-block;
    padding: 8px 149px;
  }
}

.listing__btnbusca {
  flex-shrink: 0;
  display: inline-block;
  border: 1px solid #ce9e00;
  padding: 8px 99px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0px;
  transition: 0.3s all ease-out;
  background: #ce9e00;
}

.listing__btnbusca:hover {
  color: #ffffff;
  background: #e4bc37;
  border: 1px solid #e4bc37;
}

.listing__btn-icon {
  padding-left: 3px;
}

/* 4.15. Main Listing / .main-listing
***********************/

.main-listing__main {
  padding: 40px 0 60px;
  background-color: #f6f6f6;
}

.main-listing__widget {
  margin-bottom: 30px;
  padding: 30px 20px;
  background-color: #ffffff;
}

.main-listing__wrapper {
  margin-bottom: 15px;
}

.main-listing__form-title {
  display: inline-block;
  margin-bottom: 5px;
  color: #333333;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.main-listing__form-select {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.main-listing__form-label {
  display: inline-block;
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

.main-listing__form-label:hover {
  color: #ce9e00;
}

.main-listing__form-label:before {
  content: '\f10c';
  display: inline-block;
  margin-right: 10px;
  font-family: 'FontAwesome';
  font-weight: 14px;
}

.main-listing__form-radio {
  display: none;
}

.main-listing__form-radio:checked ~ .main-listing__form-label {
  color: #ce9e00;
}

.main-listing__form-radio:checked ~ .main-listing__form-label:before {
  content: '\f192';
}

.main-listing__form-radio:disabled ~ .main-listing__form-label:before {
  content: '\f111';
  color: #888888;
}

.main-listing__form-desc {
  margin-left: auto;
  font-size: 12px;
  color: #888888;
}

.main-listing__form-container {
  display: flex;
  justify-content: space-between;
}

.main-listing__form-container .main-listing__form-field {
  width: 48%;
  margin-bottom: 0;
}

.main-listing__form-field {
  height: 41px;
  border-color: #eeeeee;
  color: #666666;
  font-size: 13px;
}

.main-listing__form-field::placeholder {
  font-size: 13px;
  color: #666666;
}

.main-listing__form-field .dk-selected {
  border-color: #eeeeee;
  color: #666666;
}

.main-listing__form-field .dk-selected:hover,
.main-listing__form-field .dk-selected:focus {
  border-color: #ce9e00;
}

.main-listing__form-field .dk-select-options {
  color: #666666;
}

.main-listing__form-more-filter {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ce9e00;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.main-listing__form-expand {
  display: none;
  padding-bottom: 5px;
}

.main-listing__form-reset {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 10px 15px;
  background-color: #ce9e00;
  color: #ffffff;
  border-radius: 4px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .main-listing__container {
    display: flex;
  }
}

.main-listing--col-md-6 {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .main-listing--col-md-6 {
    width: 50%;
  }
}

.main-listing--col-md-6 .map-container--sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.main-listing__inner {
  padding: 20px;
}

@media only screen and (min-width: 992px) {
  .main-listing__inner {
    padding: 40px;
  }
}

.main-listing--wild-sand {
  background: #f6f6f6;
}

.main-listing__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 13px;
}

.main-listing__result {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 2px;
  color: mine-shaft;
}

.main-listing__list {
  margin-right: 30px;
}

.main-listing__tag {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 6px 18px;
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #666666;
}

.main-listing__tag:last-child {
  margin-right: 0;
}

.main-listing__tag-label {
  display: inline-block;
  color: #adadad;
  margin-right: 3px;
}

.main-listing__tag-close {
  display: inline-block;
  margin-left: 20px;
  color: #666666;
  font-size: 16px;
}

.main-listing__tag-close:hover {
  color: #ce9e00;
}

.main-listing__clear {
  font-size: 14px;
  color: #ce9e00;
}

@media only screen and (min-width: 768px) {
  .main-listing__item-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .main-listing__item-grid .item-grid__container {
    width: 48%;
  }
}

.main-listing__item-grid--t-margin {
  margin-top: 40px;
}

.open-houses__btn {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 8px;
  background-color: #22355b;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .open-houses__btn {
    padding: 6px 20px;
  }
}

.open-houses__desc {
  display: block;
  color: #999999;
  font-size: 12px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .open-houses__desc {
    text-align: right;
  }
}

.open-houses__agency {
  color: #333333;
  text-transform: uppercase;
}

.main-listing__grid {
  padding: 50px 0 100px;
  background-color: #f6f6f6;
}

/* 4.16. Testimonial / .testimonial
***********************/

.testimonial__container {
  padding: 100px 0;
}

.testimonial__container--bordered {
  position: relative;
  border: 1px solid #eeeeee;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .testimonial__container--bordered {
    padding: 20px;
  }
}

.testimonial--b-border {
  border-bottom: 1px solid #eeeeee;
}

.testimonial__icon-wrapper {
  position: absolute;
  z-index: 2;
  top: -30px;
  width: 58px;
  height: 58px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
}

.testimonial__icon-wrapper img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial__navigation {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .testimonial__navigation {
    right: 50px;
    bottom: 50px;
  }
}

.testimonial__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.testimonial__desc {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #f3f3f3;
  color: #666666;
}

.testimonial__desc:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0;
  height: 0;
  border-top: 15px solid #f3f3f3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.testimonial--centered {
  text-align: center;
}

.testimonial__icon {
  display: inline-block;
  margin-bottom: 25px;
}

.testimonial__icon-2 {
  display: inline-block;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .testimonial__wrapper {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .testimonial__detail {
    padding-left: 40px;
  }
}

.testimonial__slider img {
  display: inline-block !important;
}

.testimonial__slider--top {
  max-width: 810px;
  margin: 0 auto 25px;
  color: #666666;
  font-size: 16px;
}

.testimonial__desc--v3 {
  margin-bottom: 20px;
  color: #666666;
  font-size: 16px;
}

.testimonial__list {
  max-width: 200px;
  margin: 0 auto 20px;
}

.testimonial__list .slick-slide {
  cursor: pointer;
  opacity: 0.5;
}

.testimonial__list .slick-slide img {
  transform: scale(0.9);
}

.testimonial__list .slick-current {
  opacity: 1;
}

.testimonial__list .slick-current img {
  transform: scale(1);
}

.testimonial__video {
  position: relative;
  margin-bottom: 20px;
  line-height: 0;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .testimonial__video {
    margin-bottom: 0;
  }
}

.testimonial__video-img {
  transition: 0.3s transform ease-out;
}

.testimonial__video:hover .testimonial__video-img {
  transform: scale(1.1);
}

.play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 55px;
  transition: 0.3s color ease-out;
  transform: translate(-50%, -50%);
}

.play-icon:hover {
  color: #ce9e00;
}

.testimonial__customer {
  display: flex;
}

.testimonial__customer-profile {
  padding-left: 20px;
}

.testimonial__customer-name {
  margin-bottom: 5px;
  color: #333333;
  font-size: 17px;
}

.testimonial__customer-company {
  color: #999999;
  margin-bottom: 5px;
}

.testimonial__customer-avatar {
  flex: 1 0 auto;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .testimonial__customer-avatar {
    margin-bottom: 0;
  }
}

.testimonial__customer-avatar img {
  margin: 0 auto;
}

/* 4.17. Famous Agents / .famous-agents
***********************/

.famous-agents {
  padding: 80px 0;
  background-color: #f3f3f3;
}

.famous-agents__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.famous-agents__navigation {
  margin-bottom: 30px;
}

.famous-agents__single {
  background-color: #ffffff;
}

.famous-agents__header {
  position: relative;
  text-align: center;
  height: 263px;
  overflow: hidden;
}

.famous-agents__header .image-effect {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

.famous-agents__header .image-effect:hover {
  height: 110%;
  width: 110%;
  margin-left: -5%;
  margin-top: -5%;
}

.famous-agents__social {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  background: rgba(11, 33, 76, 0.9);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-out;
  transform: translate3d(0, 40px, 0);
}

.famous-agents__social li {
  display: inline-block;
  padding: 0 10px;
}

.famous-agents__social a {
  color: #ffffff;
  font-size: 16px;
  transition: 0.3s color ease-out;
}

.famous-agents__social a:hover {
  color: #ce9e00;
}

.famous-agents__content {
  padding: 15px 20px 20px;
}

.famous-agents__name {
  margin-bottom: 5px;
  font-size: 18px;
}

.famous-agents__name a {
  color: #333333;
  transition: 0.3s color ease-out;
}

.famous-agents__name a:hover {
  color: #ce9e00;
}

.famous-agents__position {
  display: inline-block;
  margin-bottom: 15px;
  color: #999999;
  font-size: 11px;
  text-transform: uppercase;
}

.famous-agents__contact a {
  font-size: 13px;
  display: inline-block;
  padding-left: 5px;
  color: #666666;
  transition: 0.3s color ease-out;
}

.famous-agents__contact a:hover {
  color: #ce9e00;
}

.famous-agents__contact i {
  color: #666666;
  font-size: 12px;
}

.famous-agents__single:hover .famous-agents__content {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.12);
}

.famous-agents__single:hover .famous-agents__social {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.famous-agents__wrapper .slick-list {
  margin: 0 -15px;
}

.famous-agents__wrapper .slick-slide {
  margin: 0 15px;
}

.famous-agents__wrapper .slick-slide img {
  margin: 0 auto;
}

/* 4.18. Newsletter
***********************/

.newsletter {
  padding: 40px 0;
  background-color: #000000;
}

.newsletter__content {
  display: flex;
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) {
  .newsletter__content {
    margin-bottom: 0;
  }

  .newsletter__icon {
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .newsletter__text-content {
    margin-left: 20px;
  }
}

.newsletter__title {
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 19px;
}

.newsletter__desc {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.newsletter__form {
  display: flex;
}

.newsletter__field {
  width: 60%;
}

@media only screen and (min-width: 768px) {
  .newsletter__field {
    width: 70%;
  }
}

.newsletter__submit {
  position: relative;
  z-index: 2;
  background-color: #ce9e00;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 1px solid transparent;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
}

.newsletter__submit:hover {
  background-color: #e4bc37;
  color: #fff;
}

.newsletter__submit:focus {
  border: 1px solid #ce9e00;
}

@media only screen and (min-width: 768px) {
  .newsletter__submit {
    width: 80%;
  }
}

/* 4.19. Popular Links / .popular-links
***********************/

.popular-links {
  padding: 90px 0 70px;
}

.popular-links__header {
  margin-bottom: 25px;
  color: #333333;
  font-size: 18px;
}

.popular-links__single {
  padding-bottom: 20px;
}

#js-expand {
  color: #ce9e00;
}

.popular-links__list li {
  margin-bottom: 5px;
}

.popular-links__list a {
  color: #666666;
  transition: 0.3s color ease-out;
}

.popular-links__list a:hover {
  color: #e4bc37;
}

/* 4.20. Partners / .partners
***********************/

.partners {
  padding: 20px 0;
  background-color: #eeeeee;
}

.partners__list {
  display: flex;
  flex-wrap: wrap;
}

.partners__list li {
  padding: 0 15px;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .partners__list li {
    width: 33.33%;
  }
}

@media only screen and (min-width: 992px) {
  .partners__list li {
    width: 20%;
  }
}

/* 4.21. News (Blog) / .news
***********************/

.news {
  padding-top: 100px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 992px) {
  .news {
    padding-bottom: 100px;
  }
}

.news__single {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .news__single {
    display: flex;
  }
}

@media only screen and (min-width: 992px) {
  .news__single {
    margin-bottom: 0;
  }
}

.news__single--v2 {
  transition: 0.3s box-shadow ease-out;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .news__single--v2 {
    margin-bottom: 0;
  }
}

.news__single--v2:hover {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.12);
}

.news__single--b-margin {
  margin-bottom: 30px;
}

.news__time {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .news__time {
    flex: 1 0 auto;
    align-self: baseline;
    margin-bottom: 0;
    border-right: 1px solid #dddddd;
    padding-right: 35px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .news__main {
    padding-left: 35px;
  }
}

.news__content {
  border: 1px solid #f3f3f3;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .news__content {
    padding: 10px 25px 25px;
  }
}

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

.news__thumbnail img {
  transition: 0.3s transform ease-out;
}

.news__thumbnail:hover img {
  transform: scale(1.1);
}

.news__thumbnail:hover .news__thumbnail-overlay {
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}

.news__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}

.news__date,
.news__my {
  display: block;
  color: #333333;
}

.news__date {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.news__my {
  font-size: 16px;
  font-weight: 500;
}

.news__meta {
  display: inline-block;
  margin-bottom: 20px;
  color: #888888;
  font-size: 12px;
}

.news__meta-time {
  margin-bottom: 8px;
}

.news__meta-time img {
  padding-right: 4px;
  padding-bottom: 3px;
}

.news__meta-comments {
  margin-bottom: 0;
}

.news__excerpt {
  margin-bottom: 25px;
  color: #666666;
}

.news__readmore {
  display: inline-block;
  border: 1px solid #ce9e00;
  padding: 7px 23px;
  color: #ce9e00;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
  transition: 0.3s all ease-out;
}

.news__readmore:hover {
  background-color: #ce9e00;
  color: #ffffff;
}

.news__thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s background ease-out;
}

.news__title {
  margin-bottom: 8px;
  font-size: 18px;
}

.news__title a {
  color: #333333;
  transition: 0.3s color ease-out;
}

.news__title a:hover {
  color: #ce9e00;
}

.news__thumbnail--single {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .news__wrapper {
    display: flex;
  }
}

.news__share {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .news__share {
    margin-right: 60px;
    margin-bottom: 0;
  }
}

.news__share-text {
  display: inline-block;
  color: #767676;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) {
  .news__share-text {
    display: block;
    margin-right: 0;
  }
}

.news__share-list {
  display: inline-block;
  background-color: #f6f6f6;
  padding: 10px 23px;
}

@media only screen and (min-width: 992px) {
  .news__share-list {
    padding: 27px 23px;
  }
}

.news__share-item {
  display: inline-block;
  margin-right: 10px;
}

.news__share-item:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .news__share-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .news__share-item:last-child {
    margin-bottom: 0;
  }
}

.news__share-link {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  color: #666666;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
  transition: 0.3s color ease-out;
}

.news__share-link:hover {
  color: #ce9e00;
}

.news__cat {
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 11px;
  background-color: #ff9d00;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 4px;
}

@media only screen and (min-width: 992px) {
  .news__cat {
    margin-bottom: 27px;
  }
}

.news__title--single {
  margin-bottom: 10px;
  font-size: 36px;
}

.news__desc {
  display: block;
  margin-bottom: 14px;
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.news__header {
  padding-bottom: 30px;
}

.news__header .news__meta {
  margin-right: 20px;
}

.news__entry {
  padding-bottom: 30px;
}

.news__entry p {
  margin-bottom: 20px;
  color: #666666;
}

.news__author {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 39px 0;
}

@media only screen and (min-width: 768px) {
  .news__author {
    display: flex;
    align-items: center;
  }
}

.news__author-image {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .news__author-image {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.news__author-name {
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
}

.news__author-desc {
  color: #666666;
}

.news__author-more {
  color: #333333;
  text-decoration: underline;
}

.news__tags {
  padding-top: 20px;
  color: #666666;
}

.news__tags-icon {
  padding-right: 5px;
  color: #333333;
  font-size: 18px;
}

.news__tag {
  color: #666666;
  transition: 0.3s color ease-out;
}

.news__tag:hover {
  color: #ce9e00;
}

/* 4.22. News (Blog) Navigation
***********************/

.news__navigation {
  padding: 50px 0 30px;
}

@media only screen and (min-width: 992px) {
  .news__navigation {
    padding: 100px 0 80px;
  }
}

.nav-links:after {
  content: '';
  display: table;
  clear: both;
}

.nav-previous {
  float: left;
}

@media only screen and (min-width: 768px) {
  .nav-previous {
    padding-right: 15px;
  }
}

.nav-previous .nav-content {
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .nav-previous .nav-content {
    padding-left: 25px;
  }
}

.nav-next {
  float: right;
}

@media only screen and (min-width: 768px) {
  .nav-next {
    padding-left: 15px;
  }
}

.nav-next .nav-content {
  padding-right: 10px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .nav-next .nav-content {
    padding-right: 25px;
  }
}

.nav-previous,
.nav-next {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .nav-previous,
  .nav-next {
    width: 50%;
    align-items: flex-start;
  }
}

.nav-title {
  margin-bottom: 5px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .nav-title {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 992px) {
  .nav-title {
    margin-bottom: 10px;
  }
}

.nav-subtitle {
  color: #999999;
}

.nav-subtitle-icon {
  font-size: 16px;
}

/* 4.23. News (Blog) Comment
***********************/

.comments-area {
  padding-bottom: 50px;
}

.comments-title {
  margin-bottom: 40px;
  font-size: 22px;
  text-transform: uppercase;
}

.comment {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .comment-wrapper {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .comment-main {
    flex: 1;
    margin-left: 30px;
  }
}

.comment-avatar {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .comment-avatar {
    margin-bottom: 0;
  }
}

.comment-avatar img {
  border: 5px solid #f6f6f6;
  border-radius: 50%;
}

.comment-meta {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .comment-meta {
    display: flex;
    align-items: center;
  }
}

.comment-content {
  padding: 30px;
  background-color: #f6f6f6;
}

.comment-author {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .comment-author {
    margin-right: 80px;
    margin-bottom: 0;
  }
}

.comment-author a {
  color: #333333;
}

.comment-date {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}

.comment-reply a {
  display: inline-block;
  margin-left: 15px;
  border: 1px solid #333333;
  padding: 1px 11px;
  color: #333333;
  font-weight: 500;
}

.comment-respond-title {
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
}

.comment-form-field {
  margin-bottom: 30px;
  border-bottom: 1px dotted #dddddd;
  border-radius: 0;
}

.comment-form-submit {
  display: inline-block;
  border: 0;
  padding: 15px 40px;
  background-color: #ce9e00;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
}

/* 4.24. Breadcrumbs / ht.breadcrumbs
***********************/

.ht-breadcrumbs--centered {
  text-align: center;
}

.ht-breadcrumbs--y-padding {
  padding: 20px 0;
}

.ht-breadcrumbs--b-border {
  border-bottom: 1px solid #dddddd;
}

.ht-breadcrumbs--b-margin {
  margin-bottom: 20px;
}

.ht-breadcrumbs__item {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
}

.ht-breadcrumbs__item:after {
  content: '\f105';
  display: inline-block;
  padding-left: 7px;
  font-family: 'FontAwesome';
}

.ht-breadcrumbs__item:last-child:after {
  display: none;
}

.ht-breadcrumbs__link {
  color: #888888;
  transition: 0.3s color ease-out;
}

.ht-breadcrumbs__link:hover {
  color: #ce9e00;
}

.ht-breadcrumbs__page {
  color: #333333;
}

.ht-breadcrumbs .icon-home {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent center/contain
    url('/wp-content/themes/invexo_2023/images/home-icon.svg');
}

/* 4.25. Agents With Info / .agents-with-info
***********************/

.agents-with-info {
  background-color: #f3f3f3;
}

.agents-with-info .famous-agents__single {
  margin-bottom: 20px;
}

/* 4.26. Agents With Button / .agents-with-button
***********************/

.agent-with-button {
  padding: 100px 0 80px;
}

.agent-with-button__single {
  border: 1px solid #f6f6f6;
  margin-bottom: 20px;
}

.agent-with-button__wrapper {
  display: flex;
  align-items: center;
}

.agent-with-button__wrapper img {
  width: 37%;
}

.agent-with-button__agent {
  width: 63%;
  padding-left: 30px;
}

.agent-with-button__agent-name {
  font-size: 18px;
  margin-bottom: 4px;
}

.agent-with-button__agent-position {
  display: block;
  margin-bottom: 1px;
  color: #999999;
  font-size: 12px;
}

/* Botão Corretor */

.agent-with-button__cta {
  display: block;
  padding: 12px 0;
  background-color: #ce9e00;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}

.agent-with-button__cta:hover {
  display: block;
  padding: 12px 0;
  background-color: #e4bc37;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}

.home-wrapper {
  height: 450px;
  padding-top: 40px;
  background: center/cover no-repeat
    url('/wp-content/themes/invexo_2023/images/fundo-home-3.jpg');
  position: relative;
}

.home-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.home-wrapper .container {
  position: relative;
  z-index: 2;
}

.home-title {
  font-size: 44px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
  font-weight: normal;
}

.home-form {
  display: block;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.home-form-buttons {
  width: 100%;
}

.btn.home-form-cat {
  border-color: #fff;
  border-radius: 0;
  background-color: #454546;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  width: 50%;
  padding: 10px 22px;
}

.btn.home-form-cat:hover {
  background-color: #5f5e5f;
}

.btn.home-form-cat.active,
.btn.home-form-cat:active,
.btn.home-form-cat:focus {
  background-color: #e4bc37;
  border-color: #fff;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
}

.home-form-cat:not(:disabled):not(.disabled):active,
.home-form-cat:not(:disabled):not(.disabled).active,
.show > .home-form-cat.dropdown-toggle {
  background-color: #ce9e00;
  border-color: #fff;
}

.btn.home-form-cat.active:hover,
.btn.home-form-cat.active:active,
.btn.home-form-cat.active:focus {
  background-color: #e4bc37;
  border-color: #fff;
}

.btn.home-form-cat.active:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
}

.home-form-fields .form-control,
.home-form-fields .form-control:focus {
  border: 0;
  outline: 0;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  margin-bottom: 15px;
}

.home-form-fields-input {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  top: calc(1.5em + 1rem + 2px);
  background-color: #ffffff;
  padding: 1em;
  border-radius: 0.3rem;
  width: 100%;
  z-index: 100;
}

/* 4.27. Agency / .agency
***********************/

.agency__wrapper {
  padding: 30px 0 40px;
}

.agency {
  margin-bottom: 60px;
  border: 1px solid #eeeeee;
}

.agency__thumbnail {
  text-align: center;
}

.agency__detail {
  border-top: 1px solid #eeeeee;
  padding: 20px;
}

.agency__name {
  margin-bottom: 10px;
  font-size: 18px;
}

.agency__social {
  margin-bottom: 20px;
}

.agency__social li {
  display: inline-block;
  padding-right: 10px;
}

.agency__social a {
  color: #adadad;
  font-size: 16px;
  transition: 0.3s color ease-out;
}

.agency__social a:hover {
  color: #ce9e00;
}

.agency__contact li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 20px;
  color: #666666;
}

.agency__contact li:before {
  position: absolute;
  left: 0;
  color: #bbbbbb;
  font-family: 'FontAwesome';
}

.agency__contact-phone:before {
  content: '\f095';
}

.agency__contact-website:before {
  content: '\f0ac';
}

.agency__contact-email:before {
  content: '\f003';
  font-size: 13px;
}

.agency__contact-address:before {
  content: '\f041';
  font-size: 16px;
}

.agency__contact a {
  color: #ce9e00;
}

.agency__properties {
  margin-bottom: 0;
  padding: 15px 20px;
  background-color: #f3f3f3;
  color: #adadad;
}

/* 4.28. Single / .single
***********************/

.single__wrapper {
  padding: 30px 0 50px;
}

.single__inner {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .single__inner {
    display: flex;
  }
}

@media only screen and (min-width: 992px) {
  .single__inner {
    margin-bottom: 0;
  }
}

.single__avatar {
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .single__avatar {
    width: 25%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .single__detail {
    width: 75%;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .single__detail {
    padding-left: 40px;
  }
}

/* 4.29. Agents Single / .agents-single
***********************/

.agents-single__name {
  margin-bottom: 5px;
  font-size: 24px;
}

.agents-single__contact {
  margin-bottom: 10px;
}

.agents-single__social {
  margin-bottom: 40px;
}

.agents-single__desc {
  margin-bottom: 0;
  color: #666666;
}

/* 4.30. Agencies Single / .agencies-single
***********************/

.agencies-single__avatar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 198px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}

.agencies-single__avatar img {
  width: 155px;
}

.agencies-single__name {
  margin-bottom: 15px;
  font-size: 24px;
}

.agencies-single__social {
  margin-bottom: 15px;
}

.agencies-single__contact {
  margin-bottom: 25px;
}

.agencies-single li {
  margin-bottom: 5px;
}

.agencies-single__desc {
  margin-bottom: 0;
  color: #666666;
}

/* 4.31. About Us / .about-us
***********************/

.about-us__main {
  padding: 30px 0 70px;
}

.about-us p {
  margin-bottom: 30px;
  color: #333333;
}

.about-us__img {
  margin-bottom: 30px;
}

.about-us__title {
  margin-bottom: 15px;
  font-size: 24px;
}

/* 4.32. Contact / .contact
***********************/

.contact__main {
  padding: 0 0 100px;
}

.contact__map-container {
  position: relative;
  min-height: 430px;
  margin-bottom: 40px;
}

.contact__title {
  padding: 20px 0 10px;
  font-size: 24px;
}

.contact__desc {
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .contact__desc {
    margin-bottom: 30px;
  }
}

.contact p {
  margin-bottom: 0;
  color: #666666;
}

#contact-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 4.33. Error 404/ .error-404
***********************/

.error-404__main {
  padding: 100px 0;
}

.error-404__title {
  margin-bottom: 15px;
  font-size: 45px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .error-404__title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

.error-404__detail {
  margin-bottom: 30px;
}

.error-404__explain {
  margin-bottom: 5px;
  font-size: 24px;
}

.error-404__desc {
  color: #666666;
}

.error-404__cta {
  display: block;
  max-width: 370px;
  border: 2px solid #eeeeee;
  padding: 13px 0;
  color: #bbbbbb;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s all ease-out;
}

.error-404__cta:hover {
  border-color: #ce9e00;
  background-color: #ce9e00;
  color: #ffffff;
}

/* 4.34. Pagination / .pagination
***********************/

.pagination--t-margin {
  margin-top: 20px;
}

.pagination--t-margin {
  margin-bottom: 20px;
}

.pagination__item {
  display: inline-block;
  margin: 0 2px;
}

.pagination__link {
  display: inline-block;
  color: #333333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: 0.5s all ease-out;
}

.pagination__link--selected {
  background-color: #ce9e00;
  color: #ffffff;
}

.pagination__link:hover {
  border: 1px solid #dddddd;
}

.pagination__link--selected:hover {
  border: 1px solid transparent;
}

/* 4.35. Blog
***********************/

.blog__main,
.blog-single__main {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* 4.36. Listing Search / .listing-search
***********************/

.main-search {
  background-color: #f6f6f6;
}

.main-search--static {
  padding-top: 60px;
}

.main-search--static + .item-grid {
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .main-search--absolute {
    position: absolute;
    left: 0;
    bottom: -125px;
    z-index: 5;
    width: 100%;
    background-color: transparent;
  }
}

.main-search__container {
  position: relative;
}

.main-search__container:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 5;
  width: 0;
  height: 0;
  border-top: 15px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.listing-search {
  padding: 20px 30px;
  background-color: #4a4a47;
}

.listing-search__label {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}

.listing-search__label--hidden {
  opacity: 0;
  visibility: hidden;
}

.ht-field {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
}

.listing-search22__btn {
  height: 41px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ce9e00;
  color: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.listing-sear22ch_btn:hover {
  color: #ffffff;
}

.listing-search__btn {
  flex-shrink: 0;
  display: inline-block;
  border: 1px solid #ce9e00;
  height: 41px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0px;
  transition: 0.3s all ease-out;
  background: #ce9e00;
}

.listing-search__btn:hover {
  color: #ffffff;
  background: #f7c520;
  border: 1px solid #f7c520;
}

.listing-search__field {
  height: 41px;
  margin-bottom: 20px;
  font-size: 13px;
}

.listing-search__field::placeholder {
  color: #333333;
  font-size: 13px;
}

.listing-search__advance {
  display: none;
}

.listing-search__amount {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

.listing-search__slider {
  height: 5px;
  margin: 0 9px 20px 9px;
}

.listing-search__slider .ui-widget-header {
  background-color: #ce9e00;
}

.listing-search__slider .ui-slider-handle {
  top: -7px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  background-color: #ce9e00;
  border-radius: 50%;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.listing-search__slider .ui-state-hover,
.listing-search__slider .ui-state-focus,
.listing-search__slider .ui-state-active {
  border-color: #ce9e00;
}

.ui-widget-content {
  border: 0 !important;
  background-color: #ffffff !important;
}

.listing-search__more {
  padding: 10px 0 20px;
}

.listing-search__more-inner {
  display: none;
}

.listing-search__more-btn {
  display: inline-block;
  margin-bottom: 20px;
  color: #f3f3f3;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.listing-search__more-btn:after {
  content: '\f105';
  display: inline-block;
  padding-left: 5px;
  font-family: 'FontAwesome';
  transition: 0.3s all ease-out;
  transform-origin: 100% 70%;
}

.listing-search__more-btn--show:after {
  transform: rotate(90deg);
}

.listing-search__more-wrapper {
  margin-bottom: 10px;
}

.listing-search__more-field {
  display: none;
}

.listing-search__more-label {
  display: inline-block;
  color: #f3f3f3;
  font-size: 13px;
  cursor: pointer;
}

.listing-search__more-label:before {
  content: '\f0c8';
  display: inline-block;
  margin-right: 10px;
  font-family: 'FontAwesome';
}

.listing-search__more-field:checked ~ .listing-search__more-label:before {
  content: '\f14a';
  color: #ce9e00;
}

.listing-search__more-field:disabled ~ .listing-search__more-label:before {
  content: '\f0c8';
  color: #666666;
}

/* 4.37. Listing Sort / .listing-sort
***********************/

.listing-sort {
  position: relative;
  padding: 15px;
  background-color: #ffffff;
  color: #333333;
  font-size: 13px;
}

.listing-sort--main-listing {
  margin-bottom: 20px;
  padding: 15px;
}

.listing-sort--main-listing:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .listing-sort__inner {
    display: flex;
    align-items: center;
  }
}

.listing-sort__list {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .listing-sort__list {
    margin-bottom: 0;
    margin-right: auto;
  }
}

.listing-sort__item {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}

.listing-sort__item:last-child {
  margin-right: 0;
}

.listing-sort__link {
  color: #bbbbbb;
}

.listing-sort__link:hover {
  color: #333333;
}

.listing-sort__link--active {
  color: #333333;
}

.listing-sort__result {
  display: inline-block;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .listing-sort__result {
    margin-right: 50px;
    margin-bottom: 0;
  }
}

.listing-sort__sort {
  margin-bottom: 0;
}

.listing-sort__label {
  display: inline-block;
  margin-right: 5px;
}

.listing-sort__field {
  display: inline-block;
  width: 180px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .listing-sort__field {
    width: 210px;
  }
}

.listing-sort__field .dk-selected {
  padding: 6px 15px;
  font-size: 13px;
  background-color: #eeeeee;
}

/* 4.36. Google Maps
***********************/

.map-container {
  position: relative;
  width: 100%;
  height: 500px;
}

.map-full-width {
  position: fixed !important;
  height: 100% !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.map--default {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-controls {
  position: absolute;
  top: 10px;
  right: 10px;
}

.map-control {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.55);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all ease-out;
}

.google-map-wrapper {
  background: #fff url(/wp-content/themes/invexo_2023/images/map-loading.svg)
    center no-repeat;
}

.google-map {
  background: #e4e4e4
    url(/wp-content/uploads/fotos/mapa/cover.webp)
    center/cover no-repeat;
  position: relative;
}

.google-map-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 280px;
  height: 40px;
  margin: -20px auto auto -140px;
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .map-control {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.map-control:hover {
  background-color: #ce9e00;
}

.map-control:last-child {
  margin-bottom: 0;
  box-shadow: none;
}

.map-control__icon {
  display: block;
  color: #ffffff;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .map-control__icon {
    font-size: 20px;
  }
}

.listing-box img {
  max-width: 100% !important;
}

.listing-box__container {
  position: relative;
}

.listing-box__container:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.listing-box__container .listing__favorite {
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}

.listing-box__container .listing__favorite i {
  font-size: 14px;
  line-height: 30px;
}

.listing-box__container .listing__close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.listing-box__container .listing__close:hover {
  color: #ce9e00;
}

.listing-box__container .listing__content {
  padding: 15px;
}

.listing-box__container .listing__title {
  max-width: 190px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.listing-box__container .listing__price {
  margin-bottom: 0;
  font-weight: normal;
}

/* 4.39. Property / .property
***********************/

.property__header {
  padding: 30px 0;
}

.property__header--v3 {
  padding: 0 0 45px;
}

.property__title--b-margin {
  margin-bottom: 20px;
}

.property__price--b-margin {
  margin-bottom: 25px;
}

.property__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.property__offer {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 18px;
  background-color: #ce9e00;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.property__available {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 18px;
  background-color: #2dbe34;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.property__sold {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 18px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.property__type {
  display: inline-block;
  color: #ce9e00;
  font-size: 11px;
  text-transform: uppercase;
}

.property__name {
  margin-bottom: 4px;
  font-size: 14px;
}

.property__address {
  color: #888888;
}

.property__address-icon {
  margin-right: 5px;
  font-size: 16px;
}

.property__stat {
  display: inline-block;
  margin-right: 20px;
  color: #888888;
  font-size: 12px;
  text-transform: uppercase;
}

.property__stat:last-child {
  margin-right: 0;
}

.property__figure {
  display: block;
  margin-bottom: -2px;
  color: #333333;
  font-size: 24px;
}

.property__price-primary {
  margin-bottom: 2px;
  color: #ce9e00;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.property__price-secondary {
  color: #888888;
}

.property__item {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .property__item {
    margin-right: 30px;
  }
}

.property__item:last-child {
  margin-right: 0;
}

.property__item-desc {
  display: inline-block;
  text-align: center;
  color: #999999;
}

.property__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.property__icon {
  font-size: 18px;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: #22355b;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .property__main {
    display: flex;
    align-items: center;
  }
}

.property__main-item {
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .property__main-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    padding-right: 20px;
  }

  .property__main-item:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 80px;
    background-color: #dddddd;
  }

  .property__main-item:last-child {
    padding-right: 0;
    margin-right: 0;
  }

  .property__main-item:last-child:after {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .property__main-item {
    margin-right: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .property__header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.property__container {
  padding-bottom: 20px;
  background-color: #f6f6f6;
}

.property__container .widget {
  transition: 0.3s all ease-out;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.property__feature-container {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .property__feature-container {
    padding: 0 0 50px;
  }
}

.widget__container {
  padding-top: 50px;
}

.property__feature {
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #ffffff;
  transition: 0.5s box-shadow ease-out;
}

.property__feature:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) {
  .property__feature {
    padding: 25px 40px;
  }
}

.property__feature p {
  color: #666666;
}

.property__feature-title {
  font-size: 20px;
  padding-bottom: 10px;
}

.property__feature-title--b-spacing {
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}

.property__feature-schedule {
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .property__feature-schedule {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.property__feature-cta {
  display: inline-block;
  padding: 10px 42px;
  background-color: #22355b;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .property__feature-cta {
    flex-shrink: 0;
  }
}

.property__feature-time-list {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .property__feature-time-list {
    margin-bottom: 0;
  }
}

.property__feature-time-item {
  display: inline-block;
  margin-right: 10px;
  color: #666666;
}

.property__feature-open-maps {
  color: #ce9e00;
}

.property__features-item,
.property__features ul li {
  margin-bottom: 10px;
}

.property__features ul li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .property__details-list {
    columns: 2;
    column-gap: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .property__details-list {
    columns: 3;
    column-gap: 40px;
  }
}

.property__details-item {
  position: relative;
  color: #666666;
  margin-bottom: 5px;
  padding-left: 20px;
}

.property__details-item--cat {
  color: #333333;
  font-weight: 500;
}

@media only screen and (min-width: 30em) {
  .property__features-list {
    columns: 2;
    column-gap: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .property__features-list {
    columns: 3;
    column-gap: 20px;
  }
}

.property__features-item {
  margin-bottom: 10px;
  color: #666666;
}

.property__features-icon {
  display: inline-block;
  margin-right: 10px;
  color: #333333;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #04558d;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #1c3356;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.property__accordion-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  background-color: #f6f6f6;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .property__accordion-header {
    padding: 15px 20px;
  }
}

@media only screen and (min-width: 992px) {
  .property__accordion-header {
    align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .property__accordion-textcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.property__accordion-title {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .property__accordion-title {
    min-width: 150px;
  }
}

.property__accordion-figure {
  position: relative;
  color: #666666;
}

@media only screen and (min-width: 768px) {
  .property__accordion-figure {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
  }

  .property__accordion-figure:last-child {
    margin-right: 0;
    padding-right: 0;
  }

  .property__accordion-figure:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 5px;
  }

  .property__accordion-figure:last-child:after {
    display: none;
  }
}

.property__accordion-figure--cat {
  color: #333333;
  font-weight: 500;
}

.property__accordion-expand {
  color: #888888;
}

.property__accordion-content {
  display: none;
  text-align: center;
}

.property__accordion-content--active {
  display: block;
}

#plantas .card-header {
  padding: 0;
}

#plantas .card-header .btn {
  padding: 1.125rem 2rem;
  color: #262626;
}

#plantas .card-header .btn:hover {
  text-decoration: none;
  background-color: #ce9e00;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .property__feature-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
  }
}

.property__tab {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #666666;
  transition: 0.3s all ease-out;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}

.property__tab:hover {
  color: #333333;
  border-bottom: 3px solid #ce9e00;
}

.property__tab--active {
  color: #333333;
  border-bottom: 3px solid #ce9e00;
}

@media only screen and (min-width: 992px) {
  .property__tab {
    margin: 0 0 0 15px;
    padding-bottom: 10px;
  }
}

.property__tab-container {
  overflow-x: auto;
}

.property__tab-content {
  display: none;
  margin: 5px 0 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .property__tab-content {
    margin: 15px 0 0;
  }
}

.property__tab-content td,
.property__tab-content th {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  min-width: 150px;
}

.property__tab-content td {
  color: #333333;
  padding: 15px 0;
}

.property__tab-content th {
  padding: 5px 0;
  color: #666666;
  font-weight: 400;
}

.property__tab-content.is-visible {
  display: table;
}

.desc-content {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.desc-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: block;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.single-exclusividade .tab-pane {
  display: none;
}

.single-exclusividade #galeria {
  display: block;
}

@media (min-width: 768px) {
  .single-exclusividade .tab-pane {
    display: block;
  }
}

#fotos .tab-content > .tab-pane {
  display: none;
}

#fotos .tab-content > .tab-pane.active {
  display: block;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav > li {
  position: relative;
  display: block;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

#navTabs {
  margin-left: 0;
  border-bottom-color: #fff;
  display: none;
}

#navTabs a.active {
  background-color: #ce9e00;
  color: #fff;
}

#navTabs a {
  text-transform: uppercase;
  border-radius: 0;
  background-color: #e4e4e4;
  border-color: #fff;
  color: #262626;
}

@media (min-width: 768px) {
  #navTabs {
    display: block;
  }
}

.list-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #adadad;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}

.property__form-field {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  color: #666666;
}

.property__form-field:focus {
  border-color: #ce9e00;
}

.property__form-field::placeholder {
  color: #666666;
}

.property__form-wrapper {
  position: relative;
}

.property__form-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #adadad;
  font-size: 18px;
}

.property__form-submit {
  max-width: 250px;
  background: #ce9e00;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 4px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.contact-form__header-container {
  display: flex;
  align-items: center;
}

.contact-form__header-container img {
  max-width: 70px;
  height: auto;
}

.contact-info {
  margin-left: 10px;
}

.contact-company {
  color: #888888;
  font-size: 12px;
}

.contact-name {
  font-size: 18px;
}

.contact-name a {
  color: #333333;
  transition: 0.3s color ease-out;
}

.fbotao-amarelo a:hover {
  color: #000000;
}

.contact-name a:hover {
  color: #ce9e00;
}

.contact-number {
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s color ease-out;
}

.contact-number:hover {
  color: #ce9e00;
}

.similar-home {
  position: relative;
  margin-bottom: 20px;
}

div.similar-home:last-of-type {
  margin-bottom: 0;
}

.similar-home__image img {
  width: 100%;
}

.similar-home__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -moz-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -o-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -ms-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
}

.similar-home__favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.similar-home__favorite .fa {
  color: #bbbbbb;
  font-size: 12px;
}

.similar-home__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 5px;
}

.similar-home__title {
  color: #ffffff;
  font-size: 15px;
  transition: 0.3s color ease-out;
}

.similar-home__price {
  color: #ce9e00;
}

@media only screen and (min-width: 1200px) {
  .form-calculator__wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.form-calculator__group {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.form-calculator__group .ht-field {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .form-calculator__group--larger {
    width: 57%;
  }
}

@media only screen and (min-width: 1200px) {
  .form-calculator__group--smaller {
    width: 40%;
  }
}

.form-calculator__label {
  color: #999999;
  font-size: 12px;
}

.form-calculator__icon {
  position: absolute;
  bottom: 18px;
  color: #999999;
  font-size: 16px;
}

.form-calculator__field {
  color: #333333;
}

.form-calculator__percent {
  right: 20px;
}

.form-calculator__currency {
  left: 20px;
}

.form-calculator__submit {
  background-color: #ce9e00;
  color: #ffffff;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.form-calculator__result {
  display: none;
  margin-top: 10px;
}

.mortgage-payment {
  font-size: 16px;
  line-height: 1.5;
}

.mortgage-payment span {
  color: #666666;
}

.property__slider {
  margin-bottom: 50px;
}

.property__slider--v2 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .property__slider-container--vertical {
    display: flex;
  }
}

.property__slider-main {
  position: relative;
}

.property__slider-main:hover .image-navigation {
  opacity: 1;
  visibility: visible;
}

.image-navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-out;
}

.image-navigation li {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .image-navigation li {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .property__slider-main--vertical {
    width: 88%;
  }
}

.property__slider-info {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 3px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
}

.property__slider-info i {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}

.property__slider-info .sliderInfo {
  display: inline-block;
  font-size: 13px;
}

.property__slider-nav {
  position: relative;
  padding: 20px 25px;
}

@media only screen and (min-width: 768px) {
  .property__slider-nav {
    padding: 30px 25px;
  }
}

.property__slider-nav .slick-slide {
  margin: 0 5px;
  border: 2px solid transparent;
}

.property__slider-nav .slick-current {
  border-color: #ce9e00;
}

.property__slider-nav .slick-arrow {
  color: #888888;
  font-size: 16px;
  cursor: pointer;
}

.property__slider-nav .slick-arrow:hover {
  color: #ce9e00;
}

.property__slider-nav .slick-disabled,
.property__slider-nav .slick-disabled:hover {
  color: #e5e5e5;
}

.property__slider-nav .slick-horizontal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.property__slider-nav .slick-horizontal-prev-arrow {
  left: 10px;
}

.property__slider-nav .slick-horizontal-next-arrow {
  right: 10px;
}

.property__slider-nav .slick-vertical-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.property__slider-nav .slick-vertical-prev-arrow {
  top: 5px;
}

.property__slider-nav .slick-vertical-next-arrow {
  bottom: 5px;
}

.property__slider-nav--vertical {
  background-color: #f3f3f3;
}

@media only screen and (min-width: 1200px) {
  .property__slider-nav--vertical {
    width: 12%;
  }
}

@media only screen and (min-width: 1200px) {
  .property__slider-nav--vertical .slick-slide {
    margin: 5px 0;
  }
}

.property__slider-nav--horizontal {
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .property__slider-nav--horizontal {
    padding: 20px 25px;
  }
}

.property__slider-item:hover {
  cursor: pointer;
}

.property__slider ul.gallery-pager {
  margin: 0;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .property__slider ul.gallery-pager {
    padding: 20px 25px;
  }
}

.property__slider ul.gallery-pager li img {
  width: 100%;
}

.property__placeholder {
  position: relative;
  min-height: 600px;
  background-image: url('/wp-content/themes/invexo_2023/images/uploads/single_property.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.property__controls {
  position: relative;
  z-index: 10;
  top: 30px;
  display: flex;
  justify-content: flex-end;
}

.property__control {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all ease-out;
}

.property__control:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .property__control {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.property__control:hover {
  background-color: #ce9e00;
}

.property__control--active {
  background-color: #ce9e00;
}

.property__control-icon {
  display: block;
  color: #ffffff;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .property__control-icon {
    font-size: 24px;
  }
}

#property-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.property__map {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.property__map--visible {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

/* 4.40. Coming Soon / .coming-soon
***********************/

.coming-soon {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url('/wp-content/themes/invexo_2023/images/uploads/coming_soon.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #f3f3f3;
}

.coming-soon__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}

.coming-soon__container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.coming-soon__title {
  margin-bottom: 16px;
  color: #f3f3f3;
  font-size: 40px;
  font-weight: 800;
}

@media only screen and (min-width: 992px) {
  .coming-soon__title {
    margin-bottom: 25px;
    font-size: 72px;
  }
}

.coming-soon__subtitle {
  margin-bottom: 15px;
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .coming-soon__subtitle {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.coming-soon__form {
  position: relative;
  max-width: 500px;
}

.coming-soon__field {
  max-width: 500px;
  background-color: transparent;
  border: 1px solid #f3f3f3;
  border-radius: 0;
  color: #f3f3f3;
}

.coming-soon__field::placeholder {
  color: #f3f3f3;
}

.coming-soon__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: 0;
  background-color: transparent;
  color: #f3f3f3;
  cursor: pointer;
  transition: 0.2s all ease-out;
}

.coming-soon__submit:hover {
  right: 5px;
  color: #ce9e00;
}

.coming-soon__submit-icon {
  font-size: 18px;
}

.coming-soon__countdown {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .coming-soon__countdown {
    margin-bottom: 30px;
  }
}

.coming-soon__placeholder {
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .coming-soon__placeholder {
    margin-right: 50px;
  }
}

.coming-soon__placeholder:last-child {
  margin-right: 0;
}

.coming-soon__time {
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .coming-soon__time {
    font-size: 36px;
  }
}

.coming-soon__unit {
  text-transform: uppercase;
}

/* 4.41. Package / .package
***********************/

.packages__container {
  padding: 40px 0 80px;
}

.packages__headline {
  margin-bottom: 45px;
  font-size: 30px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.package {
  margin-bottom: 30px;
  padding: 35px;
  background-color: #f6f6f6;
  border-radius: 3px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .package {
    text-align: left;
  }
}

.package--featured {
  transform: scale(1.02);
  background-color: #ffffff;
  box-shadow: 0px 10px 28.5px 1.5px rgba(0, 0, 0, 0.2);
}

.package__name,
.package__price {
  margin-bottom: 5px;
  font-size: 30px;
}

.package__price {
  color: #ce9e00;
  font-style: italic;
}

.package__description {
  margin-bottom: 15px;
  color: #666666;
}

.package__features {
  border-top: 1px dashed #bbbbbb;
  border-bottom: 1px dashed #bbbbbb;
}

.package__feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #bbbbbb;
}

.package__feature:last-child {
  border-bottom: 0;
}

.package__feature span {
  color: #666666;
}

.package__cta {
  display: inline-block;
  margin-top: 45px;
  padding: 14px 38px;
  background-color: #666666;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.package__cta--featured {
  background-color: #ce9e00;
}

/* 4.42. Bookmarked Listing / .bookmarked-listing
***********************/

.bookmarked-listing__container {
  padding: 40px 0 80px;
}

.bookmarked-listing__headline {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

.settings-block {
  padding: 20px 0 15px;
  border-bottom: 1px solid #dddddd;
}

.settings-block:last-of-type {
  border-bottom: 0;
}

.settings-block__title {
  display: inline-block;
  margin-bottom: 12px;
  color: #888888;
  font-size: 13px;
}

.setting {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.setting__icon {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #333333;
  font-size: 16px;
}

.setting:hover .setting__icon,
.setting--current .setting__icon {
  color: #ce9e00;
}

.setting__link {
  color: #333333;
}

.setting:hover .setting__link,
.setting--current .setting__link {
  color: #ce9e00;
}

.manage-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #eeeeee;
  border-radius: 3px;
}

.manage-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.manage-list__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.manage-list__item-container {
  display: flex;
  align-items: center;
}

.manage-list__item-container .listing__price {
  margin-bottom: 0;
}

.manage-list__item-img {
  display: none;
}

@media only screen and (min-width: 992px) {
  .manage-list__item-img {
    display: block;
    margin-right: 30px;
  }
}

.manage-list__action {
  flex-shrink: 0;
  padding-left: 10px;
}

.manage-list__action a {
  display: block;
  color: #333333;
  font-weight: 500;
}

.manage-list__action a:hover {
  color: #ce9e00;
}

.manage-list__action .remove:hover {
  color: red;
}

/* 4.43. My Property / .my-property
***********************/

.my-property__container {
  padding: 40px 0 80px;
}

.manage-list--my-property .manage-list__title:first-child {
  flex: 1 0 60%;
}

.manage-list--my-property .manage-list__title:last-child {
  display: none;
}

@media only screen and (min-width: 768px) {
  .manage-list--my-property .manage-list__title:last-child {
    flex: 1 0 40%;
    display: inline;
  }
}

.manage-list--my-property .manage-list__item-container {
  flex-basis: 60%;
}

.manage-list--my-property .manage-list__action {
  flex-basis: 40%;
}

@media only screen and (min-width: 768px) {
  .manage-list--my-property .manage-list__action {
    flex-basis: 15%;
  }
}

.manage-list--my-property .manage-list__expire-date {
  display: none;
}

@media only screen and (min-width: 768px) {
  .manage-list--my-property .manage-list__expire-date {
    flex-basis: 25%;
    display: block;
  }
}

/* 4.44. Sign-up / .sign-up
***********************/

.sign-up__container {
  padding: 40px 0 80px;
}

.sign-up__textcontent {
  margin-bottom: 50px;
  color: #666666;
  font-size: 30px;
  font-weight: 400;
}

.sign-up__textcontent span {
  font-size: 18px;
  font-weight: 400;
}

.sign-up__tab {
  color: #666666;
}

.sign-up__tab.is-active {
  color: #333333;
  font-weight: 700;
  border-bottom: 1px solid #ce9e00;
}

.sign-up__label {
  display: block;
  margin-bottom: 8px;
  color: #333333;
  font-weight: 700;
}

.sign-up__field {
  margin-bottom: 25px;
  border: 1px solid #dddddd;
}

.sign-up__submit {
  display: inline-block;
  width: auto;
  margin-bottom: 25px;
  padding: 11px 64px;
  border: 1px solid transparent;
  background-color: #ce9e00;
  color: #ffffff;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 3px;
}

.sign-up__wrapper {
  margin-bottom: 35px;
}

.sign-up__link {
  display: inline-block;
  color: #999999;
}

.sign-up__link:hover {
  color: #ce9e00;
}

.sign-up__desc {
  color: #999999;
}

.sign-up__desc a {
  color: #333333;
  border-bottom: 1px solid #ce9e00;
}

.sign-up__form {
  display: none;
}

.sign-up__form.is-visible {
  display: block;
}

/* 4.45. Back to Top / .back-to-top
***********************/

.back-to-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 10px;
  bottom: 40px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ce9e00;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s all ease-out;
}

@media only screen and (min-width: 768px) {
  .back-to-top {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.back-to-top:hover {
  opacity: 1 !important;
}

.back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}

.back-to-top.is-fade-out {
  opacity: 0.5;
}

/* 4.46. My Profile / .my-profile
***********************/

.my-profile__container {
  padding: 40px 0 80px;
}

.my-profile__label {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
}

.my-profile__field {
  margin-bottom: 25px;
  border: 1px solid #dddddd;
  background-color: #f7f7f7;
  color: #888888;
}

.my-profile__submit {
  display: inline-block;
  width: auto;
  padding: 10px 55px;
  background-color: #ce9e00;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.my-profile__wrapper {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 0;
  border: 2px dashed #dddddd;
  color: #888888;
  text-align: center;
  border-radius: 3px;
}

.my-profile__wrapper input[type='file'] {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

/* 4.46. Submit Property / .submit-property
***********************/

.submit-property__container {
  padding: 40px 0 80px;
}

.submit-property__group {
  position: relative;
  margin-bottom: 25px;
}

.submit-property__group .dk-selected {
  background-color: #eeeeee !important;
  height: 40px;
}

.submit-property__headline {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
}

.submit-property__field {
  background-color: #eeeeee;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 45px;
}

.submit-property__label {
  display: inline-block;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
}

.submit-property__unit {
  position: absolute;
  bottom: 9px;
  right: 9px;
  color: #888888;
}

.submit-property__submit {
  display: inline-block;
  width: auto;
  padding: 11px 75px;
  background-color: #ce9e00;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
}

.submit-property__wrapper {
  display: inline-block;
  margin-right: 30px;
}

.submit-property__checkbox {
  display: none;
}

.submit-property__feature {
  font-weight: 400;
  cursor: pointer;
}

.submit-property__feature:before {
  content: '\f0c8';
  display: inline-block;
  margin-right: 10px;
  color: #eeeeee;
  font-family: 'FontAwesome';
}

.submit-property__checkbox:checked ~ .submit-property__feature:before {
  content: '\f14a';
  color: #ce9e00;
}

.submit-property__checkbox:disabled ~ .submit-property__feature:before {
  content: '\f0c8';
  color: #666666;
}

#submit-property-map {
  width: 100%;
  height: 300px;
}

.submit-property__upload {
  position: relative;
  border: 2px dashed #dddddd;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #888888;
}

.submit-property__upload input[type='file'] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.submit-property__icon {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}

#submit-property-wysiwyg-icons {
  display: none;
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.sk-folding-cube {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 50px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ce9e00;
  -webkit-animation: sk-fold 2.4s infinite linear both;
  animation: sk-fold 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#page-loader.dimissloader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 0s 1s;
}

@-webkit-keyframes sk-fold {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-fold {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

html.hidescrollbar {
  overflow: hidden;
}

html.hidescrollbar body {
  overflow: hidden;
}

@media (min-width: 992px) {
  html {
    height: 100%;
  }

  body {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }

  .faixa-cinza-breadcrumbs {
    display: block;
  }

  .wrapper {
    flex: 1 0 auto;
  }

  .home-wrapper {
    min-height: 535px;
    padding-top: 150px;
  }

  .home-title {
    word-spacing: 9px;
  }

  .home-form-buttons {
    width: auto;
  }

  .btn.home-form-cat {
    width: auto;
  }

  .home-form-fields {
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
  }

  .home-form-fields .form-control,
  .home-form-fields .form-control:focus {
    border-radius: 0;
    margin-bottom: 0;
  }

  .home-form-fields .btn-lg {
    padding: 0.6rem 1rem;
    font-size: 1.1rem;
  }

  .filter {
    display: block;
  }

  .btn-group {
    width: auto;
  }

  .btn-cat {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    width: auto;
    height: auto;
    white-space: pre-wrap;
  }

  .dropdown-menu-area .col-md-6 {
    padding-right: 5px;
  }

  .dropdown-menu-area .col-md-6 + .col-md-6 {
    padding-left: 5px;
    padding-right: 15px;
  }

  .filter-clear {
    width: auto;
    float: right;
    padding: 0;
  }

  .filter-clear .btn {
    width: auto;
  }

  .result-header {
    text-align: left;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .result-header-order {
    text-align: right;
  }

  #filterAdvancedButton {
    display: none;
  }

  .result-header-title {
    margin: 0;
  }

  .result-list-item-price {
    margin: 15px 0 15px -45px;
  }

  .result-list-item-items {
    margin-left: 0;
  }

  .result-list-item-items li {
    display: block;
    margin-left: 0;
  }

  .result-list-item-main {
    padding-bottom: 64px;
  }

  .result-list-item-buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
  }

  .result-list-item-buttons .btn {
    display: inline-block;
  }

  .map-types li {
    width: 50%;
    float: left;
  }

  .footer {
    text-align: left;
    height: 390px;
    flex-shrink: 0;
  }

  .footer-publi .icon-casa {
    display: inline-block;
  }

  .footer-publi .btn {
    margin-top: 0;
  }
}

/*
 * Imóvel Pronto e Lançamento
 */

body.single-lancamento,
body.single-imovel-pronto {
  padding-top: 148px;
}

@media (max-width: 767px) {
  body.single-lancamento,
  body.single-imovel-pronto {
    padding-top: 215px;
  }
}

.faixa-cinza-breadcrumbs {
  padding: 15px 0;
  font-size: 85%;
  background: white;
}

.faixa-cinza-breadcrumbs a {
  color: #007bff;
}

.faixa-cinza-breadcrumbs a:hover {
  color: #0056b3;
}

.generic-section {
  padding: 50px 0;
  background: #fff;
}

.faixa-cinza-breadcrumbs + .generic-section {
  padding-top: 0;
}

.information-title {
  color: #000;
  font-weight: normal;
  font-size: 2.2em;
}

.information-title-2 {
  color: #000;
  font-weight: normal;
  font-size: 1.8em;
}

.information ul {
  padding-left: 20px;
  list-style: disc;
}

.information ul.double-column {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.information ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.information table {
  border-spacing: 1;
  border-collapse: collapse;
  background: #10151c;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: 0;
}

.information table * {
  position: relative;
}

.information table td {
  padding-left: 8px;
  border: 0;
}

.information table tbody tr {
  height: 48px;
  border-bottom: 1px solid #fff;
}

.information table tbody tr:first-child {
  height: 60px;
  background: #ff5a00;
  font-size: 16px;
}

.information table tbody tr:last-child {
  border: 0;
}

.information table td {
  text-align: left;
}

.information table td.l {
  text-align: right;
}

.information table td.c {
  text-align: center;
}

.information table td.r {
  text-align: center;
}

@media screen and (max-width: 35.5em) {
  /* .information table {
    display: block;
    height: auto !important;
  }

  .information table tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
  }

  .information table tr {
    display: table-row;
    height: auto !important;
  }

  .information table td {
    height: auto !important;
  } */

  .information table {
    display: block;
    height: auto !important;
  }

  .information table > *,
  .information table tr,
  .information table td {
    display: block;
    width: auto !important;
    height: auto !important;
  }

  .information table tbody tr {
    height: auto;
    padding: 8px 0;
  }

  .information table tbody tr:first-child {
    display: none;
  }

  .information table tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }

  .information table tbody tr td:last-child {
    margin-bottom: 0;
  }

  .information table tbody tr td:before {
    position: absolute;
    font-weight: bold;
    width: 40%;
    left: 10px;
    top: 0;
  }

  .information table tbody tr td:nth-child(1):before {
    content: 'Tipo de imóvel';
  }

  .information table tbody tr td:nth-child(2):before {
    content: 'Valor';
  }

  .information table tbody tr td:nth-child(3):before {
    content: 'Metragem';
  }

  .information table tbody tr td:nth-child(4):before {
    content: 'Quarto(s)';
  }

  .information table tbody tr td:nth-child(5):before {
    content: 'Suíte(s)';
  }

  .information table tbody tr td:nth-child(6):before {
    content: 'Vaga(s)';
  }
}

.features {
  background: url('/wp-content/themes/invexo_2023/images/bg_section2.png')
    repeat #37393c;
}

.features h1,
.features h2,
.features h3,
.features h4,
.features h5,
.features h6 {
  color: #fff;
}

.course-form-box {
  background: #000;
  color: #aaa;
  text-align: center;
  padding: 25px 35px;
  height: 100%;
}

.course-form-box .h3 {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: bold;
}

.course-form-box form {
  margin-bottom: 4px;
}

.course-form-box .content_form {
  text-align: left;
}

.course-form-box .content_form input,
.course-form-box .content_form textarea,
.course-form-box .content_form select {
  background: #37393c;
  border: 0;
  border-bottom: 2px solid #474a4e;
  border-radius: 4px;
  color: #aaaaab;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 41px;
  margin: 0 0 10px 0;
  padding: 0 7px;
  width: 100%;
}

.course-form-box .content_form textarea {
  height: 80px;
}

.course-form-box label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.course-form-box .button-box {
  text-align: center;
  padding-top: 7px;
}

.content_form .btn {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  background: #ff5a00;
  border-color: #cc4800;
}

.bottom-form-box {
  background: #000;
  color: #aaa;
  text-align: center;
  padding: 60px 35px;
  height: 100%;
}

.bottom-form-box .h3 {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: bold;
}

.bottom-form-box form {
  margin-bottom: 4px;
}

.bottom-form-box .content_form {
  text-align: left;
}

.bottom-form-box .content_form input,
.bottom-form-box .content_form textarea,
.bottom-form-box .content_form select {
  background: #fff;
  border: 1px solid #474a4e;
  border-radius: 0;
  color: #444;
  font-size: 14px;
  height: 41px;
  margin: 0 0 10px 0;
  padding: 0 7px;
  width: 100%;
}

.bottom-form-box .content_form textarea {
  height: 80px;
  max-height: 80px;
  min-height: 80px;
}

.bottom-form-box label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.bottom-form-box .button-box {
  text-align: center;
  padding-top: 7px;
}

.btn-download {
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  margin-bottom: 8px;
}

.footer-imovel {
  background: #10151c;
  color: #aaaaab;
  padding: 0;
}

.footer-imovel__copyright {
  background: #131415;
  padding: 30px 0 20px;
  text-align: center;
}

/* Remover form do pop up da RD */
#conversion-form {
  display: none;
}

.simulation .badge {
  cursor: pointer;
}

.simulation-entry {
  text-align: center;
  padding: 2em 1em 1.1em;
  border: 1px solid lightgray;
  border-radius: 0.3em;
}
.simulation-entry--title {
  color: #000;
  font-weight: normal;
  font-size: 2.2em;
}
.simuation-income {
  padding: 0.5em 1em;
  background-color: lightgray;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}
.simulation-parcel--chart {
  display: flex;
  align-items: flex-end;
  margin: 0 -1em 1em;
}
.simulation-parcel--chart-item {
  flex: 1;
  margin: 0 1em;
  background-color: #6c757d;
  text-align: center;
  height: 120px;
  min-height: 60px;
}
.simulation-parcel--chart-label {
  background-color: #fff;
  padding: 0.5em;
}
.simulation-parcel--chart-value {
  font-size: 1.2rem;
}
.simulation-term {
  display: flex !important;
  justify-content: space-around !important;
  margin: 0 -5px !important;
}
.simulation-term .btn {
  flex: 1 !important;
  margin: 5px;
  cursor: pointer;
}

.simulation-range {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.simulation-range:hover {
  opacity: 1;
}

.simulation-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ce9e00;
  cursor: pointer;
  border-radius: 50%;
}

.simulation-range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #ce9e00;
  cursor: pointer;
}

.switcher-popup {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #10151c;
  margin-bottom: -10px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

.toc_container {
  background: #fff;
  display: table;
  font-size: 95%;
  margin-bottom: 1em;
  width: auto;
}
.toc_container li,
.toc_container ul,
.toc_container ul li {
  list-style: outside none none !important;
}
.toc_container ul {
  padding: 0;
}
.toc_container a + ul {
  margin-top: 10px;
}
.toc_container a:hover,
.toc_container #hide-toc:hover {
  text-decoration: underline;
}
.toc_container #hide-toc {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-weight: normal;
  color: #f7c520;
}
.toc_container .toc_title {
  font-weight: 700;
  margin-bottom: 0;
}
.toc_container .toc_list {
  overflow: hidden;
  max-height: 0;
}
.toc_container.show .toc_list {
  margin-top: 1rem;
  max-height: 999999px;
}
.descri-topo {
  margin-bottom: 30px
}


.cd .ht-breadcrumbs--b-border {
  border: 0;
}

.cd .item-grid {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cd p {
  margin-bottom: 20px;
}

.cd-content {
  margin-bottom: 50px;
}

.cd-title {
  background-color: #000;
  color: #FFF;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 20px !important;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
}

.cd-section-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.cd .cd-outros-textos {
  margin-bottom: 50px;
}

.cd-topicos {
  margin-top: 50px;
}

.cd-apart--imoveis-item .item-grid {
  margin-bottom: 50px;
}

.cd-apart--imoveis-item .result-list-item {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.cd-local-address {
  display: flex;
  font-size: 1.1rem;
}

.cd-local-address .fa {
  font-size: 2rem;
  margin-right: 0.5em;
}

.cd-local-address address {
  margin-top: 0;
  font-style: normal;
}

.btn.btn-black {
  background-color: #000;
  color: #fff;
}

@media(min-width: 768px) {
  .cd-local-curiosity {
    border-left: 1px solid #efefef;
  }
}
.cd-local-curiosity-title {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.cd-local-curiosity--post-title {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}

.content-summary {
  padding: 1rem;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  width: auto;
  display: table;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.content-summary-title {
  font-weight: bold;
}

.content-summary-toggle {
  font-size: 85%;
  color: #6f6f6f;
  cursor: pointer;
  margin-left: 0.5rem;
}

.content-summary-list {
  padding-left: 1rem;
  margin: 0;
  display: none;
}

.content-summary-list li {
  list-style-type: decimal;
}

.navbar .navbar-nav li ul.dropdown-menu{
	padding: 5px 10px !important;
}