/*
Theme Name: Seven 3 Notary
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for Seven 3 Notary, designed and built by The Free Website Guys.
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; }

/* Offset fixed header below the WordPress admin bar when logged in. */
html.admin-bar #tmt-app > header.fixed {
  top: var(--wp-admin--admin-bar--height, 32px) !important;
}

@media screen and (max-width: 1023px) {
  html.admin-bar #tmt-app > header.fixed {
    top: calc(var(--wp-admin--admin-bar--height, 46px) + 12px) !important;
  }

  html.admin-bar .tmt-mobile-nav {
    top: calc(var(--wp-admin--admin-bar--height, 46px) + 110px) !important;
  }
}

/* Pointer cursor on all interactive elements. */
a,
button,
[role="button"],
summary,
input[type="submit"],
input[type="button"],
input[type="reset"],
label[for],
.cursor-pointer {
  cursor: pointer;
}

button:disabled,
input:disabled {
  cursor: not-allowed;
}
