/*
Theme Name: 360 Equine Bodywork
Theme URI: https://360equinebodywork.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com/
Description: Custom single-page WordPress theme for 360 Equine Bodywork, handcrafted by The Free Website Guys. Mobile equine structural integration and fascia-focused bodywork serving the Pacific Northwest.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, theme-options
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Offset fixed header when the WordPress admin bar is visible. */
body.admin-bar #tmt-app > header.tmt-site-header {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app > header.tmt-site-header {
		top: 46px;
	}
}
