/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

/* ============================================================
 * Articoli e archivi blog
 * ============================================================ */

/* Nasconde il subheader/banner-titolo di default di BeTheme (la fascia
 * celestina col titolo in cima) su tutte le pagine articolo: singolo post,
 * indice blog e archivi (categoria, tag, autore, data). Si lascia solo il
 * banner custom gia usato nei post (sezione BeBuilder "PUBBLICIZZAZIONE
 * DELLE INIZIATIVE" / "NEWS" dentro il contenuto).
 * NB: gli archivi WooCommerce sono .tax-product_cat (non .category) e hanno
 * il loro hero dedicato, quindi non sono toccati. */
body.single-post #Subheader,
body.blog #Subheader,
body.category #Subheader,
body.tag #Subheader,
body.author #Subheader,
body.date #Subheader { display: none !important; }

/* ============================================================
 * Footer
 * ============================================================ */

/* Il testo plain-text (.desc) nel footer ereditava il colore scuro di default
 * di BeTheme (#4B4B4B), illeggibile sul fondo blu. Lo facciamo ereditare il
 * colore chiaro del footer. */
.mfn-footer-tmpl .desc { color: #fff !important; }
