/*
Theme Name: Know Money Yes Money
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme built by The Free Website Guys for Know Money, Yes Money — financial literacy education, coaching, and speaking.
Version: 1.1.9
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
}

#tmt-app {
  min-height: 100vh;
}

/* Offset fixed header when the WordPress admin bar is visible */
body.admin-bar #tmt-app .tmt-site-header,
html.admin-bar #tmt-app .tmt-site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app .tmt-site-header,
  html.admin-bar #tmt-app .tmt-site-header {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}
