/*
Theme Name: Well Ain't That Sweet
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme built by The Free Website Guys for Well Ain't That Sweet.
Version: 1.0.12
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Hand cursor on clickable elements */
a, button, summary, label[for], [role="button"], [role="link"],
input[type="button"], input[type="submit"], input[type="reset"],
input[type="checkbox"], input[type="radio"], select {
	cursor: pointer;
}
button:disabled, a[aria-disabled="true"], [aria-disabled="true"] {
	cursor: not-allowed;
}

/* Offset fixed header under the WordPress admin bar */
body.admin-bar #tmt-app header.fixed {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app header.fixed {
		top: 46px;
	}
}
