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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* to make use of the full length for the logo 
.tm-logo a img { width: 100%; }  
.tm-toolbar { padding: 10px 0; }  
.tm-toolbar + .tm-navbar { padding-top: 10px; }
*/

.tm-headerbar .uk-width-1-4 {  
width: 100%;  
}  

.tm-headerbar .tm-logo {  
display: block;  
width: 100%;  
}  

/* Horizontally center the logo image: */     
.tm-headerbar .tm-logo img {  
display: block;  
margin: 0 auto;  
}