/** general */

#header-controls{
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-control-btn{
    width: 60px;
    height: 60px;
    display: inline-block;
    z-index: 10;
    text-align: center;
    font-size: 0;
}

.header-extra-btn{
    width: 40px;
    margin: 0 7px;
    height: 40px;
    display: inline-block;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
}

.header-control-btn a{
    line-height: 60px;
    font-size: 40px;
    width: 50px;
    font-weight: 600;
    padding: 0 8px;
}

.header-control-btn a i{
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 1;
}

#site-header{
    margin: 0;
    z-index: 2;
}

#header-toggle-wrap:after {
    content: "";
    background: rgba(0,0,0,0.1);
    position: absolute;
    width: 90px;
    height: 90px;
    display: block;
    top: 20px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header-toggle-wrap {
    overflow: hidden;
    position: relative;
}

@media (min-width:768px){
    .header-transparent:not(.l-header-toggle) #site-header .header-bg-wrap,
    .header-transparent:not(.l-header-toggle) #header-toggle,
    .header-transparent:not(.l-header-toggle) #header-controls,
    .header-transparent:not(.l-header-toggle) #header-controls .header-control-btn,
    .header-transparent.l-layout-custom:not(.l-header-toggle) #header-controls
    {
        background-color: transparent;
        background-image: none!important;
    }

    .header-transparent:not(.l-header-toggle) #site-header .header-bg-wrap,
    .header-transparent:not(.l-header-toggle) #site-header .morph-shape{
        opacity: 0;
    }
}

#site-header .header-bg-wrap{
    opacity: 1;
}

#site-header .header-bg-wrap,
.l-header-vertical #logo-wrap,
#site-header #morph-shape{
    -webkit-transition: opacity 0.1s linear, background 0.1s linear;
    -moz-transition: opacity 0.1s linear, background 0.1s linear;
    -ms-transition: opacity 0.1s linear, background 0.1s linear;
    -o-transition: opacity 0.1s linear, background 0.1s linear;
    transition: opacity 0.1s linear, background 0.1s linear;
}

.header-transparent #site-header #morph-shape{
    fill: rgba(255,255,255,0);
}

#site-header ul{
    padding: 0;
    margin: 0;
}

#site-header .menu,
#site-header .menu ul{
    padding: 0;
    margin: 0;
}

#site-header .menu li{

}

#site-header .menu li a{
    display: inline-block;
    width: 100%;
}

/** header sidebar */

#header-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
}

#site-search-fixed-wrap,
#site-login-fixed-wrap,
#site-cart-fixed-wrap{
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

/*#header-sidebar .social-icons{*/
    /*margin: 32px 0;*/
    /*display: block;*/
/*}*/

/*#header-sidebar .social-icons li{*/
    /*font-size: 18px;*/
    /*line-height: 20px;*/
    /*padding: 18px;*/
    /*margin: 6px;*/
    /*border-radius: 50%;*/
    /*border: 2px solid;*/
/*}*/

.social-icons li a,
.social-icons li a:hover,
.social-icons li a:active,
.social-icons li a:focus {
    text-decoration: none;
}

#menu-extra{
    vertical-align: middle;
}

.l-header-vertical #site-header .logo{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.l-header-vertical .menu li a{
    white-space: normal;
}