/*!
Theme Name: mikeminidonut
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mikeminidonut
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@media (max-width: 1024px) {
    .grid-full {
        grid-column: 1 / -1;
    }
}
.wpcf7-not-valid-tip {
    display: none;
}

/* Fix for Admin Bar overlap */
.admin-bar .header.sticky {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header.sticky.scrolled {
    top: 0;
  }
  .admin-bar .header.sticky {
      top: 46px;
  }
}

/* Fix for Elementor Editor overlap */
/* body.elementor-editor-active .header {
  position: relative !important;
  background: var(--color-cream);
} */
.header {
    position: relative;
}