/**
CSS: Custom Blog Styles
**/

/* BLOG-SPECIFIC STYLES */
[data-theme*="blog"] h1 {font-size:3.5rem;margin-bottom:3.75rem;padding-top:1rem !important}
[data-theme*="blog"] h2 {font-size:2rem;margin-bottom:2rem;padding-top:1rem;}
[data-theme*="blog"] h2:not(:first-child) {padding-top:4.5rem;}  
[data-theme*="blog"] h3 {font-size:1.5rem;margin-bottom:1.25rem;padding-top:1rem !important}
[data-theme*="blog"] .wp-block-image.size-full {padding-top:1rem; padding-bottom:1rem;}

@media only screen and (max-width: 768px) {
    [data-theme*="blog"] h2:not(:first-child) {padding-top:2.5rem;}
    [data-theme*="blog"] h2 {margin-bottom:1.5rem;}
}
/* BLOG-SPECIFIC STYLES */

