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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-navbar .tm-more .tm-navbar-dropdown {  
/* Usually 30px per icon should be fine ... */  
width: 180px;  
}  

.tm-navbar .tm-more .uk-dropdown-blank {  
animation: 0.2s ease-in-out 0s normal none 1 running uk-slide-bottom;  
display: block;  
transform-origin: 0 0 0;  
top: 37px;   
/* The "width" value of the previous declaration, but with a negative sign: */  
left: -180px;  
}  

.tm-navbar .tm-more .tm-navbar-button.tm-more-button {  
display: none;  
}