/**
 * @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.
-----------------------------------------------------------------------------------*/
h4 {
	font-size: 16px;
	margin-bottom: 9px;
	line-height: 20px;
	color: #94a1b4;
	margin-top: 0;
	font-weight: 500
    letter-spacing: 2px;
}

#st-toolbar .toolbar-a {
	margin: 0 3px;
	padding: 24px 35px 0 3px;
	border-bottom: 1px solid #b4bbc5;
}
.sidebar-left {
	padding-top: 20px;
	padding-right: 20px;
	border-right: 0px solid #eaeaea;
}

.sidebar-right {
	padding-top: 20px;
	padding-left: 20px;
	border-left: 0px solid #eaeaea;
}

#st-mobile-toggle {
  display: none ! important;
}