html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.single-brokerage .nav .nav-arrow.read-more.more-toggle.active {
  margin-bottom: unset;
}
.single-brokerage .brokerage-gallery {
  display: flex;
  height: 40rem;
  margin-bottom: 1rem;
  column-gap: 0.5rem;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
@media only screen and (max-width: calc(73.125rem + 30px)) {
  .single-brokerage .brokerage-gallery {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .single-brokerage .brokerage-gallery {
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: 25rem;
  }
}
@media only screen and (max-width: calc(73.125rem + 30px)) {
  .single-brokerage .nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .single-brokerage .nav {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .single-brokerage .related-section {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .single-brokerage .related-section {
    grid-template-columns: 1fr !important;
  }
}
.single-brokerage .intro {
  margin-bottom: 3rem;
}
.single-brokerage .intro .title {
  margin-bottom: 0.75rem;
}
.single-brokerage .intro .item-price {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .single-brokerage .intro .item-price {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    margin-bottom: 1rem;
  }
}
.single-brokerage .intro .item-price .price {
  font-family: "Sofia Sans";
}
.single-brokerage .intro .item-price .label {
  font-family: "Sofia Sans";
}
.single-brokerage .intro .details .flex {
  align-items: center;
}
.single-brokerage .intro .details span {
  color: #747474;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media only screen and (min-width: 992px) {
  .single-brokerage .carrousel-fix {
    padding-left: calc((100vw - 60.75rem) / 2);
  }
}
@media only screen and (min-width: 911px) and (max-width: 991px) {
  .single-brokerage .carrousel-fix {
    padding-left: calc((100vw - 60.75rem) / 2 + 15px);
  }
}
@media only screen and (max-width: 910px) {
  .single-brokerage .carrousel-fix {
    padding-left: 15px;
  }
}

.post-type-archive-brokerage .intro.section {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .post-type-archive-brokerage .intro.section {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .post-type-archive-brokerage .brokerage-overview {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .post-type-archive-brokerage .brokerage-overview .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .post-type-archive-brokerage .brokerage-overview .items {
    grid-template-columns: 1fr !important;
  }
}
.post-type-archive-brokerage .brokerage-overview h4 {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 575px) {
  .post-type-archive-brokerage .brokerage-overview .image-holder {
    height: unset;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-brokerage .brokerage-overview .image-holder {
    height: unset;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .post-type-archive-brokerage .brokerage-overview .image-holder img {
    aspect-ratio: 16/9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-brokerage .brokerage-overview .image-holder img {
    aspect-ratio: 16/9;
  }
}
.post-type-archive-brokerage .brokerage-overview .item-price {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .post-type-archive-brokerage .brokerage-overview .item-price {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    margin-bottom: 1rem;
  }
}
.post-type-archive-brokerage .brokerage-overview .item-price .price strong {
  font-family: "Sofia Sans";
}
.post-type-archive-brokerage .brokerage-overview .item-price .label {
  font-family: "Sofia Sans";
}
.post-type-archive-brokerage .brokerage-noresults {
  margin-bottom: 5rem;
}
.post-type-archive-brokerage .brokerage-noresults .brokerage-inner {
  background-color: #F8F8F8;
  padding: 2.5rem;
}
.post-type-archive-brokerage .brokerage-noresults .brokerage-inner .brokerage-content {
  margin-bottom: 2.5rem;
}
.post-type-archive-brokerage .brokerage-noresults .brokerage-inner .brokerage-content .title-xs {
  margin-bottom: 0.75rem;
}
.brokerage-gallery {
  display: flex;
  height: 27.5rem;
  margin-bottom: 1rem;
  column-gap: 0.5rem;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
@media only screen and (max-width: calc(73.125rem + 30px)) {
  .brokerage-gallery {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .brokerage-gallery {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.brokerage-gallery .left {
  width: 66.66%;
  height: calc(100% + 0.5rem);
}
.brokerage-gallery .right {
  width: 33.33%;
}
.brokerage-gallery .right .image-holder {
  height: 50%;
}
.brokerage-gallery .image-holder {
  background-color: #aaa;
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
}

.nav {
  margin-bottom: 4rem;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  max-width: unset !important;
}

.item-price {
  gap: 1rem;
  align-items: center;
}
.item-price .price {
  display: flex;
  gap: 0.5rem;
}
.item-price strong {
  color: #003a7e;
  font-family: "Grandis Extended", sans-serif;
  font-weight: 500;
  line-height: 120%;
}
.item-price .details {
  gap: 1rem;
  color: #000;
  align-items: center;
}
.item-price .details .date,
.item-price .details .location {
  gap: 0.25rem;
}
.item-price .details .date span,
.item-price .details .location span {
  color: #747474;
}
.item-price .details img,
.item-price .details svg {
  width: 1.5rem;
  height: 1.5rem;
}
.item-price p {
  margin-bottom: 0;
}

/*# sourceMappingURL=single-brokerage.css.map */
