/*
Theme Name: Carolina Perez Forest Ivory
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for Carolina Perez Forest Ivory, handcrafted by The Free Website Guys.
Version: 1.0.3
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Admin bar + fixed header */
@media screen and (max-width: 600px) {
  body.admin-bar #wpadminbar,
  html.admin-bar #wpadminbar {
    position: fixed !important;
  }
}

body.admin-bar #tmt-site-header,
html.admin-bar #tmt-site-header {
  top: var(--wp-admin--admin-bar--height, 32px) !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar #tmt-site-header,
  html.admin-bar #tmt-site-header {
    top: var(--wp-admin--admin-bar--height, 46px) !important;
  }
}

body.admin-bar .tmt-mobile-menu-overlay,
html.admin-bar .tmt-mobile-menu-overlay {
  top: var(--wp-admin--admin-bar--height, 32px) !important;
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 32px)) !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .tmt-mobile-menu-overlay,
  html.admin-bar .tmt-mobile-menu-overlay {
    top: var(--wp-admin--admin-bar--height, 46px) !important;
    height: calc(100dvh - var(--wp-admin--admin-bar--height, 46px)) !important;
  }
}
