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

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

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
  padding-top: 5.6rem; }

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky):before {
  content: '';
  position: absolute;
  top: 0;
  width: 2.77778rem;
  height: 1px; }

.post_layout_excerpt.sticky {
  padding: 3em; }

.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_category {
  margin-bottom: 0.5em; }

.post_layout_excerpt .post_title {
  margin: 0; }

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

.post_layout_excerpt .post_content_inner + .post_meta {
  margin-top: 2.22222rem; }

.has-post-thumbnail .post_featured + .post_date_wrap,
.post_format_image .post_featured + .post_date_wrap,
.post_layout_excerpt.post_item.has-post-thumbnail .post_featured:not(.hover_info) + .post_date_wrap,
.post_layout_excerpt.post_item.format-gallery .post_featured + .post_date_wrap {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 3.33333rem;
  left: 3.33333rem;
  z-index: 999; }

body:not(.blog_style_excerpt) .post_layout_excerpt {
  margin-bottom: 3em; }

.post_layout_excerpt.format-audio .post_featured .post_audio_title {
  margin-bottom: 1.66667rem; }

.post_layout_excerpt blockquote {
  margin: 0; }

.post_layout_excerpt.format-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 3.61111rem; }

.post_layout_excerpt.format-quote .post_featured_wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 2.22222rem; }

.post_layout_excerpt.format-quote .post_header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.post_layout_excerpt.format-quote .post_content_inner + .post_meta {
  position: absolute;
  bottom: 0; }

.post_layout_excerpt.format-quote .more-link {
  display: none; }

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

.sticky.post_layout_excerpt.format-quote {
  padding-bottom: 6rem; }

.sticky.post_layout_excerpt.format-quote .post_content_inner + .post_meta {
  bottom: 2.77778rem; }
