#veloraContactSuccess, #veloraContactError, #veloraEnquirySuccess, #veloraEnquiryError { display: none; margin-top: 10px; }
#veloraContactSuccess.is-visible, #veloraContactError.is-visible, #veloraEnquirySuccess.is-visible, #veloraEnquiryError.is-visible { display: block; }
.st-site-branding img { height: 70px; width: auto; max-width: none; }
.st-rounded-img { border-radius: 16px; }
.st-price-highlight { color: #004e34; font-weight: 700; }
.st-map-embed { position: relative; width: 100%; padding-bottom: 75%; height: 0; overflow: hidden; border-radius: 8px; }
.st-map-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.st-hero-btn .st-btn, .st-hero-btn .st-btn h4 { color: #fff; }
.st-hero-img { overflow: hidden; left: 0; width: 100%; }
.st-hero-img img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.st-settings-wrap { right: -300px !important; }
.st-settings-wrap.active { right: 0 !important; }
@media screen and (min-width: 992px) {
  .st-blog-hero { margin-top: 80px; }
}
.st-hero-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 25%, rgba(255,255,255,0.45) 50%, rgba(255,255,255,0) 75%);
  z-index: 1;
  pointer-events: none;
}
