/*
Theme Name: New Pathway
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 New Pathway Creative Solutions — Christian life coaching and nonprofit business development.
Version: 1.2.9
Requires at least: 5.9
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: tmt
Tags: one-column, custom-colors, custom-logo, custom-menu
*/

/* WordPress admin bar — prevent overlap with fixed site header */
body.admin-bar .tmt-site-header {
	top: 32px;
}

body.admin-bar {
	--tmt-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .tmt-site-header {
		top: 46px;
	}

	body.admin-bar {
		--tmt-admin-bar-offset: 46px;
	}
}

html {
	scroll-padding-top: calc(80px + var(--tmt-admin-bar-offset, 0px));
}

@media (min-width: 1024px) {
	html {
		scroll-padding-top: calc(88px + var(--tmt-admin-bar-offset, 0px));
	}
}
