/* Optional black/white admin theme (DigitalDive branding). */

/* BEGIN admin black/white theme */
#wpadminbar {
  background: #000 !important;
  border-bottom: 1px solid #111 !important;
  box-shadow: none !important;
}

#wpadminbar .ab-item,
#wpadminbar a.ab-item,
#wpadminbar .ab-label,
#wpadminbar .ab-icon {
  color: #fff !important;
  opacity: 0.95;
}

#wpadminbar .ab-top-menu > li > .ab-item:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}

#adminmenu,
#adminmenu .wp-submenu,
#adminmenuback,
#adminmenuwrap {
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
}

#adminmenu a {
  color: #fff !important;
}

#adminmenu .wp-menu-image,
#adminmenu .wp-menu-image .dashicons,
#adminmenu .wp-menu-image img {
  color: #fff !important;
  opacity: 0.95;
  filter: none !important;
}

#adminmenu li.current a.menu-top,
#adminmenu li a:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

#adminmenu .wp-submenu a {
  color: #ccc !important;
}

.wp-admin #wpcontent,
.wp-admin #wpbody,
.wp-admin #wpbody-content,
.wrap {
  background: #fff !important;
  color: #000 !important;
}

.wp-admin .postbox,
.wp-admin .metabox-holder .stuffbox {
  background: #fff !important;
  border: 1px solid #ddd !important;
  color: #111 !important;
}

#wpadminbar input,
#wpadminbar .ab-text,
.quicklinks .ab-item input {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
/* END admin black/white theme */
