@charset "UTF-8";
/* Blog layout: Excerpt 
------------------------- */
.blog_style_excerpt .nav-links {
  text-align: left;
}

.post_layout_excerpt {
  position: relative;
  margin-bottom: 0;
}

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

.post_layout_excerpt.sticky {
  padding: 3.5em 4em;
}

.post_layout_excerpt.sticky .post_title {
  padding-right: 1em;
}

.post_layout_excerpt.sticky .label_sticky {
  border: none;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  text-align: center;
  top: 1.8em;
  right: 1.8em;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.post_layout_excerpt.sticky .label_sticky:before {
  font-family: "fontello";
  content: "";
}

.post_layout_excerpt.sticky.format-quote blockquote {
  border: 1px solid #fff;
}

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

.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 {
  font-size: 1.882em;
  line-height: 1.25em;
  font-weight: 500;
  margin: 0;
}

.post_layout_excerpt .post_header + .post_content,
.post_layout_excerpt .post_header + .post_meta {
  margin-top: 1.3em;
}

.post_layout_excerpt .post_meta + .post_content {
  margin-top: 2em;
}

.post_layout_excerpt.format-gallery .slider_container .swiper-pagination,
.post_layout_excerpt.format-gallery .slider_outer .swiper-pagination {
  display: none;
}

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

.post_layout_excerpt blockquote {
  margin: 0;
}

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