/* Blog layout: Excerpt 
------------------------- */
.post_layout_excerpt {
  position: relative;
  margin-bottom: 0;
}

.post_layout_excerpt + .post_layout_excerpt {
  margin-top: 3.7rem;
  padding-top: 3.7rem;
  border-top: 1px solid #D4DDDE;
}

.post_layout_excerpt:last-child {
  padding-bottom: 3.7rem;
  border-bottom: 1px solid #D4DDDE;
}

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

.post_layout_excerpt .post_featured img {
  border-radius: 7px;
}

.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;
  max-width: 60%;
}

.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;
}

.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: 1.8rem;
}

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

/* Sticky Post */
.post_layout_excerpt.sticky .post_featured {
  margin-bottom: 0;
}
.post_layout_excerpt.sticky .post_content_inner {
  display: none;
}
.post_layout_excerpt.sticky.format-quote .post_content_inner {
  display: block;
}
.post_layout_excerpt.sticky .post_header {
  padding-top: 2.9rem;
}
.post_layout_excerpt.sticky .post_featured .post_header {
  padding-top: 0;
}

.blog_style_excerpt .post_item {
  border-radius: 0 0 7px 7px;
}
.blog_style_excerpt .post_layout_excerpt.sticky {
  border-radius: 7px;
}
.blog_style_excerpt .post_layout_excerpt.sticky + .sticky {
  padding-top: 0 !important;
  border-top: 0;
}
.blog_style_excerpt .post_layout_excerpt.sticky .post_featured img {
  border-radius: 7px 7px 0 0;
}
.blog_style_excerpt .post_layout_excerpt.sticky .post_featured {
  border-radius: 7px 7px 0 0;
}
.blog_style_excerpt .post_layout_excerpt.sticky .post_featured .mask {
  border-radius: 7px 7px 0 0;
}
.blog_style_excerpt .post_content_nav {
  margin-top: 1.9em;
  display: flex;
  align-items: center;
}
.blog_style_excerpt .more-link {
  margin-top: 0;
}
.blog_style_excerpt .post_content_nav_link + .post_content_nav_meta {
  margin-left: 1.5em;
}
.blog_style_excerpt .post_content_nav_meta .post_meta {
  display: flex;
  flex-wrap: wrap;
}
.blog_style_excerpt .post_title {
  letter-spacing: -0.3px;
}
.blog_style_excerpt .post_content_inner blockquote {
  margin-bottom: 0;
}
.blog_style_excerpt .post_content_inner + .post_title {
  margin-top: 3.2rem;
}
.blog_style_excerpt .post_title + .post_content_nav {
  margin-top: 2.2em;
}

.post_layout_excerpt.sticky .post_header,
.post_layout_excerpt.sticky .post_content {
  padding-left: 3.8rem;
}

.post_layout_excerpt.sticky .post_content {
  padding-bottom: 3.4rem;
  padding-right: 4rem;
}

.post_layout_excerpt.sticky .post_header + .post_content {
  margin-top: 0;
}

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