/* 
 * Custom Skin Sample
 *
 * These styles apply when the skin is set to "None".  To apply to do different skin, replace the .ubermenu-skin-none prefix with the appropriate skin.
 * To apply to all menus, replace .ubermenu-skin-none with just .ubermenu
 */
/* UberMenu - Copyright 2011-2014, SevenSpark */

@media screen and (min-width: 960px) {
  .ubermenu {background: none;}
  .ubermenu > ul > li > .ubermenu-target {height: 80px; line-height: 80px; padding: 0 20px;}
  .ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target {color: #00a770 !important;}
}