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

.post_layout_modern.has-post-thumbnail,
.post_layout_modern.format-video,
.post_layout_modern.format-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.post_layout_modern .post_container_featured {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 36%;
  min-width: auto;
}

.post_layout_modern .post_container_featured .post_featured {
  margin-bottom: 0;
  width: 100%;
}

.post_layout_modern .post_container_content {
  width: 64%;
  padding-right: 3.5714285714rem;
  padding-top: 0.2857142857rem;
}

.post_layout_modern .post_container_featured .slider_container:not(.slider_multi):not(.slider_type_images),
.post_layout_modern .post_container_featured .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
  min-height: 20.3571428571rem;
}

.post_layout_modern .post_container_featured .slider_outer_controls_side .slider_controls_wrap > a,
.post_layout_modern .post_container_featured .slider_container.slider_controls_side .slider_controls_wrap > a {
  height: 3.4285714286rem;
  width: 3.4285714286rem;
  line-height: 3.4285714286rem;
  font-size: 0.7857142857rem;
}

.post_layout_modern + .post_layout_modern {
  margin-top: 4.2rem;
}

.post_layout_modern + .post_layout_modern {
  padding-top: 4.2rem;
  border-top: 4px solid #eee;
}

.sc_blogger .post_layout_modern:last-child {
  padding-bottom: 2.9rem;
  border-bottom: 4px solid #eee;
}

.sc_blogger .post_layout_modern + .post_layout_modern {
  margin-top: 2.9rem;
  padding-top: 2.7rem;
}

.post_layout_modern.sticky {
  padding: 3.9em 3.7em 3.7em 3.7em;
}

.post_layout_modern .post_featured {
  display: inline-block;
}

.post_layout_modern.post_format_audio .post_featured.without_thumb,
.post_layout_modern.post_format_gallery .post_featured.without_thumb {
  display: block;
}

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

.post_layout_modern .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_modern .post_title {
  margin: 0;
  font-size: 2.5714285714rem;
  line-height: 3.2142857143rem;
  text-transform: uppercase;
}

.post_meta + .post_title {
  margin-top: 1.2857142857rem;
}

.post_layout_modern .post_header + .post_content {
  margin-top: 0.8rem;
}

body[class*=blog_style_classic] .post_layout_modern,
body[class*=blog_style_masonry] .post_layout_modern {
  margin-bottom: 3em;
}/*# sourceMappingURL=modern.css.map */