/* 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: #0D335A;
    border-color: #0D335A;
}
div#compare-listings {
    display: none;
}
.ere-item-wrap {
    margin: 20px 0px;
}
:root {
  --ere-color-accent: #E8925F;
}