/*
Theme Name: Schulthies Bookkeeping
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme for Schulthies Bookkeeping, handcrafted by The Free Website Guys. Features a fully editable single-page layout with live color controls, media library integration, and section-by-section content management 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; }

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

#tmt-app {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

#wpadminbar {
  max-width: 100%;
  overflow-x: hidden;
}

/* Offset fixed header when the WordPress admin bar is visible */
body.admin-bar #tmt-app header,
body.admin-bar #tmt-app .mobile-menu-overlay {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app header,
  body.admin-bar #tmt-app .mobile-menu-overlay {
    top: 46px !important;
  }
}
