.closebtn {
  position: absolute;
  right: 25px;
}
.closebtn svg {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #FFF;
}

.admin-bar .mobile-menu-sidebar.right, .admin-bar .mobile-menu-sidebar.left {
  top: 32px;
}
.admin-bar .mobile-menu-sidebar.top {
  top: -100vw;
  left: unset;
}
.admin-bar .mobile-menu-sidebar.top.opened {
  top: 32px;
}
.admin-bar .mobile-menu-sidebar.bottom.opened {
  bottom: -32px;
}

.mobile-menu-sidebar {
  position: fixed;
  left: -10000px; /* Dont change!! */
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 30px;
  background-color: #7798a4;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: left 0.3s ease, right 0.3s linear;
  -moz-transition: left 0.3s ease, right 0.3s linear;
  -o-transition: left 0.3s ease, right 0.3s linear;
  transition: left 0.3s ease, right 0.3s linear;
  -webkit-box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.3);
}
.mobile-menu-sidebar.left {
  left: -100%;
  top: 0;
}
.mobile-menu-sidebar.left.opened {
  left: 0;
}
.mobile-menu-sidebar.right {
  right: -100%;
  left: unset;
  top: 0;
}
.mobile-menu-sidebar.right.opened {
  right: 0;
}
.mobile-menu-sidebar.top {
  top: -100%;
  left: unset;
  -webkit-transition: top 0.3s ease, bottom 0.3s linear;
  -moz-transition: top 0.3s ease, bottom 0.3s linear;
  -o-transition: top 0.3s ease, bottom 0.3s linear;
  transition: top 0.3s ease, bottom 0.3s linear;
}
.mobile-menu-sidebar.top.opened {
  top: 0;
}
.mobile-menu-sidebar.bottom {
  top: unset;
  bottom: -100%;
  left: unset;
  -webkit-transition: bottom 0.3s linear, top 0.3s ease;
  -moz-transition: bottom 0.3s linear, top 0.3s ease;
  -o-transition: bottom 0.3s linear, top 0.3s ease;
  transition: bottom 0.3s linear, top 0.3s ease;
}
.mobile-menu-sidebar.bottom.opened {
  bottom: 0;
}
.mobile-menu-sidebar.menu-fixed-width {
  width: 700px;
}
.mobile-menu-sidebar.menu-fixed-width li.menu-item-has-children > .sub-menu {
  width: 640px !important;
}
.mobile-menu-sidebar ul {
  list-style: none;
  position: relative;
  margin-bottom: 50px;
}
.mobile-menu-sidebar ul li {
  display: flex;
  align-items: center;
  position: relative;
  user-select: none;
}
.mobile-menu-sidebar ul li a {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 30px;
  line-height: 60px;
  color: #FFF;
  display: flex;
  align-items: center;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.mobile-menu-sidebar ul li a::before {
  content: "";
  height: 3px;
  width: 10px;
  background-color: #dce11f;
  display: inline-block;
  margin-right: 10px;
}
.mobile-menu-sidebar ul li.current-menu-ancestor > a, .mobile-menu-sidebar ul li.current-menu-item > a, .mobile-menu-sidebar ul li a:hover {
  color: #dce11f;
}
.mobile-menu-sidebar ul li.menu-item-has-children {
  cursor: pointer;
}
.mobile-menu-sidebar ul li.menu-item-has-children.open {
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu-sidebar ul li.menu-item-has-children .submenu-toggle {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.mobile-menu-sidebar ul li.menu-item-has-children .submenu-toggle:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ddff00' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
  cursor: pointer;
}
.mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: 0;
  cursor: initial;
  z-index: 999;
}
.mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu li.current-menu-ancestor > a,
.mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu li.current-menu-item > a,
.mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu li a:hover {
  color: #FFF;
  background-color: #0a8a89;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu a {
  border-bottom: 3px solid rgba(136, 161, 165, 0.1);
  width: 100%;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu .close-submenu {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu .close-submenu:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23000' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu-sidebar.slide .menu-item-has-children .sub-menu {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100vw;
  margin: 0;
}
.mobile-menu-sidebar.slide .menu-item-has-children.open > .sub-menu {
  height: 100vh;
}
.mobile-menu-sidebar.fade .menu-item-has-children.open .sub-menu {
  height: 100vh;
}
.mobile-menu-sidebar.fade .menu-item-has-children.right .sub-menu {
  left: unset;
}
.mobile-menu-sidebar.expand .menu-item-has-children {
  flex-direction: column;
  align-items: flex-start;
}
.mobile-menu-sidebar.expand .menu-item-has-children > .submenu-toggle {
  top: 20px;
}
.mobile-menu-sidebar.expand .menu-item-has-children > .submenu-toggle:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: rotateZ(90deg);
}
.mobile-menu-sidebar.expand .menu-item-has-children.open > .submenu-toggle:after {
  transform: rotateZ(270deg);
}
.mobile-menu-sidebar.expand .menu-item-has-children .sub-menu {
  position: relative;
  height: unset;
  padding: 0 0 0 20px;
}
.mobile-menu-sidebar.expand .menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 700px) {
  .mobile-menu-sidebar.menu-fixed-width {
    width: 100%;
  }
  .mobile-menu-sidebar.menu-fixed-width li.menu-item-has-children > .sub-menu {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu-sidebar ul li a {
    font-size: 20px;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu a {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .mobile-menu-sidebar ul li a {
    font-size: 18px;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu a {
    font-size: 16px;
  }
}

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