.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-intro, body.frontend .blog-listing .blog-intro {
  line-height: 1.5;
  background: #F7F7F7;
  margin-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (min-width: 325px) and (max-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-intro, body.frontend .blog-listing .blog-intro {
    margin-bottom: calc(100vw * 30 / 430);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-intro, body.frontend .blog-listing .blog-intro {
    margin-bottom: calc(100vw * 40 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-intro, body.frontend .blog-listing .blog-intro {
    margin-bottom: calc(100vw * 60 / 1920);
  }
}
@media only screen and (min-width: 2560px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-intro, body.frontend .blog-listing .blog-intro {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 325px) and (max-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-intro, body.frontend .blog-listing .blog-intro {
    padding-top: calc(100vw * 30 / 430);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-intro, body.frontend .blog-listing .blog-intro {
    padding-top: calc(100vw * 40 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-intro, body.frontend .blog-listing .blog-intro {
    padding-top: calc(100vw * 60 / 1920);
  }
}
@media only screen and (min-width: 2560px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-intro, body.frontend .blog-listing .blog-intro {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-intro p, body.frontend .blog-listing .blog-intro p {
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 30px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-filters, body.frontend .blog-listing .blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 40px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-filters, body.frontend .blog-listing .blog-filters {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-filters, body.frontend .blog-listing .blog-filters {
    margin-top: unset;
    margin-left: 15%;
    padding-bottom: 70px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-filter,
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-category, body.frontend .blog-listing .blog-filter,
body.frontend .blog-listing .blog-card-category {
  padding: 4px 40px 2px 12px;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Avenir", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-filter, body.frontend .blog-listing .blog-filter {
  text-decoration: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-filter--all, body.frontend .blog-listing .blog-filter--all {
  background-color: #002F5A;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-filter--press,
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-category--press, body.frontend .blog-listing .blog-filter--press,
body.frontend .blog-listing .blog-card-category--press {
  background-color: #434390;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-filter--stories,
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-category--stories, body.frontend .blog-listing .blog-filter--stories,
body.frontend .blog-listing .blog-card-category--stories {
  background-color: #be401b;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-filter--trips,
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-category--trips, body.frontend .blog-listing .blog-filter--trips,
body.frontend .blog-listing .blog-card-category--trips {
  background-color: #608852;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-grid, body.frontend .blog-listing .blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 30px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-grid, body.frontend .blog-listing .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-grid, body.frontend .blog-listing .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 40px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card, body.frontend .blog-listing .blog-card {
  min-width: 0;
  background-color: #f4f3ee;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card .blog-content, body.frontend .blog-listing .blog-card .blog-content {
  padding: 0 20px 40px;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-image, body.frontend .blog-listing .blog-card-image {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-image img, body.frontend .blog-listing .blog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-image:hover img, body.frontend .blog-listing .blog-card-image:hover img {
  transform: scale(1.03);
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-category, body.frontend .blog-listing .blog-card-category {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-title, body.frontend .blog-listing .blog-card-title {
  padding-bottom: 15px;
  font-family: "trade-gothic-next-condensed", sans-serif;
  text-transform: uppercase;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-title a, body.frontend .blog-listing .blog-card-title a {
  color: inherit;
  text-decoration: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-meta, body.frontend .blog-listing .blog-card-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 20px;
  color: #002F5A;
  font-weight: bold;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-meta .p, body.frontend .blog-listing .blog-card-meta .p {
  margin: 0;
  font-weight: 600;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-meta, body.frontend .blog-listing .blog-card-meta {
    flex-wrap: wrap;
    gap: 5px 20px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-excerpt, body.frontend .blog-listing .blog-card-excerpt {
  line-height: 1.5;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-card-excerpt p, body.frontend .blog-listing .blog-card-excerpt p {
  margin: 0;
  color: #002F5A;
}
.editor-styles-wrapper .block-editor-block-list__layout .blog-listing .blog-no-results, body.frontend .blog-listing .blog-no-results {
  text-align: center;
}

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