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

.post_layout_excerpt + .excerpt_1,
.post_layout_excerpt + .post_layout_excerpt {
  margin-top: 118px;
}

.post_layout_excerpt.sticky {
  padding: 70px !important;
}

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

.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;
  color: var(--theme-color-text_link);
  font-weight: 800;
  font-size: 23px;
  line-height: 1em;
  margin: 1em 0;
}

.post_layout_excerpt .post_category {
  margin-bottom: 0.5em;
}

.post_layout_excerpt .post_meta {
  margin: 0;
}
.post_layout_excerpt .post_meta .post_meta_item.post_categories {
  display: inline;
}

.post_layout_excerpt .post_title {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
}
.post_layout_excerpt .post_title + .post_meta {
  margin: 26px 0 0 0;
}
.post_layout_excerpt .post_title a {
  display: inline;
}

.post_layout_excerpt .post_header + .post_content {
  margin-top: 25px;
}

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

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

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

.post_layout_excerpt blockquote {
  margin: 0;
}

.post_layout_excerpt .post_featured .post_meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  margin: 0;
}
.post_layout_excerpt .post_featured .post_meta .post_date {
  display: inline-block;
  padding: 6px 15px;
  color: var(--theme-color-inverse_hover) !important;
  background-color: var(--theme-color-text_hover) !important;
}
.post_layout_excerpt .post_featured .post_meta .post_date a {
  color: var(--theme-color-inverse_hover) !important;
  background-color: var(--theme-color-text_hover) !important;
}

.post_layout_excerpt .more-link {
  margin-top: 40px;
  font-size: 16px !important;
  padding: 20px 31px !important;
  line-height: 18px !important;
}

.post_layout_excerpt .slider_container .swiper-pagination, .post_layout_excerpt .slider_outer .swiper-pagination {
  display: none;
}
.post_layout_excerpt.post_format_gallery .post_featured.with_thumb > img {
  opacity: 0;
}
.post_layout_excerpt.post_format_gallery .post_featured .post_meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

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