@charset "UTF-8";
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.nav-primary #toggle-primary,
.toggle {
  z-index: 99999;
  display: none;
}

@media only screen and (min-width: 810px) {
  #genesis-nav-primary {
    display: none;
  }
}
@media only screen and (max-width: 810px) {
  .nav-primary {
    position: relative;
  }

  .nav-primary .toggle {
    position: relative;
    z-index: 99999;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    background-color: #313131;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .nav-primary #toggle-primary:checked + div .menu {
    display: block;
    opacity: 1;
    transition: opacity ease 0.25s;
    -webkit-animation: slide-bottom 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-bottom 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }

  .nav-primary #toggle-primary:checked + div .toggle {
    background-color: #232323;
  }
  .nav-primary #toggle-primary:checked + div .toggle:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #999;
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
  }
}
@media only screen and (max-width: 810px) and (min-width: 600px) {
  .nav-primary #toggle-primary:checked + div .toggle:before {
    width: 40%;
  }
}
@media only screen and (max-width: 810px) {
  .nav-primary #toggle-primary:checked + div .toggle:after {
    content: attr(data-close);
  }
}
@media only screen and (max-width: 810px) {
  .nav-primary .toggle:after {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    content: attr(data-open);
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
}
@media only screen and (max-width: 810px) {
  .nav-primary .menu {
    position: absolute;
    top: 52px;
    opacity: 0;
    width: 100%;
    height: auto;
    right: 0;
    z-index: 9999;
    background-color: #313131;
    display: none;
  }
}

/*# sourceMappingURL=new-responsive-menu-compressed.css.map */
