/*
Theme Name: R&R Medical Courier
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom one-page WordPress theme for medical courier and healthcare logistics sites, designed and built by The Free Website Guys. Features a hero video or image, services grid, transparent pricing, and contact blocks with customizer controls for content and brand colors.
Version: 1.2.3
License: GNU General Public License v2 or later
Text Domain: tmt
*/

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

/* WordPress admin bar: offset fixed header so it does not cover the toolbar when logged in */
body.admin-bar #tmt-app > header {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app > header {
		top: 46px;
	}
}

/* Extra hero top padding when admin bar is present (fixed header sits below the bar) */
body.admin-bar #tmt-app main > section:first-of-type {
	padding-top: calc(5rem + 32px);
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app main > section:first-of-type {
		padding-top: calc(5rem + 46px);
	}
}
