/* Blog layout: Excerpt 
------------------------- */
.post_layout_excerpt {
  position: relative;
  margin-bottom: 0; }
  .post_layout_excerpt .post_content,
  .post_layout_excerpt .post_header {
    padding-left: 4.375rem;
    z-index: 4;
    position: relative; }
  .post_layout_excerpt.has-post-thumbnail .post_content,
  .post_layout_excerpt.has-post-thumbnail .post_header {
    padding-left: 4.375rem; }
  .post_layout_excerpt.post_format_quote .post_content,
  .post_layout_excerpt.post_format_quote .post_content_inner,
  .post_layout_excerpt.post_format_quote .post_header, .post_layout_excerpt.sticky .post_content,
  .post_layout_excerpt.sticky .post_content_inner,
  .post_layout_excerpt.sticky .post_header {
    padding-left: 0; }
  .post_layout_excerpt.post_format_quote .post_content {
    padding-left: 0; }
    .post_layout_excerpt.post_format_quote .post_content .post_meta,
    .post_layout_excerpt.post_format_quote .post_content .post_header {
      padding-left: 4.375rem; }
    .post_layout_excerpt.post_format_quote .post_content .more-link {
      margin-left: 4.375rem; }
  .post_layout_excerpt .post_video_hover {
    bottom: 3.3em !important; }
  .post_layout_excerpt.sticky .post_video_hover {
    bottom: 0 !important; }
  .post_layout_excerpt.sticky .post_featured img {
    width: 100%; }
  .post_layout_excerpt .post_featured {
    position: relative;
    overflow: visible; }
    .post_layout_excerpt .post_featured.post_video_play .date-style {
      opacity: 0;
      transition: 0.3s; }
    .post_layout_excerpt .post_featured .date-style {
      bottom: 0;
      top: auto; }
  .post_layout_excerpt .date-style {
    position: absolute;
    top: -2.2em;
    left: 20px;
    z-index: 3;
    transition: 0.3s;
    opacity: 1;
    pointer-events: none; }
    .post_layout_excerpt .date-style:before {
      content: '';
      width: 7.5rem;
      height: 7.5rem;
      background-color: #eee;
      display: block;
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: -1; }
    .post_layout_excerpt .date-style .wrap {
      display: flex;
      flex-direction: column-reverse; }
      .post_layout_excerpt .date-style .wrap .m {
        font-size: 12px;
        line-height: 1em;
        font-weight: 600;
        text-transform: uppercase; }
      .post_layout_excerpt .date-style .wrap .d {
        font-size: 1.437rem;
        font-weight: 500;
        line-height: 1em; }
  .post_layout_excerpt .post_content .post_content_inner blockquote {
    margin-left: 0;
    margin-right: 0; }
  .post_layout_excerpt .post_content .post_content_inner + .post_meta {
    margin-top: 2.7em; }
  .post_layout_excerpt .post_content .more-link {
    margin-top: 3em; }
  .post_layout_excerpt.post_format_quote .post_content .post_content_inner blockquote {
    margin-left: 0;
    margin-right: 0; }
  .post_layout_excerpt.post_format_quote .post_content .post_content_inner + .post_meta {
    margin-top: 3.1em; }
  .post_layout_excerpt.post_format_quote .post_content .post_content_inner + .post_header {
    margin-top: 2.3em; }
  .post_layout_excerpt.post_format_quote .post_content .post_header + .post_meta {
    margin-top: 2.3em; }
  .post_layout_excerpt.post_format_quote.sticky .post_header {
    padding-left: 0 !important; }
  .post_layout_excerpt.post_format_quote.sticky .post_meta {
    padding-left: 0 !important; }
  .post_layout_excerpt.post_format_quote.sticky .more-link {
    margin-left: 0 !important; }
  .post_layout_excerpt .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
  .post_layout_excerpt .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
  .post_layout_excerpt .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
    display: none; }

.post_layout_excerpt + .post_layout_excerpt {
  margin-top: 7.5rem; }

.post_layout_excerpt.sticky {
  padding: 4.2em 5em 5em 5em;
  border: none; }

.post_layout_excerpt .post_featured {
  display: inline-block; }

.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
  display: block; }

.post_layout_excerpt .post_header {
  margin: 0;
  position: relative; }

.post_layout_excerpt .post_header .post_price {
  width: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 2.5em;
  line-height: 1.5em; }

.post_layout_excerpt .post_title {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.33em; }

.post_layout_excerpt .post_meta {
  margin-top: 0; }

.post_layout_excerpt .post_title + .post_meta {
  margin-top: 2.55rem; }

.post_layout_excerpt .post_header + .post_content {
  margin-top: 2.05rem; }

body[class*="blog_style_classic"] .post_layout_excerpt,
body[class*="blog_style_masonry"] .post_layout_excerpt {
  margin-bottom: 3em; }
