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

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

.uk-container { padding: 0 20px;}

.tm-toolbar .uk-float-left .uk-panel {
    margin: 0;
    float: none;
}

.header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) {
    background-color: #000000d1;
}

.header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-navbar-nav > li > a {
	color: #fff;
}

.header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-navbar-nav > li.uk-active > a, .header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-navbar-nav > li > a:hover, .header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-navbar-nav > li.uk-active .uk-nav-navbar > li.uk-active > a, .header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .sub-dropdown ul > li > a:hover {
	color: #fff;
}

.header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-navbar-toggle, .header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .hikashop_cart_module .uk-icon-shopping-cart, .header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) #hikashop_cart_module .tm-cart-empty, .header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-search:before {
	color: #fff;
}

.tm-headerbar { background-color: #000000d1;}

h2 { letter-spacing: 2px; }

h4, h5, h6 { letter-spacing: 1px; }

.tm-padding-large .uk-container .panel-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tm-search {
    margin-left: 25px;
}


@media (min-width: 768px) {
.toolbar-wrapper .tm-toolbar { margin: 0px; }
  }


/* Mobile Modes */
@media (max-width: 767px) {
  .logo-container {
    display: block;
    text-align: center;
  }
}