.theme-black .vertical_menu_container .vertical_menu_wrapper {
  background: #343434;
  color: #ddd;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-black .vertical_menu_container .menu_item_wrap a.menu_item {
  color: #ddd;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-black .vertical_menu_container .menu_item_wrap a.menu_item svg {
  fill: #ddd;
}
.theme-black .vertical_menu_container .menu_item_wrap a.menu_item.openItem,
.theme-black .vertical_menu_container .menu_item_wrap a.menu_item.active {
  color: #fff;
  background-color: #0C0C0C;
}
.theme-black .vertical_menu_container .menu_item_wrap a.menu_item.openItem svg,
.theme-black .vertical_menu_container .menu_item_wrap a.menu_item.active svg {
  fill: #fff;
}
.theme-black .vertical_menu_container .menu_item_wrap a.menu_item:hover {
  color: #fff;
  background-color: #0C0C0C;
}
.theme-black .vertical_menu_container .menu_item_wrap a.menu_item:hover svg {
  fill: #fff;
}
.theme-black .vertical_menu_container .menu_item_wrap .childcontent {
  background-color: #4e4e4e;
}
.theme-black .vertical_menu_container .menu_item_wrap .childcontent a.menu_item {
  color: #ddd;
}
.theme-black .vertical_menu_container .menu_item_wrap .childcontent a.menu_item svg {
  fill: #ddd;
}
.theme-black .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.openItem,
.theme-black .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.active {
  color: #fff;
  background-color: #414141;
}
.theme-black .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.openItem svg,
.theme-black .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.active svg {
  fill: #fff;
}
.theme-black .vertical_menu_container .menu_item_wrap .childcontent a.menu_item:hover {
  color: #fff;
  background-color: #414141;
}
.theme-black .vertical_menu_container .menu_item_wrap .childcontent a.menu_item:hover svg {
  fill: #fff;
}
.theme-black .vertical_menu_container .toggler svg {
  fill: #ddd;
}
.theme-black.position-offcanvas .vertical_menu_container {
  background: #414141;
}
