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

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


.tm-block {
    margin-top: 10px;
}
.tm-block-divider {
    border-top: 5px solid #f5f5f5;
    margin-top: 10px;
    padding-top: 1px;
}

input.uk-search-field {
    background: #003300 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #003300;
    font-size: 15px;
    height: 45px;
    line-height: normal;
    margin: 10px !important;
    padding: 0 0 0 45px;
    transition: all 0.2s linear 0s;
    width: 260px;
}

.uk-grid-divider > [class*="uk-width-medium-"]:nth-child(n+2):not(.uk-width-medium-1-1) {
    border-left: 0 solid #f5f5f5;
}

.uk-offcanvas .uk-panel-title {
    color: #0b48c0;
}

a, .uk-link {
    color: #7FA13D;
  	font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.uk-text-primary {
    color: #7fa13d!important;
}

.vm2share {
    width: 100%;
    background-color: #dce7fb;
    padding: 8px 2px 2px 8px;
}

.tm-headerbar .uk-panel {
    padding-left: 10px!important;
    float: left!important;
}

.uk-panel-box-primary {
    background-color: #003300;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0);
}

.tm-headerbar {
    margin-bottom: 0px;
}

