html { scroll-padding-top: 7rem; }
body.lc-theme { margin: 0; overflow-x: hidden; }
body.admin-bar .lc-site-header { top: 32px; }
.lc-theme #main-content:focus { outline: none; }
.lc-theme .customize-partial-edit-shortcut { z-index: 80; }
.lc-theme .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;
}
.lc-theme .screen-reader-text:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 99999;
  width: auto;
  height: auto;
  padding: .8rem 1rem;
  clip: auto;
  background: #fff;
  color: #1a1815;
}
.lc-theme .lc-page-content > * { max-width: none; }
.lc-theme .lc-standard-page {
  width: min(100% - 2.5rem, 900px);
  margin: 0 auto;
  padding: 5rem 0 7rem;
}
.lc-theme .lc-standard-page h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: .95;
}
.lc-theme .lc-standard-page .entry-content { margin-top: 2rem; }
.lc-theme .lc-standard-page .entry-content > * + * { margin-top: 1.25rem; }
.lc-theme .lc-primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
@media (max-width: 782px) {
  body.admin-bar .lc-site-header { top: 46px; }
}

