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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/*
 * Background
 */
.tm-background {
  background-position: 50% -100px;
}
/*
 * Layout
 */
.tm-navbar-space .tm-navbar {
  margin-bottom: 50px;
  margin-top: 50px;
}
.tm-navbar-space .tm-search {
  margin-bottom: 50px;
  margin-top: -25px;
}
.tm-footer {
  padding: 25px 15px;
}
/*
 * Breadcrumbs
 */
.uk-spacebreadcrumbs {
  margin-bottom: 25px;
}
/*
 * Articles
 */
.tm-isblog .uk-article {
  background: #ecf3f7;
}
.tm-socialbuttons {
  margin-top: 20px;
}
/*
 * Uk-panel-box
 */
.uk-panel-box {
  background: #ecf3f7;
}
/*
 * Uk-nav menu
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  font-weight: bold;
}
.uk-navbar-nav .uk-active .uk-nav.uk-nav-navbar li.uk-active > a {
  background: #41656f;
  color: #fff;
  font-weight: normal;
}
.uk-nav ul a {
  padding: 2px;
}
/*
 * Sidebar menu
 */
.uk-nav > li > a {
  padding: 5px;
}
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  font-weight: bold;
}
.uk-nav-side > li.uk-active > a {
  background: #41656f;
  color: #fff;
  font-weight: normal;
}