/*
Theme Name: The Cyber Advisor
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 The Cyber Advisor — a premium consultancy website for cybersecurity, data, and AI advisory services.
Version: 1.2.1
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

:root {
  --header-height: 72px;
  --wp-admin-bar-height: 0px;
}

body.admin-bar {
  --wp-admin-bar-height: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --wp-admin-bar-height: 46px;
  }
}

/* Offset fixed header below the WordPress admin bar */
body.admin-bar #tmt-app header.fixed {
  top: var(--wp-admin-bar-height);
}
