/**
 * @package   HLI Joomla! 3 Template
 * @version   1.0
 * @author    7Studio Tomasz Herudzinski http://www.7studio.eu
 * @copyright Copyright (C) 2009 - 2014 7Studio Tomasz Herudzinski
 * @license   Commercial - ThemeForest Regular License - http://themeforest.net/licenses/regular_extended
**/


 /* 
 * 
 * IMPORTANT!
 *
 * Please paste here css rules which you would like to override and change.
-----------------------------------------------------------------------------------*/

/* Formatting overrides for the Product Navigation Menu */
.module.mixed ul {
    width: 100%;
    display: block;
    overflow: hidden;
}

/* Changing colour of top of product catagories list */
.module.mixed ul li:first-child > a {color: red;}
.module.mixed ul li:first-child > a:hover {color: #000000;}

/* Other product catagory stuff */
.module.mixed ul li:nth-child(2n+2) > a {background-color: #f4f4f4;}

.module.mixed ul.level0 > li > a {
    line-height: 35px;
    border-bottom: solid 1px #d8d8d8; 
}

.module.mixed ul.level0 > li > a {padding-left: 0px;}
.module.mixed ul.level0 > li > a:hover {padding-left: 5px;} 
.k2CategoriesListBlock ul > li {padding-left: 0px;}

.k2CategoriesListBlock ul li a span.catTitle {
  font-weight: bold;
  padding-left:4px;
  font-size: 13px;
  font-family: arial;
}

.module-title {
  padding: 4px 0;
  margin-bottom: 0px;
  border-bottom: 2px solid #3f3f3f;
}

/*Specific Overrides for product catagory titles so the other title changes don't break them*/
.subcategoryTitleImg{
  display: block;
  padding: 18px 20px;
  width: 70%;
  max-width: 161px;
  z-index: 50;
  margin: 0;
  margin-bottom: 24px;
  height: auto;
  position: absolute;
  bottom: 30px;
  border-bottom: 0px;
  left: 0;
  border: 0;
}

.module.mixed ul li:nth-child(2n+2) > a {background-color: #eaffe9;}

/*Overrides for product images / catagory tiles*/
.catItemImageBlock {filter: drop-shadow(5px 5px 0.15rem grey);}

/* Helps fix Slider Alignment on main page.  Look for workaround without !important */
#slider {background-color: #fff;}
.st-slider{
  margin-top:1em !important;
  filter: drop-shadow(0px 5px 0.15rem grey);
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}

.item-image.pull-left {
  margin-right: 22px;
  margin-left: 22px;
}

#st-toolbar {padding-bottom: 1em !important;}

.logo{
  margin-bottom: 4px !important;
  width: 240px;
}

.sequence-navigation {
  right: 0px !important;
  margin-top: 41.5px !important;
}

#st-menu {margin-top: 15px !important;}

.customlumedgeBanner{
  /*padding-right: 1.6em;
  padding-left: 1.6em;*/
  filter: drop-shadow(0px 5px 0.15rem grey);
}

.promo-module.item-image{
  filter: drop-shadow(5px 5px 0.15rem grey);
  border: 1px solid grey;
  margin-right: 1.25em;
  margin-left: 1.25em;
} 

/* No idea where K2 is hiding the setting to remove the tooltips from subcategories, but this override fixes it so the product page aligns better. */
.subCategory a.moreItems{display:none;}
.subCategoryContainer{filter: drop-shadow(5px 5px 0.15rem grey);}

.contact-form legend{Display: none;}
.contact h3{margin-bottom: 0px;}
span.optional{Display: none;}

/*Fixes To-Top button alignment*/
a#totop.pull-right{margin-bottom:20px;}
#to-top-bar a#totop{ border-bottom:1px solid rgba(0, 0, 0, 0.1);}