/*
Theme Name: Todd Brinlee
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme for Todd Brinlee, handcrafted by The Free Website Guys. Features a fully customizable single-page layout with hero video, expertise pillars, work showcase, contact form, and a complete color system managed through the Customizer.
Version: 1.1.1
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }

/* Offset fixed header and scroll progress below the WordPress admin bar */
body.admin-bar {
  --tmt-admin-bar-offset: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-admin-bar-offset: var(--wp-admin--admin-bar--height, 46px);
  }
}

body.admin-bar .tmt-site-header,
body.admin-bar .tmt-scroll-progress {
  top: var(--tmt-admin-bar-offset, 0px);
}
