/*
Theme Name: Root to Bloom Coaching
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme built by The Free Website Guys for Root to Bloom Coaching — a menopause coaching practice with a modern single-page experience, live color controls, and an intuitive Customizer.
Version: 1.1.1
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }

html {
	overflow-x: clip;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: clip;
}

#tmt-app {
	overflow-x: clip;
	width: 100%;
	max-width: 100%;
}

/* Fixed header + scroll progress sit below the WordPress admin bar */
.tmt-site-header,
.tmt-scroll-progress {
	top: var(--wp-admin--admin-bar--height, 0px);
}

/* Keep admin bar fixed on small screens so the header offset stays consistent while scrolling */
@media screen and (max-width: 600px) {
	html #wpadminbar {
		position: fixed !important;
	}
}

/* Prevent the admin bar min-width from forcing page-level horizontal scroll */
@media screen and (max-width: 782px) {
	#wpadminbar {
		max-width: 100%;
	}
}
