/*--------------------------------------------------------------------------*\
    Link in menu item that contains logo
\*--------------------------------------------------------------------------*/

.header__menu-link--logo {
    /*box*/
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (min-width:900px) {

    .burger-input--900~.header>.header__nav .header__menu-link--logo {
        /*box*/
        justify-content: flex-start !important;
    }

}

@media (min-width:700px) {

    .burger-input--700~.header>.header__nav .header__menu-link--logo {
        /*box*/
        justify-content: flex-start !important;
    }

}

@media (min-width:500px) {

    .burger-input--500~.header>.header__nav .header__menu-link--logo {
        /*box*/
        justify-content: flex-start !important;
    }

}