/* 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;
  margin-bottom: 1.3em;
}

.post_layout_classic {
  position: relative;
}
.post_layout_classic p {
  margin-bottom: 0;
}
.post_layout_classic.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
  padding: 2.5em 2.8em 2.1em 2.8em;
}
.post_layout_classic.sticky.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
  padding: 20px;
}
.post_layout_classic.format-audio .post_featured .post_audio_title {
  margin-bottom: 1.1em;
}
.post_layout_classic .post_content + .excerpt_meta_wrap,
.post_layout_classic .post_content + .post_header {
  margin-top: 40px;
}
.post_layout_classic.sticky {
  padding: 20px;
}

.post_layout_classic .post_featured {
  margin-bottom: 2.55em;
}
.post_layout_classic .post_featured .post_meta {
  margin-top: 0;
  position: absolute;
  top: 1.76rem;
  left: 1.76rem;
  z-index: 6;
}

.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;
  position: relative;
}
.post_layout_classic .post_header + .excerpt_meta_wrap {
  margin-top: 7px;
}
.post_layout_classic .post_header + .post_content {
  margin-top: 20px;
}

.post_layout_classic .post_category {
  margin-bottom: 0.5em;
}

.post_layout_classic .post_title {
  margin: 0;
}

.post_layout_classic_4 .post_title,
.sc_layouts_submenu .post_layout_classic .post_title {
  font-size: 1.5em;
}

.post_layout_classic blockquote {
  margin: 0;
}

.post_layout_classic .post_header + .post_content {
  padding-top: 1em;
}

.post_layout_classic .post_content + .post_meta {
  margin-top: 1em;
}

/* More Link */
.post_layout_classic .more-link {
  padding: 0 !important;
  background-color: transparent !important;
  margin-top: 2em;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Excerpt meta */
.excerpt_meta_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.excerpt_meta_wrap .post_meta {
  margin-top: 0;
}
.excerpt_meta_wrap + .post_content {
  margin-top: 25px;
}

.blog_style_classic-masonry_2 .posts_container [class*="masonry_item-1_"] .post_item:not(.sticky),
.blog_style_classic-masonry_3 .posts_container [class*="masonry_item-1_"] .post_item:not(.sticky),
.blog_style_classic-masonry_4 .posts_container [class*="masonry_item-1_"] .post_item:not(.sticky) {
  margin-bottom: 1.8em;
  border-bottom: 1px solid #eee;
  padding-bottom: 3em;
}

.blog_style_classic_4 .posts_container [class*="column-1_"] .post_item:not(.sticky),
.blog_style_classic_3 .posts_container [class*="column-1_"] .post_item:not(.sticky),
.blog_style_classic_2 .posts_container [class*="column-1_"] .post_item:not(.sticky) {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
}
