/* @override http://localhost/gusteau/wp-content/themes/gusteau/assets/css/header-1.css */

/**
 * The header-1 stylesheet for Gusteau.
 *
 * @package Gusteau
 * @author  SunriseThemes
 * @link http://www.sunrisetheme.com
 */
.k2t-header {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.k2t-header * {
	background-color: transparent;
}
.k2t-header .k2t-row > [class*="col-"]:last-child {
	text-align: left;	
}
.k2t-header .k2t-row > [class*="col-"]:last-child .k2t-menu {
	margin-left: -30px;
}
.k2t-header-mid .social li a {
	padding: 0;
}
.k2t-header-mid .shop-cart .shop-item {
	top: 90px;
}
.k2t-header-mid .k2t-menu li:hover > ul {
	top: 90px;
}
.h-element {
	line-height: 90px;
}
.k2t-header-mid .social li {
	padding: 0 4px;
}
.h-element .shop-cart {
	line-height: 90px;
	padding: 0 4px;
}
.k2t-header-mid .k2t-menu li > ul,
.k2t-header-mid .k2t-menu li:hover > ul {
	top: 90px;
}
.k2t-logo {
	line-height: 90px;
}
.k2t-header-mid .k2t-menu > li > a > span {
	line-height: 90px;
}
.k2t-header-mid .k2t-menu > li > a {
	padding-right: 22px;
}
.enable-mobile-menu .k2t-header {
	position: inherit;
	height: auto!important;
}