: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)
}

.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),
    .columns-3>.ere-item-wrap:nth-child(3n+1),
    .columns-4>.ere-item-wrap:nth-child(4n+1),
    .columns-5>.ere-item-wrap:nth-child(5n+1),
    .columns-6>.ere-item-wrap:nth-child(6n+1) {
        clear: both
    }
    .columns-3>.ere-item-wrap {
        width: 33.33333333%
    }
    .columns-4>.ere-item-wrap {
        width: 25%
    }
    .columns-5>.ere-item-wrap {
        width: 20%
    }
    .columns-6>.ere-item-wrap {
        width: 16.6666666667%
    }
}

@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),
    .columns-md-3>.ere-item-wrap:nth-child(3n+1),
    .columns-md-4>.ere-item-wrap:nth-child(4n+1),
    .columns-md-5>.ere-item-wrap:nth-child(5n+1),
    .columns-md-6>.ere-item-wrap:nth-child(6n+1) {
        clear: both
    }
    .columns-md-3>.ere-item-wrap {
        width: 33.33333333%
    }
    .columns-md-4>.ere-item-wrap {
        width: 25%
    }
    .columns-md-5>.ere-item-wrap {
        width: 20%
    }
    .columns-md-6>.ere-item-wrap {
        width: 16.6666666667%
    }
}

@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),
    .columns-sm-3>.ere-item-wrap:nth-child(3n+1),
    .columns-sm-4>.ere-item-wrap:nth-child(4n+1),
    .columns-sm-5>.ere-item-wrap:nth-child(5n+1),
    .columns-sm-6>.ere-item-wrap:nth-child(6n+1) {
        clear: unset;
    }
    .columns-sm-3>.ere-item-wrap {
        width: 33.33333333%
    }
    .columns-sm-4>.ere-item-wrap {
        width: 25%
    }
    .columns-sm-5>.ere-item-wrap {
        width: 20%
    }
    .columns-sm-6>.ere-item-wrap {
        width: 16.6666666667%
    }
}

@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),
    .columns-xs-3>.ere-item-wrap:nth-child(3n+1),
    .columns-xs-4>.ere-item-wrap:nth-child(4n+1),
    .columns-xs-5>.ere-item-wrap:nth-child(5n+1),
    .columns-xs-6>.ere-item-wrap:nth-child(6n+1) {
        clear: both
    }
    .columns-xs-3>.ere-item-wrap {
        width: 33.33333333%
    }
    .columns-xs-4>.ere-item-wrap {
        width: 25%
    }
    .columns-xs-5>.ere-item-wrap {
        width: 20%
    }
    .columns-xs-6>.ere-item-wrap {
        width: 16.6666666667%
    }
}

@media (max-width:480px) {
    .columns-mb-2>.ere-item-wrap {
        width: 50%
    }
    .columns-mb-2>.ere-item-wrap:nth-child(2n+1),
    .columns-mb-3>.ere-item-wrap:nth-child(3n+1),
    .columns-mb-4>.ere-item-wrap:nth-child(4n+1),
    .columns-mb-5>.ere-item-wrap:nth-child(5n+1),
    .columns-mb-6>.ere-item-wrap:nth-child(6n+1) {
        clear: both
    }
    .columns-mb-3>.ere-item-wrap {
        width: 33.33333333%
    }
    .columns-mb-4>.ere-item-wrap {
        width: 25%
    }
    .columns-mb-5>.ere-item-wrap {
        width: 20%
    }
    .columns-mb-6>.ere-item-wrap {
        width: 16.6666666667%
    }
}

.block-center {
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 0
}

.block-center-inner,
.block-center:before {
    display: inline-block;
    vertical-align: middle
}

.block-center:before {
    content: "";
    height: 100%
}

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

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

.owl-nav .owl-next,
.owl-nav .owl-prev {
    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 .3s;
    transition: all .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-next i,
.owl-nav .owl-prev 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-next:after,
.owl-nav .owl-prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev: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%
}

.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-prev:after,
.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%
}

.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-next:after,
.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)
}

.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover,
.owl-dots .owl-dot.active span {
    background-color: var(--ere-color-accent)
}

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

.heading-contain-owl-nav,
.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-bottom-center>.owl-nav,
.owl-nav-inline>.owl-nav,
.owl-nav-top-right>.owl-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.owl-nav-bottom-center>.owl-nav .owl-next,
.owl-nav-bottom-center>.owl-nav .owl-prev,
.owl-nav-inline>.owl-nav .owl-next,
.owl-nav-inline>.owl-nav .owl-prev,
.owl-nav-top-right>.owl-nav .owl-next,
.owl-nav-top-right>.owl-nav .owl-prev {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.owl-nav-bottom-center>.owl-nav .owl-prev,
.owl-nav-inline>.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-bottom-center>.owl-nav .owl-next,
.owl-nav-inline>.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-bottom-center>.owl-nav .view-all-link,
.owl-nav-inline>.owl-nav .view-all-link,
.owl-nav-top-right>.owl-nav .view-all-link {
    margin-left: 10px
}

.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-login-wrap,
.modal-login .ere-register-wrap,
.modal-login .ere-reset-password-wrap {
    border: 0;
    padding: 0
}

.modal-login .ere-login-wrap form,
.modal-login .ere-register-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: 0
}

.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:focus,
.modal-login .modal-header .nav-tabs>li>a:hover {
    color: var(--ere-color-accent)
}

.content-popup i,
.ere-processing .loading i {
    margin-right: 10px
}

.ui-dialog-titlebar-close:before {
    content: "";
    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,
.ere-heading p {
    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;
    margin-bottom: 14px
}

.ere-heading span {
    position: relative;
    height: 4px;
    width: 20px;
    display: block;
    margin-bottom: 23px;
    line-height: 1
}

.ere-heading span:after,
.ere-heading span:before {
    content: "";
    position: absolute;
    top: 3px;
    height: 100%;
    width: 50%;
    background-color: var(--ere-color-accent)
}

.ere-heading span:before {
    left: 0;
    -webkit-transform: skew(0deg, 150deg);
    transform: skew(0deg, 150deg)
}

.ere-heading span:after {
    right: 0;
    -webkit-transform: skew(0deg, -150deg);
    transform: skew(0deg, -150deg)
}

.ere-heading-style2 h2:after,
.ere-heading:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: var(--ere-color-accent);
    margin-top: 16px
}

.ere-heading.text-center span,
.ere-heading.text-center:after {
    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 {
    display: inline-block;
    width: 30px;
    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, .5);
    z-index: 99999;
    -webkit-transition: all .5s;
    transition: all .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-loading-ajax-wrap,
.user-dropdown {
    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
}

.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,
ul.ere__loop-agency-meta i,
ul.ere__single-agency-contact-info li i {
    width: 20px
}

.user-dropdown .user-dropdown-menu a {
    display: block
}

.user-dropdown .user-display-name:hover+.user-dropdown-menu,
.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: "";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0
}

.user-dropdown .user-display-name i {
    margin-right: 10px
}

.user-dropdown:hover .user-display-name {
    color: var(--ere-color-accent)
}

.user-dropdown:hover .user-display-name:after {
    content: ""
}

.other-features-list h4 {
    margin-top: 20px;
    font-weight: 700
}

.other-features-list .checkbox,
.other-features-list h4 {
    margin-bottom: 0 !important
}

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

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

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

.ere_payment_stripe button,
.form-group.error .custom-control div.error {
    display: none !important
}

.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.ere-tabs .nav-tabs {
    border-bottom: none;
    background-color: var(--ere-tabs-bg);
    margin: 0 0 30px
}

.ere-tabs .nav-tabs .nav-link {
    margin: 0;
    border-radius: 0;
    border: 0;
    color: var(--ere-tabs-text-color);
    padding: 19px 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 500
}

.ere-search-status-tab button.active,
.ere-search-status-tab button:hover,
.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: 0
}

.ere-tabs .tab-content table td {
    width: 50%
}

.ere-tabs .tab-content table tr:nth-child(2n-1) td,
.ere-tabs .tab-content table tr:nth-child(2n-1) th {
    background-color: #f8f8f8
}

.ere-tabs .tab-content table td,
.ere-tabs .tab-content table th {
    padding: 8.5px 18px;
    border: 0
}

.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, .125);
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.ere-tabs .card .nav-link {
    padding: 0;
    color: inherit
}

.ere-tabs .card:last-child,
.ere__reviews .overall-rating ul.reviews-box li: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,
.ere__contact-form label {
    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,
.ere__single-agent-social a+a {
    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: 0
}

.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: 700;
    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 .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;
    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__map-popup-address i,
.ere__reviews .waiting-for-approval {
    color: var(--ere-color-accent)
}

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

.ere__map-popup {
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .53);
    box-shadow: 0 0 8px rgba(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,
.ere__map-popup-title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500
}

.ere__map-popup-title {
    text-transform: none
}

.ere-property .property-title a,
.ere__loop-property-location a,
.ere__map-popup-title a {
    color: inherit
}

.ere__map-popup-address {
    font-size: 12px;
    color: #8f8f8f
}

.ere__map-popup-address i {
    margin-right: 5px
}

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

.form-search-wrap.form-search-wrap .select2-container,
.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: "";
    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: #ddd
}

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
}

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

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

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

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

.agent-avatar,
.ere-package-choose,
.ere-package-price,
.ere-package-title,
.ere-profile-avatar {
    text-align: center
}

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

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

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

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

.form-search-wrap.form-search-wrap {
    position: relative
}

.form-search-wrap.form-search-wrap .select2-container .select2-selection--single,
.form-search-wrap.form-search-wrap input,
.form-search-wrap.form-search-wrap select {
    border-color: var(--ere-property-search-form-border-color);
    color: var(--ere-property-search-form-text-color)
}

.form-search-wrap.form-search-wrap,
.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
}

.ere-property .property-link-detail a,
.form-search-wrap.form-search-wrap .other-features-list h4 {
    color: var(--ere-color-heading)
}

.form-search-wrap.form-search-wrap .other-features-list,
.form-search-wrap.form-search-wrap .search-advanced-info {
    clear: both;
    display: none
}

.form-search-wrap.form-search-wrap .other-features-list.ere-display-block,
.form-search-wrap.form-search-wrap .search-advanced-info.ere-display-block {
    display: block
}

.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-map-loading {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .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 .5s;
    transition: height .5s;
    background-color: rgba(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,
.ere-property 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,
.ere-map-result .marker-content:after {
    border: solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    top: inherit;
    right: inherit;
    left: 50%;
    width: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.ere-map-result .infoBox:after {
    bottom: -36px;
    border-width: 18px;
    border-top-color: rgba(0, 0, 0, .05);
    z-index: 0
}

.ere-map-result .marker-content {
    position: relative;
    border: 5px solid rgba(0, 0, 0, .05);
    box-shadow: 0 5px 13px rgba(0, 0, 0, .22);
    width: 310px
}

.ere-map-result .marker-content:after {
    bottom: -30px;
    z-index: 2;
    border-width: 15px;
    border-top-color: #fff
}

.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 {
    font-weight: 500
}

.ere-map-result .item-body .price-marker,
.ere-map-result .item-body .title-marker {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #222;
    text-transform: capitalize
}

.ere-map-result .item-body .title-marker,
.ere-property a {
    -webkit-transition: all .3s;
    transition: all .3s
}

.ere-map-result .item-body .price-marker,
.ere__mc-form .ere__mc-result strong {
    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 .search-map-inner {
    position: relative
}

.form-search-wrap.form-search-wrap .ui-slider-horizontal {
    position: relative;
    height: 4px;
    border-radius: 0;
    border: 0;
    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: 0;
    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: 0
}

.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: 0
}

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

.ere__loop-property-info.layout-1 .ere__loop-property-info-item .ere__lpi-content>span.ere__lpi-label,
.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
}

.col-gap-0 .ere-item-wrap {
    padding-left: 0;
    padding-right: 0
}

.col-gap-10 {
    margin-left: -5px;
    margin-right: -5px
}

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

.col-gap-20 {
    margin-left: -10px;
    margin-right: -10px
}

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

.col-gap-30 {
    margin-left: -15px;
    margin-right: -15px
}

.col-gap-30 .ere-item-wrap,
.col-gap-30>.item-not-found {
    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,
.ere__loop-property_action-item {
    background-color: var(--ere-color-accent);
    color: var(--ere-color-accent-foreground)
}

.ere__loop-property-price .price-per-unit {
    font-size: 11px;
    font-weight: 500;
    padding: 1.5px 5px;
    margin-left: 5px;
    position: relative;
    top: -2px
}

.ere__loop-property-price .property-price-postfix,
.ere__loop-property-price .property-price-prefix {
    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;
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ere__loop-property_action-item:hover {
    color: var(--ere-color-accent);
    background-color: var(--ere-color-accent-foreground)
}

.ere-property .property-link-detail a:hover i,
.ere__loop-property_action-item+.ere__loop-property_action-item,
.ere__single-agent-agency a+a,
.ere__social-share .social-share-list a+a {
    margin-left: 10px
}

.ere-property .property-image:before,
.ere__loop-property-action {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ere__loop-property-action {
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex
}

.ere-property .property-active-hover .block-center-inner,
.ere-property .property-active-hover .property-image:before,
.ere-property .property-inner:hover .block-center-inner,
.ere-property .property-inner:hover .property-image:before,
.property-active-hover .ere__loop-property-action,
.property-inner:hover .ere__loop-property-action {
    opacity: 1
}

.ere-property .property-image {
    position: relative;
    z-index: 1
}

.ere-property .property-image:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(34, 34, 34, .6)
}

.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: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-badge-item,
.ere__loop-property-info .ere__loop-property-info-item .ere__lpi-content>span {
    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-property .property-excerpt p:last-child,
.ere__loop-property-badge .ere__loop-property-badge-item:last-child,
.ere__single-agent-description p:last-child {
    margin-bottom: 0
}

.ere__loop-property-info {
    -webkit-transition: all .3s;
    transition: all .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+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-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: .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: 0;
}

.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,
.ere__single-property-header-meta-action>div {
    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-property .property-link-detail a:hover,
.ere-property.property-zigzac .property-info i,
.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)
}

.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 .3s;
    transition: all .3s;
    font-size: 16px
}

.ere-property .view-all-link {
    text-align: center
}

.ere-property .block-center-inner {
    z-index: 11
}

.ere-property .property-agent,
.ere-property .property-date,
.ere-property .property-type,
.ere-property .property-type-list {
    font-size: 12px;
    font-weight: 400
}

.ere-property .property-agent i,
.ere-property .property-date i,
.ere-property .property-type 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;
    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
}

.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-heading,
.ere-property.property-list .property-title,
.ere__walk-score-item h4.ere__title {
    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
    }
    .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;
    background-color: #f8f8f8
}

.ere-property.property-carousel .property-item-content {
    padding-top: 17px
}

.ere-property.property-carousel .property-excerpt,
.ere_widget .ere__loop-property-badge {
    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
}

.ere-agent .agent-avatar img,
.ere-property.property-carousel .property-element-inline .property-type-list,
.ere-property.property-zigzac .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-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 .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-agent .agent-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ere-agent .agent-name a {
    color: inherit
}

.ere-agent .agent-name:hover,
.ere-agent.agent-slider .agent-name:hover {
    color: var(--ere-color-accent)
}

.ere-agent .agent-avatar {
    margin: auto
}

.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;
    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,
.ere-property.ere-property-slider .ere__lpb-status .ere__loop-property-badge-item .ere__lpbi-inner:after,
.ere-property.ere-property-slider .property-image:before {
    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,
.ere-agent.agent-slider .agent-social a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff
}

.ere-agent.agent-grid .agent-social a:hover,
.ere-agent.agent-slider .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,
.ere-property-carousel.color-light .navigation-wrap .owl-nav div i {
    color: #fff
}

.ere-agent.agent-slider .agent-social {
    background: var(--ere-color-accent);
    margin: 0 35px;
    position: relative;
    top: -17.5px
}

.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,
ul.ere__loop-agency-social li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: inherit
}

.ere__loop-agency-title a:focus,
.ere__loop-agency-title a:hover,
ul.ere__loop-agency-social li a:focus,
ul.ere__loop-agency-social li a:hover {
    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
}

.ere-property.ere-property-slider .ere__lpb-status .ere__loop-property-badge-item:last-child,
.ere__apa-status ul li:last-child,
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 li {
    margin-bottom: 10px
}

ul.ere__loop-agency-meta .ere__label,
ul.ere__single-agency-contact-info li .ere__label,
ul.ere__single-agency-meta li .ere__label {
    font-weight: 700
}

@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, .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 .3s;
    transition: all .3s
}

.ere-property-type .property-title:hover,
.ere-property.ere-property-slider .property-title:hover {
    color: var(--ere-color-accent)
}

.ere-property-type .property-title a,
.ere__social-share .social-share-list 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-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-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 .ere__lpbi-inner {
    padding: 5px 15px;
    font-size: 16px
}

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

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

.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, .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 .col-scroll-vertical,
    .ere-search-map-properties .ere-map-search {
        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-small.color-light,
.ere-search-properties.style-default.color-light,
.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)
}

.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 .form-search-wrap {
    --ere-color-heading: #fff
}

@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, .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 .col-scroll-vertical,
    .ere-search-properties.style-vertical .ere-map-search {
        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.number-result,
    .ere-search-properties.style-vertical .title-result span.text-no-result,
    .ere-search-properties.style-vertical .title-result span.text-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: 0
}

.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 .3s;
    transition: all .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, .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-active-hover .property-image:before,
.ere-property-gallery.ere-property-gallery .property-inner:hover .property-image:before {
    top: 0
}

.ere-property-gallery.ere-property-gallery .property-active-hover .property-item-content,
.ere-property-gallery.ere-property-gallery .property-inner: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 .3s;
    transition: all .3s;
    padding: 13px 20px;
    cursor: pointer
}

.ere-property-gallery.ere-property-gallery .property-filter-mb,
.ere-property-multi-step .property-media .media-thumb img,
.ere-property-multi-step select,
.ere__my-property-search select,
.ere__single-agent-avatar img,
.ere__single-invoice-billing table {
    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-cities-filter .property-image:before,
.ere-property-featured.property-single-carousel .property-image:before,
.ere-property-multi-step fieldset {
    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-info.ere__single-property-info,
.ere-property-featured.property-single-carousel.color-light .property-location {
    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,
    .ere-property-featured.property-sync-carousel .property-image-carousel .owl-item,
    .ere-property-featured.property-sync-carousel .property-image-carousel .owl-stage,
    .ere-property-featured.property-sync-carousel .property-image-carousel .owl-stage-outer,
    .ere-property-featured.property-sync-carousel .property-image-carousel .property-image,
    .ere-property-featured.property-sync-carousel .property-image-carousel .property-image img {
        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 .main-content-inner,
    .ere-property-featured.property-sync-carousel .property-image-content {
        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 .main-content-inner,
    .ere-property-featured.property-sync-carousel .property-image-content {
        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-info.ere__single-property-info,
.ere-property-featured.property-sync-carousel.color-light .property-location {
    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 .3s;
    transition: all .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.active-filter,
.ere-property-featured.property-cities-filter .filter-wrap a:hover,
.ere-property-gallery.ere-property-gallery .property-filter-content a.active-filter,
.ere-property-gallery.ere-property-gallery .property-filter-content a:hover {
    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 .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: 0;
        margin-bottom: 30px
    }
    .ere-property-featured.property-cities-filter .filter-wrap a {
        display: inline-block;
        border: 0;
        padding: 5px 10px;
        font-size: 16px
    }
    .ere-property-featured.property-cities-filter .property-content {
        padding: 0
    }
}

.ere-property-carousel,
.ere__apa-status ul {
    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, .3)
}

.ere-property-carousel.color-light .navigation-wrap .owl-nav div.owl-prev:after {
    border-top-color: rgba(255, 255, 255, .3)
}

.ere-property-carousel.color-light .navigation-wrap .owl-nav div.owl-next:after {
    border-bottom-color: rgba(255, 255, 255, .3)
}

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

.ere__apa-status ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -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 .3s;
    transition: all .3s
}

.ere__apa-status ul li a:focus,
.ere__apa-status ul li a:hover,
.ere__apa-status ul li.active a {
    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 .3s;
    transition: all .3s
}

.ere__apa-switch-layout span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .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-property-multi-step #wp-property_des-wrap .insert-media:hover,
.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,
ul.ere__single-agency-meta li: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
}

.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 .3s;
    transition: all .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: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-location,
.ere__single-property-price .property-price-postfix,
.ere__single-property-price .property-price-prefix {
    font-size: 14px
}

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

.ere-light-gallery {
    position: relative
}

.ere-light-gallery a.ere-view-video i,
.ere-light-gallery a.zoomGallery 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 i {
    font-size: 55px
}

.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, .4);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.ere-light-gallery:hover a.ere-view-video,
.ere-light-gallery:hover a.zoomGallery {
    opacity: 1
}

.ere__single-property-header-meta-action {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ere__single-property-header-meta-action,
.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,
.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 .3s;
    transition: all .3s
}

.ere__single-property-gallery .single-property-image-thumb .current:before {
    background-color: rgba(34, 34, 34, .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,
.ere__walk-score-item h4.ere__title a {
    color: inherit;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ere__property-address-list a:active,
.ere__property-address-list a:focus,
.ere__property-address-list a:hover,
.ere__single-property-contact-agent .ere__agent-name a:focus,
.ere__single-property-contact-agent .ere__agent-name a:hover,
.ere__single-property-feature .property-feature-wrap a:active,
.ere__single-property-feature .property-feature-wrap a:focus,
.ere__single-property-feature .property-feature-wrap a:hover,
.ere__walk-score-item h4.ere__title a:focus,
.ere__walk-score-item h4.ere__title a:hover {
    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,
.ere__single-property-map-directions .ere__spmd-total {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px
}

.ere__single-property-map-directions .ere__spmd-total {
    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__single-agent-social a,
.ere__walk-score-item .ere__score {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px
}

.ere__walk-score-item .ere__score {
    height: 30px;
    border: 1px solid var(--ere-color-accent);
    color: var(--ere-color-accent);
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -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 .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,
.ere__single-property-feature .property-feature-wrap a {
    color: inherit;
    -webkit-transition: all .3s;
    transition: all .3s
}

.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__apa-search button.btn,
.ere__apa-search input.form-control {
    height: var(--ere-archiver-action-height)
}

.ere__apa-search button.btn {
    line-height: 1;
    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%
    }
}

.ere__single-agent-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 35px;
    -webkit-transition: all .3s;
    transition: all .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-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 .3s;
    transition: all .3s
}

.ere__loop-my-property-title a:focus,
.ere__loop-my-property-title a:hover,
.ere__single-agent-contact-info a:active,
.ere__single-agent-contact-info a:focus,
.ere__single-agent-contact-info a:hover {
    color: var(--ere-color-accent)
}

.ere-property-multi-step .ere-property-attachments .media-thumb a,
.ere__single-agent-position {
    display: block
}

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

.ere__single-agent-agency a {
    text-decoration: underline
}

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

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

.ere__single-agency-header ul.ere__single-agency-contact-info,
.ere__single-agency-header ul.ere__single-agency-meta,
.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-avatar,
    .ere__single-agent-contact-info {
        margin-bottom: 30px
    }
}

h2.ere__single-agency-title {
    font-size: 21px;
    text-transform: uppercase
}

ul.ere__single-agency-meta {
    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-contact-info,
ul.ere__single-agency-meta {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.ere__single-agency-contact-info li {
    margin-bottom: 20px
}

.ere__single-agency-desc p:last-child,
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 .3s;
    transition: all .3s;
    background-color: var(--ere-color-heading);
    color: var(--ere-color-heading-foreground)
}

ul.ere__single-agency-social li a:focus,
ul.ere__single-agency-social li a:hover {
    background-color: var(--ere-color-accent);
    color: var(--ere-color-accent-foreground)
}

ul.ere__loop-my-property-action li:last-child,
ul.ere__my-property-filter li:last-child,
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-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-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__single-agency-avatar-wrap,
    .ere__single-agency-header .ere__summary {
        -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
}

.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;
    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: #ff8c00
}

.ere__loop-my-property-badge.ere__status-hidden {
    background-color: #000
}

.ere__loop-my-property-title {
    margin-bottom: 5px
}

.ere__loop-my-property-title a,
ul.ere__list-2-col a {
    color: inherit;
    -webkit-transition: all .3s;
    transition: all .3s
}

ul.ere__loop-my-property-action,
ul.ere__my-property-filter {
    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
}

.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 .3s;
    transition: all .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-date,
.ere__loop-property-meta-expire-date,
.ere__single-invoice-agent span {
    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 {
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.ere__my-property-filter li {
    margin-right: 20px
}

.ere-list-top-agents-wrap .agent-info h4.agent-name a,
ul.ere__my-property-filter li a {
    color: inherit
}

ul.ere__my-property-filter li.active {
    font-weight: 700
}

.ere__my-property-list .ere__property-item,
.ere__my-property-search {
    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: #000
}

.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-agent,
.ere__single-invoice-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ere__single-invoice-header {
    -ms-flex-align: end;
    align-items: flex-end
}

.ere__single-invoice-header p {
    margin: 0
}

.ere__single-invoice-agent {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-bottom: 40px
}

.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 td,
.ere__single-invoice-billing table th {
    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 .3s;
    transition: all .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:focus,
.ere__single-invoice-action a:hover {
    background-color: var(--ere-color-accent);
    color: var(--ere-color-accent-foreground)
}

.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.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 .3s;
    transition: all .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,
.ere-property-multi-step .ere-steps button.ere-btn-arrow:before {
    content: "";
    border-top: calc(var(--ere-btn-step-height)*.5) solid transparent;
    border-bottom: calc(var(--ere-btn-step-height)*.5) solid transparent;
    position: absolute;
    top: 0
}

.ere-property-multi-step .ere-steps button.ere-btn-arrow:after {
    border-left: calc(var(--ere-btn-step-height)*.5) solid var(--ere-btn-step-bg-color);
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ere-property-multi-step .ere-steps button.ere-btn-arrow:before {
    border-left: calc(var(--ere-btn-step-height)*.5) solid white;
    left: 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:active,
.ere-property-multi-step .ere-steps button.ere-btn-arrow:focus,
.ere-property-multi-step .ere-steps button.ere-btn-arrow:hover {
    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:active:after,
.ere-property-multi-step .ere-steps button.ere-btn-arrow:focus:after,
.ere-property-multi-step .ere-steps button.ere-btn-arrow:hover: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-item-actions {
    text-align: center;
    font-size: 20px
}

.ere-property-multi-step .property-media .media-item-actions>* {
    margin-right: 5px
}

.ere-list-top-agents-wrap .agent-info h4.agent-name:hover,
.ere-property-multi-step .property-media .media-item-actions .icon-featured,
ul.ere__property-taxonomy-list i {
    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-image-360,
.ere-property-multi-step .property-video-url {
    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-drag-drop p {
    margin-bottom: 0;
    padding-top: 10px
}

.ere-property-multi-step #ere_additional_details tr td,
.ere-property-multi-step #ere_floors 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,
.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-remove,
.ere-property-multi-step #ere_floors .row-sort,
.ere-property-multi-step .add-sort-table .row-sort,
.ere-property-multi-step .ere-column-action {
    width: 30px;
    text-align: center
}

.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 .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: 0;
    color: var(--ere-color-heading-foreground);
    padding: 0 15px
}

.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:focus,
.ere-property-multi-step #wp-property_des-wrap .wp-switch-editor:hover {
    border-color: #e5e5e5
}

.ere-property-multi-step .html-active .switch-html,
.ere-property-multi-step .tmce-active .switch-tmce {
    border-bottom: none
}

.ere-property-multi-step #property_des,
.ere-property-multi-step #property_des_ifr {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-top: none
}

.ere-property-multi-step.edit-form fieldset,
.no-js .ere-property-multi-step fieldset {
    display: block !important
}

.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,
.ere-property-multi-step.edit-form .ere-steps,
.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,
.no-js .ere-property-multi-step .ere-steps {
    display: none
}

.ere-property-multi-step.edit-form .ere-step-nav,
.no-js .ere-property-multi-step .ere-step-nav {
    border-top: 0
}

.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 .5s;
    transition: all .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 #eee
}

.compare-thumb-main .compare-property-remove {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--ere-color-accent-foreground);
    background: var(--ere-color-accent);
    border: 0;
    padding: 2px;
    border-radius: 50%;
    width: 20px;
    height: 20px
}

.compare-thumb-main .compare-property-remove i {
    position: relative;
    top: -1px
}

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

.ere_widget_featured_properties .property-price,
.ere_widget_recent_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 .3s;
    transition: all .3s
}

.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,
ul.ere__property-taxonomy-list.scheme-light {
    color: var(--ere-color-heading)
}

.ere__mc-form .form-group:last-child,
ul.ere__property-taxonomy-list li: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 .3s;
    transition: all .3s
}

ul.ere__property-taxonomy-list li a:active,
ul.ere__property-taxonomy-list li a:focus,
ul.ere__property-taxonomy-list li a:hover {
    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%)
}

.ere-package-item.active {
    box-shadow: 0 20px 35px rgba(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,
.ere__compare-table-wrap table.ere__compare-tables th {
    border: 0
}

.ere__compare-table-wrap table.ere__compare-tables thead th {
    background: 0 0;
    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: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    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, .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;
    color: inherit
}

.ere__account-login-wrap input:-webkit-autofill,
.ere__account-login-wrap input:-webkit-autofill:active,
.ere__account-login-wrap input:-webkit-autofill:focus,
.ere__account-login-wrap input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s
}

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

.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: .05em
}

.spacing-100 {
    letter-spacing: .1em
}

.mg-bottom-0 {
    margin-bottom: 0 !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: 0 !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:active,
ul.ere__list-2-col a:focus,
ul.ere__list-2-col a:hover {
    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
}


.owl-nav .owl-prev:after{display: none;}
    .owl-nav .owl-next:after{display: none;} 



/* Mobile responsive */
@media(max-width: 767px){
    .ere__single-property-title{font-size: 25px;}
}
/* // Mobile responsive */