/* Add this class to a mega menu item to hide it from site visitors. It 
replicates .tb-megamenu .hidden except that using that class hides it on the 
mega menu admin screen as well. */
.dawgdrops-hidden {
   display: none !important;
   visibility: none;
}