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