/*
Theme Name: Lorna Kidjo
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme handcrafted by The Free Website Guys for Lorna Kidjo.
Version: 1.0.10
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

/* Full-bleed hero: keep the viewport edge-to-edge (admin bar overlays, not shrinks layout). */
@media screen {
	html.admin-bar {
		margin-top: 0 !important;
	}
}

#tmt-app {
	width: 100%;
	max-width: none;
	overflow-x: clip;
}

/* Header offset below the WordPress admin bar (hero stays full-bleed at top: 0). */
.tmt-site-header {
	top: var(--tmt-header-offset, 0px);
}

body.admin-bar {
	--tmt-header-offset: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		--tmt-header-offset: 46px;
	}
}

body.admin-bar .section {
	scroll-margin-top: calc(72px + var(--tmt-header-offset, 32px));
}
