/*
Theme Name: The Veloc
Theme URI: https://theveloc.com
Description: Custom WordPress theme for The Veloc.
Version: 1.0.0
Author: The Veloc Team
Text Domain: the-veloc
*/

/* WordPress Admin Bar Compatibility */
#wpadminbar {
  z-index: 99999 !important;
}
body.admin-bar header.fixed {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar header.fixed {
    top: 46px !important;
  }
}
