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

html,
#wp-content-editor-tools {
    background-color: #fdfdfd;
}
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu>li.current>a.current:after {
    border-right-color: #fdfdfd;
}

h1, h2, h3 {
    font-family: @fontmain;
    font-weight: 200;

    strong {
        font-weight: 400;
    }
}

h1 {
    font-size: 38px;
    line-height: 46px;
    margin: 0;
}

#poststuff h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;

    &.hndle {
        font-size: 14px;
        font-weight: 200;
        margin: 0;
    }

    &.olz-clear {
        margin-top: 0;
    }
}

h3.olz-title {
    font-size: 16px;
    margin: 16px;
}

hr {
    border-bottom: 1px solid @white;
}

.olz-clear {
    &:before,
    &:after {
        content: "";
        display: table;
        line-height: 0;
    }

    &:after {
        clear: both;
    }
}

.olympus-mainwrap {
    #wpcontent,
    #wpfooter {
        display: block;
        padding-left: 0;
    }

    .auto-fold #wpcontent {
        padding-left: 0;
    }

    #wpbody-content .wrap {
        margin: 0;
    }

    #poststuff {
        max-width: 100%;
        min-width: 92%;
        padding: 10px 2% 0;
    }
    .olz-section-field #poststuff {
        padding: 10px 0 0;
    }

    #wpfooter {
        padding: 10px 19px;
    }
}

#edittag .form-table {
    tr.form-field:nth-child(odd) {
        background-color: fade(@black, 2.5%);
    }

    th {
        padding: 20px 0 20px 10px;

        label small {
            display: block;
        }
    }
}