/* 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; }

.post_layout_classic {
  position: relative;
  padding-bottom: 2.375rem; }

.post_layout_classic .post_sticky_content_wrapper {
  padding: 0 10px 2rem; }

.post_layout_classic .post_featured {
  margin-bottom: 2em; }

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

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

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

.post_layout_classic .post_category .post_meta {
  margin-top: 0; }

.post_layout_classic .post_meta .post_meta_item:last-child {
  margin-right: 0; }

.post_layout_classic .post_meta + .post_content {
  margin-top: 1.6rem; }

.post_layout_classic:not(.sticky) .post_header {
  padding-top: 0.02px; }

.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 .post_content_inner {
  line-height: 1.65em;
  letter-spacing: 0.8px; }

.post_layout_classic blockquote {
  margin: 0;
  letter-spacing: 0.4px;
  padding-left: 20% !important;
  padding-right: 20% !important; }

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

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

.post_layout_classic .post_content + p {
  margin-top: 1em;
  margin-bottom: 0; }

.blog_style_classic-masonry_2.trx_addons_present .post_format_gallery .slider_controls_wrap,
.blog_style_classic-masonry_3.trx_addons_present .post_format_gallery .slider_controls_wrap {
  display: none; }

.blog_style_classic-masonry_2 .nav-links,
.blog_style_classic-masonry_3 .nav-links {
  text-align: center; }

.post_layout_classic .slider_container {
  height: 460px !important; }

.post_layout_classic.post_format_quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .post_layout_classic.post_format_quote .post_header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.5em; }
  .post_layout_classic.post_format_quote .post_meta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .post_layout_classic.post_format_quote .post_content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0; }
