//Header setup
//.toucan-header-shadow .toucan-header-main
.toucan-header-main,
.header-mobile{
    box-shadow: 0 10px 15px 0 rgba(104,0,0,0.05);
}
.toucan-header-shadow-none{
    .toucan-header-main,
    .header-mobile{
        box-shadow: none;
    }    
}
.toucan-header-main,
.header-mobile{
    margin-bottom : 30px;  
	@include mq('md') {
        margin-bottom: 40px;   
    }
	@include mq('lg') {
        margin-bottom : 50px;   
    }
}
.toucan-header-no-margin .toucan-header-main,
.toucan-header-no-margin .header-mobile {
    margin-bottom: 0;
}

//Branding
.toucan-site-branding{
    flex: 0 0 auto;
}
.toucan-site-branding .site-title{
    margin: 0;    
    line-height: 0;
}
.toucan-site-branding .site-title.logo-img-none{
    line-height: 1;
}

.site-description{
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: normal;
    white-space: nowrap;
}

//Icon sizes
.toucan-header i{
    font-size: 2.4rem;
}
.toucan-menu-social li a:after{
    font-size: 2rem;
}


.toucan-header-labels-hidden .toucan-menu-action span,
.toucan-header-labels-hidden .toucan-menu-social span{
    display: none;
}
.toucan-header-labels-hidden .toucan-menu-action span,
.toucan-header-labels-hidden .toucan-menu-social span{
    line-height: 1;
}

.toucan-header-window .header-bottom > .container, 
.toucan-header-window .header-middle > .container, 
.toucan-header-window .header-top > .container,
.toucan-header-window .header-sticky-main > .container{
    max-width: 100%;
}

.toucan-header-bottom-unboxed .header-bottom > .container{
    max-width: 100%;
}

.header-bottom ul li a{
    display: flex;
    align-items: center;
    height: 40px;
}

@media (max-width: 374px){
    .header-mobile > .container,
    .header-sticky-main > .container{
        max-width: 100%;
    }
}

