/* Force font awesome to use your version */
@import url("../fontawesome-all.css");

/* Fix footer alignment */
.site-footer {
  text-align: left !important;
}

/* Make sure your icons render */
.fa, .fab, .far {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 900 !important;
}
.fas,.property-archive-section .fa{
  font-family: "Font Awesome 5 Free" !important;
}
.property-post-section i {
    font-family: 'FontAwesome' !important;
}
.property-post-section .ere__agent-image img {
    width: 30%;
}
.property-post-section .ere__agent-content a.btn {
    background: #C7805F;
    border-color: #C7805F;
}
div#compare-listings {
    display: none;
}
.ere-item-wrap {
    margin: 20px 0px;
}
:root {
  --ere-color-accent: #C7805F;
}
.property-archive-section .property-box{
    border:1px solid #C7805F;
}
.property-post-section img.propt-img {
    width: 60% !important;
}
.property-post-section .ere__single-property-header-info .ere__single-property-title{
    display: none;
}
a.compare-property.ere__loop-property_action-item{
    display: none;
}
.property-post-section .ere-property-wrap {
    display: inline-block;
}
ul.list-srch-pge {
    padding: 0px 20px;
}
ul.list-srch-pge strong {
    color: #C7805F;
}
.property-archive-section p.property-area-no {
    padding: 3px 5px;
}
.property-archive-section {
    margin-top: 20px;
}