/* Hide leftover Home title on front page */
body.home .sc_layouts_hide_on_frontpage { display: none !important; }

/* Global font scale (override theme responsive.css) */
@media (max-width: 1679px) {
  html { font-size: 11px !important; }
  body { font-size: 14px !important; }
}
@media (max-width: 1262px) {
  html { font-size: 10px !important; }
  body { font-size: 13px !important; }
}

/* Top spacing on home page */
body.home .page_content_wrap, body.home .content { padding-top: 40px !important; }

/* Move title above featured image (single big posts on home) */
body.home .sc_blogger_single .sc_blogger_item.post_format_standard { display: flex !important; flex-direction: column-reverse !important; }
body.home .sc_blogger_single .sc_blogger_item_content { margin-bottom: 15px !important; }