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

.post_layout_plain:not(.sticky) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.post_layout_plain + .post_layout_plain {
  margin-top: 3rem; }

.post_layout_plain.sticky {
  padding: 3em; }

.post_layout_plain .post_featured {
  -webkit-flex-basis: 33%;
  -ms-flex-basis: 33%;
  flex-basis: 33%;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 0; }

.post_layout_plain.post_format_audio,
.post_layout_plain.post_format_video,
.post_layout_plain.post_format_gallery {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.post_layout_plain.post_format_audio .post_featured,
.post_layout_plain.post_format_video .post_featured,
.post_layout_plain.post_format_gallery .post_featured {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%; }

.post_layout_plain .post_content_wrap {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5em 3em; }

.post_layout_plain .post_featured + .post_content_wrap {
  -webkit-flex-basis: 67%;
  -ms-flex-basis: 67%;
  flex-basis: 67%; }

.post_layout_plain.post_format_audio .post_featured + .post_content_wrap,
.post_layout_plain.post_format_video .post_featured + .post_content_wrap,
.post_layout_plain.post_format_gallery .post_featured + .post_content_wrap {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%; }

.post_layout_plain.post_format_quote .post_content_wrap,
.post_layout_plain.post_format_aside .post_content_inner {
  padding: 0;
  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 .post_meta {
  margin-top: 0; }

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

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

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