.header-main{
    @extend %vertical-margin;
    .site-title {
        margin: 0;
    }
}
.header-main .container > .row,
.header-sticky .container > .row{
    height: 100%;
    align-items: center;
}

.kbg-header-window{
    .header-main .header-middle > .container,
    .header-sticky-main .header-middle > .container{
        max-width: 100%;
    }
}
.kbg-header-labels-hidden .kbg-header .kbg-menu-subscribe span{
    display: none;
}

.site-description{
    font-size: 1.2rem;
    font-weight: normal;
}
.kg-search:hover{
    cursor: pointer;
    color: var(--color-header-middle-txt-075);
}
.kbg-in-popup{
    display: none;
}
.kbg-in-popup {
    right: 25px;
    padding: 10px;
    margin: 0;
    opacity: 1;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    position: absolute;
    z-index: 99999;
    text-align: left;
    display: none;
    background: #FFF;
    left: 0;
    right: 0;
}
.kbg-header .kbg-menu-popup-search{
    display: flex;
    align-items: center;
    margin-right: 10px !important;    
}