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

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

/* FontAwesome — theme CSS points at missing warp/ path; use local assets */
@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.woff2) format('woff2'),
       url(../fonts/fontawesome-webfont.woff) format('woff'),
       url(../fonts/fontawesome-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

 .tm-isblog .uk-article, .sidebox, .tm-content {
   min-height: 400px !important;
 }

/* Theme background image (from Joomla /images/background/grey_bg.jpg) */
body,
.tm-outer {
  background: #878e94 url(/wp-content/uploads/images/background/grey_bg.jpg) 50% 0 fixed;
}

 .category-modulesidebox{
   list-style: none !important;
   padding: 0;
   margin: 0
}

.tm-headerbar{
  margin-bottom: 10px  !important
}

.tm-logo img,
.tm-logo-small img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.tm-bottom-a,
.tm-bottom-b {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-footer-menu {
  margin-bottom: 10px;
}

.tm-navbar .uk-dropdown {
  z-index: 1020;
}

.tm-navbar .uk-parent:hover > .uk-dropdown,
.tm-navbar .uk-parent.uk-open > .uk-dropdown {
  display: block;
}

.tm-featured-blog {
  margin-top: 30px;
}

.tm-featured-leading {
  margin-bottom: 30px;
}

.tm-navbar .uk-search.uk-active .uk-search-field,
.tm-navbar .uk-search.tm-search-has-value .uk-search-field,
.tm-navbar .uk-search .uk-search-field:focus {
  width: 220px;
  padding-left: 30px;
  cursor: text;
}

.tm-navbar .uk-search.uk-active .uk-search-field::placeholder,
.tm-navbar .uk-search.tm-search-has-value .uk-search-field::placeholder {
  color: #999 !important;
}

.slides span {
  padding: 0 20px;
  float: left;
  width: 95%;
}

.slides img{
  width: 100% !important
}

.uk-navbar-center.uk-visible-small{
  background: url(/wp-content/uploads/images/yootheme/demo/default/kand_inv.png);
  background-size: cover
}

.convertforms.cf-success .cf-response{
  background: transparent;
  color: #000
}
.moz-signature{
  display: none;
}
.subbutton, .cell, .acym_module input {
  width: 100% !important
}

.acym_module textarea{
  width: 90%
}

.subbutton{
  background:#ff3f42 ;
}
@media (max-width: 750px){
.uk-navbar{
  background: url(/wp-content/uploads/images/yootheme/demo/default/kand_inv.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
}

h1{
 color: #ff3f42  
}