/* Blog layout: Classic 
------------------------- */
.posts_container.columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  height: auto;
}

.post_layout_classic {
  position: relative;
}

.post_layout_classic .post_featured {
  margin-bottom: 0;
}

.post_layout_classic .post_featured[class*=hover_] {
  display: block;
}

.post_layout_classic .post_featured img {
  width: 100%;
}

.post_layout_classic .post_header {
  padding-top: 0.02px;
}

.post_layout_classic .post_title {
  margin: 0;
  font-size: 22px;
  line-height: 1.3em;
}

.sc_blogger .columns_wrap .post_layout_classic .post_title {
  font-size: 18px;
}

.post_layout_classic blockquote {
  margin: 0;
}

.post_layout_classic .post_header + .post_content {
  padding-top: 10px;
}

.post_layout_classic .post_content + .post_meta {
  margin-top: 10px;
}

.post_item.post_layout_classic {
  overflow: hidden;
}

.post_layout_classic.sticky {
  padding: 0;
}

.post_layout_classic .classic-content-wrap {
  padding: 30px 35px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post_layout_classic .post_audio,
.post_layout_classic .post_featured {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.post_layout_classic .post_header + .post_meta {
  margin-top: 7px;
}

.post_layout_classic .post_content {
  margin-top: 12px;
}