.editor-styles-wrapper .block-editor-block-list__layout.single .site-header, body.frontend.single .site-header {
  background: #000000;
}
.editor-styles-wrapper .block-editor-block-list__layout .single-journal, body.frontend .single-journal {
  margin-top: 200px;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-back,
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-category, body.frontend .journal-article-back,
body.frontend .journal-article-category {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 40px 2px 12px;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
  text-transform: uppercase;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-back, body.frontend .journal-article-back {
  margin-bottom: 60px;
  background-color: #B5B4B4;
  text-decoration: none;
}
@media only screen and (min-width: 1400px) {
  .editor-styles-wrapper .block-editor-block-list__layout .journal-article-back, body.frontend .journal-article-back {
    margin-left: -84px;
    margin-bottom: 84px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-back:hover, body.frontend .journal-article-back:hover {
  color: #ffffff;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-category, body.frontend .journal-article-category {
  display: block;
  margin-bottom: 20px;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-category.blog-card-category--press, body.frontend .journal-article-category.blog-card-category--press {
  background-color: #434390;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-category.blog-card-category--stories, body.frontend .journal-article-category.blog-card-category--stories {
  background-color: #be401b;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-category.blog-card-category--trips, body.frontend .journal-article-category.blog-card-category--trips {
  background-color: #608852;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-featured-image, body.frontend .journal-article-featured-image {
  margin-bottom: 30px;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-meta, body.frontend .journal-article-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: bold;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-meta .p, body.frontend .journal-article-meta .p {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-content, body.frontend .journal-article-content {
  margin: 30px 0 80px;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-content p, body.frontend .journal-article-content p {
  color: #002F5A;
  margin-bottom: 20px;
}
.editor-styles-wrapper .block-editor-block-list__layout .journal-article-content .wp-element-caption, body.frontend .journal-article-content .wp-element-caption {
  font-size: 14px;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
  color: #817F7F;
}
@media only screen and (min-width: 430px) {
  .editor-styles-wrapper .block-editor-block-list__layout .journal-article-content .wp-element-caption, body.frontend .journal-article-content .wp-element-caption {
    font-size: calc(14px + 4 * (100vw - 430px) / 905);
  }
}
@media only screen and (min-width: 1335px) {
  .editor-styles-wrapper .block-editor-block-list__layout .journal-article-content .wp-element-caption, body.frontend .journal-article-content .wp-element-caption {
    font-size: 18px;
  }
}

/*# sourceMappingURL=single.css.map*/