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

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

.post_layout_excerpt.sticky {
  padding: 0;
}

.post_layout_excerpt .post_content_wrapper {
  padding: 3.1em 4em 3.9em;
  position: relative;
}

.post_layout_excerpt .post_content_wrapper:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 0 25px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.post_layout_excerpt .post_featured {
  display: inline-block;
  margin-bottom: 0;
}

.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_format_gallery .slider_controls_wrap {
  display: none;
}

.post_layout_excerpt.post_format_quote blockquote {
  margin: 0;
}

.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 {
  font-size: 2.556em;
  line-height: 1.0588em;
  text-transform: none;
  margin: 0;
}

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

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

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

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

/* Sticky Post */
.sticky.post_layout_excerpt.post_format_quote blockquote,
.sticky.post_layout_excerpt.post_format_quote .wp-block-quote:not(.is-large):not(.is-style-large) {
  padding: 3em 0 0 0;
}

.sticky.post_layout_excerpt.post_format_quote blockquote:before,
.sticky.post_layout_excerpt.post_format_quote .wp-block-quote:not(.is-large):not(.is-style-large):before {
  top: 0.5em;
  left: 0.1em;
}

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