@import url("https://use.typekit.net/nnl4dst.css");
:root {
  --red: #c3d898;
  --purple: #596f62;
  --black: #1c3144;
  --lighterblack: #233e56;
  --blue: #41729e;
  --darkgray: #383838;
  --black: #313131;
  --separatorColor: #dfdfdf;
}

/* responsive vertical rhythm */
body a,
.pt-cv-meta-fields a {
  color: #41729e;
  /* D05353 */
  text-decoration: none !important;
  transition: opacity 0.1s;
}
body a:hover,
.pt-cv-meta-fields a:hover {
  opacity: 0.7;
  color: #41729e;
}

a.no-fade-on-hover:hover {
  opacity: unset !important;
}

a.no-outline:focus {
  border: none !important;
  outline: none !important;
}

html,
body {
  font-size: 14pt;
  font-variant-ligatures: none;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

#page,
.site-inner {
  min-height: 100%;
}

body {
  color: var(--black);
}

.site-inner {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
}

#content {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}

body,
.main-navigation,
h1,
h2 {
  font-family: p22-mackinac-pro, Times New Roman, Times, serif !important;
}

.site-title {
  opacity: 1 !important;
}

.site-title a,
.main-navigation a {
  text-decoration: none !important;
}

.main-navigation {
  display: flex;
}
.main-navigation a {
  letter-spacing: 2px !important;
  padding: 0.5rem !important;
}

.main-navigation .menu-item-has-children > a {
  padding-right: 1.5rem !important;
}

nav .current_page_item {
  background-color: #0d1720;
}
nav li {
  border: none !important;
}

.main-navigation #menu-top > li > a {
  font-weight: normal;
  opacity: 1;
  color: #c3d898;
}

.main-navigation #menu-top > li > a:hover {
  color: #c3d898;
}

.main-navigation a {
  font-weight: normal;
}

#masthead nav .sub-menu {
  border: 1px solid #ccc;
  background-color: #fff;
}
@media only screen and (max-width: 667px) {
  #masthead nav .sub-menu {
    display: none;
  }
}
#masthead nav .sub-menu.toggled-on {
  display: grid;
}
#masthead nav .sub-menu.toggled-on li {
  border: none;
}
#masthead nav .dropdown-toggle {
  color: #c3d898;
}
#masthead nav .dropdown-toggle:after {
  margin-bottom: 0.75rem;
  border-left-color: rgba(195, 216, 152, 0.3);
}

div.site-inner {
  max-width: unset !important;
}

#blurb {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  border-radius: 0.25rem;
  background-color: #c3d898;
  color: #060803;
  padding: 2rem;
  letter-spacing: 0.35px;
  line-height: 1.5;
  font-size: 1rem;
}
#blurb a {
  color: #000;
}
#blurb h3 {
  border: 0 !important;
}
@media only screen and (max-width: 667px) {
  #blurb {
    padding: 0;
    background-color: transparent;
  }
}
#blurb .nowrap {
  xwhite-space: nowrap;
}
@media only screen and (max-width: 667px) {
  #blurb .nowrap {
    white-space: unset;
  }
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  #blurb .nowrap {
    white-space: unset;
  }
}
#blurb p {
  margin: 0;
  margin-bottom: 1rem;
}
#blurb p:last-child {
  margin: 0;
}

body.category header h1,
body.search-results header h1 {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 1rem !important;
  font-weight: normal;
}

body.author main#main {
  height: 100%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  body.author main#main {
    flex-flow: column nowrap !important;
    height: unset !important;
  }
}
body.author #content {
  padding-top: 2rem !important;
}
body.author header.page-header {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  padding-right: 2rem;
  margin-bottom: 2rem;
  padding-top: 0 !important;
  flex-basis: 50%;
  flex: 1;
  min-width: min(100%, 400px);
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  body.author header.page-header {
    padding-right: 0rem;
  }
}
body.author .posts {
  padding: 2rem !important;
  flex-basis: 50%;
  flex: 1;
}
body.author header h1 {
  font-family: p22-mackinac-pro, Times New Roman, Times, serif;
  font-size: 2rem !important;
  letter-spacing: 0px !important;
}
body.author .taxonomy-description {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid var(--separatorColor);
  margin-bottom: 1rem;
}
body.author .posts-wrapper {
  display: flex;
}
body.author .posts {
  margin-bottom: 2rem !important;
  border-left: 1px solid #dfdfdf;
  padding: 0 2rem !important;
  flex-basis: 50%;
  flex: 1;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  body.author .posts {
    padding: 0 !important;
    border-left: 0 !important;
  }
}
body.author .page-header {
  flex-basis: 50%;
  flex: 1;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  body.author .page-header {
    flex-basis: 100%;
  }
  body.author .page-header .all-authors {
    display: none;
  }
}
body.author .posts-wrapper {
  flex-basis: 50%;
  flex-flow: column nowrap;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  body.author .posts-wrapper {
    flex-basis: 100%;
  }
}
body.author main > .all-authors {
  display: none;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  body.author main > .all-authors {
    display: block;
  }
}
body.author nav.pagination {
  margin: 0 0 2rem 0 !important;
}

body.author #secondary {
  display: none;
}
body.author main {
  display: flex;
  flex-flow: row wrap;
}

.page-header {
  border: none;
}

.entry-content h1,
.entry-header h1 {
  padding: 1rem 0 !important;
  margin: 0;
}

.entry-header {
  text-align: left !important;
}

/*
 * lilac: #BE97C6
 * dark blue gray: #56638A
 * */
/*
 * dark purple #96364C
 * red D05353
 */
/* #FE5D26 */
.site-title,
.site-title a {
  width: 350px;
  height: 30px;
}

.site-title a {
  background-image: url("/wp-content/themes/literarymatters2022/logos/britanialigatura-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  color: transparent !important;
  display: block;
}
.site-title a:hover {
  opacity: 1;
}

.site-title a {
  font-size: 36pt;
}

.site-title a span {
  display: none;
}

body {
  background-color: #fff;
  line-height: 1.5; /* use visual rhythm */
}

#masthead {
  padding: 1rem 0 !important;
  background-color: #1c3144;
}

@media only screen and (max-width: 667px) {
  body.scrolledDown #masthead {
    position: fixed;
    z-index: 100;
    width: 100vw;
    top: -1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
}

body #content {
  padding: 0 1rem !important;
}
@media only screen and (max-width: 667px) {
  body #content {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  #masthead {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 667px) {
  #masthead {
    padding: 0 !important;
  }
}

#masthead .site-header-main {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem !important;
  max-width: 1024px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 667px) {
  #masthead .site-header-main {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  #masthead .site-header-main {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  #masthead .site-header-main {
    max-width: 90%;
  }
}
@media only screen and (max-width: 667px) {
  #masthead .site-header-main {
    max-width: 90%;
  }
}

#primary {
  flex-shrink: 0;
  flex-basis: 100%;
}

.site-header-menu {
  margin: 0 !important;
  height: 100%;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  .site-header-menu {
    padding-bottom: 1rem;
  }
}

div.pt-cv-wrapper {
  padding: 0 !important;
}

#content {
  display: flex !important;
  flex-flow: row nowrap !important;
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 1024px;
}
@media only screen and (max-width: 1300px) {
  #content #content {
    max-width: calc(1024px - 4rem);
  }
}

#primary p,
#primary h1,
#primary h2,
#primary div.pt-cv-wrapper {
  padding: 0;
}

#primary {
  margin: 0;
  flex-basis: 100%;
}

.widget {
  border: 0 !important;
}

h2.categoriesheader {
  font-size: 1rem !important;
}

.wpp-list {
  margin: 0;
}

aside#secondary {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  flex-basis: 30%;
  padding: 3rem;
  padding-right: 0;
}
aside#secondary section {
  background-color: #fff;
  padding: 0 1rem !important;
  opacity: 0.5;
  border-left: 1px solid #aaa !important;
}
aside#secondary section h2 {
  margin-bottom: 2rem;
}
aside#secondary a {
  color: #313131;
}
aside#secondary .author {
  line-height: 1.5 !important;
}

aside#secondary h3 {
  font-weight: bold;
  text-transform: uppercase !important;
  font-size: 0.6rem;
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
}

.column-number-2 {
  background-color: #eee;
  padding: 0 1rem;
}

#main {
  margin-bottom: 0;
}

#page {
  margin: 0;
}

body::before {
  height: 0 !important;
}

.site-description {
  display: none;
}

.main-navigation {
  font-size: 0.65rem;
}

h3,
h4,
h5,
.site-title,
strong u,
.main-navigation,
.btn,
.postCategory,
.authorAndCategory,
.abh_tabs,
.wp-block-search__button {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}

body .authorAndCategory {
  display: block;
  margin-bottom: 2rem;
  margin-top: 0.25rem;
}
body .authorAndCategory, body .authorAndCategory .postCategory {
  font-size: 0.85rem !important;
}
@media only screen and (max-width: 667px) {
  body .authorAndCategory {
    font-size: 0.85rem !important;
  }
}
body .authorAndCategory a {
  color: #313131;
  white-space: nowrap;
}
body.archive body .authorAndCategory {
  font-size: 0.65rem !important;
}

button {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
}

.postCategory {
  display: inline;
}

.postCategory ul {
  list-style: none;
  margin: 0;
  display: inline;
}

.postCategory li {
  display: inline;
}

.sep {
  opacity: 0.5;
}

.wp-block-search__button {
  font-size: 0.65rem !important;
  font-weight: normal;
}

.widget h2, .widget h3 {
  font-weight: normal !important;
}

h1,
h2,
h3,
h4,
h5,
.site-title,
strong u,
.main-navigation,
.btn {
  font-weight: 700;
}

h1.entry-title,
.entry-content h1 {
  text-align: left !important;
  font-family: p22-mackinac-pro, Times New Roman, Times, serif !important;
  padding-bottom: 0.5rem !important;
  padding-top: 2rem !important;
  font-weight: normal;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
  box-shadow: none;
}

a {
  text-decoration: underline;
}

.site-title {
  text-transform: xuppercase !important;
  font-weight: bold;
  font-size: 2rem;
}

a.btn.pt-cv-readmore {
  background-color: #ccc !important;
  color: #000 !important;
  border: 0;
  font-weight: bold !important;
}

a.btn.pt-cv-readmore * {
  font-weight: bold;
}

#content-bottom-widgets {
  background-color: #fff;
}

#content-bottom-widgets section {
  border: 0;
}

.meta-sep {
  display: none;
}

.abbr {
  text-transform: lowercase;
  font-variant: small-caps;
}

.vcard {
  display: none;
}

.single-post span.cat-links {
  display: none;
}

.entry-date {
  display: none;
}

.home .cat-links,
.home .tags-links {
  display: none !important;
}

.post-navigation {
  display: none;
}

.entry-header {
  text-align: center;
  margin-left: 0;
}

.site-info {
  display: none;
}

table,
th,
td {
  border: 0px;
}

.single-post h3 {
  text-transform: none;
}

body .abh_box {
  margin-top: 4rem !important;
  padding-bottom: 0 !important;
}
body .abh_box .abh_image {
  margin-top: 0 !important;
}
body .abh_box .abh_image img {
  box-shadow: none !important;
}
body .abh_box .abh_image a {
  position: relative;
  width: 80px;
  overflow: hidden;
  display: flex;
  padding-bottom: 100%;
  height: 0;
}
body .abh_box .abh_image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .abh_box .abh_tabs {
  display: none;
}
body .abh_box .abh_tab_content {
  padding: 1rem 2rem !important;
  border: 0 !important;
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}
body .abh_box .abh_tab_content section {
  margin-bottom: 1rem;
}
body .abh_box .abh_tab_content section:last-child {
  margin-bottom: 0;
}
body .abh_box .abh_tab_content section.abh_about_tab {
  display: flex !important;
  flex-flow: row nowrap;
  gap: 2rem;
  align-items: center;
}
@media only screen and (max-width: 667px) {
  body .abh_box .abh_tab_content section.abh_about_tab {
    flex-flow: column nowrap;
  }
}
body .abh_box .abh_tab_content .abh_social {
  display: none;
}
body .abh_box .abh_tab_content .abh_text {
  margin-left: 0 !important;
}
body .abh_box .abh_tab_content .abh_text .fn {
  text-transform: none !important;
}
body .abh_box .abh_tab_content .abh_text h3.name {
  display: none;
}
body .abh_box .abh_tab_content .abh_text .description {
  padding-top: 0 !important;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
}
body .abh_box .abh_tab_content .abh_text > a {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  margin-top: 0.5rem;
  font-weight: bold;
  display: block;
}
body .abh_box .abh_tab_content .abh_text a, body .abh_box .abh_tab_content .abh_text .description {
  font-size: 0.9rem !important;
}

.w1,
.w2 {
  position: relative !important;
}

.w1 {
  display: inline-block !important;
  vertical-align: bottom;
}

.letter {
  z-index: 10 !important;
}

.no-glow .letter {
  color: transparent;
  background-color: #0a0a0a;
  -webkit-background-clip: text;
  background-clip: text;
  z-index: 0 !important;
  opacity: 0 !important;
}

.wp-block-search__label {
  display: none;
}

.widget {
  padding-top: 1rem !important;
  margin-bottom: 1rem;
}
.widget .popular-posts {
  padding: 0 !important;
}

.carousel-control {
  text-shadow: none !important;
}

.widget ol, .widget li, .yarpp.relatedposts ol, .yarpp.relatedposts li, .yarpp.related ol, .yarpp.related li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.widget a, .yarpp.relatedposts a, .yarpp.related a {
  font-weight: normal !important;
}

#primary p {
  width: 100%;
}

.entry-content {
  width: 100% !important;
}

p.postAuthor {
  width: 100%;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: normal;
}

#secondary {
  margin-left: auto !important;
  margin-top: 10rem !important;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  #secondary {
    margin-top: 2rem !important;
  }
}
@media only screen and (max-width: 667px) {
  #secondary {
    margin-top: 2rem !important;
  }
}

h1 {
  font-size: 2.5rem !important;
  transition: all 0.1s ease-in-out;
  line-height: 1.25 !important;
}
@media only screen and (max-width: 667px) {
  h1 {
    font-size: 1.5rem !important;
    line-height: 1.1 !important;
  }
}

h3,
a.postTitle {
  line-height: 1.1 !important;
}

.main-navigation a::after {
  top: unset !important;
}

footer#colophon {
  min-height: 6rem;
  padding: 2rem 0 !important;
  font-size: 0.8rem;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
}
footer#colophon .shuffle-symbol-wrapper,
footer#colophon .copyright-symbol {
  width: 15px;
}
footer#colophon .shuffle-symbol-wrapper {
  display: none;
}
footer#colophon svg {
  width: 0.6rem;
  color: #fff;
  fill: #fff;
}
footer#colophon .copyright-symbol {
  display: inline-block;
}

footer content {
  line-height: 1.5;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
footer content .column {
  width: auto;
}
footer content .column.left {
  width: 60%;
}
footer content .column.right {
  width: 30%;
  margin-right: 0;
  text-align: right;
}
@media only screen and (max-width: 667px) {
  footer content {
    padding: 0;
    flex-flow: column nowrap;
  }
  footer content .column.left,
  footer content .column.right {
    width: 100%;
  }
  footer content .column.right {
    margin-top: 1rem;
    text-align: left;
  }
}

footer .w1,
footer .w2 {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
}

footer .w1,
footer .w2 {
  width: 500px;
}

footer .w1,
footer .w2 {
  position: absolute;
  left: 0;
}

#block-13 {
  display: none;
}

body.home #block-13 {
  display: block;
}

body.home #block-4 {
  display: none;
}

body.home aside#secondary {
  margin-top: 0 !important;
}

body.home .wp-block-columns {
  margin-bottom: 3rem;
}
body.home .wp-block-columns:first-child {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
body.home .wp-block-columns:first-child .wp-block-column {
  display: flex;
  justify-content: stretch;
}

footer#colophon {
  min-height: 10rem;
}

body::after {
  display: none !important;
}

.pt-cv-content-item {
  width: auto !important;
}

body #primary h3 {
  font-size: 0.75rem;
  padding-bottom: 0.5rem;
  letter-spacing: 2px !important;
}

body:not(.home) #primary h3 {
  margin-top: 3rem;
}

#primary h4 {
  line-height: 1.2;
}

#primary h3 strong {
  font-weight: normal !important;
}

.archiv-entry-title {
  letter-spacing: 2px;
  line-height: 1.25;
  font-weight: normal;
  font-size: 1.25rem;
}

.pagination {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.pt-cv-ifield {
  display: flex !important;
  flex-flow: column nowrap;
}

.pt-cv-ifield h4.pt-cv-title {
  font-family: p22-mackinac-pro, Times New Roman, Times, serif !important;
  margin-bottom: 0;
}

.pt-cv-ifield h4.pt-cv-title a {
  color: #313131 !important;
}

.pt-cv-meta-fields {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.pt-cv-meta-fields a {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.pt-cv-content {
  order: 3;
  display: none;
}

body.home .entry-content h1 {
  font-weight: normal;
  margin-top: 1rem;
}

/* authors page */
body.page-id-5356 #primary {
  max-width: unset;
  flex-basis: 100%;
}

body.page-id-5356 aside#secondary {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .page-header {
    margin: 0;
    margin-bottom: 2rem;
  }
  #content {
    max-width: 90%;
  }
  #primary {
    flex-basis: 100%;
  }
  #secondary {
    flex-basis: auto;
  }
}
footer nav {
  display: none !important;
}

@media only screen and (max-width: 667px) {
  .site-branding {
    max-width: 60%;
    position: relative;
    top: 2px;
  }
  .site-title {
    max-width: 100%;
  }
  .site-title a {
    max-width: 100%;
  }
}
@media only screen and (max-width: 910px) {
  #content {
    padding: 1rem !important;
    display: flex;
    flex-flow: column nowrap !important;
  }
  #primary {
    flex-basis: 100%;
  }
  aside#secondary {
    width: 100%;
    flex-basis: 100% !important;
    padding: 0;
  }
  footer {
    padding: 1rem !important;
  }
}
.widget_search {
  display: none;
  transition: opacity 0.15s;
  opacity: 0;
}
.widget_search.loaded {
  opacity: 1;
}
.widget_search form {
  width: 100%;
}

.widget_search.launched input[type=search] {
  padding: 1rem !important;
  font-family: p22-mackinac-pro, Times New Roman, Times, serif;
  font-size: 1rem;
  background-color: #fff;
}
.widget_search.launched input[type=search]::placeholder {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
}

.widget_search.launched button {
  background-color: #1c3144;
  border: 0;
  color: #fff;
  padding: 0.5rem 1rem !important;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget_search.launched {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-color: #eee;
  padding: 0 2rem;
  padding-top: 0 !important;
  border-radius: 0.5rem;
  position: fixed;
  width: 30rem;
  min-height: 10rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  left: calc(50% - 15rem);
  top: calc(50% - 5rem);
  box-sizing: border-box;
  z-index: 1000;
}
@media only screen and (max-width: 667px) {
  .widget_search.launched {
    width: 95vw;
    left: calc(50% - 47.5vw);
  }
}

main section header {
  margin-top: 2rem !important;
}

body.modal-is-shown {
  overflow: hidden;
  height: 100%;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.15s;
  display: block;
  width: 100%;
  height: 100%;
}
#overlay.loaded {
  opacity: 0.8;
}
#overlay.loaded .modalLoadingMessage {
  display: none;
}

body #primary article h3 {
  font-weight: normal !important;
}
body #primary article h3 b {
  font-weight: normal !important;
}
body #primary article h4 {
  font-size: 0.65rem;
}
body #primary article h4 b {
  font-weight: normal !important;
}

h4.pt-cv-title {
  font-size: inherit !important;
}

body figure.aligncenter {
  font-weight: normal;
}

#menu-toggle {
  color: #fff;
  background-color: #2b4b68;
  font-weight: normal;
  border-color: #2b4b68;
}
#menu-toggle:focus {
  background-color: #2b4b68 !important;
}
#menu-toggle.toggled-on {
  background-color: #41729e;
  color: #fff;
  border-color: #41729e;
}

body.search-results header h1 {
  letter-spacing: 0 !important;
}
body.search-results h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: normal;
}
body.search-results h2 a {
  color: #41729e;
}
body.search-results .entry-header {
  margin: 0;
}
body.search-results .entry-summary {
  margin: 0;
  line-height: 1.5;
}
body.search-results article {
  margin-bottom: 3rem;
}
body.search-results .entry-footer {
  display: none;
}

.archive .postCategory a {
  color: #313131;
}

.entry-content {
  margin: 0 !important;
}

article p {
  margin-bottom: 1.5rem;
}

body.page #secondary {
  display: none;
}

ul.posts {
  max-width: 600px;
  padding: 0 !important;
  margin: 0 !important;
}
ul.posts h4, ul.posts h4 a {
  text-transform: unset !important;
}

ul#featured_content_from_latest_issue li,
ul#featured_content_from_archive li {
  padding-bottom: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

ul#featured_content_from_archive li:last-child {
  padding-bottom: 0 !important;
}

ul#featured_content_from_latest_issue,
ul#featured_content_from_archive,
ul.issueItems,
ul.posts {
  margin: 0;
}
ul#featured_content_from_latest_issue .post-genre,
ul#featured_content_from_archive .post-genre,
ul.issueItems .post-genre,
ul.posts .post-genre {
  padding-top: 3px;
  margin-bottom: 0.5rem;
}
ul#featured_content_from_latest_issue li,
ul#featured_content_from_archive li,
ul.issueItems li,
ul.posts li {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--separatorColor);
}
ul#featured_content_from_latest_issue li:last-child,
ul#featured_content_from_archive li:last-child,
ul.issueItems li:last-child,
ul.posts li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
ul#featured_content_from_latest_issue h4,
ul#featured_content_from_archive h4,
ul.issueItems h4,
ul.posts h4 {
  font-family: p22-mackinac-pro, Times New Roman, Times, serif !important;
  font-size: 1.25rem !important;
  margin: 0;
  margin-bottom: 4px;
  letter-spacing: 0 !important;
}
ul#featured_content_from_latest_issue h4 a,
ul#featured_content_from_archive h4 a,
ul.issueItems h4 a,
ul.posts h4 a {
  color: #313131;
  font-weight: 600 !important;
}
ul#featured_content_from_latest_issue .author,
ul#featured_content_from_archive .author,
ul.issueItems .author,
ul.posts .author {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}
ul#featured_content_from_latest_issue a,
ul#featured_content_from_archive a,
ul.issueItems a,
ul.posts a {
  color: #313131;
  font-weight: normal;
}
ul#featured_content_from_latest_issue p,
ul#featured_content_from_archive p,
ul.issueItems p,
ul.posts p {
  margin: 0;
}
ul#featured_content_from_latest_issue li,
ul#featured_content_from_archive li,
ul.issueItems li,
ul.posts li {
  list-style: none !important;
}

.pt-cv-meta-fields {
  font-size: 0.75rem !important;
}

body.home h3 {
  font-size: 0.75rem !important;
}

#featured_content_from_latest_issue_wrapper {
  width: 100%;
  margin-top: 3rem !important;
  padding: 2rem;
}
#featured_content_from_latest_issue_wrapper h3 {
  border: none;
  font-size: 0.6rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
  letter-spacing: 2px !important;
}
@media only screen and (max-width: 667px) {
  #featured_content_from_latest_issue_wrapper {
    padding: 0;
    margin-top: 1.5rem !important;
    margin-bottom: 2rem;
  }
}

#viewissue {
  display: flex;
  flex-flow: column nowrap;
}
#viewissue .caption {
  font-size: 0.75rem !important;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  text-transform: uppercase;
}
#viewissue a {
  font-weight: bold;
  font-style: italic;
}

body.home #primary {
  flex-basis: 100%;
}

.entry-content h4 {
  text-transform: unset !important;
}

#nowlive {
  font-family: britania-ligatura, mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  text-transform: uppercase;
  background-size: cover;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 0 !important;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  transition: filter 0.15s, transform 0.15s;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 4px;
  background-position: center;
  width: 100%;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 667px) {
  #nowlive {
    margin-top: 0;
  }
}
#nowlive:hover {
  filter: brightness(105%);
}
#nowlive a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fontmessage {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
}

#masthead {
  transition: background-color 0.2s;
}

#secondary li {
  margin-bottom: 2rem;
  font-size: 1rem !important;
  line-height: 1.2;
}
#secondary li:last-child {
  margin-bottom: 0;
}
#secondary li a {
  font-size: 0.9rem;
  line-height: 1.2 !important;
  display: inline-block;
}
#secondary .author {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  display: block;
  margin-top: 0.5rem;
}
#secondary .author,
#secondary .author a {
  font-size: 0.7rem;
  color: #313131 !important;
}
#secondary h2 {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}

body.home #recentbooks {
  max-width: 100%;
  background-color: #eee;
  color: #313131;
  padding: 2rem 0;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 667px) {
  body.home #recentbooks {
    padding: 1rem 0;
  }
}
body.home #recentbooks h3 {
  border: 0;
  text-align: center;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 1px !important;
  text-transform: unset !important;
  padding-bottom: 1rem;
}
body.home #recentbooks,
body.home #recentbooks .book {
  max-height: 500px;
  position: relative;
}
body.home #recentbooks a:focus,
body.home #recentbooks .book a:focus {
  outline: none !important;
}
body.home #recentbooks a:focus img,
body.home #recentbooks .book a:focus img {
  border: 1px solid #fff;
}
body.home #recentbooks div {
  overflow-y: hidden;
  max-height: 325px;
  scroll-behavior: smooth;
}
body.home #recentbooks img {
  border: 1px solid rgba(0, 0, 0, 0.5);
  height: 250px;
}
@media only screen and (max-width: 667px) {
  body.home #recentbooks img {
    height: 150px;
  }
}
body.home #recentbooks #scrollrecentbooks-left,
body.home #recentbooks #scrollrecentbooks-right {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 1rem;
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 1rem !important;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5rem;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body.home #recentbooks #scrollrecentbooks-left:hover,
body.home #recentbooks #scrollrecentbooks-right:hover {
  opacity: 1 !important;
  background-color: rgb(0, 0, 0);
}
body.home #recentbooks #scrollrecentbooks-left:active,
body.home #recentbooks #scrollrecentbooks-right:active {
  opacity: 0.8 !important;
}
body.home #recentbooks #scrollrecentbooks-left svg polyline,
body.home #recentbooks #scrollrecentbooks-right svg polyline {
  stroke-width: 6px !important;
}
body.home #recentbooks #scrollrecentbooks-left {
  left: 1rem;
}
body.home #recentbooks #scrollrecentbooks-right {
  right: 1rem;
}

#recentbooks .textwidget > div {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  display: flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  padding-right: 5rem !important;
}
#recentbooks .textwidget > div::-webkit-scrollbar {
  display: none;
}
#recentbooks .textwidget > div .book {
  min-width: 180px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  margin-right: 0;
  font-family: p22-mackinac-pro, Times New Roman, Times, serif;
}
#recentbooks .textwidget > div .book:first-child {
  margin-left: calc(2rem + 2rem);
}
#recentbooks .textwidget > div .book:last-child {
  margin-right: 5rem;
}
#recentbooks .textwidget > div .book a:last-child {
  display: none;
}
@media only screen and (max-width: 667px) {
  #recentbooks .textwidget > div .book {
    min-width: 100px;
  }
}
#recentbooks .textwidget > div .book img {
  margin-bottom: 1rem;
}

footer#colophon {
  background-color: #1c3144;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 3rem;
  height: auto;
  background-image: url("/wp-content/themes/literarymatters2022/logos/alscw-blue.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 60%;
}
footer#colophon .column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
footer#colophon a {
  color: #8eb1d1;
}
@media only screen and (max-width: 667px) {
  footer#colophon {
    background-size: 100%;
  }
}

footer .address {
  margin-top: 1rem;
}

#featured_content_from_archive_wrapper {
  padding: 2rem;
}
@media only screen and (max-width: 667px) {
  #featured_content_from_archive_wrapper {
    padding: 0;
  }
}
#featured_content_from_archive_wrapper h3 {
  border: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
#featured_content_from_archive_wrapper ul li {
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
}
#featured_content_from_archive_wrapper a.postTitle {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}
#featured_content_from_archive_wrapper .author {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.homepage-watching, .homepage-news {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.homepage-news {
  padding: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 667px) {
  .homepage-news {
    border-left: 0;
  }
}
@media only screen and (max-width: 667px) {
  .homepage-news {
    background: transparent;
    padding: 0;
  }
}
.homepage-news a {
  letter-spacing: 1px;
  color: black;
}
.homepage-news a:active {
  color: black;
}
.homepage-news .pt-cv-content-item {
  margin-bottom: 1rem !important;
}
.homepage-news a {
  font-weight: 500;
}
.homepage-news div {
  padding: 0 !important;
  margin: 0 !important;
}
.homepage-news .pt-cv-title {
  font-size: normal !important;
}

.homepage-watching {
  padding: 2rem;
}
@media only screen and (max-width: 667px) {
  .homepage-watching {
    padding: 0;
  }
}
.homepage-watching a {
  color: #383838;
  letter-spacing: 1px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.homepage-watching .tv {
  overflow: hidden;
  min-width: 70px;
  border-radius: 0.25rem;
  background-size: cover !important;
  margin-right: 1rem;
  height: 70px;
}
.homepage-watching li {
  line-height: 1.2;
  list-style: none !important;
  margin-bottom: 1rem;
}
.homepage-watching li:last-child {
  margin-bottom: 0;
}

.homepage-archive {
  padding: 0rem;
}
.homepage-archive .author a {
  transition: opacity 0.2s;
  color: inherit !important;
}

.wp-block-column:not(:first-child) {
  margin-left: 3rem !important;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  .wp-block-column:not(:first-child) {
    flex-basis: calc(60% - 1rem) !important;
    margin-left: 1rem !important;
  }
}
@media only screen and (max-width: 667px) {
  .wp-block-column:not(:first-child) {
    flex-basis: calc(50% - 1rem) !important;
    margin-left: 1rem !important;
  }
}

body.home .nowlivewrapper {
  flex-basis: 50% !important;
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  body.home .wp-block-columns {
    flex-flow: column nowrap !important;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  body.home .wp-block-columns .nowlivewrapper {
    margin: 0 !important;
  }
  body.home .wp-block-columns .nowlivewrapper #nowlive {
    padding: 3rem;
    margin-top: 0;
  }
  body.home .wp-block-columns #blurb {
    margin-bottom: 2rem;
  }
  body.home .wp-block-columns .homepage-watching ul {
    margin: 0 !important;
  }
  body.home .wp-block-columns .homepage-news {
    margin-left: 0 !important;
  }
  body.home .wp-block-columns .homepage-archive {
    margin: 0 !important;
    border: 0;
  }
  footer#colophon {
    padding: 2rem !important;
  }
}
body:not(.home) #primary ul {
  margin-left: 2rem;
}

ul#issueslist {
  list-style: none;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  ul#issueslist {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 667px) {
  ul#issueslist {
    grid-template-columns: 1fr 1fr;
  }
}
ul#issueslist li {
  position: relative;
}
ul#issueslist li,
ul#issueslist li a {
  height: 140px;
}
ul#issueslist li content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
ul#issueslist li a {
  font-size: 1.2rem;
  font-weight: normal;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  z-index: 10;
}
ul#issueslist a {
  color: #fff;
  padding: 1rem;
}

.issue-cover {
  position: relative;
}
.issue-cover content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("/wp-content/themes/literarymatters2022/images/issuereleasebg.png");
  border-radius: 0.25rem;
}
.issue-cover a {
  z-index: 10;
}

.issue-cover[colorindex="0"] content {
  filter: hue-rotate(0deg) brightness(1.2);
}

.issue-cover[colorindex="4"] content {
  filter: hue-rotate(30deg) brightness(1.2);
}

.issue-cover[colorindex="1"] content {
  filter: hue-rotate(40deg) brightness(1.2);
}

.issue-cover[colorindex="5"] content {
  filter: hue-rotate(90deg) brightness(1.2);
}

.issue-cover[colorindex="2"] content {
  filter: hue-rotate(120deg) brightness(1.2);
}

.issue-cover[colorindex="6"] content {
  filter: hue-rotate(150deg) brightness(1.2);
}

.issue-cover[colorindex="3"] content {
  filter: hue-rotate(180deg) brightness(1.2);
}

#issueslist .issue-cover[colorindex="0"] content {
  background-position: 0 0;
}
#issueslist .issue-cover[colorindex="4"] content {
  background-position: 30px 30px;
}
#issueslist .issue-cover[colorindex="1"] content {
  background-position: 60px 60px;
}
#issueslist .issue-cover[colorindex="5"] content {
  background-position: 90px 90px;
}
#issueslist .issue-cover[colorindex="2"] content {
  background-position: 120px 120px;
}
#issueslist .issue-cover[colorindex="6"] content {
  background-position: 150px 150px;
}
#issueslist .issue-cover[colorindex="3"] content {
  background-position: 180px 180px;
}

body.page #primary {
  flex-basis: 100%;
}

.cornerwrapper {
  position: relative;
}

.corner.topleft {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  z-index: 5;
  border-top: 3px solid #6a98c2;
  border-left: 3px solid #6a98c2;
}
@media only screen and (max-width: 667px) {
  .corner.topleft {
    display: none;
  }
}

body.home .twothirds-column {
  flex-basis: calc(66.66% - 3rem) !important;
}
body.home .onethird-column {
  flex-basis: 33.33% !important;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  body.home .onethird-column {
    flex-basis: 33.33% !important;
  }
}
@media only screen and (max-width: 667px) {
  body.home .onethird-column {
    margin-left: 0 !important;
    border: 0;
    padding: 0;
  }
}

.okButton {
  font-weight: normal;
  background: #eee;
  color: #555;
  align-self: flex-end;
}
.okButton:hover {
  background-color: #ddd;
}
.okButton:active {
  background-color: #ccc !important;
}

.share-modal {
  max-height: 94%;
  overflow-y: auto;
}
.share-modal ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 1rem;
}
.share-modal ul li a {
  padding: 1rem 0.5rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.share-modal ul .caption {
  margin-top: 0.25rem;
  color: #313131;
  font-size: 0.7rem;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  text-align: center;
  line-height: 1.3;
}

content.forModal {
  display: none;
}

.modal {
  flex-flow: column nowrap;
  max-height: 90vh;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  position: fixed;
  width: 30rem;
  min-height: 10rem;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 1000;
}
.modal h3 {
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.modal img {
  max-height: 60vh;
}
.modal .small-close-button {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 667px) {
  .modal {
    position: fixed;
    top: 1vh;
    left: 1vw;
    width: 98vw;
    height: 98vh;
    transform: none !important;
    min-height: unset;
    max-height: unset;
    overflow-y: scroll;
  }
}
.modal.big {
  height: 80vh !important;
  width: 80vw !important;
  justify-content: space-between;
}
@media only screen and (max-width: 667px) {
  .modal.big {
    padding: 1rem;
  }
}
.modal.big iframe {
  width: 75vw !important;
  height: 42.1874999999vw !important;
}
.modal .okButton {
  align-self: flex-end;
  justify-self: flex-end;
}
.modal img.book-cover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.23);
}

input:focus,
button:focus {
  background-color: #ddd !important;
}

nav button:focus {
  background-color: inherit !important;
}

#searchlauncher {
  padding: 0.4rem !important;
}
#searchlauncher .textForMobile {
  display: none;
  color: #c3d898;
}
@media only screen and (max-width: 667px) {
  #searchlauncher .textForMobile {
    display: inline;
  }
}

#searchlauncher svg {
  width: 15px;
  cursor: pointer;
  fill: #c3d898;
  position: relative;
  top: 2px;
}

.site-branding {
  margin-right: 0;
}

.main-navigation {
  margin: 0 !important;
}

/* Masthead */
DISABLE#post-3887 > .entry-content {
  margin-top: 2rem !important;
}
DISABLE#post-3887 #gallery-2 {
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media only screen and (max-width: 667px) {
  DISABLE#post-3887 #gallery-2 {
    grid-template-columns: 1fr 1fr;
  }
}
DISABLE#post-3887 #gallery-2 .gallery-item {
  max-width: unset;
}
DISABLE#post-3887 #gallery-2 img {
  width: 100%;
}
DISABLE#post-3887 #gallery-2 .gallery-icon {
  margin-bottom: 1rem;
}

ul.issueTOC {
  padding: 1rem;
  background-color: #e8e8e8;
  margin: 0 !important;
  width: 250px;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  ul.issueTOC {
    width: 100%;
    margin-bottom: 2rem !important;
  }
}
@media only screen and (max-width: 667px) {
  ul.issueTOC {
    width: 100%;
    margin-bottom: 2rem !important;
    display: none;
  }
}
ul.issueTOC li {
  list-style: none;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  line-height: 1.3;
  margin-bottom: 1rem;
}
ul.issueTOC li:last-child {
  margin-bottom: 0;
}
ul.issueTOC li a {
  color: #555;
}
ul.issueTOC.sticky {
  transition: top 0.15s;
  position: fixed;
  top: 50px;
  width: 250px;
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  ul.issueTOC.sticky {
    position: unset !important;
    top: unset !important;
  }
}
@media only screen and (max-width: 667px) {
  ul.issueTOC.sticky {
    position: unset !important;
    top: unset !important;
  }
}

body.fixAnchors a[name] {
  position: relative;
  top: -80px;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 667px) {
  body.fixAnchors a[name] {
    top: -120px;
  }
}

#primary figcaption {
  font-size: 0.85rem !important;
}

#comments {
  padding: 1rem;
  background-color: #f8f8f8;
}
#comments h2 {
  font-size: 1rem !important;
  padding: 1rem 0;
  font-weight: normal;
}
#comments .comment-metadata,
#comments .comment-reply-link {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  .wp-block-columns {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 667px) {
  .wp-block-columns {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media only screen and (max-width: 667px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}

.contentForModal {
  display: none;
}

.inlineIssueLink {
  width: 50px !important;
  padding-right: 0 !important;
  padding: 0.5rem;
  font-weight: normal !important;
}
.inlineIssueLink:after {
  display: none !important;
}

.inlineIssueLinksWrapper {
  display: flex;
  flex-flow: row nowrap;
}
.inlineIssueLinksWrapper:hover, .inlineIssueLinksWrapper:hover > a {
  color: inherit !important;
}

#socialmedialinks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}
#socialmedialinks li {
  margin-right: 1rem;
}
#socialmedialinks li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 667px) {
  nav.main-navigation {
    margin-bottom: 1rem !important;
    display: flex;
    flex-flow: column nowrap;
  }
  nav.main-navigation #searchlauncher {
    padding: 0.5rem !important;
    flex-flow: row nowrap;
  }
  nav.main-navigation #searchlauncher svg {
    display: none;
  }
  nav.main-navigation .sub-menu {
    background-color: #152432 !important;
    border: 0 !important;
  }
  nav.main-navigation .sub-menu a {
    color: #c3d898;
  }
}

.main-navigation .primary-menu {
  border-bottom: 0 !important;
}

.dateForNews {
  display: inline;
}

h2.archiv-entry-title a {
  color: #383838;
}

.main-navigation .menu-item-has-children > a {
  margin-right: 0 !important;
}

.modal iframe {
  z-index: 50;
}

.modalLoadingMessage {
  position: absolute;
  width: 80%;
  height: 50px;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
  color: #383838;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.bookCarouselFader {
  height: 100%;
  max-height: unset !important;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, transparent, #eee) !important;
}

.taxonomy-description {
  padding: 1rem 0;
  font-size: 1rem;
  color: #313131;
}

a sup, sup a {
  padding: 0 4px;
  background-color: #eee;
  color: #313131;
}

blockquote.hanging {
  margin: 1rem 0 1rem 40px !important;
  font-size: inherit;
  font-style: inherit;
  color: inherit;
  border: none;
}

blockquote.hanging p {
  padding-left: 20px;
  margin: 0;
  text-indent: -20px;
}

footer.entry-footer {
  display: none;
}

@media only screen and (max-width: 667px) {
  body.home .wp-block-columns {
    margin-bottom: 3rem !important;
    gap: 3rem !important;
  }
}
.site-main > article {
  margin-bottom: 2rem !important;
}

body.page-id-8484 .entry-title {
  display: none;
}

body aside.readnext ul, body #primary aside.readnext ul {
  margin: 0 !important;
  padding: 0 !important;
}
body aside.readnext a, body #primary aside.readnext a {
  color: #313131;
}
body aside.readnext h4, body #primary aside.readnext h4 {
  font-family: p22-mackinac-pro, Times New Roman, Times, serif !important;
  letter-spacing: 0 !important;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
  font-weight: normal !important;
}
body aside.readnext .author, body #primary aside.readnext .author {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  line-height: 1;
}
body aside.readnext li, body #primary aside.readnext li {
  list-style: none;
  padding-bottom: 1.5rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
}
body aside.readnext ul, body #primary aside.readnext ul {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
body aside.readnext content, body #primary aside.readnext content {
  display: grid;
  gap: 3rem;
}
@media only screen and (max-width: 667px) {
  body aside.readnext content, body #primary aside.readnext content {
    grid-template-columns: 1fr !important;
  }
}
body aside.readnext.three-columns content, body #primary aside.readnext.three-columns content {
  grid-template-columns: 1.618fr 1.618fr 1fr;
}
body aside.readnext.two-columns content, body #primary aside.readnext.two-columns content {
  grid-template-columns: 1.618fr 1fr;
}
body aside.readnext article, body #primary aside.readnext article {
  margin-top: 3rem !important;
}
body aside.readnext h3, body #primary aside.readnext h3 {
  margin-top: 0 !important;
  padding-bottom: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  letter-spacing: 1px !important;
  font-size: 0.9rem;
}
body aside.readnext h4, body #primary aside.readnext h4 {
  margin: 0;
}
body aside.readnext h4 a, body #primary aside.readnext h4 a {
  line-height: 1 !important;
  font-size: 1.5rem !important;
  font-weight: 600;
}
body aside.readnext article#relatedPosts li h4, body #primary aside.readnext article#relatedPosts li h4 {
  margin-top: 2px;
}
body aside.readnext article#relatedPosts li h4 a, body #primary aside.readnext article#relatedPosts li h4 a {
  font-size: 1rem !important;
  letter-spacing: 1px !important;
}
body aside.readnext article li:last-child, body #primary aside.readnext article li:last-child {
  border-bottom: 0;
}
body aside.readnext article:not(:last-child), body #primary aside.readnext article:not(:last-child) {
  border-right: 1px solid var(--separatorColor);
  padding-right: 3rem;
}
@media only screen and (max-width: 667px) {
  body aside.readnext article:not(:last-child), body #primary aside.readnext article:not(:last-child) {
    border-right: none;
  }
}
body aside.readnext .see-all-link, body #primary aside.readnext .see-all-link {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  align-self: flex-start;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}

body.may_2023_design main.section-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
body.may_2023_design main.section-container > p {
  display: none;
}
body.may_2023_design img.issue-image {
  width: 100%;
}
body.may_2023_design section.issue-section {
  padding-right: 2rem;
  grid-column: span 2;
  margin-bottom: 1rem;
}
body.may_2023_design section.issue-section.narrow {
  grid-column: span 1;
}
body.may_2023_design section.issue-section {
  padding: 2rem 0rem 2rem 0;
  border-bottom: 1px solid #ccc;
}
body.may_2023_design section.issue-section.last-section {
  border-bottom: 0 !important;
}
body.may_2023_design #primary .issue-section h3 {
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
}
body.may_2023_design #primary .issue-section h3 span {
  font-size: 0.7rem;
  background-color: #000;
  padding: 0.5rem 1rem;
  color: #fff;
  line-height: 1;
}
body.may_2023_design section.issue-section.dark h3 {
  margin: 0 !important;
}
body.may_2023_design ul.issueItems {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin: 0 !important;
  padding: 0;
  padding-top: 1rem;
  gap: 0.5rem 3rem;
  justify-content: space-between;
}
body.may_2023_design ul.issueItems li {
  grid-column: span 2;
  min-width: 200px;
  max-width: 400px;
}
body.may_2023_design ul.issueItems li.wider {
  grid-column: span 3;
}
body.may_2023_design ul.issueItems li.widest {
  grid-column: span 3;
  grid-row: span 3;
}
body.may_2023_design ul.issueItems h4 {
  font-weight: normal;
  margin-bottom: 0.15rem;
}
body.may_2023_design nav.issue-nav .issue-title {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: normal;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  flex-flow: row wrap;
}
body.may_2023_design nav.issue-nav .issue-title span {
  padding: 0.25rem 0.5rem;
  border: 1px solid #000;
}
body.may_2023_design nav.issue-nav {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  letter-spacing: 2px;
  font-size: 10pt;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: sticky;
  padding: 1rem;
  padding-bottom: 0.25rem;
  top: -2px;
  background-color: rgb(255, 255, 255);
  z-index: 3;
}
body.may_2023_design nav.issue-nav[stuck] {
  border-bottom: 1px solid #ccc;
}
body.may_2023_design nav.issue-nav a {
  padding: 0.75rem;
  color: #313131;
}
body.may_2023_design h1.entry-title {
  display: none;
}
body.may_2023_design .headingAnchor {
  position: relative;
  top: -160px;
}
body.may_2023_design section.dark ul {
  padding-bottom: 0 !important;
}
body.may_2023_design section.issue-section > p {
  display: none;
}

.post-genre {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #6a98c2;
  line-height: 0.575rem;
}

aside#content-bottom-widgets {
  display: none;
}

body.single-post #content {
  max-width: unset !important;
  padding: 0 !important;
}
body.single-post #primary {
  max-width: unset !important;
}
body.single-post footer#colophon {
  margin-top: 0 !important;
}
body.single-post article.post {
  margin-bottom: 0 !important;
}
body.single-post article.post > header {
  padding: 0;
}
body.single-post article.post > .authorAndCategory {
  padding: 0;
}
body.single-post article.post div.entry-content > .post-body {
  padding: 0;
}
body.single-post article.post div.entry-content > #authorbox {
  padding: 0;
  background-color: #f7f2ee;
}
body.single-post article.post div.entry-content > aside.readnext {
  padding: 0;
  background-color: #e7d6cb;
}
body.single-post article.post header, body.single-post article.post .authorAndCategory, body.single-post article.post .post-body {
  max-width: unset !important;
}
body.single-post #authorbox.long-bio .abh_about_tab {
  align-items: flex-start;
}
body.single-post article.post > header {
  padding-top: 2rem;
  transition: padding 0.3s ease-out;
}
@media (max-width: 738px) {
  body.single-post article.post > header {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 667px) {
  body.single-post .post-body > content {
    max-width: 95vw !important;
  }
}
body.single-post article.post > header,
body.single-post article.post > .authorAndCategory,
body.single-post .post-body,
body.single-post #authorbox,
body.single-post aside.readnext {
  width: 100%;
  display: flex;
}
body.single-post article.post > header > content,
body.single-post article.post > .authorAndCategory > content,
body.single-post .post-body > content,
body.single-post #authorbox > content,
body.single-post aside.readnext > content {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 1rem;
  padding: 0 1rem;
  flex: 1;
}
@media only screen and (max-width: 667px) {
  body.single-post article.post > header > content,
  body.single-post article.post > .authorAndCategory > content,
  body.single-post .post-body > content,
  body.single-post #authorbox > content,
  body.single-post aside.readnext > content {
    margin: 0;
  }
}
body.single-post article.post > header > content,
body.single-post article.post > .authorAndCategory > content,
body.single-post .post-body > content,
body.single-post #authorbox > content {
  max-width: var(--readingWidth);
}
body.single-post #authorbox > content,
body.single-post aside.readnext > content {
  padding: 1rem;
}
body.single-post #authorbox > content {
  padding: 3rem 1rem;
}
body.single-post aside.readnext > content {
  padding-top: 0;
}
body.single-post .post-body > content {
  padding-bottom: 2rem !important;
}
body.single-post #authorbox {
  display: flex;
}
body.single-post #authorbox .abh_box {
  margin-top: 0 !important;
  padding: 0 !important;
}
body.single-post #authorbox .abh_tab_content {
  padding: 0 !important;
}
body.single-post #authorbox .abh_tab_content {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
body.single-post aside.readnext {
  --separatorColor: rgba(0,0,0,.1);
}
body.single-post aside.readnext > content {
  padding-bottom: 2rem;
}
body.single-post aside.readnext .post-genre {
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.8rem;
}
body.single-post h1.entry-title {
  padding-top: 0 !important;
}

.supertitle {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  letter-spacing: 1px;
  color: #6a98c2;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  display: block;
  width: max-content;
  transition: margin 0.3s ease-out;
}
@media (max-width: 738px) {
  .supertitle {
    margin-bottom: 0.75rem;
  }
}

span.verse {
  display: block;
}
span.verse:not(.long-line) {
  padding-left: 20px;
  text-indent: -20px;
}
article:not(.genre-poem) span.verse {
  font-family: p22-mackinac-pro, Times New Roman, Times, serif;
}
article:not(.genre-poem) ol.verse {
  font-family: p22-mackinac-pro, Times New Roman, Times, serif;
}

.post-body a {
  border-bottom: 2px solid #d7e3ee;
}

.post-body p {
  margin-bottom: 1rem;
}

.post-body [id*=footnote], .post-body [id*=endnote], .post-body #footnotes [id*=fn], .post-body #endnotes [id*=fn], .post-body [class*=footnote], .post-body [class*=endnote] {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  border-bottom: none !important;
}
.post-body [class*=footnotesym]::after, .post-body [class*=endnotesym]::after {
  content: ")";
}
.post-body #footnotes ol {
  margin-left: 1.5rem;
}

h4 a {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

body.postid-4799 figure {
  width: 100% !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
}
body.postid-4799 figure img {
  flex: 1;
  flex-basis: 60%;
}
body.postid-4799 figure figcaption {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 1px;
  font-size: 0.7rem;
  font-style: normal !important;
}

body .post-body figcaption {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif !important;
  letter-spacing: 0px;
  line-height: 1.25 !important;
  font-size: 0.7rem !important;
  font-style: normal !important;
  color: rgba(0, 0, 0, 0.3) !important;
}

#authorbox img[src*=gravatar\.com] {
  display: none;
}

article#post-12 {
  margin-bottom: 0 !important;
}

#masthead-people {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 3rem;
}
#masthead-people h2 {
  line-height: 1;
  font-weight: normal;
  margin-top: 1rem !important;
  margin-bottom: 0;
}
#masthead-people h3 {
  font-weight: normal !important;
  margin-top: 0.5rem !important;
  padding: 0 !important;
  margin-bottom: 1rem;
}
#masthead-people img {
  width: 250px;
}
#masthead-people p {
  margin-bottom: 0;
}

body.category main#main {
  display: flex;
  flex-flow: column nowrap;
}
body.category .posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  max-width: unset;
}
body.category .posts li {
  padding-bottom: frem;
  padding-right: 2rem;
}
body.category nav.pagination {
  grid-column: 1/-1;
}

form.search-form {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}
@media only screen and (max-width: 667px) {
  form.search-form {
    flex-flow: column nowrap;
    gap: 0.25rem;
  }
}
form.search-form input.search-field {
  width: 100%;
}
form.search-form label.isSearchRelated {
  flex: 1;
}
form.search-form button.search-submit {
  position: unset;
}
form.search-form button.search-submit:focus {
  background-color: #1c3144 !important;
}
@media only screen and (max-width: 667px) {
  form.search-form button.search-submit {
    width: 100%;
  }
}

:target::before {
  content: "";
  display: inline;
  height: 100px; /* Adjust as necessary */
  margin: -100px 0 0; /* This effectively pushes the content down */
}

body.category #primary {
  flex-basis: unset !important;
}

nav#genres {
  margin-right: 3rem;
}
nav#genres ul {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 2rem 0;
  border: 1px solid #c8bab2;
}
nav#genres ul li {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  list-style: none;
  font-size: 12pt;
}
nav#genres ul li a {
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  padding: 0.5rem 1rem;
  color: #9e8576;
  background-color: #f3efed;
  transition: all 0.3s;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
}
nav#genres ul li a:hover {
  background-color: #fff;
}
nav#genres ul li.active a {
  border-right-color: #c8bab2;
  font-weight: bold;
  color: #846c5d;
}

small.caption {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-family: mundial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
}

article {
  --readingWidth: 700px;
}
article.category-_wider {
  --readingWidth: 800px;
}

.author-note {
  letter-spacing: 0;
  font-style: italic;
  text-transform: none;
  font-family: p22-mackinac-pro, Times New Roman, Times, serif;
}
