/*
Theme Name: Full Kitchen
Theme URI: https://kitchenmfg.com/
Author: Full Kitchen
Description: Editable WordPress theme for a B2B commercial kitchen equipment website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.3
Text Domain: aster-kitchenware
*/

.alignwide,
.alignfull {
  max-width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.current-menu-item > a,
.current-menu-ancestor > .nav-dropdown__trigger {
  color: var(--color-blue);
}

.site-nav .nav-dropdown__menu a {
  font-size: 0.92rem;
}

.wp-block-image img {
  height: auto;
}

.wp-block-button__link {
  border-radius: 6px;
  background: var(--color-blue-dark);
  font-weight: 800;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
