/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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

.uk-nav-sub .uk-active {
  padding: 1px 5px;
  font-weight: 600;
}

.cat-style .uk-nav-sub .uk-active a {

}
h3, .uk-h3 {
	font-weight: 400;
}

h1, .uk-h1 {
  font-size: 31px;
  line-height: 36px;
}
.set .wk-content {
	font-size: 16px;
}

.prods {

}

.cat-style {
	border: 2px solid #FFF;
  box-shadow: 2px 2px 3px rgba(204, 204, 204, 0.67);
  background: #5C97BF;
}

.cat-style .uk-panel-title {
	color: #fff;
}

.cat-style  .uk-nav-side > li > a {
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
  padding: 8px 15px;



}
.prods img {
padding: 2px;
  border: 2px solid #3498db;
  border-radius: 50%;
}

.uk-navbar-nav > li.uk-active > a {
	color: #fff;
}

.uk-navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px #2B6D99;
}

.cat-style .uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
	   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.cat-style .uk-nav-side ul a {
  color: #FAFAFA;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #3498db;
  color: #f1f1f1;
  /* 3 */
  outline: none;
   -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: #45a7e8;
  color: #f1f1f1;
}

.tm-content a, .uk-link {
	text-decoration: underline;
}

input.uk-search-field {
  background: #fff;
}

input.uk-search-field:focus {
  background: #fef1f1;
}

@media (min-width: 1220px) {
.tm-headerbar, .tm-navbar, .tm-footer {
    margin-top: 15px;
    margin-bottom: 15px;
}
}