/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /*Add Borders in Navbar (Mark van Wijk 23/03/16) */
 
.uk-navbar-nav > li > a {  
padding-right: 0px;  
}  

.uk-navbar-nav > li > a:after {  
display: inline-block;  
position: relative;  
content: "";  
border-right: 1px solid #cccccc;  
padding: 0 9px;  
height: 20px;  
top: 6px;  
}  

.uk-navbar-nav > li:last-child > a:after {  
border-right: medium none;  
}

 /*Move Logo left (Mark van Wijk 13/04/16) */

.uk-navbar-brand { margin-left: -50px; }