/* Blog layout: Excerpt 
------------------------- */
.post_layout_excerpt {
  position: relative;
  margin-bottom: 0;
  /* Featured */
  /* Header */
  /* Content */
  /* Audio */
  /* Gallery */
  /* Video */
  /* Rating */
}

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

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
  padding-top: 4.25rem;
  border-top: 1px solid var(--theme-color-bd_color);
}

.post_layout_excerpt.sticky {
  padding: 3em;
}

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

.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_header .post_category {
  margin-bottom: 26px;
}

.post_layout_excerpt > .post_header .post_category .post_meta {
  margin-top: 0;
}

.post_layout_excerpt > .post_header .post_categories a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--theme-color-extra_bg_color);
  color: var(--theme-color-extra_dark) !important;
  padding: 3px 9px 2px;
  line-height: 15px;
  margin-bottom: 2px;
  border-radius: 10px;
}

.post_layout_excerpt > .post_header .post_categories a:hover {
  background-color: var(--theme-color-extra_hover);
  color: var(--theme-color-extra_link) !important;
}

.post_layout_excerpt > .post_header .post_title {
  margin: 0;
}

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

.post_layout_excerpt > .post_content {
  color: var(--theme-color-text);
  /* Meta after content */
  /* Read More */
}

.post_layout_excerpt > .post_content .post_content_inner {
  font-size: 1.07142rem;
  line-height: 1.733em;
}

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

.post_layout_excerpt > .post_content .post_content_inner + .post_meta {
  margin-top: 22px;
}

.post_layout_excerpt > .post_content .post_meta .post_author .post_author_avatar {
  display: none;
}

.post_layout_excerpt > .post_content .more-link {
  margin-top: 28px;
}

.post_layout_excerpt > .post_content .post_meta + p .more-link {
  margin-top: 30px;
}

.post_layout_excerpt.post_format_audio .post_featured:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 3.715em;
  height: 3.715em;
  line-height: 3.715em;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: var(--theme-color-extra_dark);
  color: var(--theme-color-extra_bg_color);
  content: '\e9b7';
  display: block;
  font-family: "fontello";
  font-size: 1rem;
  opacity: 1;
  text-align: center;
  z-index: 2;
}

.post_layout_excerpt.post_format_audio .post_featured .mask {
  display: none;
}

.post_layout_excerpt.post_format_audio .post_audio {
  display: none;
  background-color: var(--theme-color-alter_bg_color);
  padding: 0.8em;
}

.post_layout_excerpt.post_format_audio .mejs-container {
  min-height: 40px;
}

.post_layout_excerpt.post_format_gallery .post_featured.with_thumb .slider_outer {
  z-index: 1;
}

.post_layout_excerpt.post_format_gallery .post_featured:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 2.889em;
  height: 2.889em;
  line-height: 2.889em;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: var(--theme-color-extra_dark);
  color: var(--theme-color-extra_bg_color);
  content: '\e9b5';
  display: block;
  font-family: "fontello";
  font-size: 1.2857rem;
  opacity: 1;
  text-align: center;
  z-index: 2;
}

.post_layout_excerpt.post_format_gallery .slider_pagination_wrap,
.post_layout_excerpt.post_format_gallery .slider_controls_wrap {
  display: none;
}

.post_layout_excerpt.post_format_video .post_featured.with_thumb .post_video_hover {
  width: 3.286rem;
  height: 3.286rem;
  line-height: 3.286rem;
  text-align: center;
  font-size: 1rem;
  text-align: center;
}

.post_layout_excerpt .post_hover_rating {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
}

.post_layout_excerpt .trx_addons_reviews_block_mark_value {
  color: var(--theme-color-extra_bg_color);
  width: 60px;
  height: 60px;
  line-height: 58px;
  border-width: 2px;
  font-size: 1.214rem;
  font-weight: 600;
}

.post_layout_excerpt .trx_addons_reviews_block_mark_value[data-max-value="100"]:after {
  font-size: 11px;
  line-height: 11px;
  margin: -9px -6px 0 2px;
  vertical-align: middle;
}

.post_layout_excerpt .trx_addons_reviews_block_mark canvas {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.post_layout_excerpt .trx_addons_reviews_block_mark_content {
  border-width: 2px;
}

.post_layout_excerpt blockquote {
  margin: 0;
}

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