#hello-bar.hello-bar {
    padding: 7px 0;
}

.hello-bar {
    position: relative;
    width: 100%;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    z-index: 110;
}

.hello-bar .container {
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .hello-bar .container {
        width: 100%;
    }
}

.hello-bar .field--name-field-hello-bar-short-text,
.hello-bar .field--name-field-hello-bar-button-link {
    margin: 5px 0;
    display: inline-block;
}

.hello-bar .field--name-field-hello-bar-short-text p {
    position: relative;
    top: 2px;
    line-height: normal;
}

.hello-bar .field--name-field-hello-bar-button-link a {
    margin: 0 10px;
}

.role-administrator .dialog-off-canvas-main-canvas,
.role-publisher .dialog-off-canvas-main-canvas {
    top: 0 !important;
}

.dialog-off-canvas-main-canvas {
    position: relative;
}