/*
Theme Name: Nature's Natural Cleaning Service
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Nature's Natural Cleaning Service project.
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; }

/* Offset fixed header when WordPress admin bar is visible */
.admin-bar .nav {
  top: 32px;
}

.admin-bar .sticky-cta {
  top: calc(72px + 32px);
}

.admin-bar .mobile-menu.is-open {
  max-height: calc(100vh - 88px - 32px);
}

@media screen and (max-width: 782px) {
  .admin-bar .nav {
    top: 46px;
  }

  .admin-bar .sticky-cta {
    top: calc(72px + 46px);
  }

  .admin-bar .mobile-menu.is-open {
    max-height: calc(100vh - 88px - 46px);
  }
}
