@media screen and (max-width: 1199px) {
  .admin-bar .mobile-menu-sidebar.right {
    top: 32px;
  }
  .mobile-menu-sidebar {
    position: fixed;
    left: -10000px; /* Dont change!! */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 44px 0;
    background-color: #f2fafe;
    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.right {
    right: -100%;
    left: unset;
    top: 0;
  }
  .mobile-menu-sidebar.right.opened {
    right: 0;
  }
  .mobile-menu-sidebar h3.widget-title {
    font-size: 18px;
    color: #1c1c1c;
    margin-bottom: 15px;
  }
  .mobile-menu-sidebar ul {
    list-style: none;
    position: relative;
    margin-bottom: 44px;
    padding: 33px;
    background-color: #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 500px;
  }
  .mobile-menu-sidebar ul li {
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
  }
  .mobile-menu-sidebar ul li a {
    color: #1c1c1c;
    position: relative;
    line-height: 40px;
    font-size: 18px;
  }
  .mobile-menu-sidebar ul li.current-menu-ancestor > a, .mobile-menu-sidebar ul li.current-menu-item > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
  }
  .mobile-menu-sidebar ul li.current-menu-ancestor > a:after, .mobile-menu-sidebar ul li.current-menu-item > a:after {
    content: "";
    display: block;
    position: relative;
    bottom: -2px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #0097e2;
  }
  .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: 15px;
    height: 15px;
  }
  .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: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 8.4' style='enable-background:new 0 0 15 8.4;' xml:space='preserve'%3E%3Cpath fill='%230097e2' d='M7.6,6l5.6-5.7C13.5,0.1,13.6,0,14,0c0.3,0,0.6,0.1,0.7,0.3C14.9,0.6,15,0.7,15,1s-0.1,0.6-0.3,0.7L8.4,8 C8.3,8.3,8.1,8.3,8,8.4c-0.1,0-0.3,0-0.4,0c-0.3,0-0.4,0-0.6,0S6.7,8.3,6.6,8.1L0.3,1.8C0.1,1.7,0,1.4,0,1.1s0.1-0.6,0.3-0.7 C0.6,0.1,0.7,0,1.1,0s0.6,0.1,0.7,0.3L7.6,6z'/%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;
    background-color: #FFF;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: initial;
    z-index: 999;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu li a {
    font-size: 16px;
    line-height: 35px;
  }
  .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.expand .menu-item-has-children {
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children > .submenu-toggle {
    top: 13px;
  }
  .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(180deg);
  }
  .mobile-menu-sidebar.expand .menu-item-has-children .sub-menu {
    position: relative;
    height: unset;
    padding: 5px 0 0;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
  }
  .widget_sd_widget_mobile_menu {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-menu-sidebar,
  .mobile-menu-sidebar.opened,
  .mobile-menu-sidebar.closed {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .mobile-menu-sidebar h3.widget-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .mobile-menu-sidebar .widget_nav_menu {
    width: 100%;
    padding: 0 15px;
  }
  .mobile-menu-sidebar ul {
    width: 100%;
    padding: 22px;
    margin-bottom: 33px;
  }
  .mobile-menu-sidebar ul li a {
    font-size: 16px;
    line-height: 35px;
  }
  .mobile-menu-sidebar ul .sub-menu li a {
    font-size: 14px !important;
  }
}

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