/* Static-site adjustments. The visual design remains based on the original Joomla theme. */
.offcanvas-menu .sp-module-title,
.offcanvas-menu .search {
  display: none !important;
}

/* The Joomla weather widget no longer has a live data source. Keep the
   location, but do not present a temperature that would quickly become stale. */
.sp-weather-icon,
.sp-weather-current-temp {
  display: none !important;
}

#sp-header .logo .site-logo {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #b58b48;
  outline-offset: 3px;
}

.static-map {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}

@media (max-width: 767px) {
  .static-map {
    height: 360px;
  }

  #sp-top-bar .sp-contact-info {
    font-size: 12px;
  }
}
