@media screen and (max-width: 1400px) {
  .mobile-menu-sidebar .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .mobile-menu-sidebar .menu-toggle svg {
    color: #002d2b;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .mobile-menu-sidebar .menu-toggle:hover {
    background-color: #00c0b7;
  }
  .mobile-menu-sidebar .menu-toggle:hover svg {
    color: #FFF;
  }
  .admin-bar .mobile-menu-sidebar.right {
    top: 32px;
  }
  .mobile-menu-sidebar {
    position: fixed;
    left: -10000px; /* Dont change!! */
    width: 100%;
    height: 100%;
    z-index: 1005;
    padding: 73px;
    background-color: #002d2b;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: right 0.3s ease-out;
    -moz-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
  }
  .mobile-menu-sidebar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 223.44 223.43'%3E%3Cpath d='m223.44,74.5V0c-58.89.52-115.81,24.06-157.63,65.88C23.36,108.32.38,163.76,0,223.43h74.18c.21-39.82,15.85-76.82,44.11-105.08,28.23-28.23,65.27-43.83,105.15-43.85Z' style='fill:%231A4241FF; stroke-width:0px;'/%3E%3Cpath d='m183.69,183.76c10.9-10.9,25.36-16.22,39.74-15.99v-74.86c-33.45-.23-66.96,12.44-92.56,38.04-25.54,25.54-38.13,59.07-37.9,92.49h74.73c-.22-14.36,5.1-28.79,15.98-39.67Z' style='fill:%231A4241FF; stroke-width:0px;'/%3E%3C/svg%3E");
    z-index: -1;
  }
  .mobile-menu-sidebar.right {
    right: -100%;
    left: unset;
    top: 0;
  }
  .mobile-menu-sidebar.right.opened {
    right: 0;
  }
  .mobile-menu-sidebar.menu-fixed-width {
    width: 600px;
  }
  .mobile-menu-sidebar h3.widget-title {
    color: #FFF;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 33px;
  }
  .mobile-menu-sidebar .widget_sd_widget_button {
    margin-top: 44px;
  }
  .mobile-menu-sidebar .mobile-menu-2 ul {
    border-top: 0 solid #1a4241;
  }
  .mobile-menu-sidebar ul {
    list-style: none;
    margin-bottom: 0;
    border-top: 1px solid #1a4241;
    -webkit-transition: border-top 0.3s ease-out;
    -moz-transition: border-top 0.3s ease-out;
    -o-transition: border-top 0.3s ease-out;
    transition: border-top 0.3s ease-out;
  }
  .mobile-menu-sidebar ul:has(.close-submenu:not(.open)) {
    border-top: 0 solid #1a4241;
  }
  .mobile-menu-sidebar ul li {
    display: flex;
    align-items: center;
    user-select: none;
    border-bottom: 1px solid #1a4241;
    padding: 5px 0;
  }
  .mobile-menu-sidebar ul li a {
    color: #FFF;
    line-height: 50px;
    position: relative;
    padding-left: 22px;
    -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.current-menu-ancestor > a, .mobile-menu-sidebar ul li.current-menu-item > a, .mobile-menu-sidebar ul li a:hover {
    text-decoration: underline;
  }
  .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: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .mobile-menu-sidebar ul li.menu-item-has-children .submenu-toggle:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 10.7' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3,5.3L0.2,1.3C0.1,1.1,0,1,0,0.7c0-0.2,0.1-0.4,0.2-0.5C0.4,0.1,0.5,0,0.7,0s0.4,0.1,0.5,0.2l4.5,4.5 C5.9,4.8,5.9,4.9,6,5C6,5.1,6,5.2,6,5.3C6,5.5,6,5.6,6,5.7c0,0.1-0.1,0.2-0.2,0.3l-4.5,4.5c-0.1,0.1-0.3,0.2-0.5,0.2 c-0.2,0-0.4-0.1-0.5-0.2C0.1,10.3,0,10.2,0,9.9s0.1-0.4,0.2-0.5L4.3,5.3z' fill='%23fff' /%3E%3C/svg%3E");
    cursor: pointer;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 148px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #002d2b;
    width: 100%;
    margin-bottom: 0;
    padding: 0 73px 73px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 0;
    cursor: initial;
    z-index: 999;
    border-top: none;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu li:first-of-type {
    border-top: 1px solid #1a4241;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu .close-submenu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    margin-bottom: 33px;
    color: #FFF;
  }
  .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 viewBox='0 0 6 10.7' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7,5.3l4.1,4.1C5.9,9.6,6,9.7,6,9.9c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.4-0.1-0.5-0.2 L0.3,6C0.2,5.9,0.1,5.8,0.1,5.7C0,5.6,0,5.5,0,5.3C0,5.2,0,5.1,0.1,5c0-0.1,0.1-0.2,0.2-0.3l4.5-4.5C4.9,0.1,5.1,0,5.3,0 c0.2,0,0.4,0.1,0.5,0.2C5.9,0.4,6,0.5,6,0.7S5.9,1.1,5.8,1.3L1.7,5.3z' fill='%23fff' /%3E%3C/svg%3E");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobile-menu-sidebar.slide {
    overflow: hidden;
  }
  .mobile-menu-sidebar.slide .menu-item-has-children .sub-menu {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    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: 11px;
  }
  .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(0deg);
  }
  .mobile-menu-sidebar.expand .menu-item-has-children.open > .submenu-toggle:after {
    transform: rotateZ(90deg);
  }
  .mobile-menu-sidebar.expand .menu-item-has-children .sub-menu {
    position: relative;
    height: unset;
    padding: 0 0 0 10px;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1400px) {
  .mobile-menu-sidebar,
  .mobile-menu-sidebar.opened,
  .mobile-menu-sidebar.closed,
  .mobile-menu-sidebar .closebtn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .mobile-menu-sidebar {
    padding: 44px;
  }
  .mobile-menu-sidebar h3.widget-title {
    font-size: 20px;
    line-height: 25px;
  }
  .mobile-menu-sidebar ul li a {
    line-height: 45px;
    padding: 0 15px;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu {
    top: 115px;
    padding: 0 44px 44px;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children .submenu-toggle {
    right: 60px;
  }
  .mobile-menu-sidebar:after {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .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: 450px) {
  .mobile-menu-sidebar {
    padding: 44px 22px;
  }
  .mobile-menu-sidebar:after {
    display: none;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu {
    padding: 0 22px 22px;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children .submenu-toggle {
    right: 37px;
  }
}

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