/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-related-posts--grey {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  background: #e1e1e1;
}

@media (min-width: 992px) {
  .block-related-posts + .acf-block.block-destination-cta {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 1199.98px) {
  .block-related-posts + .acf-block.block-destination-cta {
    margin-top: -0.9375rem;
    margin-bottom: 1.875rem;
  }
}
.block-related-posts__container {
  padding-bottom: 5rem;
  position: relative;
}
@media (min-width: 992px) {
  .block-related-posts__container {
    padding-bottom: 0;
    position: static;
  }
}
.block-related-posts__top {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .block-related-posts__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.1875rem;
  }
}
.block-related-posts__top-left {
  text-align: center;
}
@media (min-width: 992px) {
  .block-related-posts__top-left {
    max-width: 85%;
    text-align: left;
  }
}
.block-related-posts__preheader {
  color: #ee303c;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-related-posts__preheader {
    letter-spacing: 0;
  }
}
.block-related-posts__title {
  margin-top: 0;
}
@media (min-width: 992px) {
  .block-related-posts__title {
    text-align: left;
  }
}
.block-related-posts__all-link {
  position: absolute;
  z-index: 1;
  bottom: 2.1875rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .block-related-posts__all-link {
    position: static;
    transform: unset;
    margin-top: 3.125rem;
  }
}
.block-related-posts__all-link.c-btn > i.icon-chev-right {
  margin-right: 0;
  margin-left: 0.625rem;
}
@media (min-width: 992px) {
  .block-related-posts__wrapper {
    margin-bottom: 2.625rem;
  }
}
@media (min-width: 992px) {
  .block-related-posts__wrapper--with-featured-post {
    display: grid;
    grid-template-columns: 55% 1fr;
    column-gap: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .block-related-posts__wrapper--with-featured-post {
    grid-template-columns: 65.9% 1fr;
  }
}
@media (min-width: 992px) {
  .block-related-posts__posts {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .block-related-posts__posts {
    margin-top: 2.5625rem;
  }
}
.block-related-posts__single-post--featured {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .block-related-posts__single-post--featured {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 992px) {
  .block-related-posts__single-post--featured {
    margin-bottom: 2.625rem;
  }
}
@media (min-width: 992px) {
  .block-related-posts__single-post--featured .block-related-posts__post-title {
    margin-right: 2.25rem;
  }
}
@media (min-width: 992px) {
  .block-related-posts__single-post--featured .block-related-posts__post-title h4 {
    margin-bottom: 1.3125rem;
    font-size: 1.75rem;
  }
}
.block-related-posts__single-post:not(.block-related-posts__single-post--featured) {
  margin-bottom: 1.4375rem;
}
@media (min-width: 768px) {
  .block-related-posts__single-post:not(.block-related-posts__single-post--featured) {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 992px) {
  .block-related-posts__single-post:not(.block-related-posts__single-post--featured) {
    margin-bottom: 1.5625rem;
  }
}
.block-related-posts__image-link {
  display: block;
}
.block-related-posts__image-link:hover {
  opacity: 0.8;
}
.block-related-posts__image {
  padding-top: 57%;
  position: relative;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .block-related-posts__image {
    padding-top: 55.85%;
    margin-bottom: 1.875rem;
  }
}
.block-related-posts__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.block-related-posts__post-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.block-related-posts__post-title:hover h4 {
  background-image: linear-gradient(93.25deg, #de222e 2.2%, #ee303c 96.68%);
}
.block-related-posts__post-title:hover .icon-chev-right {
  color: #de222e;
}
.block-related-posts__post-title h4 {
  padding-right: 1.875rem;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0;
  transition: 0.4s all;
}
@media (min-width: 992px) {
  .block-related-posts__post-title h4 {
    padding-right: 2.5rem;
    margin-bottom: 0.9375rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    font-weight: 700;
  }
}
.block-related-posts__post-title .icon-chev-right {
  position: absolute;
  top: 0.5625rem;
  right: -0.375rem;
  color: #ee303c;
}
@media (min-width: 576px) {
  .block-related-posts__post-title .icon-chev-right {
    position: static;
  }
}
@media (min-width: 992px) {
  .block-related-posts__post-title .icon-chev-right {
    position: absolute;
    top: -0.25rem;
    right: -0.5625rem;
  }
}
.block-related-posts__post-title .icon-chev-right:before {
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  .block-related-posts__post-title .icon-chev-right:before {
    font-size: 3.125rem;
  }
}
.block-related-posts__post-date {
  font-family: "ultramagnetic-regular", sans-serif;
  color: #666f82;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}