/**
 * Breakpoints
 */
/**
 * Layout
 */
/**
 * Fonts
 */
.featured-posts .feature a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  bottom: 0;
  left: 0;
  transition: opacity 300ms;
  background: #000;
  background: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  z-index: 1;
}
.featured-posts .feature a:hover:before {
  opacity: 0.9;
}
.featured-posts .post-title {
  font-weight: bold;
  line-height: 1.1em !important;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  z-index: 2;
  padding: 15px;
  margin-left: 0;
  font-family: var(--pp-roboto);
}
.featured-posts .feature {
  position: relative;
  background-color: #fff;
  height: auto;
  overflow: hidden;
  color: #fff;
  margin: 0;
  padding: 0;
  border: none;
}
.featured-posts .feature img {
  transition: opacity 300ms;
}
.featured-posts .feature a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.featured-posts .feature a:hover {
  color: #fff;
}
.featured-posts .feature a:hover .feature-image {
  background-color: #fff;
}
.featured-posts .feature a:hover .feature-image img {
  opacity: 0.9;
}
.featured-posts .feature .background {
  position: absolute;
  height: auto;
  left: 0;
  top: -30px;
  bottom: -30px;
  background-size: cover;
  filter: blur(7px);
  opacity: 0.4;
  right: -30px;
  display: none;
}
.featured-posts .feature .inner {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 100%;
  position: relative;
  background-size: 300%;
  background-position: center center;
}
.featured-posts .feature .feature-image {
  width: 100%;
  display: block;
  height: 130px;
  overflow: hidden;
}
.featured-posts .feature .feature-image img {
  margin-top: -10%;
}
.featured-posts .feature.item-1 .feature-image {
  height: inherit;
}
.featured-posts .feature.item-1 .feature-image img {
  margin-top: 0;
}
.featured-posts .feature.item-1 .post-title {
  font-size: 26px;
}
.featured-posts .feature-image img {
  width: 100%;
  vertical-align: middle;
  height: auto;
}

@media screen and (min-width: 640px) {
  .featured-posts {
    display: flex;
    flex-wrap: wrap;
  }
  .featured-posts .feature {
    flex: 50%;
  }
  .featured-posts .feature .post-title {
    font-size: 22px;
    padding: 20px;
  }
  .featured-posts .feature .feature-image {
    height: auto;
    max-height: 200px;
  }
  .featured-posts .feature .feature-image img {
    margin-top: 0;
  }
}
@media screen and (min-width: 868px) {
  .featured-posts {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-content: stretch;
  }
  .featured-posts .feature {
    flex: 30%;
  }
  .featured-posts .feature .post-title {
    font-size: 18px;
  }
  .featured-posts .feature-expanded a:before {
    opacity: 0;
  }
  .featured-posts .feature-expanded .feature-image {
    margin-left: -15%;
  }
  .featured-posts .feature-expanded .post-title {
    background: transparent;
    font-size: 24px;
    margin-left: 52%;
    position: relative;
    width: auto;
    display: block;
    float: none;
  }
  .home-intro .featured-posts {
    gap: 4px;
  }
  .home-intro .featured-posts .feature.item-1, .home-intro .featured-posts .feature.item-7 {
    flex: 50%;
  }
  .home-intro .featured-posts .feature.item-1 .inner, .home-intro .featured-posts .feature.item-7 .inner {
    background-color: #000;
  }
  .home-intro .featured-posts .feature.item-1 .feature-image, .home-intro .featured-posts .feature.item-7 .feature-image {
    display: block;
    float: left;
    width: 66.6%;
  }
  .home-intro .featured-posts .feature.item-1 .background, .home-intro .featured-posts .feature.item-7 .background {
    display: block;
  }
  .home-intro .featured-posts .feature.item-2, .home-intro .featured-posts .feature.item-6 {
    flex: 30%;
  }
  .home-intro .featured-posts .feature.item-1, .home-intro .featured-posts .feature.item-2, .home-intro .featured-posts .feature.item-6, .home-intro .featured-posts .feature.item-7 {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .featured-posts .feature .feature-image {
    height: auto;
    max-height: 100%;
  }
  .featured-posts .feature .feature-image img {
    margin-top: 0;
  }
  .featured-posts .feature .post-title {
    font-size: 20px;
  }
  .featured-posts .feature-expanded .feature-image {
    margin-left: 0%;
  }
  .featured-posts .feature-expanded .post-title {
    font-size: 28px !important;
    margin-left: 66.6%;
  }
}
/*# sourceMappingURL=route-home.css.map */
