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

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

button,
[role="button"],
a,
summary,
label[for],
select,
input[type="submit"],
input[type="button"],
input[type="reset"],
.cursor-pointer {
  cursor: pointer;
}

html.admin-bar {
  margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
  html.admin-bar {
    margin-top: 46px !important;
  }
}

body.admin-bar #tmt-app header.fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app header.fixed {
    top: 46px;
  }
}
