/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Remove the strikethrough of sub-menu items on hover: */  
.uk-nav-navbar > li > a:focus,     
.uk-nav-navbar > li > a:hover {     
text-decoration: none;  
}  

/* Remove the bar through 1st level menu items on mouse-down: */  
.uk-navbar-nav > li:not(.uk-active) > a:active::before,     
.uk-navbar-nav > li:not(.uk-active) > a:active::after {     
display: none;     
}