/*
Theme Name: David Lennox VO
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for David Lennox VO, handcrafted by The Free Website Guys. A polished one-page layout for voice talent with hero video, portfolio audio demos, testimonials, FAQ, and contact form—all editable from the Customizer.
Version: 1.1.2
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Fixed header offset when the WordPress admin bar is visible (logged-in preview). */
body.admin-bar #tmt-app nav.tmt-site-nav {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app nav.tmt-site-nav {
		top: 46px;
	}
}
body.admin-bar #tmt-app .tmt-mobile-nav-overlay {
	top: 46px;
}
@media screen and (min-width: 783px) {
	body.admin-bar #tmt-app .tmt-mobile-nav-overlay {
		top: 32px;
	}
}
