/*
Theme Name: Kadence Child
Theme URI: https://pewarisan.my/
Author: Pewarisan Sdn Bhd
Author URI: https://pewarisan.my/
Description: Child theme for Kadence — Pewarisan Lab customizations.
Template: kadence
Version: 1.0.0
License: GNU General Public License v3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* ===== HIDE EMPTY HEADER =====
 * The main header (#masthead) has no content — no logo, no menu, no nav items.
 * Kadence Customizer sets a blue background (#2563eb) on the empty row,
 * creating an unwanted 80px blue box at the top of every page.
 * The site uses bottom/footer navigation instead.
 */
.site-header {
    display: none;
}
