@media (max-width: 1439px) {
  .post_layout_excerpt.sticky {
    padding: 50px !important;
  }
}
@media (max-width: 1279px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt.sticky {
    padding: 35px !important;
  }

  .post_layout_excerpt .post_featured {
    margin-bottom: 35px;
  }

  .post_layout_excerpt .more-link {
    margin-top: 30px;
  }

  .post_layout_excerpt .post_header + .post_content {
    margin-top: 20px;
  }

  .post_layout_excerpt + .excerpt_1,
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 90px;
  }

  .post_layout_excerpt .post_title + .post_meta {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt.sticky {
    padding: 2em !important;
  }

  .post_layout_excerpt .post_featured {
    margin-bottom: 25px;
  }

  .post_layout_excerpt .post_title {
    font-size: 26px;
  }

  .post_layout_excerpt .post_title + .post_meta {
    margin: 15px 0 0 0;
  }

  .post_layout_excerpt .post_header + .post_content {
    margin-top: 15px;
  }

  .post_layout_excerpt .more-link {
    margin-top: 20px;
  }

  .post_layout_excerpt + .excerpt_1,
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_header .post_price {
    margin: 0.5em 0;
  }

  .post_layout_excerpt .post_featured .post_meta .post_date {
    padding: 5px 12px;
  }

  .post_layout_excerpt .post_header + .post_content {
    margin-top: 5px;
  }

  .post_layout_excerpt .more-link {
    margin-top: 15px;
    font-size: 15px !important;
    padding: 15px 25px !important;
  }

  .post_layout_excerpt .post_title {
    font-size: 22px;
  }

  .post_layout_excerpt .post_title + .post_meta {
    margin: 10px 0 0 0;
  }

  .post_layout_excerpt + .excerpt_1,
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  .post_layout_excerpt.sticky {
    padding: 1.5em !important;
  }

  .post_layout_excerpt .post_title {
    font-size: 20px;
  }

  .post_layout_excerpt .post_featured {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=excerpt-responsive.css.map */
