/*
Theme Name: Ginger Ariyeh
Theme URI: https://gingerariyeh.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom single-page coaching site theme for Ginger Ariyeh, built by The Free Website Guys.
Version: 1.0.11
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: tmt
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Admin bar offset for fixed header inside SPA mount */
html.admin-bar #tmt-app > header {
	top: 32px;
}
@media screen and (max-width: 782px) {
	html.admin-bar #tmt-app > header {
		top: 46px;
	}
}

#tmt-app {
	width: 100%;
	max-width: none;
}

/* Application styles are built to assets/build/theme-app.css */
