/*
Theme Name: Curtis Organ
Theme URI: https://curtis.avmtech.net/
Author: AVM Technology
Description: A lightweight WordPress adaptation of the Fans of the Curtis Organ static site.
Version: 1.0.0
Text Domain: curtis-organ
*/

/* WordPress-specific additions; the preserved site styles load first. */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 12px;
  clip: auto;
  color: #222;
  background: #fff;
}

#topnav .page_item.current_page_item > a {
  color: #545454;
  background: #e3f3ff;
}

.entry-title {
  margin-bottom: 0.5em;
}

.wp-block-image img {
  height: auto;
}

@media (max-width: 940px) {
  #header-wrap,
  #main-wrap,
  #banner-wrap,
  #footer-wrap {
    min-width: 0;
  }

  #page,
  #container {
    width: auto;
    max-width: 920px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .tall-header-page .wsite-header {
    width: 100%;
    max-width: 888px;
    background-size: cover;
  }
}
