/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blocks/full-screen-navigation-toggle/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-lithium-full-screen-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wp-block-lithium-full-screen-toggle-button {
  border: 0;
  font-family: var(--wp--custom--font-nav);
  font-weight: 300;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  color: currentColor;
  padding-top: 0;
  position: relative;
}
.wp-block-lithium-full-screen-toggle-button:hover, .wp-block-lithium-full-screen-toggle-button:focus, .wp-block-lithium-full-screen-toggle-button:active {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.25rem;
  color: white;
}
.wp-block-lithium-full-screen-toggle.is-active-menu .wp-block-lithium-full-screen-menu {
  display: block;
}
.wp-block-lithium-full-screen-toggle.is-active-menu .wp-block-lithium-full-screen-toggle-button {
  background-color: transparent;
  border-radius: 50%;
}
.wp-block-lithium-full-screen-toggle .wp-block-lithium-full-screen-close-button {
  position: absolute;
  right: 5rem;
  top: 5rem;
  z-index: 900;
  background: none;
  border: 0;
  color: white;
}
.wp-block-lithium-full-screen-toggle .wp-block-lithium-full-screen-close-button svg {
  width: 2rem;
  height: 2rem;
  display: block;
  fill: currentColor;
}
.wp-block-lithium-full-screen-toggle .wp-block-lithium-full-screen-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 888;
}
.wp-block-lithium-full-screen-toggle .wp-block-lithium-full-screen-menu .wp-block-cover > img {
  filter: blur(12px);
}
.wp-block-lithium-full-screen-toggle.is-selected .block-editor-inner-blocks, .wp-block-lithium-full-screen-toggle.has-child-selected .block-editor-inner-blocks {
  position: fixed;
  width: 100%;
  margin-top: 0.5rem;
  display: block;
  z-index: 800;
  background-color: white;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-lithium-full-screen-toggle .block-editor-inner-blocks {
  display: none;
}
.wp-block-lithium-full-screen-toggle.is-active-menu .menu-toggler {
  transform: rotate(-90deg);
}
.wp-block-lithium-full-screen-toggle.is-active-menu .menu-toggler .menu-toggle {
  opacity: 0;
  width: calc(100% - 0.6em);
}
.wp-block-lithium-full-screen-toggle.is-active-menu .menu-toggler .menu-toggle:nth-of-type(3) {
  margin-top: 0 !important;
  margin-left: 0.25em;
  opacity: 1;
  transform: rotate(45deg);
}
.wp-block-lithium-full-screen-toggle.is-active-menu .menu-toggler .menu-toggle:last-of-type {
  margin-top: 0 !important;
  margin-left: 0.25em;
  opacity: 1;
  transform: rotate(-45deg);
}
.wp-block-lithium-full-screen-toggle .menu-toggler {
  width: 2rem;
  display: block;
  padding: 0.7125em 0.25em;
  background: none;
  transition: all 200ms ease-out 100ms;
  border: 0;
  font-size: 16px;
  z-index: 400;
}
.wp-block-lithium-full-screen-toggle .menu-toggler:hover .menu-toggle {
  width: calc(100% - 0.6em);
}
.wp-block-lithium-full-screen-toggle .menu-toggler:hover .menu-toggle:nth-child(4) {
  width: 100%;
}
.wp-block-lithium-full-screen-toggle .menu-toggler .menu-toggle {
  transition: all 100ms ease-out;
  width: 100%;
  height: 0;
  will-change: border, width;
  border-top: 2px solid currentColor;
  display: block;
}
.wp-block-lithium-full-screen-toggle .menu-toggler .menu-toggle:nth-child(3) {
  transition: none;
}
.menu-open .wp-block-lithium-full-screen-toggle .menu-toggler .menu-toggle {
  border-top: 2px solid currentColor;
}
@media screen and (min-width: 600px) {
  .wp-block-lithium-full-screen-toggle .menu-toggler .menu-toggle {
    border-top: 3px solid currentColor;
  }
  .menu-open .wp-block-lithium-full-screen-toggle .menu-toggler .menu-toggle {
    border-top: 3px solid currentColor;
  }
}
.wp-block-lithium-full-screen-toggle .menu-toggler .menu-toggle + .menu-toggle {
  margin-top: 0.5em;
}

/*# sourceMappingURL=style-full-screen-navigation-toggle.css.map*/