/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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.
 */
/* Offcanvas */
.wp-block-digital-hill-dhwp-offcanvas-menu {
  /* background-color: #21759b;
  color: #fff;
  padding: 2px; */
  display: inline-block;
  width: auto;
  border: 0 !important;
  padding: 2px;
  position: relative;
  z-index: 3;
}

/* Offcanvas */
.wp-block-group.dh-offcanvas,
body.dh-offcanvas {
  position: fixed;
  /* background: rgba(23, 23, 23, 0.85); */
  background: var(--wp--preset--color--base-2);
  background-size: 100% 100%;
  /* backdrop-filter: blur(14px); */
  top: -100vh;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  height: 100vh;
  width: 100%;
  overflow: visible;
  z-index: 10;
  box-sizing: border-box;
  filter: blur(0px);
  /* display: none; */
  transition: all 0.4s ease;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* Admin Styles */
body.wp-admin .wp-block-group.dh-offcanvas,
body.block-editor-iframe__body .wp-block-group.dh-offcanvas {
  position: relative !important;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  height: auto;
  width: 100%;
}

.wp-block-group.dh-offcanvas > *,
body.dh-offcanvas > * {
  opacity: 0;
  transition: opacity 0.4s ease-in-out 0.4;
  z-index: 2;
}

body.block-editor-iframe__body .wp-block-group.dh-offcanvas > * {
  opacity: 1;
}

.wp-block-group.dh-offcanvas.top,
body.dh-offcanvas.top {
  top: -100vh;
  bottom: 0;
  right: 0;
  left: 0;
}

.wp-block-group.dh-offcanvas.bottom,
body.dh-offcanvas.bottom {
  top: 100vh;
  bottom: -100vh;
  right: 0;
  left: 0;
}

.wp-block-group.dh-offcanvas.left,
body.dh-offcanvas.left {
  top: 0;
  bottom: 0;
  right: 100vw;
  left: -100vw;
}

.wp-block-group.dh-offcanvas.right,
body.dh-offcanvas.right {
  top: 0;
  bottom: 0;
  right: -100vw;
  left: 100vw;
}

.wp-block-group.dh-offcanvas.is-active,
body.dh-offcanvas.is-active {
  display: grid;
  grid-template-columns: 1fr;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  align-items: center;
  justify-items: center;
  height: 100vh;
  width: 100vw;
  visibility: visible;
  /* background: rgba(0,0,0,0.1);
  backdrop-filter: blur(6px); */
  z-index: 11;
}

.wp-block-group.dh-offcanvas.is-active > *,
body.dh-offcanvas.is-active > * {
  opacity: 1;
}

.wp-block-group.dh-offcanvas.is-active > .wp-block-group {
  width: 100%;
}

/* Hamburger Button */
.hamburger {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

body > .hamburger {
  position: fixed;
  right: auto;
  top: 0;
  left: -70px;
  z-index: 11;
}

.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger_text {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* ONE */
#hamburger-a.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-a.is-active .line:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

#hamburger-a.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

/* TWO */
#hamburger-b.is-active .line:nth-child(1) {
  transform: translateY(13px);
}

#hamburger-b.is-active .line:nth-child(3) {
  transform: translateY(-13px);
}

/* THREE */
#hamburger-c.is-active .line:nth-child(1),
#hamburger-c.is-active .line:nth-child(3) {
  width: 40px;
}

#hamburger-c.is-active .line:nth-child(1) {
  transform: translateX(-10px) rotate(-45deg);
}

#hamburger-c.is-active .line:nth-child(3) {
  transform: translateX(-10px) rotate(45deg);
}

/* FOUR */
#hamburger-d.is-active .line:nth-child(1),
#hamburger-d.is-active .line:nth-child(3) {
  width: 40px;
}

#hamburger-d.is-active .line:nth-child(1) {
  transform: translateX(10px) rotate(45deg);
}

#hamburger-d.is-active .line:nth-child(3) {
  transform: translateX(10px) rotate(-45deg);
}

/* FIVE */
body > #hamburger-e.is-active {
  margin-top: 8px !important;
  margin-left: -8px !important;
  opacity: 1;
}

body > #hamburger-e:not(.is-active) {
  margin-top: 0px !important;
  margin-left: 0px !important;
  opacity: 0;
}

#hamburger-e.is-active {
  transform: rotate(90deg);
}

#hamburger-e.is-active .line:nth-child(2) {
  transition: none;
}

#hamburger-e .line:nth-child(2) {
  transition-delay: 0.3s;
}

#hamburger-e.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-e.is-active .line:nth-child(1),
#hamburger-e.is-active .line:nth-child(3) {
  width: 35px;
  transform-origin: right;
}

#hamburger-e.is-active .line:nth-child(1) {
  transform: translateY(15px) rotate(45deg);
}

#hamburger-e.is-active .line:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
}

/* SIX */
#hamburger-f.is-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
  opacity: 1;
}

body > #hamburger-f.is-active {
  opacity: 1;
}

body > #hamburger-f:not(.is-active) {
  opacity: 0;
}

#hamburger-f.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-f.is-active .line:nth-child(1),
#hamburger-f.is-active .line:nth-child(3) {
  transition-delay: 0.3s;
}

#hamburger-f.is-active .line:nth-child(1) {
  transform: translateY(13px);
}

#hamburger-f.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(90deg);
}

/* SEVEN */
#hamburger-g.is-active .line:nth-child(1) {
  width: 30px;
}

#hamburger-g.is-active .line:nth-child(2) {
  width: 40px;
}

#hamburger-g.is-active .line {
  transform: rotate(30deg);
}

/* EIGHT */
#hamburger-h.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-h.is-active .line:nth-child(1) {
  transform: translateY(13px);
}

#hamburger-h.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(90deg);
}

/* NINE */
#hamburger-i {
  /* position: relative; */
  transition: all 0.3s ease-in-out;
}

#hamburger-i.is-active {
  transform: rotate(45deg);
}

body > #hamburger-i.is-active {
  margin-top: 9px !important;
  margin-left: 7px !important;
  opacity: 1;
}

body > #hamburger-i:not(.is-active) {
  margin-top: 9px !important;
  margin-left: 7px !important;
  opacity: 0;
}

#hamburger-i:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

#hamburger-i.is-active:before {
  border: 5px solid #ecf0f1;
}

#hamburger-i.is-active .line {
  width: 35px;
}

#hamburger-i.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-i.is-active .line:nth-child(1) {
  transform: translateY(13px);
}

#hamburger-i.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(90deg);
}

/* TEN */
#hamburger-j {
  transition: all 0.3s ease-in-out;
}

#hamburger-j.is-active {
  transform: rotate(90deg);
}

body > #hamburger-j.is-active {
  margin-top: 9px !important;
  margin-left: -6px !important;
  opacity: 1;
}

body > #hamburger-j:not(.is-active) {
  margin-top: 9px !important;
  margin-left: -6px !important;
  opacity: 0;
}

#hamburger-j.is-active .line:nth-child(1) {
  width: 30px;
}

#hamburger-j.is-active .line:nth-child(2) {
  width: 40px;
}

/* ELEVEN */
#hamburger-k {
  transition: all 0.3s ease-in-out;
}

#hamburger-k.is-active {
  animation: smallbig 0.6s forwards;
}

body > #hamburger-k.is-active {
  margin-top: -24px !important;
  margin-left: -28px !important;
  opacity: 1;
}

body > #hamburger-k:not(.is-active) {
  margin-top: -24px !important;
  margin-left: -28px !important;
  opacity: 0;
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
#hamburger-k.is-active .line:nth-child(1),
#hamburger-k.is-active .line:nth-child(2),
#hamburger-k.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger-k.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-k.is-active .line:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

#hamburger-k.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

/* TWELVE */
#hamburger-l.is-active .line:nth-child(1) {
  opacity: 0;
  transform: translateX(-100%);
}

#hamburger-l.is-active .line:nth-child(3) {
  opacity: 0;
  transform: translateX(100%);
}

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