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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* 6 */
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
    text-decoration: none;
    text-align: center;
    padding: 8px;
}


/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 * 6. Remove `text-decoration` for anchors
 */
[class*='uk-icon-'] {
    font-family: FontAwesome;
    /* 1 */
    display: inherit;
    /* 2 */
    font-weight: normal;
    font-style: normal;
    /* 4 */
    line-height: 1;
    /* 5 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uk-navbar-nav > li > a {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    /* 1 */
    height: 60px;
    padding: 0 21px;
    line-height: 30px;
    /* 2 */
    color: #ffffff;
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 400;
    background-image: linear-gradient(#ffffff, #ffffff 50%, #b09246 50%, #b09246);
    background-position: 0 100%;
    background-size: 100% 210%;
    text-transform: uppercase;
}

.tm-headerbar {
    padding: 14px 0;
}

.tm-page .tm-block:first-child {
    padding-top: 16px;
}

.uk-article:last-child {
    margin-bottom: -3px;
}

.uk-grid > * {
    padding-left: 36px;
}

.tm-block {
    padding-bottom: 23px;
}

.tm-page {
    margin: 8px auto;
    max-width: 1200px;
}

.uk-container {
    max-width: 1200px;
    padding: 0 37px;
}

.tm-headerbar .uk-panel {
    float: right;
    margin-right: 0;
    max-width: 350px;
}
