/*
 Theme Name: Ernesto Konkret
 Theme URI:
 Description: A child theme for the Ernesto theme
 Author:
 Author URI:
 Template: ernesto
 Version: 1.0.0
 License: GPL v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: ernesto-konkret
 Domain Path: /languages
*/

/* Hero slider sits above the botanical background image */
.ernesto-hero-slider {
	position: relative;
	z-index: 10;
}

/* Header always transparent so botanical image shows through */
header#masthead.site-header,
header#masthead .header-top-wrapper,
header#masthead .header-main-wrapper,
header#masthead .header-top,
header#masthead .site-branding-wrapper,
header#masthead .container {
	background: transparent !important;
	background-color: transparent !important;
}

/* Inner containers always have background so header content stays readable */
header#masthead .header-main-wrapper > .container,
header#masthead .header-top-wrapper > .container {
	background-color: rgb(252, 247, 234) !important;
}

/* ---- Print overrides for child theme ---- */
@media print {
	/* Override cream header backgrounds — print on white */
	header#masthead.site-header,
	header#masthead .header-top-wrapper,
	header#masthead .header-main-wrapper,
	header#masthead .header-top,
	header#masthead .site-branding-wrapper,
	header#masthead .container,
	header#masthead .header-main-wrapper > .container,
	header#masthead .header-top-wrapper > .container {
		background: #fff !important;
		background-color: #fff !important;
		box-shadow: none !important;
	}
}
