/*
Theme Name: Passionate Edge Events
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Passionate Edge Events 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 fixed header and mobile menu below #wpadminbar */
body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .site-mobile-menu {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .site-mobile-menu {
    top: 46px;
  }
}

/* Anchor scroll offset: site header + admin bar */
html.admin-bar {
  scroll-padding-top: calc(5rem + 32px);
}

@media (min-width: 1024px) {
  html.admin-bar {
    scroll-padding-top: calc(6rem + 32px);
  }
}

@media screen and (max-width: 782px) {
  html.admin-bar {
    scroll-padding-top: calc(5rem + 46px);
  }
}
