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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 /* Remove the full width dropdown background: */  
.uk-dropdown-overlay.tm-dropdown-overlay[style] {  
display: none !important;  
}  
/* Add a background and a shadow to the sub-menu dropdowns: */  
.tm-dropdown-overlay .uk-dropdown-navbar {  
background-color: #5EA9DD;  
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);  
}
