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

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

.uk-article-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
}

h1, .uk-h1 {
    font-size: 30px;
    line-height: 35px;
}


.tm-navbar-sticky.tm-header-offset .tm-block-header + .uk-block-large:not(.tm-block-fullheight) {
    padding-top: 180px;
}





.uk-nav-side > li > a {
    color: #364c62;
    margin-bottom: 2px;
    border-radius: 0;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}

a, .uk-link {
    color: #364c62;
    text-decoration: none;
    cursor: pointer;
}


.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: rgba(0, 0, 0, 0);
    color: #364c62;
    outline: none;
}


.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: rgba(0, 0, 0, 0);
    color: #364c62;
    outline: none;
}


.uk-button-link {
    color: #364c62;
}





.tm-navbar-sticky.tm-header-offset .tm-block-header + .uk-block-large:not(.tm-block-fullheight) {
    padding-top: 180px;
    padding-bottom: 20px;
}


.uk-block-default {
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}