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

.uk-navbar-nav > li > a[href='#'] {
    cursor: default !important;
}

.tm-navbar {
    position: relative;
    z-index: 2;
    background-color: #513e26;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: rgba(255,255,255,0.6)!important;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

iframe.map {
    width: 100%;
    height: 400px;
}