.theme-blackwhite .vertical_menu_container .vertical_menu_wrapper {
  background: #333333;
  color: #ddd;
  border: 1px solid #bababa4d;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap a.menu_item {
  color: #ddd;
  border-top: 1px solid #bababa4d;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap a.menu_item svg {
  fill: #ddd;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap a.menu_item.openItem,
.theme-blackwhite .vertical_menu_container .menu_item_wrap a.menu_item.active {
  color: #111;
  background-color: #fff;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap a.menu_item.openItem svg,
.theme-blackwhite .vertical_menu_container .menu_item_wrap a.menu_item.active svg {
  fill: #111;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap a.menu_item:hover {
  color: #111;
  background-color: #fff;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap a.menu_item:hover svg {
  fill: #111;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap .childcontent {
  background-color: #fff;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap .childcontent a.menu_item {
  color: #111;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap .childcontent a.menu_item svg {
  fill: #111;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.openItem,
.theme-blackwhite .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.active {
  color: #111;
  background-color: #e6e6e6;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.openItem svg,
.theme-blackwhite .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.active svg {
  fill: #111;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap .childcontent a.menu_item:hover {
  color: #111;
  background-color: #e6e6e6;
}
.theme-blackwhite .vertical_menu_container .menu_item_wrap .childcontent a.menu_item:hover svg {
  fill: #111;
}
.theme-blackwhite .vertical_menu_container .toggler svg {
  fill: #ddd;
}
.theme-blackwhite.position-offcanvas .vertical_menu_container {
  background: #404040;
}
.theme-blackwhite.position-offcanvas .vmenu-toggle.close {
  background-color: #333333;
}
.theme-blackwhite.position-offcanvas .vmenu-toggle.close svg {
  fill: #ddd;
}
