#wpmem_login,
#wpmem_reg {
  margin: 1em auto;
}
#wpmem_login form,
#wpmem_reg form {
  width: 500px;
  margin: 0 auto !important;
}

.wpmem_msg,
#wpmem_msg {
  margin: 1em auto !important;
}

header#masthead nav#site-navigation > ul > li {
  position: relative;
}
header#masthead nav#site-navigation > ul > li::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background: #002f70;
}
header#masthead nav#site-navigation > ul > li.current-menu-item::after {
  content: "";
  width: 60%;
}

header.entry-header {
  text-align: center;
  margin-bottom: 2em !important;
}

.entry-content {
  width: 1000px;
  margin: 0 auto;
}
.entry-content iframe {
  border: solid 1px lightgray;
}

.footer-nav ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}

.wpcf7 form {
  width: 500px;
  margin: 1em auto;
}
.wpcf7 form p input[type=email][name=user-email] {
  visibility: hidden;
  height: 0;
}
.wpcf7 form p textarea {
  width: 100%;
}
.wpcf7 form p:has(input.wpcf7-submit) {
  text-align: center;
  position: relative;
}
.wpcf7 form p:has(input.wpcf7-submit) input[type=submit] {
  background: #002f70;
  color: white;
}
.wpcf7 form p:has(input.wpcf7-submit) span.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main.site-main .archive-posts {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
main.site-main .archive-posts article .entry-content {
  width: auto;
}
main.wp-members header.entry-header {
  display: none;
}
main.wp-members.logged_in .logged_out {
  display: none;
}/*# sourceMappingURL=cstm-style.css.map */