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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
 
 .tm-block-top .tm-logo {
    margin-top: 6px;
    margin-bottom: 4px;
    margin-right: 60px;
}

.uk-text-small {
  font-size: 12px;
  line-height: 17px;
}
.uk-text-large {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .uk-panel-box {
    padding: 30px;
  }
  
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
  float: left;
}

  /*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 85px;
  padding: 15px 20px 35px 20px;
  line-height: 55px;
  /* 2 */
  color: #646464;
  line-height: 55px;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 2;
}

/*
 * Style
 */
a,
.uk-link {
  color: #4f9962;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #5b80c1;
  text-decoration: none;
}

/* Active */
.uk-nav-side > li.uk-active > a {
  background: #4f9962;
  color: #ffffff;
  box-shadow: inset 0 0 8px #468857;
  text-shadow: 0 0px 0px #458555;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
  /* 3 */
  outline: none;
  color: #ffffff;
  text-shadow: 0 0px 0px #458555;
}

/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill > .uk-active > * {
  background: #4f9962;
  color: #ffffff;
  text-shadow: 0 0px 0px #458555;
}

/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #4f9962;
  color: #ffffff;
  box-shadow: inset 0 0 8px #468857;
  text-shadow: 0 0px 0px #458555;
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #488c59;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #4f9962, #458555);
  background-image: linear-gradient(to bottom, #4f9962, #458555);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 1px rgba(0, 0, 0, 0.05);
  text-shadow: 0 0px 0px #458555;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #417e51;
  color: #ffffff;
  box-shadow: inset 0 3px 9px #3e774c;
  background-image: none;
}

/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
  margin-top: 0;
  background: #4f9962;
  color: #add4b7;
  box-shadow: inset 0 -8px 16px -4px #468857;
  text-shadow: 0 0px 0px #458555;
  /* 1. */
}