/*
Theme Name: The Rockstar Group
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from The Rockstar Group project.
Version: 1.0.5
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Clickable affordance on hover */
a[href],
button:not(:disabled):not([disabled]),
[role="button"]:not([aria-disabled="true"]),
input[type="submit"]:not(:disabled),
input[type="button"]:not(:disabled),
input[type="reset"]:not(:disabled),
label[for],
summary,
select:not(:disabled),
.cursor-pointer {
  cursor: pointer;
}

button:disabled,
button[disabled],
[aria-disabled="true"],
input:disabled,
select:disabled {
  cursor: not-allowed;
}

/* Fixed header under WP admin bar */
.admin-bar nav.fixed.top-0 {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar nav.fixed.top-0 {
    top: 46px;
  }
}
