/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variable
# Elements
# Shortcodes
# Archive Property
# Single Property
# Archive Agent
# Single Agent
# Single Agency
# Dashboard
# Widgets
# Pages
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variable
--------------------------------------------------------------*/
:root {
  --ere-color-accent: #FE6A00;
  --ere-color-accent-foreground: #fff;
  --ere-color-heading: #222;
  --ere-color-heading-foreground: #fff;
  --ere-color-border: #eee;
  --ere-owl-nav-width: 50px;
  --ere-owl-nav-height: 60px;
  --ere-owl-nav-bg-color: #f6f6f6;
  --ere-owl-nav-color: #222;
  --ere-owl-nav-icon-font-size: 31px;
  --ere-owl-nav-icon-font-weight: 400;
  --ere-owl-nav-icon-font-family: "FontAwesome";
  --ere-owl-nav-inline-spacing: 20px;
  --ere-owl-dot-bg-color: #EBEBEB;
  --ere-owl-dot-width: 10px;
  --ere-owl-dot-height: 10px;
  --ere-owl-dot-spacing: 3px;
  --ere-owl-dot-radius: 50%;
  --ere-property-search-form-bg-color: transparent;
  --ere-property-search-form-text-color: #8f8f8f;
  --ere-property-search-form-border-color: #dedede;
  --ere-property-search-form-light-bg-color: #2C2C2C;
  --ere-property-search-form-light-text-color: #bababa;
  --ere-property-search-form-light-border-color: #565656;
  --ere-loop-property-badge-color: var(--ere-color-accent-foreground);
  --ere-loop-property-badge-bg-color: var(--ere-color-accent);
  --ere-loop-list-two-columns-property-except-max-height: 3em;
  --ere-loop-zigzac-property-except-max-height: 4em;
  --ere-property-list-image-width: 330px;
  --ere-property-list-image-spacing: 30px;
  --ere-loop-list-property-except-max-height: 2em;
  --ere-sc-property-carousel-navigation-width: 20%;
  --ere-archiver-action-height: 34px;
  --ere-search-status-tab-bg-color: #2c2c2c;
  --ere-search-status-tab-text-color: #bababa;
  --ere-property-mini-search-form-width: 870px;
  --ere-property-mini-search-form-height: 60px;
  --ere-property-mini-search-form-bg-color: #fff;
  --ere-sc-property-slider-property-info-bg-color: rgba(255, 255, 255, 0.9);
  --ere-sc-property-slider-property-info-text-color: var(--ere-color-heading);
  --ere-loop-property-info-spacing: 15px;
  --ere-sc-property-slider-property-bg-color: rgba(34, 34, 34, 0.9);
  --ere-sc-property-slider-property-text-color: #fff;
  --ere-loop-property-status-color: var(--ere-color-accent-foreground);
  --ere-loop-property-status-bg-color: var(--ere-color-accent);
  --ere-sc-property-featured-layout-property-single-carousel-image-width:48%;
  --ere-sc-property-featured-layout-property-single-carousel-image-spacing: 30px;
  --ere-sc-property-featured-layout-property-single-carousel-property-except-max-height: 3em;
  --ere-color-light-text-color: #bababa;
  --ere-color-light-heading-color: #fff;
  --ere-agent-list-image-width: 270px;
  --ere-agent-list-image-spacing: 30px;
  --ere-agent-social-wide: 35px;
  --err-agent-social-font-size: 14px;
  --ere-loop-list-agent-except-max-height: 5em;
  --ere-rating-color: var(--ere-color-accent);
  --ere-map-height: 350px;
  --ere-tabs-bg: #222;
  --ere-tabs-text-color: #8f8f8f;
  --ere-tabs-card-header-bg-color: #f8f8f8;
  --ere-tabs-card-header-text-color: #222;
  --ere-tabs-card-header-font-size: 16px;
  --ere-agency-image-width: 270px;
  --ere-agency-image-spacing: 30px;
  --ere-body-line-height: 1.6;
  --ere-loop-agency-desc-max-height: 2em;
  --ere-btn-step-height: 34px;
  --ere-btn-step-bg-color: #222;
  --ere-btn-step-text-color: #fff;
  --ere-btn-step-active-bg-color: var(--ere-color-accent);
  --ere-btn-step-active-text-color: var(--ere-color-accent-foreground);
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
.ere-property-wrap .container {
  max-width: 1170px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ere-item-wrap {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.property-carousel .ere-item-wrap {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .columns-2 > .ere-item-wrap {
    width: 50%;
  }
  .columns-2 > .ere-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-3 > .ere-item-wrap {
    width: 33.33333333%;
  }
  .columns-3 > .ere-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-4 > .ere-item-wrap {
    width: 25%;
  }
  .columns-4 > .ere-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-5 > .ere-item-wrap {
    width: 20%;
  }
  .columns-5 > .ere-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-6 > .ere-item-wrap {
    width: 16.6666666667%;
  }
  .columns-6 > .ere-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-md-2 > .ere-item-wrap {
    width: 50%;
  }
  .columns-md-2 > .ere-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-md-3 > .ere-item-wrap {
    width: 33.33333333%;
  }
  .columns-md-3 > .ere-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-md-4 > .ere-item-wrap {
    width: 25%;
  }
  .columns-md-4 > .ere-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-md-5 > .ere-item-wrap {
    width: 20%;
  }
  .columns-md-5 > .ere-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-md-6 > .ere-item-wrap {
    width: 16.6666666667%;
  }
  .columns-md-6 > .ere-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-sm-2 > .ere-item-wrap {
    width: 50%;
  }
  .columns-sm-2 > .ere-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-sm-3 > .ere-item-wrap {
    width: 33.33333333%;
  }
  .columns-sm-3 > .ere-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-sm-4 > .ere-item-wrap {
    width: 25%;
  }
  .columns-sm-4 > .ere-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-sm-5 > .ere-item-wrap {
    width: 20%;
  }
  .columns-sm-5 > .ere-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-sm-6 > .ere-item-wrap {
    width: 16.6666666667%;
  }
  .columns-sm-6 > .ere-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .columns-xs-2 > .ere-item-wrap {
    width: 50%;
  }
  .columns-xs-2 > .ere-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-xs-3 > .ere-item-wrap {
    width: 33.33333333%;
  }
  .columns-xs-3 > .ere-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-xs-4 > .ere-item-wrap {
    width: 25%;
  }
  .columns-xs-4 > .ere-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-xs-5 > .ere-item-wrap {
    width: 20%;
  }
  .columns-xs-5 > .ere-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-xs-6 > .ere-item-wrap {
    width: 16.6666666667%;
  }
  .columns-xs-6 > .ere-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .columns-mb-2 > .ere-item-wrap {
    width: 50%;
  }
  .columns-mb-2 > .ere-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-mb-3 > .ere-item-wrap {
    width: 33.33333333%;
  }
  .columns-mb-3 > .ere-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-mb-4 > .ere-item-wrap {
    width: 25%;
  }
  .columns-mb-4 > .ere-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-mb-5 > .ere-item-wrap {
    width: 20%;
  }
  .columns-mb-5 > .ere-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-mb-6 > .ere-item-wrap {
    width: 16.6666666667%;
  }
  .columns-mb-6 > .ere-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  font-size: initial;
}

.block-center-inner > * {
  margin: auto;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  width: var(--ere-owl-nav-width);
  height: var(--ere-owl-nav-height);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--ere-owl-nav-bg-color);
  color: var(--ere-owl-nav-color);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  font-size: var(--ere-owl-nav-icon-font-size);
  font-weight: var(--ere-owl-nav-icon-font-weight);
  font-family: var(--ere-owl-nav-icon-font-family);
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-prev:after {
  border-bottom: solid 0 transparent;
  border-top: solid var(--ere-owl-nav-height) var(--ere-owl-nav-bg-color);
  border-right: solid 10px transparent;
  left: 100%;
}
.owl-nav .owl-prev:hover:after {
  border-top-color: var(--ere-color-accent);
}
.owl-nav .owl-next {
  right: 0;
}
.owl-nav .owl-next:after {
  border-bottom: solid var(--ere-owl-nav-height) var(--ere-owl-nav-bg-color);
  border-top: solid 0 transparent;
  border-left: solid 10px transparent;
  right: 100%;
}
.owl-nav .owl-next:hover:after {
  border-bottom-color: var(--ere-color-accent);
}
@media (min-width: 1200px) {
  .owl-nav {
    --ere-owl-nav-width: 50px;
    --ere-owl-nav-height: 60px;
    --ere-owl-nav-icon-font-size: 32px;
  }
}
@media (min-width: 1380px) {
  .owl-nav .owl-prev {
    left: -80px;
  }
  .owl-nav .owl-next {
    right: -80px;
  }
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  width: var(--ere-owl-dot-width);
  height: var(--ere-owl-dot-height);
  border-radius: var(--ere-owl-dot-radius);
  margin: var(--ere-owl-dot-spacing);
  display: block;
  background-color: var(--ere-owl-dot-bg-color);
}
.owl-dots .owl-dot.active span {
  background-color: var(--ere-color-accent);
}

.color-light {
  --ere-owl-dot-bg-color: #fff;
}

.owl-nav-top-right {
  position: relative;
}
.owl-nav-top-right > .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}

.owl-nav-bottom-center > .owl-nav {
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.owl-nav-size-sm .owl-nav {
  --ere-owl-nav-width: 28px;
  --ere-owl-nav-height: 34px;
  --ere-owl-nav-icon-font-size: 18px;
  --ere-owl-nav-inline-spacing: 15px;
}

.owl-nav-inline > .owl-nav,
.owl-nav-bottom-center > .owl-nav,
.owl-nav-top-right > .owl-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.owl-nav-inline > .owl-nav .owl-prev,
.owl-nav-inline > .owl-nav .owl-next,
.owl-nav-bottom-center > .owl-nav .owl-prev,
.owl-nav-bottom-center > .owl-nav .owl-next,
.owl-nav-top-right > .owl-nav .owl-prev,
.owl-nav-top-right > .owl-nav .owl-next {
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.owl-nav-inline > .owl-nav .owl-prev,
.owl-nav-bottom-center > .owl-nav .owl-prev,
.owl-nav-top-right > .owl-nav .owl-prev {
  left: auto !important;
  margin-right: var(--ere-owl-nav-inline-spacing);
}
.owl-nav-inline > .owl-nav .owl-next,
.owl-nav-bottom-center > .owl-nav .owl-next,
.owl-nav-top-right > .owl-nav .owl-next {
  right: auto !important;
  --ere-owl-nav-bg-color: var(--ere-color-accent);
  --ere-owl-nav-color: var(--ere-color-accent-foreground);
}
.owl-nav-inline > .owl-nav .view-all-link,
.owl-nav-bottom-center > .owl-nav .view-all-link,
.owl-nav-top-right > .owl-nav .view-all-link {
  margin-left: 10px;
}

.heading-contain-owl-nav {
  position: relative;
}
.heading-contain-owl-nav .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.modal-login .modal-content {
  padding: 15px;
}
.modal-login .ere-reset-password-wrap,
.modal-login .ere-login-wrap,
.modal-login .ere-register-wrap {
  border: 0;
  padding: 0;
}
.modal-login .ere-register-wrap form,
.modal-login .ere-login-wrap form {
  padding-bottom: 25px;
}
.modal-login .ere-login-wrap button:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .modal-login .modal-content {
    padding: 15px;
  }
  .modal-login .modal-dialog {
    width: 500px;
  }
}
.modal-login .modal-header .nav-tabs {
  border: none;
}
.modal-login .modal-header .nav-tabs > li > a {
  padding: 0;
}
.modal-login .modal-header .nav-tabs > li > a.active, .modal-login .modal-header .nav-tabs > li > a:hover, .modal-login .modal-header .nav-tabs > li > a:focus {
  color: var(--ere-color-accent);
}

.content-popup i {
  margin-right: 10px;
}

.ui-dialog-titlebar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #fff;
  cursor: pointer;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header .close:hover {
  background-color: transparent !important;
}

.ere-heading {
  margin-bottom: 30px;
}
.ere-heading h2 {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 32px;
  text-transform: uppercase;
}
.ere-heading p {
  display: block;
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.ere-heading span {
  position: relative;
  height: 4px;
  width: 20px;
  display: block;
  margin-bottom: 23px;
  line-height: 1;
}
.ere-heading span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: var(--ere-color-accent);
  -webkit-transform: skew(0deg, 150deg);
  transform: skew(0deg, 150deg);
}
.ere-heading span:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: var(--ere-color-accent);
  -webkit-transform: skew(0deg, -150deg);
  transform: skew(0deg, -150deg);
}
.ere-heading:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: var(--ere-color-accent);
  margin-top: 16px;
}
.ere-heading.text-center:after,
.ere-heading.text-center span {
  margin-left: auto;
  margin-right: auto;
}
.ere-heading.text-right span, .ere-heading.text-right:after {
  margin-left: auto;
}
.ere-heading.color-light h2,
.ere-heading.color-light p {
  color: #fff;
}

.ere-heading-style2 h2 {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 21px;
}
.ere-heading-style2 h2:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--ere-color-accent);
  margin-left: 20px;
  vertical-align: middle;
  margin-top: -2px;
}

.ere-heading sub {
  font-size: 55%;
  bottom: 15px;
}

@media (max-width: 480px) {
  .ere-heading h2 {
    font-size: 20px;
  }
  .ere-heading span {
    font-size: 12px;
  }
}
.ere-heading h2 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
  .ere-heading {
    margin-bottom: 40px;
  }
}
.ere-heading-style2 {
  margin-bottom: 30px;
}

.ere-processing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ere-processing .loading {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 16px;
  padding: 10px;
  background: #343434;
}
.ere-processing .loading i {
  margin-right: 10px;
}

.ere-loading-ajax-wrap {
  position: relative;
}
.ere-loading-ajax-wrap .ere-loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  text-align: center;
  z-index: 9999999;
  line-height: 44px;
}

.user-dropdown {
  display: inline-block;
  position: relative;
}
.user-dropdown .user-dropdown-menu {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 1px solid #eee;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  z-index: -1;
  background-color: #fff;
  color: #222;
  min-width: 250px;
}
.user-dropdown .user-dropdown-menu i {
  width: 20px;
}
.user-dropdown .user-dropdown-menu a {
  display: block;
}
.user-dropdown .user-dropdown-menu:hover {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 99999;
}
.user-dropdown .user-display-name {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.user-dropdown .user-display-name:after {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
}
.user-dropdown .user-display-name i {
  margin-right: 10px;
}
.user-dropdown .user-display-name:hover + .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 99999;
}
.user-dropdown:hover .user-display-name {
  color: var(--ere-color-accent);
}
.user-dropdown:hover .user-display-name:after {
  content: "\f106";
}

.other-features-list h4 {
  margin-bottom: 0 !important;
  margin-top: 20px;
  font-weight: bold;
}
.other-features-list .checkbox {
  margin-bottom: 0 !important;
}

.property-fields-wrap .property-feature {
  margin-bottom: 50px;
}

.select2-container--default.error .select2-selection,
.form-control.error, .form-control.error:focus, .form-control.error:active {
  border: 1px solid red !important;
}

.form-group.error .checkbox-inline, .form-group.error .radio-inline, .form-group.error .custom-control {
  color: red !important;
}

.form-group.error .custom-control div.error {
  display: none !important;
}

.select2-container .select2-selection--single {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.select2-container .select2-selection--single:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ere-tabs .nav-tabs {
  border-bottom: none;
  background-color: var(--ere-tabs-bg);
  margin: 0 0 30px 0;
}
.ere-tabs .nav-tabs .nav-link {
  margin: 0;
  border-radius: 0;
  border: none;
  color: var(--ere-tabs-text-color);
  padding: 19px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
.ere-tabs .nav-tabs .nav-link.active, .ere-tabs .nav-tabs .nav-link:hover {
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
}
.ere-tabs .tab-content table {
  width: 100%;
  border: none;
}
.ere-tabs .tab-content table td {
  width: 50%;
}
.ere-tabs .tab-content table tr:nth-child(2n-1) th,
.ere-tabs .tab-content table tr:nth-child(2n-1) td {
  background-color: #f8f8f8;
}
.ere-tabs .tab-content table th,
.ere-tabs .tab-content table td {
  padding: 8.5px 18px;
  border: none;
}
.ere-tabs .tab-content table th {
  font-weight: 500;
  color: #222;
}
.ere-tabs .tab-content table td {
  font-weight: 400;
  color: #8f8f8f;
}
.ere-tabs .card {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ere-tabs .card .nav-link {
  padding: 0;
  color: inherit;
}
.ere-tabs .card:last-child {
  margin-bottom: 0;
}
.ere-tabs .card-header {
  color: var(--ere-tabs-card-header-text-color);
  background-color: var(--ere-tabs-card-header-bg-color);
  padding: 15px;
}
.ere-tabs .card-header .card-title {
  font-size: var(--ere-tabs-card-header-font-size);
  color: inherit;
}
.ere-tabs .ere__single-property-element {
  margin-bottom: 0;
}
.ere-tabs .ere__single-property-element > .ere-heading-style2 {
  display: none;
}

.ere__loop-property-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ere__loop-property-status .ere__loop-property-status-item + .ere__loop-property-status-item {
  margin-left: 5px;
}

.ere__loop-property-status-item {
  color: var(--ere-loop-property-status-color);
  background-color: var(--ere-loop-property-status-bg-color);
  padding: 2px 15px;
  line-height: 20px;
}

.ere__start-rating {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rating-container {
  line-height: 1;
}
.rating-container .empty-stars {
  color: var(--ere-rating-color);
  display: inline-block;
}
.rating-container .filled-stars {
  color: var(--ere-rating-color);
  -webkit-text-stroke: 1px var(--ere-rating-color);
  text-shadow: 1px 1px var(--ere-rating-color);
}
.rating-container .rating-stars:focus {
  outline: none;
}

.ere__reviews .aggregate-rating {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.ere__reviews .ratings-summary {
  background-color: #f8f8f8;
  color: #222;
  border: 1px solid #ddd;
  width: 200px;
  margin-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ere__reviews .ratings-summary .rating-container {
  margin: 5px 0;
  font-size: 18px;
}
.ere__reviews .ratings-average {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.ere__reviews .overall-rating {
  width: 280px;
}
.ere__reviews .overall-rating ul.reviews-box {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ere__reviews .overall-rating ul.reviews-box li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
.ere__reviews .overall-rating ul.reviews-box li:last-child {
  margin-bottom: 0;
}
.ere__reviews .overall-rating ul.reviews-box li .item-list {
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 10px;
  background-color: #e6e9ee;
  margin: 0 10px;
  position: relative;
}
.ere__reviews .overall-rating ul.reviews-box li .item-list span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--ere-color-accent);
}
.ere__reviews .overall-rating ul.reviews-box li .label {
  font-size: 12px;
  color: var(--ere-color-heading);
  width: 10px;
}
.ere__reviews .overall-rating ul.reviews-box li .percent {
  width: 30px;
}
@media (max-width: 575px) {
  .ere__reviews .aggregate-rating {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ere__reviews .ratings-summary {
    margin-right: 0;
    margin-bottom: 20px;
    width: 280px;
    padding: 5px 0;
  }
}
.ere__reviews ul.reviews-list {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
.ere__reviews ul.reviews-list .media-left {
  margin-right: 20px;
}
.ere__reviews ul.reviews-list .media-left figure {
  border: 1px solid #dbdfe2;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0;
}
.ere__reviews ul.reviews-list .review-date-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.ere__reviews ul.reviews-list .review-date {
  font-size: 12px;
}
.ere__reviews ul.reviews-list .review-date i {
  margin-right: 5px;
  color: var(--ere-color-accent);
}
.ere__reviews ul.reviews-list .rating-container {
  font-size: 14px;
}
.ere__reviews ul.reviews-list .review-content {
  margin: 0;
}
.ere__reviews ul.reviews-list .media-body {
  border-bottom: 1px solid var(--ere-color-border);
  padding-bottom: 20px;
}
.ere__reviews .login-for-review {
  text-decoration: underline;
  color: var(--ere-color-accent);
}
.ere__reviews .waiting-for-approval {
  color: var(--ere-color-accent);
}

.ere__map-canvas,
.ere-google-map-direction {
  height: var(--ere-map-height);
}

.ere__map-canvas .gm-svpc img {
  max-width: unset;
}

.ere__map-popup {
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.53);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.53);
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.ere__map-popup-thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 15px;
}
.ere__map-popup-thumb img {
  max-width: 100%;
}

.ere__map-popup-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 1px;
}
.ere__map-popup-content .ere__loop-property-price {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}

.ere__map-popup-title {
  font-size: 14px;
  text-transform: none;
  margin-bottom: 5px;
  font-weight: 500;
}
.ere__map-popup-title a {
  color: inherit;
}

.ere__map-popup-address {
  font-size: 12px;
  color: #8f8f8f;
}
.ere__map-popup-address i {
  color: var(--ere-color-accent);
  margin-right: 5px;
}

.ere__contact-form label {
  display: none;
}
.ere__contact-form textarea {
  min-height: 150px;
}
.ere__contact-form .invalid-feedback {
  font-size: 90%;
}
.ere__contact-form .ere__message {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #fb6a19;
}

.position-inline {
  display: inline-block;
}

.list-1-column .ere-item-wrap {
  width: 100% !important;
}

.btn-save-search {
  border-bottom-left-radius: 2em !important;
  border-bottom-right-radius: 2em !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#ere_save_search i {
  padding-left: 5px;
}

.mce-i-fascbutton_add_shortcode:before {
  content: "\f502";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: 400 20px/1 dashicons;
}

#geocomplete-error {
  position: absolute;
}

.ere-recaptcha-wrap {
  margin-bottom: 15px;
}

li.dotted-right {
  float: right;
}

li.dotted-left + li.dotted-right:before {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  border: 1px dotted;
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #dddddd;
}

li.dotted-left {
  position: relative;
  z-index: 2;
  padding-right: 10px;
}

.content-single-property .post-ratings {
  margin-top: 30px;
  text-align: center;
}

.ere-agent-single .post-ratings {
  margin-top: 30px;
}

.ere-link-more {
  font-style: italic;
  display: block;
}

.ere_payment_stripe button {
  display: none !important;
}

.property-info-header .property-price-prefix, .property-info-header .property-price-postfix {
  font-size: 14px;
}

.property-type i, .property-location i, .property-type-list i, .property-agent i,
.property-info-header .property-info span.fa, .property-count span, .agent-info i, .ere-link-more, .user-dropdown i, .address-marker i, .ere-my-saved-search-item i,
span.total-properties, .ere-dashboard-logout i, .attachment-file-type, .walk-score-more-detail {
  color: var(--ere-color-accent);
}

.ere-link-more {
  text-align: right;
}

.ere-package-price {
  font-size: 50px;
  font-weight: bold;
}

.ere-package-title, .ere-package-price, .ere-package-choose {
  text-align: center;
}

.ere-profile-avatar, .agent-avatar {
  text-align: center;
}

.agent-description {
  margin-top: 20px;
}

.agent-company-info span, .agent-main-info span, .agent-company-info p, .agent-main-info p {
  font-weight: bold;
}

.ere-thankyou-content {
  margin-bottom: 40px;
}

.ere-wire-transfer-info {
  display: none;
}

.form-search-wrap.form-search-wrap {
  position: relative;
  color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap input,
.form-search-wrap.form-search-wrap select,
.form-search-wrap.form-search-wrap .select2-container .select2-selection--single {
  border-color: var(--ere-property-search-form-border-color);
  color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap .select2-container {
  width: 100% !important;
}
.form-search-wrap.form-search-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap input:-moz-placeholder {
  color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap input::-moz-placeholder {
  color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap input:-ms-input-placeholder {
  color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap input::-webkit-input-placeholder {
  color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap .btn-other-features {
  cursor: pointer;
  font-weight: 600;
  color: var(--ere-color-heading);
}
.form-search-wrap.form-search-wrap .btn-other-features i {
  background: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
  margin-right: 5px;
  padding: 3px;
}
.form-search-wrap.form-search-wrap .other-features-list h4 {
  color: var(--ere-color-heading);
}
.form-search-wrap.form-search-wrap .submit-search-form {
  text-align: right;
  margin-left: auto;
}

.ere-search-status-tab {
  margin-bottom: 30px;
  background-color: var(--ere-search-status-tab-bg-color);
}
.ere-search-status-tab button {
  vertical-align: top;
  height: 44px;
  line-height: 1;
  border: 0;
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--ere-search-status-tab-text-color);
}
.ere-search-status-tab button:hover, .ere-search-status-tab button.active {
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
}

#ere-map-loading {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#ere-map-loading i {
  height: 60px;
  width: 60px;
  font-size: 60px;
  color: var(--ere-color-accent);
}

.ere-map-result {
  position: relative;
  height: 550px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  background-color: rgba(0, 0, 0, 0.1);
}
.ere-map-result .map-notfound {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 50px;
  max-width: 570px;
  margin: auto;
  font-size: 20px;
}
.ere-map-result .cluster img {
  width: 100%;
}
.ere-map-result .infoBox {
  overflow: inherit !important;
  max-width: 310px;
}
.ere-map-result .infoBox > img {
  z-index: 5;
  padding: 10px 10px 0 0;
}
.ere-map-result .infoBox:after {
  border: solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: -36px;
  left: 50%;
  width: 0;
  border-width: 18px;
  border-top-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ere-map-result .marker-content {
  position: relative;
  border: 5px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.22);
  width: 310px;
}
.ere-map-result .marker-content:after {
  border: solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: -30px;
  left: 50%;
  z-index: 2;
  width: 0;
  border-width: 15px;
  border-top-color: #fff;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ere-map-result .marker-content .marker-content-inner {
  background-color: #fff;
  padding: 20px;
}
.ere-map-result .item-thumb {
  float: left;
  margin-right: 12px;
}
.ere-map-result .item-body {
  overflow: hidden;
}
.ere-map-result .item-body .title-marker,
.ere-map-result .item-body .price-marker {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #222;
  text-transform: capitalize;
}
.ere-map-result .item-body .title-marker {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere-map-result .item-body .price-marker {
  font-weight: 600;
}
.ere-map-result .item-body .address-marker {
  font-size: 12px;
  color: #8f8f8f;
}
.ere-map-result .item-body .address-marker i {
  margin-right: 10px;
  color: var(--ere-color-accent);
  padding-left: 1px;
}
.ere-map-result .item-body a:hover {
  color: var(--ere-color-accent);
}
.ere-map-result .search-map-inner {
  position: relative;
}

.form-search-wrap.form-search-wrap .ui-slider-horizontal {
  position: relative;
  height: 4px;
  border-radius: 0;
  border: none;
  background: #e5e5e5;
  margin: 15px 4px 10px 8px;
}
.form-search-wrap.form-search-wrap .ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  z-index: 4;
  height: 14px;
  width: 14px;
  background: var(--ere-color-accent);
  top: -5px;
  cursor: ew-resize;
  border: none;
  border-radius: 50%;
}
.form-search-wrap.form-search-wrap .ui-slider-horizontal .ui-slider-handle:active, .form-search-wrap.form-search-wrap .ui-slider-horizontal .ui-slider-handle:focus {
  outline: none;
}
.form-search-wrap.form-search-wrap .ui-slider-horizontal .ui-slider-range {
  position: absolute;
  z-index: 3;
  background: var(--ere-color-accent);
  border-radius: 0;
  border: none;
}
.form-search-wrap.form-search-wrap .title-slider-filter span {
  display: inline-block;
}

.list-property-result-ajax .title-result {
  margin-bottom: 30px;
}
.list-property-result-ajax .title-result h2 {
  font-weight: 600;
  line-height: 1;
  font-size: 26px;
}
.list-property-result-ajax .title-result .text-no-result {
  display: none;
}
.list-property-result-ajax .owl-carousel .owl-nav {
  --ere-owl-nav-width: 40px;
  --ere-owl-nav-height: 45px;
  --ere-owl-nav-icon-font-size: 24px;
  --ere-owl-nav-inline-spacing: 15px;
  top: -70px;
}

/*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
.col-gap-0 .ere-item-wrap {
  padding-left: 0;
  padding-right: 0;
}

.col-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.col-gap-10 > .item-not-found,
.col-gap-10 .ere-item-wrap {
  padding-left: 5px;
  padding-right: 5px;
}

.col-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.col-gap-20 > .item-not-found,
.col-gap-20 .ere-item-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

.col-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.col-gap-30 > .item-not-found,
.col-gap-30 .ere-item-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.ere-property .owl-nav-bottom-center .owl-nav {
  margin-top: 57px;
}

.ere-property .property-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.ere__loop-property-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--ere-color-heading);
  display: block;
}
.ere__loop-property-price .price-per-unit {
  font-size: 11px;
  font-weight: 500;
  padding: 1.5px 5px;
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.ere__loop-property-price .property-price-prefix,
.ere__loop-property-price .property-price-postfix {
  font-size: 12px;
  color: var(--ere-color-accent);
}

.ere__loop-property_action-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__loop-property_action-item:hover {
  color: var(--ere-color-accent);
  background-color: var(--ere-color-accent-foreground);
}
.ere__loop-property_action-item + .ere__loop-property_action-item {
  margin-left: 10px;
}

.ere__loop-property-action {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -ms-flexbox;
  display: flex;
}

.property-inner:hover .ere__loop-property-action,
.property-active-hover .ere__loop-property-action {
  opacity: 1;
}

.ere-property .property-image {
  position: relative;
  z-index: 1;
}
.ere-property .property-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(34, 34, 34, 0.6);
}
.ere-property .property-inner:hover .block-center-inner,
.ere-property .property-inner:hover .property-image:before,
.ere-property .property-active-hover .block-center-inner,
.ere-property .property-active-hover .property-image:before {
  opacity: 1;
}

.ere-property .property-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ere-property .property-title a {
  color: inherit;
}
.ere-property .property-title:hover {
  color: var(--ere-color-accent);
}

.ere__loop-property-location {
  overflow: hidden;
  padding-left: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
}
.ere__loop-property-location i {
  font-size: 14px;
  margin-right: 5px;
}
.ere__loop-property-location a {
  color: inherit;
}

.ere__loop-property-badge-item {
  display: block;
}
.ere__loop-property-badge-item .ere__lpbi-inner {
  position: relative;
  color: var(--ere-loop-property-badge-color);
  background-color: var(--ere-loop-property-badge-bg-color);
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
  padding: 0 5px 0 10px;
}
.ere__loop-property-badge-item .ere__lpbi-inner:after {
  content: "";
  display: block;
  position: absolute;
  color: var(--ere-loop-property-badge-bg-color);
  left: 100%;
  top: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 7px solid currentColor;
}

.ere__loop-property-badge {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 3;
  font-size: 0;
}
.ere__loop-property-badge.ere__lpb-status {
  right: 0;
  left: auto;
}
.ere__loop-property-badge.ere__lpb-status .ere__loop-property-badge-item .ere__lpbi-inner {
  padding: 0 10px 0 5px;
}
.ere__loop-property-badge.ere__lpb-status .ere__loop-property-badge-item .ere__lpbi-inner:after {
  right: 100%;
  left: auto;
  border-right: 7px solid currentColor;
  border-left: none;
}
.ere__loop-property-badge .ere__loop-property-badge-item {
  margin-bottom: 5px;
}
.ere__loop-property-badge .ere__loop-property-badge-item:last-child {
  margin-bottom: 0;
}

.ere__loop-property-info {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--ere-color-accent-foreground);
  background-color: var(--ere-color-accent);
}
.ere__loop-property-info .tooltip {
  top: -5px !important;
}
.ere__loop-property-info .property-info-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 20px;
  padding: 5px 15px;
}
.ere__loop-property-info .ere__loop-property-info-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.ere__loop-property-info .ere__loop-property-info-item i {
  margin-right: 5px;
  font-size: 16px;
}
.ere__loop-property-info .ere__loop-property-info-item .ere__lpi-content > span {
  display: block;
}
.ere__loop-property-info .ere__loop-property-info-item .ere__lpi-content > span + span {
  margin-top: 5px;
}
.ere__loop-property-info.layout-1 .ere__loop-property-info-item .ere__lpi-content {
  font-size: 12px;
}
.ere__loop-property-info.layout-1 .ere__loop-property-info-item .ere__lpi-content > span.ere__lpi-label {
  display: none;
}
.ere__loop-property-info.layout-2 .tooltip {
  display: none;
}
.ere__loop-property-info.layout-2 .ere__loop-property-info-item i {
  font-size: 24px;
  margin-right: 10px;
}
.ere__loop-property-info.layout-2 .ere__loop-property-info-item .ere__lpi-content {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 14px;
}
.ere__loop-property-info.layout-2 .ere__loop-property-info-item .ere__lpi-value {
  font-weight: 600;
  color: var(--ere-loop-property-info-value-text-color, inherit);
}
.ere__loop-property-info.layout-2 .ere__loop-property-info-item + .ere__loop-property-info-item {
  margin-left: var(--ere-loop-property-info-spacing);
}
.ere__loop-property-info.ere__single-property-info {
  background-color: transparent !important;
  color: var(--ere-color-heading);
}
.ere__loop-property-info.ere__single-property-info .property-info-inner {
  padding: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ere__loop-property-info.ere__single-property-info .ere__loop-property-info-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ere__loop-property-info.ere__single-property-info .ere__loop-property-info-item .ere__lpi-content {
  font-size: 14px;
}
.ere__loop-property-info.ere__single-property-info .ere__loop-property-info-item .ere__lpi-content > span + span {
  margin-top: 2px;
}
.ere__loop-property-info.ere__single-property-info .ere__loop-property-info-item i {
  color: var(--ere-color-accent);
}
.ere__loop-property-info.ere__single-property-info .ere__loop-property-info-item .ere__lpi-value {
  color: var(--ere-single-property-info-value-text-color, inherit);
}

.ere-property .property-inner:hover .ere__loop-property-info {
  background-color: var(--ere-color-heading);
}

.ere-property .property-excerpt {
  line-height: var(--ere-body-line-height);
}
.ere-property .property-excerpt p:last-child {
  margin-bottom: 0;
}

.property-element-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ere-property .property-link-detail {
  font-weight: 500;
  margin-top: 6px;
}
.ere-property .property-link-detail i {
  color: var(--ere-color-accent);
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
.ere-property .property-link-detail a {
  color: var(--ere-color-heading);
}
.ere-property .property-link-detail a:hover {
  color: var(--ere-color-accent);
}
.ere-property .property-link-detail a:hover i {
  margin-left: 10px;
}

.ere-property .view-all-link {
  text-align: center;
}
.ere-property a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere-property img {
  width: 100%;
}
.ere-property .block-center-inner {
  z-index: 11;
}
.ere-property .property-type,
.ere-property .property-agent,
.ere-property .property-date,
.ere-property .property-type-list {
  font-size: 12px;
  font-weight: 400;
}
.ere-property .property-type i,
.ere-property .property-agent i,
.ere-property .property-date i,
.ere-property .property-type-list i {
  font-size: 14px;
  margin-right: 5px;
  color: var(--ere-color-accent);
}
@media (max-width: 1199px) {
  .ere-property .hidden-md {
    display: none;
  }
}

.ere-property.property-grid .property-inner {
  padding: 15px 15px 0 15px;
  background-color: #f8f8f8;
}
.ere-property.property-grid .property-item-content {
  padding-top: 17px;
}
.ere-property.property-grid .property-excerpt {
  display: none;
}
.ere-property.property-grid .property-heading {
  margin-bottom: 11px;
}
.ere-property.property-grid .property-type {
  margin-bottom: 3px;
}
.ere-property.property-grid .property-info {
  margin: 15px -15px 0 -15px;
}
.ere-property.property-grid .property-element-inline .property-type-list {
  width: 100%;
}

.ere-property.property-list .property-inner {
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background-color: #f8f8f8;
}
.ere-property.property-list .property-image {
  max-width: var(--ere-property-list-image-width);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: var(--ere-property-list-image-spacing);
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.ere-property.property-list .property-item-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1px;
}
.ere-property.property-list .property-title {
  margin-bottom: 5px;
}
.ere-property.property-list .property-heading {
  margin-bottom: 5px;
}
.ere-property.property-list .property-excerpt {
  margin-top: 5px;
}
.ere-property.property-list .property-info {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .ere-property.property-list .property-element-inline .property-type-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ere-property.property-list .property-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ere-property.property-list .property-image {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .ere-property.property-list .property-excerpt {
    max-height: calc(var(--ere-body-line-height) * var(--ere-loop-list-property-except-max-height));
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .ere-property.property-list-two-columns .property-excerpt {
    max-height: calc(var(--ere-body-line-height) * var(--ere-loop-list-two-columns-property-except-max-height));
    overflow: hidden;
  }
}

.ere-property.property-carousel .property-inner {
  padding: 15px 15px 0 15px;
  background-color: #f8f8f8;
}
.ere-property.property-carousel .property-item-content {
  padding-top: 17px;
}
.ere-property.property-carousel .property-excerpt {
  display: none;
}
.ere-property.property-carousel .property-heading {
  margin-bottom: 11px;
}
.ere-property.property-carousel .property-type {
  margin-bottom: 3px;
}
.ere-property.property-carousel .property-info {
  margin: 15px -15px 0 -15px;
}
.ere-property.property-carousel .property-element-inline .property-type-list {
  width: 100%;
}
.ere-property.property-carousel .owl-item:nth-child(2n) .property-inner .property-info {
  background-color: var(--ere-color-heading);
}

.ere-property.property-zigzac .property-inner {
  display: -ms-flexbox;
  display: flex;
}
.ere-property.property-zigzac .property-image {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ere-property.property-zigzac .property-item-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1px;
  background-color: #fff;
  padding: 15px 20px 20px;
  position: relative;
}
.ere-property.property-zigzac .ere__loop-property-location {
  margin-top: 3px;
}
.ere-property.property-zigzac .property-element-inline .property-type-list {
  width: 100%;
}
.ere-property.property-zigzac .property-excerpt {
  margin-top: 11px;
}
.ere-property.property-zigzac .property-info {
  margin-top: 13px;
  background-color: transparent !important;
  color: var(--ere-color-heading);
}
.ere-property.property-zigzac .property-info i {
  color: var(--ere-color-accent);
}
.ere-property.property-zigzac .property-info .property-info-inner {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .ere-property.property-zigzac .property-excerpt {
    max-height: calc(var(--ere-body-line-height) * var(--ere-loop-zigzac-property-except-max-height));
    overflow: hidden;
  }
  .ere-property.property-zigzac .property-image img {
    height: 100%;
    object-fit: cover;
  }
  .ere-property.property-zigzac .property-item-content:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    z-index: 2;
  }
  .ere-property.property-zigzac .property-element-inline {
    display: none;
  }
}
@media (min-width: 992px) {
  .ere-property.property-zigzac .ere-item-wrap:nth-child(4n) .property-item-content:before, .ere-property.property-zigzac .ere-item-wrap:nth-child(4n-1) .property-item-content:before {
    left: 100%;
    right: auto;
    border-left: 20px solid #fff;
    border-right: none;
  }
  .ere-property.property-zigzac .ere-item-wrap:nth-child(4n) .property-image, .ere-property.property-zigzac .ere-item-wrap:nth-child(4n-1) .property-image {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ere-property.property-zigzac .ere-item-wrap:nth-child(2n) .property-item-content:before {
    left: 100%;
    right: auto;
    border-left: 20px solid #fff;
    border-right: none;
  }
  .ere-property.property-zigzac .ere-item-wrap:nth-child(2n) .property-image {
    order: 1;
  }
}
@media (max-width: 767px) {
  .ere-property.property-zigzac .property-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ere-property.property-zigzac .property-image {
    width: 100% !important;
  }
}

.ere_widget .ere__loop-property-badge {
  display: none;
}

.ere-agent .agent-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere-agent .agent-name a {
  color: inherit;
}
.ere-agent .agent-name:hover {
  color: var(--ere-color-accent);
}

.ere-agent .agent-avatar {
  margin: auto;
}
.ere-agent .agent-avatar img {
  width: 100%;
}
.ere-agent .agent-avatar-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.ere-agent .agent-social a {
  display: inline-block;
  line-height: var(--ere-agent-social-wide);
  width: var(--ere-agent-social-wide);
  height: var(--ere-agent-social-wide);
  text-align: center;
}
.ere-agent .agent-social a i {
  font-size: var(--err-agent-social-font-size);
  line-height: var(--ere-agent-social-wide);
}

.ere__agent-excerpt {
  line-height: var(--ere-body-line-height);
}

.ere-agent.owl-nav-top-right {
  --ere-owl-nav-bg-color: #fff;
}
.ere-agent.owl-nav-top-right .owl-nav {
  top: -130px;
}

.ere-agent.agent-grid .agent-content {
  text-align: center;
}
.ere-agent.agent-grid .agent-info {
  padding: 18px 15px 32px 15px;
  background: #222;
  color: #bababa;
}
.ere-agent.agent-grid .agent-item {
  margin-bottom: 43px;
}
.ere-agent.agent-grid .agent-name {
  color: #fff;
}
.ere-agent.agent-grid .agent-description {
  display: none;
}
.ere-agent.agent-grid .agent-social {
  background: var(--ere-color-accent);
  margin: 0 35px;
  position: relative;
  top: -17.5px;
}
.ere-agent.agent-grid .agent-social a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.ere-agent.agent-grid .agent-social a:hover {
  color: #222;
}

.ere-agent.agent-slider .agent-content {
  text-align: center;
}
.ere-agent.agent-slider .agent-info {
  padding-top: 18px;
  padding-bottom: 32px;
  background: #222;
  color: #bababa;
}
.ere-agent.agent-slider .agent-name {
  color: #fff;
}
.ere-agent.agent-slider .agent-name:hover {
  color: var(--ere-color-accent);
}
.ere-agent.agent-slider .agent-social {
  background: var(--ere-color-accent);
  margin: 0 35px;
  position: relative;
  top: -17.5px;
}
.ere-agent.agent-slider .agent-social a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.ere-agent.agent-slider .agent-social a:hover {
  color: #222;
}
.ere-agent.agent-slider .agent-item {
  margin-bottom: -17.5px;
}

.ere-agent.agent-list .agent-item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ere-agent.agent-list .agent-item {
  margin-bottom: 60px;
  border-bottom: 1px solid var(--ere-color-border);
}
.ere-agent.agent-list .agent-avatar {
  max-width: var(--ere-agent-list-image-width);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: var(--ere-agent-list-image-spacing);
}
.ere-agent.agent-list .agent-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 1px;
  margin-bottom: 30px;
}
.ere-agent.agent-list .agent-info p {
  margin-top: 25px;
}
@media (min-width: 600px) {
  .ere-agent.agent-list .agent-social a {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .ere-agent.agent-list .agent-item-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ere-agent.agent-list .agent-avatar {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0 !important;
  }
  .ere-agent.agent-list .agent-content {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ere-agent.agent-list .ere__agent-excerpt {
    max-height: calc(var(--ere-body-line-height) * var(--ere-loop-list-agent-except-max-height));
    overflow: hidden;
  }
}

.ere__loop-agency-title {
  font-size: 18px;
}
.ere__loop-agency-title a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.ere__loop-agency-title a:hover, .ere__loop-agency-title a:focus {
  color: var(--ere-color-accent);
}

.ere__loop-agency-desc {
  line-height: var(--ere-body-line-height);
  margin: 20px 0;
}

ul.ere__loop-agency-social {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: var(--ere-color-heading);
}
ul.ere__loop-agency-social li {
  margin-right: 15px;
}
ul.ere__loop-agency-social li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
ul.ere__loop-agency-social li a:hover, ul.ere__loop-agency-social li a:focus {
  color: var(--ere-color-accent);
}
ul.ere__loop-agency-social li:last-child {
  margin-right: 0;
}

ul.ere__loop-agency-meta {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
ul.ere__loop-agency-meta i {
  width: 20px;
}
ul.ere__loop-agency-meta li {
  margin-bottom: 10px;
}
ul.ere__loop-agency-meta .ere__label {
  font-weight: bold;
}

@media (min-width: 576px) {
  ul.ere__loop-agency-meta {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (min-width: 1200px) {
  ul.ere__loop-agency-meta {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
.ere__loop-agency-avatar {
  background-color: #fafafa;
  border: 1px solid #ededed;
  position: relative;
  min-height: 210px;
}
.ere__loop-agency-avatar img {
  max-height: 130px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ere__loop-agency-address {
  font-weight: 500;
}

.ere__archive-agency-above {
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ere__archive-agency-above .ere-heading {
  margin-bottom: 15px;
}

.ere__loop-agency-item {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--ere-color-border);
}
.ere__loop-agency-item .ere__loop-agency-title {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .ere__loop-agency-item {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .ere__loop-agency-avatar {
    width: var(--ere-agency-image-width);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: var(--ere-agency-image-spacing);
  }
  .ere__loop-agency-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ere__loop-agency-desc {
    max-height: calc(var(--ere-body-line-height) * var(--ere-loop-agency-desc-max-height));
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .ere__loop-agency-avatar {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .ere__loop-agency-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ere__loop-agency-heading .ere__loop-agency-social {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.ere-property-type .property-type-inner {
  position: relative;
}
.ere-property-type img {
  width: 100%;
}
.ere-property-type .property-type-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 25px 20px;
  color: #fff;
  line-height: 1;
}
.ere-property-type .property-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere-property-type .property-title:hover {
  color: var(--ere-color-accent);
}
.ere-property-type .property-title a {
  color: inherit;
}

.ere-property.ere-property-slider .property-heading {
  background-color: var(--ere-sc-property-slider-property-bg-color);
  color: var(--ere-sc-property-slider-property-text-color);
}

.ere-property.ere-property-slider .property-image:before {
  display: none;
}

.ere-property.ere-property-slider .property-location {
  color: var(--ere-sc-property-slider-property-location-text-color, inherit);
  font-size: 16px;
}

.ere-property.ere-property-slider .property-title {
  color: var(--ere-sc-property-slider-property-title-text-color, inherit);
  font-size: 32px;
}
.ere-property.ere-property-slider .property-title:hover {
  color: var(--ere-color-accent);
}

.ere-property.ere-property-slider .property-price {
  color: var(--ere-sc-property-slider-property-price-text-color, inherit);
  font-size: 24px;
}

.ere-property.ere-property-slider .property-info {
  background-color: transparent !important;
}
.ere-property.ere-property-slider .property-info .property-info-inner {
  background-color: var(--ere-sc-property-slider-property-info-bg-color);
  color: var(--ere-sc-property-slider-property-info-text-color);
  padding: 16px 20px;
}

.ere-property.ere-property-slider .ere__lpb-status {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ere-property.ere-property-slider .ere__lpb-status .ere__loop-property-badge-item {
  margin-right: 5px;
  margin-bottom: 0;
}
.ere-property.ere-property-slider .ere__lpb-status .ere__loop-property-badge-item:last-child {
  margin-right: 0;
}
.ere-property.ere-property-slider .ere__lpb-status .ere__loop-property-badge-item .ere__lpbi-inner {
  padding: 5px 15px;
  font-size: 16px;
}
.ere-property.ere-property-slider .ere__lpb-status .ere__loop-property-badge-item .ere__lpbi-inner:after {
  display: none;
}

.ere-property-slider.navigation-middle {
  /*  .owl-nav {
      @include d-flex();
      .owl-next,
      .owl-prev {
        position: relative;
        top: 0;
        margin: 0;
      }
      .owl-prev {
        left: auto;
        margin-right: 10px;
        background-color: var(--ere-color-accent);
        &:after {
          border-top-color: var(--ere-color-accent);
        }
        i {
          color: var(--ere-color-accent-foreground);
        }
      }
      .owl-next {
        right: auto;
      }
    }*/
}
@media (min-width: 768px) {
  .ere-property-slider.navigation-middle .property-item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .ere-property-slider.navigation-middle .property-heading {
    display: inline-block;
    max-width: 100%;
  }
  .ere-property-slider.navigation-middle .property-item-content-inner {
    padding: 0 15px;
  }
}
.ere-property-slider.navigation-middle .property-inner {
  position: relative;
}
.ere-property-slider.navigation-middle .ere__lpb-status {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ere-property-slider.navigation-middle .property-location {
  margin-left: auto;
}
.ere-property-slider.navigation-middle .property-heading {
  padding: 15px 20px;
}
.ere-property-slider.navigation-middle .property-title {
  margin-bottom: 1px;
}
.ere-property-slider.navigation-middle .property-price {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ere-property-slider.navigation-middle .property-heading-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ere-property-slider.navigation-middle .property-info .property-info-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ere-property-slider.navigation-middle .owl-nav-inline {
  --ere-owl-nav-inline-spacing: 10px;
}
@media (max-width: 767px) {
  .ere-property-slider.navigation-middle .property-heading-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ere-property-slider.navigation-middle .property-location {
    margin-left: 0;
    width: 100%;
    margin-top: 2px;
  }
  .ere-property-slider.navigation-middle .owl-nav {
    display: none;
  }
}

.ere-property-slider.pagination-image {
  --ere-sc-property-slider-property-info-bg-color: rgba(0,0,0,.8);
  --ere-sc-property-slider-property-info-text-color: #8f8f8f;
  --ere-sc-property-slider-property-bg-color: rgba(0,0,0,.6);
  --ere-sc-property-slider-property-text-color: #bababa;
  --ere-sc-property-slider-property-title-text-color: #fff;
  --ere-loop-property-info-value-text-color: #fff;
  --ere-loop-property-info-spacing: 60px;
}
@media (min-width: 768px) {
  .ere-property-slider.pagination-image .property-item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .ere-property-slider.pagination-image .property-slider-image-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    max-width: 730px;
  }
  .ere-property-slider.pagination-image .property-info .property-info-inner {
    padding: 36px 20px;
  }
  .ere-property-slider.pagination-image .property-title {
    font-size: 48px;
  }
  .ere-property-slider.pagination-image .property-price {
    font-size: 32px;
  }
}
.ere-property-slider.pagination-image .property-inner {
  position: relative;
}
.ere-property-slider.pagination-image .property-heading {
  text-align: center;
  padding: 35px 15px 23px 15px;
}
.ere-property-slider.pagination-image .property-info .property-info-inner {
  -ms-flex-pack: center;
  justify-content: center;
}
.ere-property-slider.pagination-image .property-title {
  margin-bottom: 3px;
}
.ere-property-slider.pagination-image .property-slider-image-wrap {
  width: 100%;
  background-color: #fff;
  padding: 10px 10px 0 10px;
}
.ere-property-slider.pagination-image .property-slider-image-wrap .owl-item {
  cursor: pointer;
}
.ere-property-slider.pagination-image .property-slider-image-wrap .owl-item:not(.current):before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  z-index: 2;
}

.ere-search-map-properties.color-light {
  --ere-property-search-form-bg-color: var(--ere-property-search-form-light-bg-color);
  --ere-property-search-form-text-color: var(--ere-property-search-form-light-text-color);
  --ere-property-search-form-border-color: var(--ere-property-search-form-light-border-color);
}
.ere-search-map-properties.color-light .form-search-wrap {
  --ere-color-heading: #fff;
  padding: 15px;
  background-color: var(--ere-property-search-form-bg-color);
}
.ere-search-map-properties.color-light .form-search-wrap.has-status-tab {
  padding-top: 0;
}
.ere-search-map-properties .property-result-wrap {
  margin-top: 25px;
}
.ere-search-map-properties .list-property-result-ajax {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.ere-search-map-properties .property-search-map-paging-wrap {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .ere-search-map-properties .ere-map-search,
  .ere-search-map-properties .col-scroll-vertical {
    height: inherit !important;
    overflow: inherit !important;
  }
}
@media (max-width: 767px) {
  .ere-search-map-properties .ere-map-result {
    height: 400px;
  }
}
.ere-search-properties.style-default .ere-search-content {
  position: relative;
}
.ere-search-properties.style-default .ere-search-content .search-title {
  position: absolute;
  font-size: 21px;
  text-transform: uppercase;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  background-color: #181818;
  top: -120px;
  color: #fff;
  padding-left: 10px;
  font-weight: 600;
}
.ere-search-properties.style-default .ere-search-content .search-title i {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  margin-right: 15px;
  background-color: var(--ere-color-accent);
}
.ere-search-properties.style-default.color-light {
  --ere-property-search-form-bg-color: var(--ere-property-search-form-light-bg-color);
  --ere-property-search-form-text-color: var(--ere-property-search-form-light-text-color);
  --ere-property-search-form-border-color: var(--ere-property-search-form-light-border-color);
}
.ere-search-properties.style-default.color-light .form-search-wrap {
  --ere-color-heading: #fff;
}

@media (max-width: 600px) {
  .ere-search-properties.style-default .ere-search-content .search-title {
    display: none;
  }
}
.ere-search-properties.style-default-small.color-light {
  --ere-property-search-form-bg-color: var(--ere-property-search-form-light-bg-color);
  --ere-property-search-form-text-color: var(--ere-property-search-form-light-text-color);
  --ere-property-search-form-border-color: var(--ere-property-search-form-light-border-color);
}
.ere-search-properties.style-default-small.color-light .form-search-wrap {
  --ere-color-heading: #fff;
}

.ere-search-properties.style-mini-line {
  --ere-property-search-form-bg-color: var(--ere-property-search-form-light-bg-color);
  --ere-property-search-form-text-color: var(--ere-property-search-form-light-text-color);
  --ere-property-search-form-border-color: var(--ere-property-search-form-light-border-color);
}

@media (max-width: 1199px) {
  .ere-search-properties.style-mini-line {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .ere-search-properties.style-mini-line .search-properties-form .submit-search-form {
    clear: both;
  }
}
.ere-search-properties.style-absolute {
  position: relative;
}
.ere-search-properties.style-absolute .ere-map-result {
  height: 700px;
}
.ere-search-properties.style-absolute .ere-search-content.ere-pd-top-85 {
  padding-top: 85px !important;
}
.ere-search-properties.style-absolute .form-search-wrap {
  position: absolute;
  top: 48px;
  left: 65%;
  max-width: 370px;
}
.ere-search-properties.style-absolute .form-search-wrap .ere-search-content {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
}

@media (max-width: 991px) {
  .ere-search-properties.style-absolute .form-search-wrap {
    left: 58%;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .ere-search-properties.style-absolute .form-search-wrap {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .ere-search-properties.style-absolute .form-search-wrap {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
    width: 100%;
  }
  .ere-search-properties.style-absolute .ere-search-content.ere-pd-top-85 {
    padding-top: 35px !important;
  }
}
.ere-search-properties.style-vertical {
  --ere-property-search-form-bg-color: var(--ere-property-search-form-light-bg-color);
  --ere-property-search-form-text-color: var(--ere-property-search-form-light-text-color);
  --ere-property-search-form-border-color: var(--ere-property-search-form-light-border-color);
}
.ere-search-properties.style-vertical .ere-search-content {
  padding: 15px;
  position: relative;
}
.ere-search-properties.style-vertical .ere-search-content.pd-top-title {
  padding-top: 60px;
}
.ere-search-properties.style-vertical .has-status-tab .ere-search-content {
  padding-top: 0;
}
.ere-search-properties.style-vertical .search-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #181818;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 400;
}
.ere-search-properties.style-vertical .search-title i {
  position: absolute;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  top: 0;
  left: 0;
  background-color: var(--ere-color-accent);
}
.ere-search-properties.style-vertical .property-result-wrap {
  padding: 25px;
}

@media (max-width: 991px) {
  .ere-search-properties.style-vertical .ere-map-search,
  .ere-search-properties.style-vertical .col-scroll-vertical {
    height: inherit !important;
    overflow: inherit !important;
  }
  .ere-search-properties.style-vertical .ere-map-result {
    height: 550px !important;
  }
}
@media (max-width: 767px) {
  .ere-search-properties.style-vertical .ere-map-result {
    height: 400px !important;
  }
  .ere-search-properties.style-vertical .ere-search-content {
    padding-left: 6.2%;
    padding-right: 6.2%;
    padding-bottom: 15px;
    position: relative;
  }
  .ere-search-properties.style-vertical .ere-search-content.pd-top-title {
    padding-top: 35px;
  }
}
@media (max-width: 600px) {
  .ere-search-properties.style-vertical .title-result span.text-no-result,
  .ere-search-properties.style-vertical .title-result span.text-result,
  .ere-search-properties.style-vertical .title-result span.number-result {
    font-size: 14px;
  }
}
.ere-search-properties .ui-state-active, .ere-search-properties .ui-widget-content .ui-state-active {
  background-color: transparent !important;
  border-color: transparent !important;
}

.bg-img-top-no-repeat {
  background-position: top;
  background-repeat: no-repeat;
}

.bg-dark-left {
  position: relative;
}
.bg-dark-left:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -999px;
  background-color: #2C2C2C;
}

@media (max-width: 767px) {
  .ere-search-properties .search-title {
    display: none !important;
  }
}
.ere-search-properties:not(.ere-search-properties-map).ere-show-status-tab .form-search-wrap {
  padding-top: 0 !important;
}

.ere-property-wrap .form-search-wrap {
  padding-top: 0 !important;
}

.ere-mini-search-properties {
  --ere-property-search-form-border-color: transparent;
}
.ere-mini-search-properties .form-search-wrap {
  background-color: var(--ere-property-mini-search-form-bg-color);
  max-width: var(--ere-property-mini-search-form-width);
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ere-mini-search-properties .form-group {
  margin-bottom: 0;
  padding: 0;
}
.ere-mini-search-properties .form-group + .form-group {
  border-left: 1px solid var(--ere-color-border);
}
.ere-mini-search-properties .form-group:last-child {
  border-left: none;
}
.ere-mini-search-properties .form-control:focus {
  border: none;
}
.ere-mini-search-properties .keyword {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ere-mini-search-properties .status {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
}
.ere-mini-search-properties .search-field {
  height: var(--ere-property-mini-search-form-height) !important;
}
.ere-mini-search-properties .search-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ere-mini-search-properties #mini-search-btn {
  height: var(--ere-property-mini-search-form-height);
  width: var(--ere-property-mini-search-form-height);
  font-size: 20px;
}

.ere-property-gallery.ere-property-gallery .property-item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 3;
  padding: 15px;
  color: #bababa;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere-property-gallery.ere-property-gallery .property-inner {
  overflow: hidden;
}
.ere-property-gallery.ere-property-gallery .property-image:before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  top: 100%;
}
.ere-property-gallery.ere-property-gallery .property-title {
  color: #fff;
  white-space: normal;
  margin-bottom: 3px;
}
.ere-property-gallery.ere-property-gallery .property-title:hover {
  color: #bababa;
}
.ere-property-gallery.ere-property-gallery .property-price {
  color: #bababa;
  margin-bottom: 5px;
}
.ere-property-gallery.ere-property-gallery .property-location {
  white-space: normal;
}
.ere-property-gallery.ere-property-gallery .property-inner:hover .property-image:before,
.ere-property-gallery.ere-property-gallery .property-active-hover .property-image:before {
  top: 0;
}
.ere-property-gallery.ere-property-gallery .property-inner:hover .property-item-content,
.ere-property-gallery.ere-property-gallery .property-active-hover .property-item-content {
  opacity: 1;
  top: 0;
}

.ere-property-gallery.ere-property-gallery .filter-wrap {
  margin-bottom: 30px;
}
.ere-property-gallery.ere-property-gallery .filter-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ere-property-gallery.ere-property-gallery .property-filter-content {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.ere-property-gallery.ere-property-gallery .property-filter-content a {
  font-size: 16px;
  color: #8f8f8f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px 20px;
  cursor: pointer;
}
.ere-property-gallery.ere-property-gallery .property-filter-content a:hover, .ere-property-gallery.ere-property-gallery .property-filter-content a.active-filter {
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
}
.ere-property-gallery.ere-property-gallery .property-filter-mb {
  width: 100%;
}

.ere-property-featured.property-list-two-columns .ere-heading {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .ere-property-featured.property-list-two-columns .ere-heading {
    margin-bottom: 40px;
  }
}

.ere-property-featured.property-single-carousel {
  --ere-owl-dot-bg-color: rgba(0,0,0,.1);
  --ere-owl-dot-width: 24px;
  --ere-owl-dot-height: 4px;
  --ere-owl-dot-radius: 0px;
}
.ere-property-featured.property-single-carousel .property-inner {
  display: -ms-flexbox;
  display: flex;
}
.ere-property-featured.property-single-carousel .property-image {
  max-width: var(--ere-sc-property-featured-layout-property-single-carousel-image-width);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: var(--ere-sc-property-featured-layout-property-single-carousel-image-spacing);
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.ere-property-featured.property-single-carousel .property-image:before {
  display: none;
}
.ere-property-featured.property-single-carousel .property-item-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1px;
}
.ere-property-featured.property-single-carousel .property-title {
  font-size: 32px;
  margin-bottom: 12px;
}
.ere-property-featured.property-single-carousel .property-price {
  font-size: 24px;
  margin-right: 20px;
}
.ere-property-featured.property-single-carousel .property-location {
  font-size: 14px;
  margin-bottom: 22px;
}
.ere-property-featured.property-single-carousel .property-info {
  margin-top: 30px;
}
.ere-property-featured.property-single-carousel .property-heading-inner {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
.ere-property-featured.property-single-carousel .ere-heading {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .ere-property-featured.property-single-carousel .property-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ere-property-featured.property-single-carousel .property-image {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 22px;
  }
  .ere-property-featured.property-single-carousel .property-title {
    white-space: normal;
  }
  .ere-property-featured.property-single-carousel .ere-heading {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .ere-property-featured.property-single-carousel .property-excerpt {
    max-height: calc(var(--ere-body-line-height) * var(--ere-sc-property-featured-layout-property-single-carousel-property-except-max-height));
    overflow: hidden;
  }
  .ere-property-featured.property-single-carousel .property-item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ere-property-featured.property-single-carousel .property-info {
    margin-top: auto;
  }
}
.ere-property-featured.property-single-carousel .owl-dots {
  padding-top: 55px;
}
.ere-property-featured.property-single-carousel.color-light {
  --ere-owl-dot-bg-color: rgba(255,255,255,.1);
  --ere-loop-property-info-value-text-color: var(--ere-color-light-heading-color);
}
.ere-property-featured.property-single-carousel.color-light .property-price,
.ere-property-featured.property-single-carousel.color-light .property-title {
  color: var(--ere-color-light-heading-color);
}
.ere-property-featured.property-single-carousel.color-light .property-excerpt,
.ere-property-featured.property-single-carousel.color-light .property-location {
  color: var(--ere-color-light-text-color);
}
.ere-property-featured.property-single-carousel.color-light .property-info.ere__single-property-info {
  color: var(--ere-color-light-text-color);
}

.ere-property-featured.property-sync-carousel .property-title {
  font-size: 32px;
  margin-bottom: 12px;
}
.ere-property-featured.property-sync-carousel .property-heading-inner {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.ere-property-featured.property-sync-carousel .property-price {
  font-size: 24px;
  margin-right: 20px;
}
.ere-property-featured.property-sync-carousel .property-location {
  font-size: 14px;
  margin-bottom: 17px;
}
.ere-property-featured.property-sync-carousel .ere-heading {
  margin-bottom: 55px;
}
.ere-property-featured.property-sync-carousel .property-excerpt {
  margin-bottom: 20px;
}
.ere-property-featured.property-sync-carousel .owl-nav {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.ere-property-featured.property-sync-carousel .property-item {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .ere-property-featured.property-sync-carousel .main-content-inner {
    max-width: 560px;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ere-property-featured.property-sync-carousel .property-main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .ere-property-featured.property-sync-carousel .property-image-carousel {
    height: 100%;
  }
  .ere-property-featured.property-sync-carousel .property-image-carousel .owl-stage-outer,
  .ere-property-featured.property-sync-carousel .property-image-carousel .owl-stage,
  .ere-property-featured.property-sync-carousel .property-image-carousel .property-image,
  .ere-property-featured.property-sync-carousel .property-image-carousel .property-image img,
  .ere-property-featured.property-sync-carousel .property-image-carousel .owl-item {
    height: 100%;
  }
  .ere-property-featured.property-sync-carousel .property-image-carousel .property-image img {
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .ere-property-featured.property-sync-carousel .property-image-content,
  .ere-property-featured.property-sync-carousel .main-content-inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ere-property-featured.property-sync-carousel .main-content-inner {
    padding-bottom: 40px;
  }
  .ere-property-featured.property-sync-carousel .property-sync-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .ere-property-featured.property-sync-carousel .property-image-content,
  .ere-property-featured.property-sync-carousel .main-content-inner {
    max-width: 750px;
  }
}
.ere-property-featured.property-sync-carousel.color-light .property-price,
.ere-property-featured.property-sync-carousel.color-light .property-title {
  color: var(--ere-color-light-heading-color);
}
.ere-property-featured.property-sync-carousel.color-light .property-excerpt,
.ere-property-featured.property-sync-carousel.color-light .property-location {
  color: var(--ere-color-light-text-color);
}
.ere-property-featured.property-sync-carousel.color-light .property-info.ere__single-property-info {
  color: var(--ere-color-light-text-color);
}

.ere-property-featured.property-cities-filter .ere-heading {
  margin-bottom: 60px;
}
.ere-property-featured.property-cities-filter .property-content-wrap {
  background-color: #f6f6f6;
}
.ere-property-featured.property-cities-filter .filter-wrap {
  border-right: 1px solid #fff;
}
.ere-property-featured.property-cities-filter .filter-wrap a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--ere-color-heading);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 11px 30px;
  cursor: pointer;
  line-height: 30px;
}
.ere-property-featured.property-cities-filter .filter-wrap a:hover, .ere-property-featured.property-cities-filter .filter-wrap a.active-filter {
  color: var(--ere-color-accent-foreground);
  background-color: var(--ere-color-accent);
}
.ere-property-featured.property-cities-filter .property-content {
  padding: 30px;
}
.ere-property-featured.property-cities-filter .property-price,
.ere-property-featured.property-cities-filter .property-title {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ere-property-featured.property-cities-filter .property-heading-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ere-property-featured.property-cities-filter .property-heading-inner .property-price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ere-property-featured.property-cities-filter .property-heading-inner .property-title {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ere-property-featured.property-cities-filter .property-item {
  overflow: hidden;
}
.ere-property-featured.property-cities-filter .property-info .property-info-inner {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ere-property-featured.property-cities-filter .property-image {
  margin-bottom: 16px;
}
.ere-property-featured.property-cities-filter .property-image:before {
  display: none;
}
.ere-property-featured.property-cities-filter .owl-dots {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .ere-property-featured.property-cities-filter .property-content-wrap {
    padding: 15px;
  }
  .ere-property-featured.property-cities-filter .filter-wrap {
    border: none;
    margin-bottom: 30px;
  }
  .ere-property-featured.property-cities-filter .filter-wrap a {
    display: inline-block;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
  }
  .ere-property-featured.property-cities-filter .property-content {
    padding: 0;
  }
}

.ere-property-carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ere-property-carousel .navigation-wrap {
  width: var(--ere-sc-property-carousel-navigation-width);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 15px 0 30px;
}
.ere-property-carousel .navigation-wrap .owl-nav {
  margin-top: 40px;
}
.ere-property-carousel .property-content {
  width: 1px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div {
  background-color: rgba(255, 255, 255, 0.3);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div.owl-prev:after {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div.owl-next:after {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div i {
  color: #fff;
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover {
  background-color: var(--ere-color-accent);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-prev:after {
  border-top-color: var(--ere-color-accent);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-next:after {
  border-bottom-color: var(--ere-color-accent);
}
@media (max-width: 1819px) {
  .ere-property-carousel {
    --ere-sc-property-carousel-navigation-width: 25%;
  }
}
@media (max-width: 1199px) {
  .ere-property-carousel {
    --ere-sc-property-carousel-navigation-width: 33.3333333%;
  }
}
@media (max-width: 767px) {
  .ere-property-carousel {
    --ere-sc-property-carousel-navigation-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ere-property-carousel .navigation-wrap {
    padding: 60px 15px;
  }
}

/*--------------------------------------------------------------
## Archive Property
--------------------------------------------------------------*/
.ere__apa-status ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ere__apa-status ul li {
  margin-right: 1px;
}
.ere__apa-status ul li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 0 20px;
  line-height: var(--ere-archiver-action-height);
  height: var(--ere-archiver-action-height);
  background-color: var(--ere-color-heading);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__apa-status ul li:last-child {
  margin-right: 0;
}
.ere__apa-status ul li.active a,
.ere__apa-status ul li a:hover,
.ere__apa-status ul li a:focus {
  background-color: var(--ere-color-accent);
}

.ere__apa-orderby {
  min-width: 160px;
}
.ere__apa-orderby .dropdown-toggle {
  background-color: #f6f6f6;
  display: block;
  font-weight: 500;
  font-size: 12px;
  padding: 0 20px;
  line-height: var(--ere-archiver-action-height);
  height: var(--ere-archiver-action-height);
  position: relative;
  color: inherit;
}
.ere__apa-orderby .dropdown-toggle:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ere__apa-orderby .dropdown-menu {
  font-size: 14px;
}

.ere__apa-switch-layout span {
  position: relative;
  width: 28px;
  height: var(--ere-archiver-action-height);
  display: inline-block;
  cursor: pointer;
  background-color: var(--ere-color-heading);
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__apa-switch-layout span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__apa-switch-layout span i {
  line-height: var(--ere-archiver-action-height);
}
.ere__apa-switch-layout span.view-as-list {
  margin-right: 5px;
}
.ere__apa-switch-layout span.view-as-list:before {
  border-bottom: solid 0 transparent;
  border-top: solid var(--ere-archiver-action-height) var(--ere-color-heading);
  border-right: solid 6px transparent;
  left: 100%;
}
.ere__apa-switch-layout span.view-as-grid:before {
  border-bottom: solid var(--ere-archiver-action-height) var(--ere-color-heading);
  border-top: solid 0 transparent;
  border-left: solid 6px transparent;
  right: 100%;
}
.ere__apa-switch-layout span.active, .ere__apa-switch-layout span:hover {
  background-color: var(--ere-color-accent);
}
.ere__apa-switch-layout span.active:before, .ere__apa-switch-layout span:hover:before {
  border-top-color: var(--ere-color-accent);
  border-bottom-color: var(--ere-color-accent);
}

.ere__archive-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.ere__archive-actions .ere__apa-item {
  margin-bottom: 15px;
  margin-right: 5px;
}
.ere__archive-actions .ere__apa-item:last-child {
  margin-right: 0;
}
.ere__archive-actions .ere__apa-item.ere__apa-status {
  margin-right: auto;
}

.above-archive-property .ere-heading {
  margin-bottom: 15px;
}

.advanced-saved-searches {
  margin-bottom: 30px;
  border-top: 2px solid var(--ere-color-accent);
  text-align: center;
}

.ere-advanced-search-wrap .above-archive-property {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*--------------------------------------------------------------
## Single Property
--------------------------------------------------------------*/
.ere__social-share {
  position: relative;
  cursor: pointer;
}
.ere__social-share .social-share-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 15px;
  line-height: 20px;
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
  border-radius: 1em;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.ere__social-share .social-share-list a {
  color: inherit;
}
.ere__social-share .social-share-list a + a {
  margin-left: 10px;
}
.ere__social-share:hover .social-share-list {
  opacity: 1;
  z-index: 2;
  margin-top: 0;
  visibility: visible;
}

.ere__single-property-action {
  position: relative;
}
.ere__single-property-action .ere__loop-property_action-item {
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: var(--ere-color-heading);
  color: var(--ere-color-heading-foreground);
}
.ere__single-property-action .ere__loop-property_action-item:hover {
  color: var(--ere-color-accent-foreground);
  background-color: var(--ere-color-accent);
}

.ere__single-property-price {
  font-size: 24px;
}
.ere__single-property-price .property-price-postfix,
.ere__single-property-price .property-price-prefix {
  font-size: 14px;
}

.ere__single-property-location {
  font-size: 14px;
}

.ere__single-property-title {
  font-size: 35px;
  font-weight: 500;
}

.ere-light-gallery {
  position: relative;
}
.ere-light-gallery a.zoomGallery i,
.ere-light-gallery a.ere-view-video i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ere-light-gallery a.ere-view-video,
.ere-light-gallery a.zoomGallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.ere-light-gallery a.ere-view-video i {
  font-size: 55px;
}
.ere-light-gallery:hover a.zoomGallery,
.ere-light-gallery:hover a.ere-view-video {
  opacity: 1;
}

.ere__single-property-header-meta-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ere__single-property-header-meta-action > div {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ere__single-property-header-price-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ere__single-property-header-price-location .ere__single-property-price {
  margin-right: 15px;
}
.ere__single-property-header-price-location .ere__single-property-status {
  margin-right: 15px;
}
.ere__single-property-header-price-location .ere__loop-property-location {
  margin-left: auto;
}

.ere__single-property-header-info .ere__single-property-title {
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .ere__single-property-header-price-location {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ere__single-property-header-price-location .ere__loop-property-location {
    width: 100%;
    margin: 0;
  }
  .ere__single-property-header-price-location .ere__single-property-status {
    margin-right: 0;
  }
}
.ere__single-property-gallery .single-property-image-main {
  margin-bottom: 8px;
}
.ere__single-property-gallery .single-property-image-main .owl-nav {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.ere__single-property-gallery .single-property-image-thumb .owl-item {
  cursor: pointer;
}
.ere__single-property-gallery .single-property-image-thumb .owl-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__single-property-gallery .single-property-image-thumb .current:before {
  background-color: rgba(34, 34, 34, 0.6);
}

.ere__single-property-address {
  position: relative;
}
.ere__single-property-address .open-on-google-maps {
  color: var(--ere-color-accent);
}
@media (min-width: 576px) {
  .ere__single-property-address .open-on-google-maps {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.ere__property-address-list .address {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ere__property-address-list a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__property-address-list a:hover, .ere__property-address-list a:active, .ere__property-address-list a:focus {
  color: var(--ere-color-accent);
}

.ere__property-attachment-download {
  text-decoration: underline;
}

.ere__single-property-map .ere-property-element {
  position: relative;
}

.ere__single-property-map-directions {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ere__single-property-map-directions .ere__spmd-input {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.ere__single-property-map-directions .ere__spmd-total {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--ere-color-heading);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .ere__spmd-total {
    width: 100%;
  }
}
.single-property-element {
  margin-bottom: 60px;
}

.ere__nearby-place-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  color: var(--ere-color-heading);
}
.ere__nearby-place-item-content .ere__dot {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px solid var(--ere-color-border);
  position: relative;
  top: -10px;
  margin: 0 5px;
  min-width: 50px;
}

.ere__nearby-place-item-type {
  font-size: 14px;
  color: #8f8f8f;
}

.ere__nearby-place-item + .ere__nearby-place-item {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .ere__nearby-places .ere__nbp-content {
    position: relative;
  }
  .ere__nearby-places .ere__nbp-content-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .ere__nearby-places .ere__nbp-map {
    margin-bottom: 30px;
  }
  .ere__nearby-places .ere__nbp-content {
    max-height: 475px;
    overflow: auto;
  }
}
.ere__walk-score-item {
  display: -ms-flexbox;
  display: flex;
}
.ere__walk-score-item .ere__score {
  width: 35px;
  height: 30px;
  border: 1px solid var(--ere-color-accent);
  color: var(--ere-color-accent);
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
}
.ere__walk-score-item .ere__score:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 12px;
  height: 11px;
  -webkit-transform: rotate(-42deg) translateX(-50%);
  transform: rotate(-42deg) translateX(-50%);
  border-bottom: 1px solid var(--ere-color-accent);
  border-left: 1px solid var(--ere-color-accent);
  background-color: #fff;
}
.ere__walk-score-item .ere__info {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ere__walk-score-item h4.ere__title {
  margin-bottom: 5px;
}
.ere__walk-score-item h4.ere__title a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__walk-score-item h4.ere__title a:hover, .ere__walk-score-item h4.ere__title a:focus {
  color: var(--ere-color-accent);
}
.ere__walk-score-item .ere__link {
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: underline;
  color: var(--ere-color-accent);
}
@media (max-width: 575px) {
  .ere__walk-score-item .ere__link {
    display: none;
  }
}

.ere__walk-score-item + .ere__walk-score-item {
  margin-top: 30px;
}

.ere__single-property-walk-score .ere-property-element {
  background-color: #f8f8f8;
  padding: 20px;
  position: relative;
}
.ere__single-property-walk-score .ere__logo {
  position: absolute;
  right: 0;
  top: -30px;
}

.ere__single-property-contact-agent .ere__agent-name {
  font-size: 21px;
  margin-bottom: 3px;
}
.ere__single-property-contact-agent .ere__agent-name a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__single-property-contact-agent .ere__agent-name a:hover, .ere__single-property-contact-agent .ere__agent-name a:focus {
  color: var(--ere-color-accent);
}
.ere__single-property-contact-agent .ere__agent-position {
  font-weight: 500;
  color: #8f8f8f;
}
.ere__single-property-contact-agent .ere__single-agent-social {
  margin-top: 14px;
}
.ere__single-property-contact-agent .ere__single-agent-contact-info {
  margin: 25px 0;
}
.ere__single-property-contact-agent .ere__single-agent-contact-form {
  margin-top: 15px;
}
@media (min-width: 576px) {
  .ere__single-property-contact-agent .ere__has-captcha .ere__agent-contact-btn-wrap {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .ere__single-property-contact-agent .ere__agent-image {
    margin-bottom: 15px;
    text-align: center;
  }
}

.ere__single-property-info-footer {
  padding-top: 10px;
  border-top: 1px solid var(--ere-color-border);
  text-align: center;
}
.ere__single-property-info-footer span i {
  color: var(--ere-color-accent);
  margin: 0 5px;
}

.ere__single-property-feature .property-feature-wrap a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__single-property-feature .property-feature-wrap a:hover, .ere__single-property-feature .property-feature-wrap a:active, .ere__single-property-feature .property-feature-wrap a:focus {
  color: var(--ere-color-accent);
}

/*--------------------------------------------------------------
## Archive Agent
--------------------------------------------------------------*/
.ere__apa-search input.form-control {
  height: var(--ere-archiver-action-height);
}
.ere__apa-search button.btn {
  line-height: 1;
  height: var(--ere-archiver-action-height);
  padding: 0 15px;
}

.ere__archive-agent-above {
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ere__archive-agent-above .ere-heading {
  margin-bottom: 15px;
}
.ere__archive-agent-above .ere-heading h2 {
  margin-bottom: 0 !important;
}

@media (max-width: 575px) {
  .ere__apa-search {
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Single Agent
--------------------------------------------------------------*/
.ere__single-agent-avatar img {
  width: 100%;
}

.ere__single-agent-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  background: var(--ere-color-heading);
  color: var(--ere-color-heading-foreground);
}
.ere__single-agent-social a:hover {
  background: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
}
.ere__single-agent-social a + a {
  margin-left: 5px;
}

.ere__single-agent-contact-info {
  line-height: 2;
}
.ere__single-agent-contact-info i {
  color: var(--ere-color-accent);
  width: 20px;
}
.ere__single-agent-contact-info a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__single-agent-contact-info a:hover, .ere__single-agent-contact-info a:active, .ere__single-agent-contact-info a:focus {
  color: var(--ere-color-accent);
}

.ere__single-agent-position {
  display: block;
}

.ere__single-agent-number-property {
  display: block;
  font-weight: bold;
}

.ere__single-agent-agency a {
  text-decoration: underline;
}
.ere__single-agent-agency a + a {
  margin-left: 10px;
}

.ere__single-agent-description p:last-child {
  margin-bottom: 0;
}

.agent-content-top .ere__single-agent-title {
  margin-bottom: 20px;
}
.agent-content-top .ere__single-agent-social {
  margin-bottom: 10px;
}

.ere__single-agent-contact-info {
  margin-top: 25px;
}

.single-agent-element {
  margin-bottom: 60px;
}
.single-agent-element .ere__single-agent-description {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .ere__single-agent-contact-info,
  .ere__single-agent-avatar {
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
## Single Agency
--------------------------------------------------------------*/
h2.ere__single-agency-title {
  font-size: 21px;
  text-transform: uppercase;
}

ul.ere__single-agency-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.ere__single-agency-meta li {
  margin-right: 50px;
}
ul.ere__single-agency-meta li .ere__label {
  font-weight: 700;
}
ul.ere__single-agency-meta li:last-child {
  margin-right: 0;
}

ul.ere__single-agency-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ere__single-agency-contact-info li {
  margin-bottom: 20px;
}
ul.ere__single-agency-contact-info li i {
  width: 20px;
}
ul.ere__single-agency-contact-info li .ere__label {
  font-weight: bold;
}
ul.ere__single-agency-contact-info li:last-child {
  margin-bottom: 0;
}

ul.ere__single-agency-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.ere__single-agency-social li {
  margin: 5px 10px 5px 0;
}
ul.ere__single-agency-social li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--ere-color-heading);
  color: var(--ere-color-heading-foreground);
}
ul.ere__single-agency-social li a:hover, ul.ere__single-agency-social li a:focus {
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
}
ul.ere__single-agency-social li:last-child {
  margin-right: 0;
}

.ere__single-agency-avatar {
  border: 1px solid #ededed;
  background-color: #fafafa;
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ere__single-agency-desc p:last-child {
  margin-bottom: 0;
}

.ere__single-agency-header {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.ere__single-agency-header h2.ere__single-agency-title {
  margin-bottom: 8px;
}
.ere__single-agency-header > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.ere__single-agency-header .ere__single-agency-avatar-wrap {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ere__single-agency-header .ere__contact-form {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.ere__single-agency-header .ere__summary {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.ere__single-agency-header ul.ere__single-agency-contact-info,
.ere__single-agency-header ul.ere__single-agency-meta {
  margin-top: 25px;
}
.ere__single-agency-header ul.ere__single-agency-social {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .ere__single-agency-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ere__single-agency-header .ere__single-agency-avatar-wrap {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .ere__single-agency-header .ere__summary {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .ere__single-agency-header .ere__contact-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .ere__single-agency-header .ere__summary,
  .ere__single-agency-header .ere__single-agency-avatar-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ere__single-agency-header .ere__single-agency-avatar-wrap {
    margin-bottom: 30px;
  }
}
.ere__single-agency-element {
  margin-bottom: 60px;
}
.ere__single-agency-element:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Dashboard
--------------------------------------------------------------*/
.ere-dashboard-logout i {
  padding-right: 5px;
}

.ere-dashboard-welcome {
  border: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.ere-dashboard-welcome figure {
  float: none;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #dbdfe2;
  border-radius: 50%;
}
.ere-dashboard-welcome figure img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.ere-dashboard-welcome h4.ere-dashboard-title {
  margin: 10px 0 0 5px;
}

.ere-dashboard-sidebar .navbar {
  border-radius: 0;
  margin-bottom: 20px;
  margin-left: 0;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  padding: 0;
}
.ere-dashboard-sidebar .ere-dashboard-nav {
  margin: 0 !important;
  padding-left: 0 !important;
}
.ere-dashboard-sidebar .ere-dashboard-nav .badge {
  float: right;
}
.ere-dashboard-sidebar .ere-dashboard-nav li {
  border-bottom: 1px solid #ddd;
}
.ere-dashboard-sidebar .ere-dashboard-nav li:last-child {
  border-bottom: none;
}
.ere-dashboard-sidebar .ere-dashboard-nav li a {
  line-height: 20px;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.ere-dashboard-sidebar .ere-dashboard-nav li a i {
  margin-right: 8px;
}
.ere-dashboard-sidebar .ere-dashboard-nav li a:hover {
  background-color: #fafcfd;
  color: inherit;
}
.ere-dashboard-sidebar .ere-dashboard-nav li.active a {
  color: #555;
  background-color: #e7e7e7;
}
.ere-dashboard-sidebar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.ere-dashboard-sidebar .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.ere-dashboard-sidebar .navbar-toggle .icon-bar {
  background-color: #888;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.ere-dashboard-sidebar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.ere-dashboard-sidebar .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 992px) {
  .ere-dashboard-sidebar .navbar-header {
    display: none;
  }
  .ere-dashboard-sidebar .navbar-collapse {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .ere-dashboard-sidebar {
    margin-bottom: 30px;
  }
  .ere-dashboard-sidebar .navbar-header {
    width: 100%;
  }
  .ere-dashboard-sidebar .navbar-collapse.show {
    border-top: 1px solid #ddd;
  }
}
.ere__loop-my-property-badge {
  color: #fff;
  background-color: green;
  padding: 0 5px;
  font-size: 12px;
  display: inline-block;
  position: absolute;
}
.ere__loop-my-property-badge.ere__status {
  top: 0;
  left: 0;
}
.ere__loop-my-property-badge.ere__featured {
  background-color: var(--ere-color-accent);
  bottom: 0;
  right: 0;
}
.ere__loop-my-property-badge.ere__status-expired {
  background-color: red;
}
.ere__loop-my-property-badge.ere__status-pending {
  background-color: darkorange;
}
.ere__loop-my-property-badge.ere__status-hidden {
  background-color: black;
}

.ere__loop-my-property-title {
  margin-bottom: 5px;
}
.ere__loop-my-property-title a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__loop-my-property-title a:hover, .ere__loop-my-property-title a:focus {
  color: var(--ere-color-accent);
}

ul.ere__loop-my-property-action {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.ere__loop-my-property-action li {
  margin-right: 5px;
  margin-bottom: 5px;
}
ul.ere__loop-my-property-action li:last-child {
  margin-right: 0;
}

.ere__btn-dashboard-action {
  text-decoration: none;
  font-size: 12px;
  padding: 0 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #f7f7f7;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__btn-dashboard-action:hover {
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
  border-color: var(--ere-color-accent);
  text-decoration: none;
}

.ere__loop-my-property-meta-item i {
  color: var(--ere-color-accent);
  margin-right: 5px;
}

.ere__loop-property-meta-expire-date,
.ere__loop-property-meta-date {
  display: inline-block;
}

.ere__loop-property-meta-date {
  margin-right: 5px;
}

.ere__loop-my-property-date-expire {
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: var(--ere-color-accent-foreground);
  background-color: var(--ere-color-accent);
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.ere__loop-my-property-date-expire.ere__expired {
  color: var(--ere-color-heading-foreground);
  background-color: var(--ere-color-heading);
}

ul.ere__my-property-filter {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.ere__my-property-filter li {
  margin-right: 20px;
}
ul.ere__my-property-filter li:last-child {
  margin-right: 0;
}
ul.ere__my-property-filter li a {
  color: inherit;
}
ul.ere__my-property-filter li.active {
  font-weight: bold;
}

.ere__my-property-search {
  margin-bottom: 15px;
}
.ere__my-property-search select {
  width: 100%;
}

.ere__my-property-list .ere__property-item {
  margin-bottom: 15px;
}
.ere__my-property-list .ere__property-item-inner {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid var(--ere-color-border);
}
.ere__my-property-list .ere__property-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 20px;
  position: relative;
}
.ere__my-property-list .ere__property-content {
  width: 1px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.ere__my-property-list .ere__property-content .ere__loop-my-property-title {
  margin-bottom: 10px;
}
.ere__my-property-list .ere__property-content .ere__loop-my-property-action {
  margin-top: 10px;
}

.ere__my-property-toolbar {
  margin-bottom: 20px;
}

.ere-user-dashboard .paging-navigation {
  margin-top: 15px;
}

@media (max-width: 575px) {
  .ere__my-property-list .ere__property-item-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ere__my-property-list .ere__property-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.jumbotron.ere-account-agent {
  padding: 15px;
}
.jumbotron.ere-account-agent p {
  font-size: 16px;
  color: #000000;
}

.ere-my-invoices .view {
  text-align: center;
}

@media (max-width: 768px) {
  .ere-my-invoices table thead {
    display: none;
  }
  .ere-my-invoices table tr {
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .ere-my-invoices table tr td:not(.view):before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .ere-my-invoices table tr td {
    display: block;
    text-align: right !important;
  }
  .ere-my-invoices table tbody td,
  .ere-my-invoices table tbody th {
    padding-left: 10px;
  }
}
.ere-my-saved-search-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.ere-my-saved-search-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ere__single-invoice-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ere__single-invoice-header p {
  margin: 0;
}

.ere__single-invoice-agent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
}
.ere__single-invoice-agent span {
  display: inline-block;
}

.ere__single-invoice-billing table {
  width: 100%;
}
.ere__single-invoice-billing table tr {
  border-bottom: 1px solid #eee;
}
.ere__single-invoice-billing table tr:last-of-type {
  border-bottom: none;
}
.ere__single-invoice-billing table th,
.ere__single-invoice-billing table td {
  padding: 15px 0;
}

.ere__single-invoice-action {
  text-align: right;
  margin-top: 40px;
}
.ere__single-invoice-action a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--ere-color-heading);
  color: var(--ere-color-heading-foreground);
  border-radius: 50%;
  margin-right: 6px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.ere__single-invoice-action a i {
  line-height: 40px;
}
.ere__single-invoice-action a:last-of-type {
  margin-right: 0;
}
.ere__single-invoice-action a:hover, .ere__single-invoice-action a:focus {
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
}

.ere-property-multi-step select {
  width: 100%;
}
.ere-property-multi-step label {
  font-weight: 600;
  cursor: pointer;
}
.ere-property-multi-step .property-fields-wrap {
  margin-bottom: 50px;
}
.ere-property-multi-step .select2-container {
  display: block !important;
  width: 100% !important;
}
.ere-property-multi-step .select2-container input {
  height: 30px;
}
.ere-property-multi-step fieldset {
  display: none;
}
.ere-property-multi-step fieldset.visible, .ere-property-multi-step fieldset:first-child {
  display: block;
}

.ere-property-multi-step .ere-steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow {
  border: 0;
  height: var(--ere-btn-step-height);
  background: var(--ere-btn-step-bg-color);
  position: relative;
  text-decoration: none;
  text-transform: none;
  color: var(--ere-btn-step-text-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  padding: 0 10px 0 25px;
  margin: 0 5px 5px 0;
  line-height: 1;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:after {
  content: "";
  border-top: calc(var(--ere-btn-step-height) * 0.5) solid transparent;
  border-bottom: calc(var(--ere-btn-step-height) * 0.5) solid transparent;
  border-left: calc(var(--ere-btn-step-height) * 0.5) solid var(--ere-btn-step-bg-color);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:before {
  content: "";
  border-top: calc(var(--ere-btn-step-height) * 0.5) solid transparent;
  border-bottom: calc(var(--ere-btn-step-height) * 0.5) solid transparent;
  border-left: calc(var(--ere-btn-step-height) * 0.5) solid white;
  position: absolute;
  left: 0;
  top: 0;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:first-child {
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:first-child:before {
  display: none;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 0;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:last-child:after {
  display: none;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow.active, .ere-property-multi-step .ere-steps button.ere-btn-arrow:hover, .ere-property-multi-step .ere-steps button.ere-btn-arrow:active, .ere-property-multi-step .ere-steps button.ere-btn-arrow:focus {
  color: var(--ere-btn-step-active-text-color);
  background: var(--ere-btn-step-active-bg-color);
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow.active:after, .ere-property-multi-step .ere-steps button.ere-btn-arrow:hover:after, .ere-property-multi-step .ere-steps button.ere-btn-arrow:active:after, .ere-property-multi-step .ere-steps button.ere-btn-arrow:focus:after {
  border-left-color: var(--ere-btn-step-active-bg-color);
}

.ere-property-multi-step .ere-step-nav {
  border-top: 1px solid var(--ere-color-accent);
  text-align: center;
  padding-top: 15px;
}
.ere-property-multi-step .ere-step-nav:after {
  clear: both;
  content: "";
  display: table;
}
.ere-property-multi-step .ere-step-nav .ere-btn-prev {
  float: left;
}
.ere-property-multi-step .ere-step-nav .btn-submit-property,
.ere-property-multi-step .ere-step-nav .ere-btn-next {
  float: right;
}
.ere-property-multi-step .ere-step-nav span {
  padding: 0 5px;
}

.ere-property-multi-step .property-media .media-thumb {
  text-align: center;
}
.ere-property-multi-step .property-media .media-thumb img {
  width: 100%;
}
.ere-property-multi-step .property-media .media-item-actions {
  text-align: center;
  font-size: 20px;
}
.ere-property-multi-step .property-media .media-item-actions > * {
  margin-right: 5px;
}
.ere-property-multi-step .property-media .media-item-actions .icon-featured {
  color: var(--ere-color-accent);
}
.ere-property-multi-step .media-drag-drop {
  background-color: #efefef;
  border: 2px dashed #dfdfdf;
  text-align: center;
  padding: 30px;
}
.ere-property-multi-step .remove {
  cursor: pointer;
}
.ere-property-multi-step .media-drag-drop,
.ere-property-multi-step .property-video-url,
.ere-property-multi-step .property-image-360 {
  margin-bottom: 20px;
}
.ere-property-multi-step .media-thumb-wrap > span {
  width: 16.666666667%;
  float: left;
  display: block;
  text-align: center;
  font-size: 18px;
}

.ere-property-multi-step .ere-property-attachments .media-thumb img {
  width: 34px;
  height: auto;
}
.ere-property-multi-step .ere-property-attachments .media-thumb a {
  display: block;
}
.ere-property-multi-step .ere-property-attachments .media-drag-drop p {
  margin-bottom: 0;
  padding-top: 10px;
}

.ere-property-multi-step #ere_additional_details tr td {
  vertical-align: middle;
}
.ere-property-multi-step #ere_additional_details tr td:first-of-type span {
  cursor: all-scroll;
}
.ere-property-multi-step #ere_additional_details tr td:last-of-type span {
  cursor: pointer;
}
.ere-property-multi-step #ere_additional_details tr td:first-of-type, .ere-property-multi-step #ere_additional_details tr td:last-of-type {
  width: 30px;
  text-align: center;
}
.ere-property-multi-step #ere_additional_details tr td:first-of-type span:hover, .ere-property-multi-step #ere_additional_details tr td:last-of-type span:hover {
  color: var(--ere-color-accent);
}
.ere-property-multi-step .ere-column-action {
  width: 30px;
  text-align: center;
}

.ere-property-multi-step #ere_floors tr td {
  vertical-align: middle;
}
.ere-property-multi-step #ere_floors tr td:first-of-type span {
  cursor: all-scroll;
}
.ere-property-multi-step #ere_floors tr td:last-of-type span {
  cursor: pointer;
}
.ere-property-multi-step #ere_floors tr td:first-of-type span:hover, .ere-property-multi-step #ere_floors tr td:last-of-type span:hover {
  color: var(--ere-color-accent);
}
.ere-property-multi-step #ere_floors .row-sort,
.ere-property-multi-step #ere_floors .row-remove {
  width: 30px;
  text-align: center;
}
.ere-property-multi-step .add-sort-table .row-sort {
  width: 30px;
  text-align: center;
}

.ere-property-multi-step .file-upload-block {
  position: relative;
}
.ere-property-multi-step .file-upload-block input {
  padding-right: 44px;
}
.ere-property-multi-step .file-upload-block button {
  top: 0;
  right: 0;
  height: 100%;
  width: 44px;
  padding: 0;
  position: absolute;
}
.ere-property-multi-step .file-upload-block button i {
  font-size: 20px;
}

.ere-property-multi-step #wp-property_des-wrap .insert-media {
  height: 45px;
  background-color: var(--ere-color-heading);
  border-radius: 0;
  border: none;
  color: var(--ere-color-heading-foreground);
  padding: 0 15px;
}
.ere-property-multi-step #wp-property_des-wrap .insert-media:hover {
  background-color: var(--ere-color-accent);
}
.ere-property-multi-step #wp-property_des-wrap .wp-switch-editor {
  height: 45px;
  padding: 0 15px;
  margin: 0;
}
.ere-property-multi-step #wp-property_des-wrap .wp-switch-editor:hover, .ere-property-multi-step #wp-property_des-wrap .wp-switch-editor:focus {
  border-color: #e5e5e5;
}
.ere-property-multi-step .tmce-active .switch-tmce,
.ere-property-multi-step .html-active .switch-html {
  border-bottom: none;
}
.ere-property-multi-step #property_des_ifr, .ere-property-multi-step #property_des {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-top: none;
}

.no-js .ere-property-multi-step fieldset,
.ere-property-multi-step.edit-form fieldset {
  display: block !important;
}
.no-js .ere-property-multi-step .ere-steps,
.ere-property-multi-step.edit-form .ere-steps {
  display: none;
}
.no-js .ere-property-multi-step .ere-step-nav,
.ere-property-multi-step.edit-form .ere-step-nav {
  border-top: 0;
}
.no-js .ere-property-multi-step .ere-step-nav .ere-btn-edit,
.no-js .ere-property-multi-step .ere-step-nav .ere-btn-next,
.no-js .ere-property-multi-step .ere-step-nav .ere-btn-prev,
.ere-property-multi-step.edit-form .ere-step-nav .ere-btn-edit,
.ere-property-multi-step.edit-form .ere-step-nav .ere-btn-next,
.ere-property-multi-step.edit-form .ere-step-nav .ere-btn-prev {
  display: none;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.compare-listing {
  width: 135px;
  position: fixed;
  right: 0;
  top: 50%;
  background-color: #fff;
  z-index: 1000;
  -webkit-transform: translate3d(100%, 0, 0) translateY(-50%);
  transform: translate3d(100%, 0, 0) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.compare-listing.listing-open {
  -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
  transform: translate3d(0, 0, 0) translateY(-50%);
  -webkit-box-shadow: 0 0 5px 1px #777;
  box-shadow: 0 0 5px 1px #777;
}
.compare-listing .listing-btn {
  padding: 0;
  border-radius: 0;
  height: 44px;
  width: 44px;
  position: absolute;
  left: -44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.compare-listing .listing-btn i {
  font-size: 22px;
  position: relative;
  left: -2px;
  top: -1px;
}

.compare-listing-header {
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 3px 1px 5px 0 #777;
  box-shadow: 3px 1px 5px 0 #777;
}
.compare-listing-header .title {
  margin: 0;
  line-height: 1;
}

.compare-listing-body {
  padding: 10px 0;
  text-align: center;
}
.compare-listing-body .compare-properties-button {
  width: 105px;
}

.compare-thumb-main {
  margin-left: 0;
  margin-right: 0;
}
.compare-thumb-main .compare-thumb {
  position: relative;
  width: 105px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
.compare-thumb-main .thumb-inner-empty {
  height: 56px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border: 2px dashed #eeeeee;
}
.compare-thumb-main .compare-property-remove {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--ere-color-accent-foreground);
  background: var(--ere-color-accent);
  border: none;
  padding: 2px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.compare-thumb-main .compare-property-remove i {
  position: relative;
  top: -1px;
}

.ere_widget_recent_properties .property-inner,
.ere_widget_featured_properties .property-inner {
  padding: 0 !important;
  background-color: transparent !important;
}
.ere_widget_recent_properties .property-price,
.ere_widget_featured_properties .property-price {
  display: block;
}

.ere_widget_search_form .search-properties-form .row .form-group:last-child {
  margin-bottom: 0 !important;
}

.ere-list-top-agents-wrap .agent-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.ere-list-top-agents-wrap .agent-item:last-child {
  margin-bottom: 0;
}
.ere-list-top-agents-wrap .agent-avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  margin-right: 10px;
}
.ere-list-top-agents-wrap .agent-info {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 1px;
}
.ere-list-top-agents-wrap .agent-info h4.agent-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere-list-top-agents-wrap .agent-info h4.agent-name:hover {
  color: var(--ere-color-accent);
}
.ere-list-top-agents-wrap .agent-info h4.agent-name a {
  color: inherit;
}
.ere-list-top-agents-wrap .agent-info .agent-position {
  font-weight: 400;
  color: #8f8f8f;
}
.ere-list-top-agents-wrap .agent-info .total-properties {
  font-size: 12px;
  font-weight: 400;
}

.ere__mc-form label {
  font-weight: 400;
}
.ere__mc-form .ere__mc-result {
  color: var(--ere-color-heading);
}
.ere__mc-form .ere__mc-result strong {
  font-weight: 600;
}
.ere__mc-form .form-group:last-child {
  margin-bottom: 0;
}

ul.ere__property-taxonomy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.ere__property-taxonomy-list li {
  margin-bottom: 6px;
}
ul.ere__property-taxonomy-list li a {
  display: block;
  position: relative;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.ere__property-taxonomy-list li a:hover, ul.ere__property-taxonomy-list li a:active, ul.ere__property-taxonomy-list li a:focus {
  color: var(--ere-color-accent);
  padding-left: 5px;
}
ul.ere__property-taxonomy-list li .item-count {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.ere__property-taxonomy-list li:last-child {
  margin-bottom: 0;
}
ul.ere__property-taxonomy-list i {
  color: var(--ere-color-accent);
}
ul.ere__property-taxonomy-list.scheme-light {
  color: var(--ere-color-heading);
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.ere-package-item.active {
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
  border-color: var(--ere-color-accent);
}
.ere-package-item.active > .card-header {
  background-color: var(--ere-color-accent);
  color: var(--ere-color-accent-foreground);
}
.ere-package-item.active > .card-header .card-title {
  color: inherit;
}

.ere-package-price {
  padding: 20px 0;
}
.ere-package-price sup {
  font-size: 60%;
}

.ere__compare-table-wrap table.ere__compare-tables {
  border: none;
}
.ere__compare-table-wrap table.ere__compare-tables th,
.ere__compare-table-wrap table.ere__compare-tables td {
  border: none;
}
.ere__compare-table-wrap table.ere__compare-tables thead th {
  background: transparent;
  padding: 0 15px 15px;
  vertical-align: top;
}
.ere__compare-table-wrap table.ere__compare-tables tbody > tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.ere__compare-table-wrap table.ere__compare-tables tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.ere__compare-table-wrap table.ere__compare-tables td {
  border: none;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #8f8f8f;
}
.ere__compare-table-wrap table.ere__compare-tables tr {
  height: 52px;
}
.ere__compare-table-wrap table.ere__compare-tables .title-list-check {
  font-weight: 500;
  padding-left: 21px;
  text-align: left;
  color: var(--ere-color-heading);
  width: 150px;
}
.ere__compare-table-wrap table.ere__compare-tables .check-no {
  color: #e33f3f;
}
.ere__compare-table-wrap table.ere__compare-tables .check-yes {
  color: #4ede00;
}

@media (min-width: 1200px) {
  .ere__compare-table-wrap table.ere__compare-tables {
    width: 100%;
    table-layout: fixed;
  }
}
@media (max-width: 1199px) {
  .ere__property-compare {
    width: 360px;
  }
}
.ere__property-compare {
  max-width: 360px;
  padding: 15px;
  background-color: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ere__property-compare:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.ere__property-compare .property-item-content {
  padding-top: 17px;
}
.ere__property-compare .property-title {
  white-space: normal;
}

.ere__account-login-wrap {
  max-width: 570px;
  margin: auto;
  border: 10px solid rgba(237, 237, 237, 0.7);
  padding: 35px 30px;
}
.ere__account-login-wrap .ere_messages {
  margin-bottom: 1rem;
}
.ere__account-login-wrap .ere__show-password {
  cursor: pointer;
}
.ere__account-login-wrap .input-group-text {
  background-color: transparent;
  border-color: var(--ere-color-border);
  border-radius: 0;
}
.ere__account-login-wrap input:-webkit-autofill,
.ere__account-login-wrap input:-webkit-autofill:hover,
.ere__account-login-wrap input:-webkit-autofill:focus,
.ere__account-login-wrap input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.ere__account-login-wrap .input-group-text {
  color: inherit;
}

.ere-reset-password-wrap {
  display: none;
}
.ere-reset-password-wrap .ere-back-to-login {
  margin-top: 1rem;
  display: block;
}

ul.ere-my-package {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Utilities
--------------------------------------------------------------*/
.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 33px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.text-italic {
  font-style: italic !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.line-small {
  line-height: 1em !important;
}

.line-normal {
  line-height: 1.5em !important;
}

.line-medium {
  line-height: 1.6em !important;
}

.line-large {
  line-height: 1.8em !important;
}

.line-2x {
  line-height: 2em !important;
}

.line-3x {
  line-height: 3em !important;
}

.line-21 {
  line-height: 21px !important;
}

.line-24 {
  line-height: 24px !important;
}

.line-34 {
  line-height: 34px !important;
}

.line-42 {
  line-height: 42px !important;
}

.spacing-50 {
  letter-spacing: 0.05em;
}

.spacing-100 {
  letter-spacing: 0.1em;
}

.mg-bottom-0 {
  margin-bottom: 0px !important;
}

.mg-bottom-5 {
  margin-bottom: 5px !important;
}

.mg-bottom-10 {
  margin-bottom: 10px !important;
}

.mg-bottom-15 {
  margin-bottom: 15px !important;
}

.mg-bottom-20 {
  margin-bottom: 20px !important;
}

.mg-bottom-25 {
  margin-bottom: 25px !important;
}

.mg-bottom-30 {
  margin-bottom: 30px !important;
}

.mg-bottom-35 {
  margin-bottom: 35px !important;
}

.mg-bottom-40 {
  margin-bottom: 40px !important;
}

.mg-bottom-45 {
  margin-bottom: 45px !important;
}

.mg-bottom-50 {
  margin-bottom: 50px !important;
}

.mg-bottom-55 {
  margin-bottom: 55px !important;
}

.mg-bottom-60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 991px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
}
.accent-color {
  color: var(--ere-color-accent);
}

.bg-accent {
  background-color: var(--ere-color-accent);
}

.heading-color {
  color: var(--ere-color-heading);
}

.hidden {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
.visible-mb {
  display: none !important;
}

@media (max-width: 480px) {
  .visible-mb {
    display: block !important;
  }
  .hidden-mb {
    display: none !important;
  }
}
.col-xs-12 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

ul.ere__list-2-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.ere__list-2-col li {
  display: block;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  overflow: hidden;
}
ul.ere__list-2-col a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.ere__list-2-col a:hover, ul.ere__list-2-col a:active, ul.ere__list-2-col a:focus {
  color: var(--ere-color-accent);
}

@media (max-width: 767px) {
  ul.ere__list-2-col {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
ul.ere__list-bg-gray {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.ere__list-bg-gray strong {
  display: inline-block;
  width: 50%;
}
ul.ere__list-bg-gray span {
  display: inline;
  width: 50%;
}
ul.ere__list-bg-gray li {
  padding: 8px 15px;
}
ul.ere__list-bg-gray li:nth-child(odd) {
  background: #f8f8f8;
}

/*# sourceMappingURL=main.css.map */
