.blueRibon {
    transition: all 1s;
}


/* Desktop header whiteRibbon  */

#new-header {
    margin-left: auto;
    display: flex;
    align-items: center;
}

#new-header .topButtons {
    margin-left: auto;
    display: flex;
    align-items: center;
}

#new-header .topButtons div {
    height: 36px;
}

#new-header .topButtons .follow-us {
    line-height: 36px;
    margin-right: 10px;
}

#new-header .topButtons .social-icons {
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#new-header .social-icon {
    background-color: grey;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 7px;
}

#new-header .social-icon:hover {
    background-color: #097fa6;
}

#new-header .button {
    margin: 0;
}


/* Mobile */

@media screen and (max-width: 768px) {
    .blueRibon-mobile {
        width: 100%;
    }
    #nav-wrap {
        border-bottom: 0;
    }
    #menu-header {
        top: 61px;
        height: 100vh;
    }
    #menu-header>.menu-item-12311>a {
        border-top: 0;
    }
    #menu-header li.showfromMobile.button {
        height: 60px;
        /*display: none;*/
    }
}

@media (min-width: 768px) {
    .blueRibon .menu {
        display: flex !important;
    }
}