/*
Theme Name: True Country WMOQ
Theme URI: https://wmoqdemo.bigmt.net/
Author: Big Mountain Computers
Author URI: https://www.bigmt.net/
Description: Staff-editable WordPress theme for True Country WMOQ.
Version: 0.2.2
Text Domain: wmoqdemo
*/

.site-nav .menu-item,
.site-footer .menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav .menu-item {
  display: inline-flex;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.post-content,
.rich-copy {
  font-size: 1.04rem;
}

.post-content > *:first-child {
  margin-top: 0;
}

.post-content > *:last-child {
  margin-bottom: 0;
}

.form-grid {
  display: grid;
  gap: 16px;
}

.wmoq-form label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

.wmoq-form input,
.wmoq-form textarea,
.wmoq-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 600;
}

.wmoq-form textarea {
  min-height: 150px;
  resize: vertical;
}

.wmoq-form .wmoq-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-left: 5px solid var(--gold);
  background: var(--mist);
  font-weight: 800;
}

.wp-block-image img,
.post-content img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin-top: 8px;
  color: var(--ink-2);
  font-size: 0.9rem;
}

.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;
}
