/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

#menu-main-menu li.active a:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
}
#menu-main-menu li a:hover::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
}

@media (min-width: 960px) {
  .hmenu .menu-primary .menu-smart > li > a,
  .hmenu-center .menu-primary .menu-smart > li > a {
    height: auto !important;
  }
	#menu-main-menu li.active a:after{
	bottom: -8px;
	}
	#menu-main-menu li a:hover::after{
	bottom: -8px;
	}
}