/* mini calendar */


.site-menu p {
  margin: 0;
  padding: 0;
}

.site-menu {
  top: calc(-100% + 60px);
  left: 0;
  font-size: 2rem;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 5px;
  z-index: 9;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  /*   box-shadow: 0 4px 4px rgba(0,0,0,0.1); */
  transition: all 0.3s ease;
}

.site-menu-active {
  display: block !important;
  min-height: 100vh;
  height: 100% !important;
  /*   min-width: calc(100vw - 30px);
  width: calc(100vw - 30px); */
  max-width: calc(100vw - 2rem);
  /*   max-width: 100vw; */
  overflow-y: scroll !important;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
  top: 0 !important;
  z-index: 9;
  transition: all 0.3s ease;
  padding-top: 6rem;
}

.site-menu-nav-button {
  margin-top: 15px;
  cursor: pointer;
  transform-origin: left top;
  min-height: 60px;
  min-width: 120px;
}




/**
Sidebar mini calendar fixes 
*/

.site-menu .em {
  font-size: 1.3rem !important;
}

.site-menu .em-view-container {
  max-width: 250px;
}


.site-menu #em-calendar-2586>section.em-cal-nav>div.month.input>form>input {
  font-size: 12px !important;
}

.site-menu .em.em-calendar section.em-cal-days {
  font-family: var(--wp--preset--font-family--abel);
}

/* when mopbile actrive scale */
.site-menu-active .em-view-container {
  width: 100%;
  max-width: 80% !important;
  margin: 0 auto;
}

.site-menu-active .em-cal-day-date span {
  font-weight: 600;
  font-size: 1.1rem;
}

.site-menu-active form:first {
  padding: 0;
  position: relative;
  left: 0px;
  height: 2.5rem;
  border: 1px solid;
  margin: 1rem 0;
}

.site-menu-active .wp-block-search {
  margin: 1.8rem 0;
  width: fit-content;
}

.site-menu-active .wp-block-search__input {
  font-size: 1.5rem;

}

.site-menu-active button {
  /*   transform: scale(1.5); */
  opacity: 0.5;
}

.site-menu-active .n2g {
  margin-top: 3rem;
  max-width: 100%;
  line-height: 1.1;

  width: 100%;
  padding-bottom: 25vh;
  font-size: 1.3rem;
}

.site-menu-active .n2g input {
  width: 100%;
  font-size: 1.25rem !important;
}

.site-menu-active .n2g .checkbox-inline {
  margin: 2.5rem 0 !important;
  transform: scale(1.25);
  transform-origin: top left;
}

.site-menu-active .eventCategoryListWrap {
  width: fit-content !important;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}


/***********************************************************
*
*     Navigation
*
***********************************************************/

/* size fix for responsive menus hamburger alternative */
.wp-block-navigation__responsive-container-open {
  width: 100%;
  height: 80px;
}

.wp-block-navigation__responsive-container-open svg {
  /*   height: 100px;
  width: 300px;
  margin: 15px; */
}

.bee-svg {
  fill: var(--wp--preset--color--primary);
  /*   height: 100px;
  width: 300px; */
}

.bee-svg-text {
  font-size: 5rem;
  font-weight: 600;
}

.site-menu-active .site-menu-title {
  font-family: var(--wp--preset--font-family--allerta-stencil);
  color: var(--wp--preset--color--primary);
  font-weight: var(--uep-font-weight-bold);
}

@media (min-width: 992px) {
  .site-menu-nav-button {
    display: none;
  }

  .site-menu {
    margin: 0 auto;

    width: 300px;
    min-height: 500px;
    border-left: 2px solid var(--wp--preset--color--primary);
    padding-left: 40px;
    font-size: 1.3rem;
    position: relative;
    max-width: none;
    max-height: none;
    height: auto;
    display: block;
    top: 0;
  }


}


/***********************************************************
*
*     ASIDE Menu & Mobile Nav
*
***********************************************************/
.active_mobile_menu {
  position: absolute;
  top: 0px;
  right: 0;
  width: 3rem;
  height: 3rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 1rem;
}

.nav_activate {
  display: block !important;
  height: 3rem;
  width: 3rem;
}

.nav_deactivate {
  display: none;
}