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

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

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.0); }
.tm-block-fullheight > .uk-container {    height: 55vh !important;  } 
.uk-overlay-panel .uk-button { z-index: 1; }

 .tm-nav-logo {  
    margin-bottom:-20px;  
    margin-top:-20px;  
}
 .uk-nav-header {  
    font-size: 16px;  
}  

.tm-block-toolbar .uk-icon-button {  
    width: 32px;  
    height: 32px;  
    line-height: 32px;  
    font-size: 20px;  
    margin: 0px;  
}

.uk-dropdown.uk-dropdown-navbar.uk-dropdown-center[style] {  
margin-left: -13px !important;   
}  

.uk-nav.uk-nav-navbar i {  
text-align: center;  
width: 18px;  
}

/* white background for icons in selected modules */  
a.uk-icon-button.uk-icon-white {    
    background-color: #f0f0f0 !important;  
}