/*
Theme Name: Valleyfield
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme handcrafted by The Free Website Guys for Valleyfield.
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 below the WordPress admin bar in customizer preview */
body.admin-bar .tmt-site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}
body.admin-bar .tmt-site-header.is-pill {
  top: calc(var(--wp-admin--admin-bar--height, 32px) + 0.75rem);
}
@media (min-width: 640px) {
  body.admin-bar .tmt-site-header.is-pill {
    top: calc(var(--wp-admin--admin-bar--height, 32px) + 1rem);
  }
}

/* Prevent WordPress icon fonts from overriding theme arrows */
#tmt-app .arrow-nudge [data-arrow] {
  font-family: inherit !important;
}
#tmt-app .arrow-nudge [data-arrow]::before,
#tmt-app .arrow-nudge [data-arrow]::after {
  content: none !important;
  display: none !important;
}
