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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .clear {
padding: 0px;
background-color: transparent;
}
.tm-headerbar, .tm-navbar, .tm-footer {
margin-top: 20px;
margin-bottom: 20px;
}
.uk-grid:not(.uk-grid-preserve) + .uk-grid {
margin-top: 15px;
}
@media (min-width: 1220px) {
.tm-navbar {
margin-left: -35px;
margin-right: -35px;
}
}
@media (max-width: 1024px) {
.tm-navbar {
margin-left: -25px;
margin-right: -25px;
}
}