/*
Theme Name: KBH Life Coaching
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from KBH Life Coaching project.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Offset fixed site header below the WordPress admin bar */
html:has(body.admin-bar) {
	--wp-admin-bar-height: 32px;
	scroll-padding-top: calc(5rem + var(--wp-admin-bar-height));
}

@media screen and (max-width: 782px) {
	html:has(body.admin-bar) {
		--wp-admin-bar-height: 46px;
	}
}

body.admin-bar #tmt-app header.fixed {
	top: var(--wp-admin-bar-height) !important;
}
