/* 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); */}
.tm-navbar-center .tm-nav-logo, .tm-navbar-center .tm-nav {
  
    margin-bottom: -55px;
}
.tm-navbar-transparent {
    background-color: rgba(0, 0, 0, 0.0)!important;
    box-shadow: none;
}
body {
    background-color: rgba(0, 0, 0, 0.0)!important;
}
html {
    background-color: rgba(0, 0, 0, 0.0)!important;
}
* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 0px;
}
#kunena.layout .markItUpEditor {
    min-height: 150px;

}

#subject {
    min-height: 37px !important;
}

.tm-navbar-center .tm-navbar-container {

    padding-bottom: 42px;
}
main {
    margin-top: -25px;
}
form#searchForm.uk-form.uk-margin-bottom div.uk-panel.uk-panel-box fieldset legend {display:none;}

label[for="area-virtuemart"] { display: none;}
label[for="area-categories"] { display: none;}
label[for="area-contacts"] { display: none;}
label[for="area-newsfeeds"] { display: none;}
label[for="area-content"] { display: none;}
label[for="searchphraseall"] { display: none;}
label[for="searchphraseany"] { display: none;}
label[for="searchphraseexact"] { display: none;}
label[for="ordering"] { display: none;}

#ordering {
    display: none;
}

.orderby-displaynumber .pagedropdown select {
    height: 32px;
    line-height: 25px;
    margin: 0;
}
.uk-block-secondary h1, .uk-block-secondary h2, .uk-block-secondary h3, .uk-block-secondary h4, .uk-block-secondary h5, .uk-block-secondary h6, .uk-block-secondary .uk-panel-header .uk-panel-title {
    color: #fff;
}
#kunena.layout a.dropdown-toggle, #kunena.layout i.icon-large {
    padding-top: 5px;
}
a:hover,
.uk-link:hover {
  color: #FFB77F;
  text-decoration: underline;
}
.uk-block-secondary {
    background: #1F6591 none repeat scroll 0 0;
 }
a.uk-link-muted {
    color: #F4F2F4!important;
 }
 .uk-block-secondary {
    color: #F4F2F4!important;
}
.uk-article-title {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    text-transform: none;
}
.uk-article-meta {
   
    display: none;
   
}