/*
 Theme Name:   Marvel Kadence Child
 Theme URI:    https://www.marvelegypttours.com
 Description:  Child theme for Marvel Egypt Tours — built on Kadence. All custom CSS/templates live here.
 Author:       Marvel Egypt Tours
 Author URI:   https://www.marvelegypttours.com
 Template:     kadence
 Version:      1.0.221
 Requires at least: 6.0
 Tested up to: 7.0
 Requires PHP: 8.4
 Text Domain:  marvel-kadence-child
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Brand tokens (light) — footer fallback if customizer/WPCode not yet applied */
:root {
	--marvel-primary: #3D8B9A;
	--marvel-bg: #FAF7F2;
	--marvel-cta: #D4A84B;
	--marvel-text: #2C2C2C;
	--marvel-accent: #E07A5F;
}

#colophon,
.site-footer,
footer#colophon {
	background-color: var(--marvel-bg);
	color: var(--marvel-text);
}

#colophon a,
.site-footer a,
footer#colophon a {
	color: var(--marvel-primary);
}

#colophon a:hover,
.site-footer a:hover,
footer#colophon a:hover {
	color: var(--marvel-text);
}

#colophon .widget-title,
.site-footer .widget-title,
footer#colophon .widget-title {
	color: var(--marvel-text);
}

/* Home: collapse former page-title / boxed gap so hero sits under header */
.home .entry-hero,
.home .page-hero-section {
	display: none;
}

.home .entry-content-wrap {
	padding-top: 0;
}
