/* ==========================================================================
   Top area style - begin
   ========================================================================== */

#qodef-top-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: $full-width-side-padding;
    background-color: #000;
    z-index: 101; /* Header has Z-index 100, top header has greater value because of dropdown in header top (wpml) */
    
    .widget {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        
        .textwidget {
            > * {
                margin: 0;
            }
        }
    }
}

/* ==========================================================================
   Top area style - end
   ========================================================================== */