/* 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.2); }

.logo{
    background: #c64d45;
    color : #fff;
    padding: 7px 5px;
    border-radius: 7px;
}
.logo-small{
   background: #c64d45;
    color : #fff;
    padding: 7px 5px;
    border-radius: 7px;
    display: inherit;
}
/*.uk-navbar-content{
    display:inline-table !important;
}*/