/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/navbar-submenu/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.
 */
.submenu__button {
  display: inline-flex;
  padding: 0em;
  text-align: left;
  background-color: unset;
  border: none;
}

.submenu__button .arrow span,
.submenu__button .arrow span {
  transition: 300ms;
}

.submenu__button:hover .arrow span,
.submenu__button:focus .arrow span {
  background-color: rgb(111, 232, 253);
}

.submenu__dropdown {
  display: none;
  position: relative;
  margin-left: 1em;
  list-style: none;
}

.submenu__dropdown.open {
  display: block;
}

.submenu__dropdown a {
  font-size: 1.5em !important;
}

.submenu__dropdown li {
  position: relative;
  margin-left: 1em !important;
}

.submenu__dropdown li::before {
  content: " ";
  position: absolute;
  left: -8%;
  top: 0;
  bottom: 0;
  width: 0px;
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.submenu__click-off {
  display: none;
}

.submenu__arrow-wrap {
  display: inline-block;
  width: 20%;
  font-size: 0.8em;
}

.arrow {
  width: 1.25em;
  height: 0.8em;
  display: inline-block;
  position: relative;
  margin: 0 1rem;
}

.arrow span {
  top: 0.5em;
  position: absolute;
  width: 0.75em;
  height: 0.1em;
  background-color: #efefef;
  display: inline-block;
  transition: all 0.2s ease;
}

.arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}

.arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}

.arrow.active span:first-of-type {
  transform: rotate(-45deg);
}

.arrow.active span:last-of-type {
  transform: rotate(45deg);
}

@media (min-width: 1200px) {
  .arrow {
    margin: 0 0.1rem;
  }
  .submenu__arrow-wrap {
    margin-left: 4%;
  }
  .submenu__dropdown {
    z-index: 6;
    position: absolute;
    top: 100%;
    margin-left: 0em;
    padding: 0em 0em 0.5em 0.5em;
    font-size: 0.9em;
    background: rgb(0, 0, 0);
    word-wrap: nowrap;
  }
  .wp-block-jcc-navbar .navbar.stuck .submenu__dropdown {
    background: rgba(0, 0, 0, 0.6);
  }
  .submenu__dropdown::after {
    top: 7%;
    bottom: 7%;
  }
  .submenu__dropdown li {
    margin-left: 0.3em !important;
    margin-bottom: 0.8em !important;
    margin-top: 0.8em !important;
  }
  .submenu__dropdown li::before {
    left: -4%;
  }
  .submenu__dropdown a {
    display: inline !important;
    font-size: 1.3em !important;
  }
  .submenu__click-off {
    display: none;
    z-index: 5;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .submenu__click-off.open {
    display: block;
  }
}

/*# sourceMappingURL=style-index.css.map*/