/*
Theme Name: Ernest Gray Jr.
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom single-page WordPress theme built by The Free Website Guys for Ernest D. Gray Jr. — pastor, professor, and spiritual care director. Edit all content, images, and colors through the WordPress Customizer.
Version: 1.1.7
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ernest-gray-jr
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, theme-options
*/

/* Application styles are bundled with the React build. */

/* Offset fixed header when the WordPress admin bar is visible. */
body.admin-bar #tmt-app > div > header {
	top: var(--wp-admin--admin-bar--height, 32px);
}

/* Pointer cursor on interactive elements. */
#tmt-app a[href],
#tmt-app button:not(:disabled),
#tmt-app [role="button"],
#tmt-app summary,
#tmt-app select,
#tmt-app label[for] {
	cursor: pointer;
}
