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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-navbar-center.uk-hidden-small.uk-hidden-medium {  
    min-height: 130px;  
    align-items: center;  
}  

.tm-navbar .tm-navbar-container {  
    min-height: 130px;  
}  

.tm-navbar .tm-more .tm-navbar-dropdown {  
/* Usually 30px per icon should be fine ... */  
width: 80px;  
}  

.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: 55px;   
/* The "width" value of the previous declaration, but with a negative sign: */  
left: -80px;  
}  

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