@media (max-width: 1279px) {
  .single_style_in-above.post_header_wrap .post_header + .post_featured {
    margin-top: 3.4em;
  }
  .single_style_in-above.post_header_wrap {
    margin-bottom: 3.4em;
  }
}
@media (max-width: 1023px) {
  .single_style_in-above.post_header_wrap .post_header .post_title + .post_meta {
    margin-top: 1.2em;
  }
  .single_style_in-above.post_header_wrap .post_header + .post_featured {
    margin-top: 2.4em;
  }
  .single_style_in-above.post_header_wrap {
    margin-bottom: 2.4em;
  }
}
@media (max-width: 767px) {
  .single_style_in-above.post_header_wrap .post_header .post_title + .post_meta {
    margin-top: 0.6em;
  }
  .single_style_in-above.post_header_wrap .post_header + .post_featured {
    margin-top: 1.4em;
  }
  .single_style_in-above.post_header_wrap {
    margin-bottom: 2em;
  }
}
@media (max-width: 479px) {
  /* Single post header */
  .single_style_in-above .post_content_wrap {
    margin-bottom: 2em;
  }
  .single_style_in-above.post_header_wrap {
    margin-bottom: 1.8em;
  }
}