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

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

.post_layout_excerpt.sticky {
  padding: 3.75rem; }

.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_title + .post_meta {
  margin-top: 12px; }

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

.post_layout_excerpt .post_content_inner + .post_meta {
  margin-top: 1em; }

.post_layout_excerpt .post_content p:last-child {
  margin-bottom: 0; }

.post_layout_excerpt.post_format_gallery .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets {
  display: none; }

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

.post_layout_excerpt blockquote {
  margin: 0; }

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