/* Blog layout: Classic 
------------------------- */

.posts_container.columns_wrap {
  display: flex;
  flex-wrap: wrap;
}
.posts_container.columns_wrap .post_layout_classic {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.posts_container.columns_wrap.classic_wrap {
  margin-bottom: -5.15rem;
}
.posts_container.columns_wrap .post_layout_classic {
  margin-bottom: 2.3em;
}
.post_layout_classic {
  position: relative;
}
/* Sticky */

.post_layout_classic.sticky {
  padding: 0;
  border: 0;
}
.post_layout_classic.sticky .label_sticky {
  display: none;
}
/* Featured & content */

.post_layout_classic .post_featured {
  margin-bottom: 1.5em;
}
.post_layout_classic .post_featured[class*="hover_"] {
  display: block;
}
.post_layout_classic .post_featured img {
  width: 100%;
}
.post_layout_classic .post_header+.post_content {
  margin: 1.1em 0 0;
  padding: 0;
}
.post_layout_classic .post_content+.post_meta {
  margin-top: 0.65em;
}
.post_layout_classic.post_format_quote .post_content+.post_meta {
  margin-top: 1.3em;
}
.post_layout_classic.post_format_quote .post_header+.post_content {
  margin: 1.75em 0 0;
  padding: 0;
}
.post_layout_classic blockquote {
  margin: 0;
}
.post_layout_classic_2 blockquote,
.post_layout_classic_3 blockquote {
  padding: 3rem;
}
.post_layout_classic_2 blockquote:before,
.post_layout_classic_3 blockquote:before {
  content: '\e9b8';
  font-family: "fontello";
  font-size: 3.1em;
  display: block;
  position: absolute;
  z-index: 1;
  top: 3rem;
  left: 2.5rem;
}
.post_layout_classic_2 blockquote p,
.post_layout_classic_3 blockquote p {
  font-size: 1.286rem;
  font-weight: 400;
  line-height: 1.67em;
}
.post_layout_classic_2 blockquote:before,
.post_layout_classic_3 blockquote:before {
  opacity: 0.3;
}
/* Title & meta */

.post_layout_classic .post_header {
  padding-top: 0.02px;
}
.post_layout_classic .post_category {
  margin-bottom: 0;
}
.post_layout_classic .post_category .post_meta {
  margin: 0;
}
.post_layout_classic .post_title {
  font-size: 2.071rem;
  line-height: 2.5rem;
  margin: 0.5rem 0 0 0;
}
.post_layout_classic_4 .post_title,
.sc_layouts_submenu .post_layout_classic .post_title {
  font-size: 1.5em;
}
