/*!
 * _messages.less
 *
 * Copyright 2016 Achraf Chouk
 * Achraf Chouk (https://github.com/crewstyle)
 */

.olz-main-nav {
    background-color: @primary;
    background-image: url(../img/section-square.png);
    box-shadow: inset 0 -14px 4px -10px fade(@black, 30%);
    position: relative;
    z-index: 1;

    .olz-logo {
        display: inline-block;
        font-family: @fontsecond;
        font-size: 16px;
        font-weight: 700;
        line-height: 60px;
        margin-right: 5px;
        text-transform: uppercase;

        object {
            display: inline-block;
            height: 40px;
            margin: -6px 10px 0 0;
            max-height: 54px;
            vertical-align: middle;
            width: 31px;
        }

        &:focus,
        &:hover {
            background-color: transparent;
            color: @second;
        }
    }

    .olz-breadcrumb {
        color: @white;
        font-size: 16px;
        line-height: 60px;
    }

    ul {
        background-color: lighten(@grayblack, 7%);
        bottom: 0;
        box-shadow: 0 5px 15px fade(@black, 70%);
        font-size: 0;
        list-style: none;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 65px 0 0;
        position: fixed;
        right: -275px;
        top: 0;
        width: 250px;
        z-index: 3;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;

        li {
            color: @white;
            display: block;
            font-size: 14px;
            font-weight: normal;
            height: 44px;
            line-height: 44px;
            margin: 0;
            padding: 0;
            position: relative;
            vertical-align: top;
            z-index: 2;

        }
    }

    a {
        color: @white;
        display: block;
        line-height: 44px;
        padding: 0 14px;
        text-decoration: none;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;

        &:focus,
        &:hover {
            background-color: @grayblack;
            color: @primary;
        }

        &.current {
            background-color: @graydark;
            color: @white;
        }
    }
}

.olympus-mainwrap {
    h2.nav-tab-wrapper {
        background: @graylight;
        padding: 9px 2% 0;

        .nav-tab {
            margin-left: 0;
            margin-right: 7px;
        }

        .nav-tab-active,
        .nav-tab-active:focus,
        .nav-tab-active:focus:active,
        .nav-tab-active:hover {
            background: #fdfdfd;
            border-bottom-color: #fdfdfd;
        }
    }
}
