/*
Theme Name: Uniquely You
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Uniquely You project.
Version: 1.0.7
License: GNU General Public License v2 or later
Text Domain: tmt
*/

body.admin-bar.admin-bar-offset #tmt-app .tmt-site-header,
body.admin-bar.admin-bar-offset #tmt-app .scroll-progress,
body.admin-bar.admin-bar-offset #tmt-app .tmt-mobile-drawer {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar.admin-bar-offset #tmt-app .tmt-site-header,
  body.admin-bar.admin-bar-offset #tmt-app .scroll-progress,
  body.admin-bar.admin-bar-offset #tmt-app .tmt-mobile-drawer {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }
