/*
Theme Name: Multi-Trade Services
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Multi-Trade Services 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; }

/* Clickable elements show the hand cursor */
a[href],
button:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
input[type="submit"]:not(:disabled),
input[type="button"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="image"]:not(:disabled),
label[for],
select:not(:disabled),
summary {
  cursor: pointer;
}

/* Fixed site header sits below the WordPress admin bar */
body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  /* Admin bar becomes absolute and scrolls away on small screens */
  body.admin-bar .site-header {
    top: 0;
  }
}
