/*
Theme Name: VIBES
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for VIBES Veterinary, handcrafted by The Free Website Guys. One-page layout with customizable sections, colors, and calls to action.
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

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

/* Offset fixed header when the WordPress admin bar is visible (front + Customizer preview). */
body.admin-bar #tmt-app > nav.fixed {
	top: calc(32px + 0.5rem);
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app > nav.fixed {
		top: calc(46px + 0.5rem);
	}
}
