/*
Theme Name: NICS
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme built by The Free Website Guys for NICS (Noire Interior Construction Solutions). Fully customizable through the WordPress Customizer.
Version: 1.1.10
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Keep fixed header clear of the WordPress admin bar (front-end + Customizer preview). */
body.admin-bar #tmt-app header {
	top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app header {
		top: var(--wp-admin--admin-bar--height, 46px);
	}
}
