/*
Theme Name: Too Woo Karez
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Too Woo Karez project.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* WordPress admin bar offset */
html:root {
  --tmt-admin-bar-height: 0px;
}

body.admin-bar {
  --tmt-admin-bar-height: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-admin-bar-height: var(--wp-admin--admin-bar--height, 46px);
  }
}

body.admin-bar #tmt-app .tmt-site-header {
  top: var(--tmt-admin-bar-height);
}

body.admin-bar .tmt-mobile-menu {
  top: var(--tmt-admin-bar-height);
  height: calc(100dvh - var(--tmt-admin-bar-height));
}

.tmt-mobile-menu {
  width: 100%;
  left: 0;
  right: 0;
}

.tmt-mobile-menu .container-max {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

body.admin-bar #tmt-app .tmt-site-header + *,
body.admin-bar #tmt-app > main > *:first-child {
  scroll-margin-top: calc(5rem + var(--tmt-admin-bar-height));
}
