/*
Theme Name: A&B Optical
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for A&B Optical, designed and built by The Free Website Guys. A modern single-page experience with full Customizer support for easy content editing.
Version: 1.1.3
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 below the WordPress admin bar in preview and logged-in views. */
body.admin-bar .tmt-site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .tmt-site-header {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}
