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

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

.tm-logo img {
    max-width: 200px;
}

.wdc-map {
    margin-top: 0 !important;
}

.uk-navbar-nav > li {
    letter-spacing: -0.02em;
}

.tweet {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid rgba(180, 175, 163, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tweet:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.tweet img {
    float: left;
    margin: 0 5px 0 0;
}

.tweetby {
    display: none;
}

@media (max-width: 1196px) {

.tm-navbar {
    position: fixed;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    top: 0;
}

.uk-container {
    margin-top: 50px;
}

}

@media (max-width: 768px) {

.tm-article-blog .tm-featured-image .uk-overlay-panel .uk-article-title {
    font-size: 18px;
    line-height: 24px;
}

}

