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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .uk-navbar-nav > li > a {
  box-sizing: border-box;
  display: block;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0;
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: none;
  text-decoration-style: solid;
}
.tm-header {
    margin-bottom: 40px;
    margin-top: 0;
}

.tm-toolbar .uk-subnav-line > *:nth-child(n+2)::before {
  border-left-color: #fff;
}
.tm-toolbar .uk-subnav > * > *, .tm-toolbar .uk-icon-hover {
  color: #fff;
}
.uk-nav ul a {
  border-bottom-color: #cccccc;
  border-bottom-style: dotted;
  border-bottom-width: thin;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px;
}