/* Loaded only for Voyager templates, after the existing theme styles. */
.voyager-wordpress { margin: 0; }
.voyager-wordpress #site { max-width: none; }
.voyager-wordpress.admin-bar .site-header { top: 32px; }
.voyager-wordpress.admin-bar .mega-menu { top: calc(var(--header) + 32px); }
@media (max-width: 782px) {
  .voyager-wordpress.admin-bar .site-header { top: 46px; }
  .voyager-wordpress.admin-bar .mega-menu { top: calc(var(--header) + 46px); }
}
@media (max-width: 600px) {
  .voyager-wordpress #wpadminbar { position: fixed; }
}
