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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
img.logo{    
    width: 181px;
    margin-top: 25px;}

img.logo-mobile{ margin-top: 25px}

.uk-navbar {
    background: #f3f3f3;
}

.uk-navbar-nav > li.uk-active > a {
    color: #c2ac8d;
}

.uk-navbar-toggle, .uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #666666;
}

 .uk-slidenav-contrast {
    color: #c2ac8d;
}

#menu_social li img{ margin: 0 0 0 35px; width: 25px;}

/* Move the menu to the right: */  

.tm-navbar-center.uk-flex-center {  
-ms-flex-pack: end;  
-webkit-justify-content: flex-end;  
justify-content: flex-end;  
/* Optional distance in case there is a "search" or other module to the right: */  
padding-right: 20px;  
}  

/* Make the navbar background use the full with: */  

.tm-navbar-sticky .tm-navbar-wrapper, .tm-navbar-sticky .tm-navbar-wrapper-animate {  
border-right-width: 0;  
border-left-width: 0;  
}  
