/*--------------------------------------------------------------
   Header
--------------------------------------------------------------*/

.trawell-header-wide .trawell-top-bar > .container,
.trawell-header-wide .trawell-header > .container{
  max-width: 100%;
}

.trawell-slot-l, .trawell-slot-r{
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.trawell-header{
    position: relative;
    z-index: 21;
	.container{
		position: relative;
	}
}
.trawell-header + .container{
	padding-top: @margin-vertical;	
}

.trawell-header-shadow .trawell-header{
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}

.trawell-header-indent #trawell-header{
    background: transparent;
   
}

.trawell-header-indent .trawell-cover:before,
.trawell-header-indent .trawell-cover.trawell-cover-slider .owl-stage-outer .trawell-cover-item:before{
    content: "";
    height: 250px;
    opacity: .7;
    width: 100%;
    z-index: 5;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
}

.trawell-header-shadow.trawell-header-indent #trawell-header{
    box-shadow: none;
}

.trawell-site-branding .site-title{
    margin-bottom: 0;
    line-height: 0;
    display: inline-block;
}
.trawell-site-branding .site-title.logo-img-none{
    line-height: 1;
}

.trawell-header nav + ul{
    margin-left: 15px;
}
.site-description{
    display: block;
    font-weight: normal;
    font-size: 1.2rem;  
    line-height: 1.2;
}

.trawell-slot-l .trawell-site-branding + nav{
    margin-left: 15px;
}

.trawell-slot-from-center{
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
> nav,
> ul,
> .trawell-slot-f{
    flex:1;
}
.trawell-site-branding{
    flex-grow: 0;
    margin:0 20px;
}
> nav:first-of-type,
> ul:first-of-type,
> .trawell-slot-f:first-of-type{
    text-align: right;
}
> nav:last-of-type,
> ul:last-of-type,
> .trawell-slot-f:last-of-type{
    text-align: left;
}
}
.trawell-slot-from-center .trawell-site-branding:only-child{
    flex-grow: 0;
    margin: 0 auto;
}
.trawell-slot-from-center .trawell-site-branding{
    text-align: center;
}

.trawell-slot-from-center + .trawell-slot-r{
    position: absolute;
    right:30px;
}
.trawell-header-sticky ul.menu-main .trawell-mega-menu>.sub-menu{
    margin-top: -8px;
}


.trawell-slot-r .menu-main li:last-child{
    margin-right: 0;
}
.trawell-slot-r .trawell-actions{
    margin-right: -11px;
}
.trawell-slot-r .trawell-actions .active>.sub-menu,
.trawell-slot-r ul.trawell-actions li ul.trawell-rev {
    right: 11px;
}
.trawell-header .trawell-slot-r .menu-main > li:last-child > ul.trawell-rev{
    right: -4px;
}

.trawell-header-wide ul.menu-main .trawell-mega-menu>.sub-menu{
    width: 100%;
    left: 0 !important;
}
.trawell-header-sticky .site-title img{
    max-height: 60px;
}
.trawell-cart-text{
    display: none;
    margin-left: 5px;
}