/*
Theme Name: Minimalio Child - MuseumPunks
Theme URI: https://museumpunks.com
Description: Child theme for MuseumPunks site
Author: Sean Bonner
Template: minimalio
Version: 1.0.0
*/

/* ============================================
   HEADINGS & TITLES
   ============================================ */

/* Front page titles and page headlines - bold, custom blue */
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.post-card__title,
.site-content h1,
.site-content h2,
.site-content h3 {
    color: #638596 !important;
    font-weight: 700 !important;
}

/* ============================================
   FOOTER STYLING
   ============================================ */

/* White background, light grey text */
#wrapper-footer,
.minimalio-footer {
    background-color: #fff;
    color: #aaa;
}

.minimalio-footer a {
    color: #aaa;
}

.minimalio-footer a:hover {
    color: #888;
}

/* Footer text styling */
.footer__copyright,
.footer__copyright-first-copy,
.footer__copyright-last,
.footer__section,
.site-info {
    color: #aaa;
}

/* ============================================
   POST GRID
   ============================================ */

/* Hide dates on post cards */
.post-card__date,
.post-card .post-card__date,
.wp-block-post-date,
.entry-date,
.posted-on {
    display: none !important;
}
