/**
 * Header Styling for Sonex.
 *
 * @package Sonex
 * @author  FinsStudio
 * @link	http://www.finsstudio.com
 */

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.sonex-header.fixed {
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
}
.sonex-header.fixed > div {
	background: none;
}
.sonex-header.full .sonex-wrap {
	max-width: 100%;
	padding: 0 20px;
}
.sonex-header .sonex-wrap .sonex-row {
	position: relative;
}
.sonex-header .sonex-row [class*="col-"] {
	position: initial;
}
.sonex-logo {
	display: block;
}
.admin-bar .sonex-header.fixed {
	margin-top: 32px;
}
.menu-toggle {
	display: none;
}
.h-element {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
    text-align: left;
    float: right;
}
.sonex-header .sonex-row > [class*="col-"]:nth-child(2) {
	text-align: center;
}
.sonex-header .sonex-row > [class*="col-"]:last-child {
	text-align: right;
}
.sonex-header .sonex-row > [class*="col-"]:last-child *:last-child {
	margin-right:0;
}
.sonex-header .sticky {
	z-index: 10000;
	position: fixed;
	top: 0;
	background: #fff !important;
	width: 100%;
	border-bottom: 1px solid #f9f9f9;
}
.boxed .sonex-header .sticky {
	width: 1170px;
}
.sonex-header-m {
	display: none;
}

/*--------------------------------------------------------------
Header - Middle
--------------------------------------------------------------*/
.sonex-header {
	background: #fff;
}
.sonex-header .sonex-menu li,
.sonex-header-top .sonex-menu li,
.sonex-header-bot .sonex-menu li {
	float: left;
	position: relative;
	list-style: none;
}
.sonex-header .sonex-menu > li > a {
    font-weight: 300;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.sonex-header .sonex-menu li a,
.sonex-header-bot .sonex-menu li a {
    display: block;
    padding: 5px 10px;
    color: #333333;
    text-decoration: none;
}
.h-element .current-menu-item a,
li.current-menu-ancestor a {
    background: #006FAF;
    background: -webkit-linear-gradient(to left, #016CAA , #1A8DCF);
    background: linear-gradient(to left, #016CAA , #1A8DCF);
    border-radius: 5%;
}
#header-navigation ul li.menu-item a {
	border-radius: 5px;
    transition: 0.4s all ease;
}
#header-navigation ul li.menu-item:hover a {
    background-color: #006FAF;
    background: -webkit-linear-gradient(to left, #016CAA , #1A8DCF);
    background: linear-gradient(to left, #016CAA , #1A8DCF);
}
.h-element .current-menu-item ul li a,
#header-navigation ul li.menu-item:hover li.menu-item a,
#header-navigation li.current-menu-ancestor ul li a
 {
  background: transparent !important;
  border-radius: 0px;
}
.sonex-header .sonex-menu li > a:hover,
.sonex-header .sonex-menu li.active > a,
.sonex-header-bot .sonex-menu li > a:hover,
.sonex-header-bot .sonex-menu li.active > a,
.sonex-header .sonex-menu li > a.current {
	color: #5ec5f4;
}

.sonex-header .sonex-menu > li a span.sonex-title-menu {
	margin-left: 0;
}
.sonex-header .sonex-menu > li a i {
    top: 50%;
    left: 15px;
    padding-right: 8px;
    font-size: 13px;
    margin: -9px 15px 0 0;
}
.sonex-header .sonex-menu > li.children > a:before,
.sonex-header .sonex-menu > li.children > a:after,
.sonex-header-bot .sonex-menu > li.children > a:before,
.sonex-header-bot .sonex-menu > li.children > a:after {
	background: #ccc;
	content: "";
	height: 2px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 7px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.sonex-header .sonex-menu > li.children > a:before,
.sonex-header .sonex-menu > li.children > a:hover:after,
.sonex-header-bot .sonex-menu > li.children > a:before,
.sonex-header-bot .sonex-menu > li.children > a:hover:after {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
}
.sonex-header .sonex-menu > li.children > a:after,
.sonex-header .sonex-menu > li.children > a:hover:before,
.sonex-header-bot .sonex-menu > li.children > a:after,
.sonex-header-bot .sonex-menu > li.children > a:hover:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform:         rotate(-45deg);
}
.sonex-header .sonex-menu > li.children > a:before,
.sonex-header-bot .sonex-menu > li.children > a:before {
	right: 7px;
}
.sonex-header .sonex-menu > li.children > a:after,
.sonex-header-bot .sonex-menu > li.children > a:after {
	right: 3px;
}
.sonex-header .sonex-menu > li.children > a:hover:before,
.sonex-header .sonex-menu > li.children > a:hover:after,
.sonex-header-bot .sonex-menu > li.children > a:hover:before,
.sonex-header-bot .sonex-menu > li.children > a:hover:after {
	right: 3px;
	width: 11px;
	background-color: #5ec5f4;
}
.sonex-header .sonex-menu li ul,
.sonex-header-bot .sonex-menu li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 210px;
	background: #fafafa;
	border: 1px solid #ededed;
	border-top: 0px;
    margin-top: 0px
	left: 50%;
	margin-left: -145px;
	z-index: 100;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition:    all .2s ease-in-out 0s;
	transition:         all .2s ease-in-out 0s;
}
.transparent-header .sonex-header .sonex-menu li ul,
.transparent-header .sonex-header-bot .sonex-menu li ul {
    background: #1D1D1D;
    border: 1px solid #1D1D1D;
}
.transparent-header .sonex-header .sonex-menu li .mega-container ul, .sonex-megamenu-submenu ul{
    border: 0px solid #363438;
    border-bottom: 0px solid #3F3C40;
    background: transparent;
}
.transparent-header .sonex-header .sonex-menu ul li a, .transparent-header .sonex-header-bot .sonex-menu ul li a {
    border-bottom: 1px solid #272626;
}
.transparent-header .sonex-header .sonex-menu ul.sub-menu a:hover .sonex-title-menu {
    color: #FFFFFF;
}
.site-header .bar-sticked .sonex-menu li ul,
.site-header .bar-sticked .sonex-menu li ul {
    margin-top: 0px;
}
.site-header .bar-sticked ul.sub-menu {
    top: 55px;
}
.sonex-header .sonex-menu li:hover > ul,
.sonex-header-top .sonex-menu li:hover > ul,
.sonex-header-bot .sonex-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.sonex-header .sonex-menu > li:hover > ul,
.sonex-header-bot .sonex-menu > li:hover > ul {
	margin-left: -105px;
}
.sonex-header .sonex-menu ul li,
.sonex-header-bot .sonex-menu ul li {
	display: inline-block;
	width: 100%;
}
.sonex-header .sonex-menu ul li a,
.sonex-header-bot .sonex-menu ul li a {
	padding: 10px 14px;
	border-bottom: 1px solid #F1F1F1;
	font-weight: 300;
	font-size:14px;
	text-decoration: none;
}
.sonex-header .sonex-menu ul li:last-child > a,
.sonex-header-bot .sonex-menu ul li:last-child > a {
	border: 0;
}
.sonex-header .sonex-menu ul li.children > a:after,
.sonex-header-bot .sonex-menu ul li.children > a:after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	top: 10px;
	right: 15px;
}
.sonex-header ul.sub-menu {
    top: 60px;
}
#menu-main li.menu-item .mega-container {
    top: 87px;
}
.bar-sticked #menu-main li.menu-item .mega-container {
    top: 53px;
}

.sonex-header .sonex-menu ul ul,
.sonex-header-bot .sonex-menu ul ul {
	top: -1px;
	left: 208px;
	left: 207px\9;
	margin: 0;
}
.sonex-header .sonex-menu .menu-rtl > ul,
.sonex-header-bot .sonex-menu .menu-rtl > ul {
	left: -210px;
}
.sonex-header .element-editor {
	font-size: 12px;
}
.sonex-header .element-editor,
.sonex-header .search-box {
	padding: 40px 0;
}
.sonex-header .search-box {
	transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
}
.sonex-header .search-box:hover {
	cursor:pointer;
	color:#5ec5f4;
}
.sonex-header .social li a {
	padding: 35px 0;
}
.sonex-header .social li a:hover {
	color: #5ec5f4;
}
.sonex-header .shop-cart {
	padding: 30px 0;
}
.sonex-header .shop-cart .cart-control span {
	top: 36px;
}
.sonex-header .shop-cart .shop-item {
	top: 82px;
}
.sonex-header .search-box form {
	top: 101px;
}
.sonex-header .sonex-logo img {
	max-height: 33px;
}
#menu-main {
    margin-right: 26px;
    margin-top: 26px;
}
ul#menu-main li.menu-item a{
	font-size: 13px;
	    margin: 0 5px;
}
header.site-header .bar-sticked .sonex-menu {
	margin-top: 15px !important;
}
header.site-header .sonex-menu > li  {
	padding-bottom: 20px;
	margin-right: 5px;
}
header.site-header .bar-sticked .sonex-menu > li  {
	    padding-bottom: 20px;
}
header.site-header .bar-sticked .sonex-menu .mega-container {
      margin-top: 17px;
}