/*
Theme Name: A&J Remodels and Repairs
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme for A&J Remodels and Repairs, handcrafted by The Free Website Guys. Fully editable through the WordPress Customizer with live preview.
Version: 1.1.5
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 the WordPress admin bar is visible */
body.admin-bar #tmt-app > header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app > header {
    top: 46px;
  }
}

/* Pointer cursor on all interactive elements */
a[href],
button:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
label[for],
summary,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="checkbox"],
input[type="radio"],
select {
  cursor: pointer;
}
button:disabled,
[aria-disabled="true"] {
  cursor: not-allowed;
}
input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]),
textarea {
  cursor: text;
}
