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

.post_layout_plain:not(.sticky) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.post_layout_plain.sticky + .post_layout_plain {
  margin-top: 7.0714285714rem;
}

.post_layout_plain:not(.sticky) + .post_layout_plain {
  margin-top: 3.5714285714rem;
  padding-top: 3.5714285714rem;
  border-top-style: solid;
  border-top-width: 2px;
}

.post_layout_plain.sticky {
  padding: 4.1em 3.8em 4.05em;
}

.post_layout_plain .post_featured {
  -ms-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}

.post_layout_plain.sticky .post_featured {
  display: block;
  margin-bottom: 1.6666666667em;
}

.post_layout_plain.post_format_audio,
.post_layout_plain.post_format_quote {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .post_layout_plain.post_format_audio,
  .post_layout_plain.post_format_quote {
    display: block;
  }
}
.post_layout_plain.post_format_audio .post_featured,
.post_layout_plain.post_format_quote .post_featured {
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.post_layout_plain.sticky .post_meta .post_meta_item.post_categories {
  display: none;
}

.post_layout_plain .post_content_wrap {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post_layout_plain .post_featured + .post_content_wrap {
  padding-left: 2.7777777778em;
}

.post_layout_plain.post_format_audio .post_content_wrap,
.post_layout_plain.post_format_quote .post_content_wrap {
  padding: 2.65em 0 0;
}

.post_layout_plain.post_format_audio.sticky .post_featured {
  margin-bottom: 1.6666666667em;
}

.post_layout_plain.post_format_quote .post_content_wrap .post_content + .post_header {
  padding: 2.65em 0 0;
}

.post_layout_plain.sticky .post_content_wrap {
  padding: 0;
}

.post_layout_plain.sticky .post_content_wrap,
.post_layout_plain.sticky .post_header,
.post_layout_plain.sticky .post_meta {
  display: inline;
}

.post_layout_plain.sticky .post_meta .post_meta_item {
  display: inline-block;
  vertical-align: middle;
}

.post_layout_plain.sticky .post_meta + .post_title {
  margin-top: 0.7em;
}

.post_layout_plain.format-audio.sticky .post_meta + .post_title {
  margin-bottom: -0.3333333333em;
}

.post_layout_plain.sticky.format-quote .post_content + .post_header {
  display: none;
}

.post_layout_plain .post_featured + .post_content_wrap {
  -ms-flex-basis: 58%;
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
}

.post_layout_plain.post_format_audio .post_featured + .post_content_wrap,
.post_layout_plain.post_format_quote .post_featured + .post_content_wrap {
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.post_layout_plain.post_format_quote .post_content_wrap,
.post_layout_plain.post_format_aside .post_content_inner {
  background-color: transparent;
  color: inherit;
}

.post_layout_plain.post_format_quote .post_content_wrap blockquote {
  margin: 0;
}

.post_layout_plain .post_header {
  margin: 0;
  position: relative;
}

.post_layout_plain .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_plain .post_title {
  margin: 0;
}

.post_layout_plain:not(.sticky) .post_title {
  margin-top: -0.2333333333em;
}

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

.post_layout_plain .post_title + .post_meta {
  margin-top: 1.5714285714em;
}

.post_layout_plain.sticky .post_header + .post_content {
  margin-top: 2.75em;
}

.post_layout_plain .post_header + .post_content {
  margin-top: 2.3em;
}

.post_layout_plain.post_format_audio .post_header + .post_content {
  margin: 0;
}

.post_layout_plain.post_format_audio.has-post-thumbnail .post_featured.with_thumb .mask {
  opacity: 1;
}

.post_layout_plain.format-gallery .slider_pagination_wrap {
  display: none;
}

.post_layout_plain.format-gallery .slider_outer .slider_controls_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post_layout_plain.format-gallery .slider_outer .slider_controls_wrap a {
  opacity: 1;
  margin: 0;
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  position: relative;
  width: 8.11111em;
  height: 4.44444em;
  line-height: 4.44444em;
  border-radius: 0;
}

.post_layout_plain.format-gallery .slider_outer .slider_controls_wrap a + a {
  border-left-width: 2px;
  border-left-style: solid;
}