/**
 * Styles for admin panel.
 *
 * @package     Anarcho Notepad
 * @since       2.38
 * @author      Space X-Chimp
 * @copyright   Copyright (c) 2013-2019, Space X-Chimp
 * @link        https://www.spacexchimp.com/themes/anarcho-notepad.html
 * @license     http://www.gnu.org/licenses/gpl-3.0.html
 */


/* ADMIN BAR
-------------------------------------------------- */

/* Help Button */
#wp-admin-bar-anarcho-help .ab-item::before,
#wp-admin-bar-anarcho-help a::before {
    content: "\f100";
    color: #fff;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-right: 0;
    padding-top: 6px;
}

#wp-admin-bar-anarcho-help a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #8da65a;
    background-image: -moz-linear-gradient(top, #9db668, #768d44);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9db668), to(#768d44));
    background-image: -webkit-linear-gradient(top, #9db668, #768d44);
    background-image: -o-linear-gradient(top, #9db668, #768d44);
    background-image: linear-gradient(to bottom, #9db668, #768d44);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff9db668', endColorstr='#ff768d44', GradientType=0);
    border-color: #768d44 #768d44 #4b5a2b;
}

.ab-top-menu > #wp-admin-bar-anarcho-help:hover > .ab-item {
    color: #fff;
    background: #768d44;                                                                 /* Old browsers */
    background: -moz-linear-gradient(top, #768d44 1%, #9db668 100%, #9db668 100%);       /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #768d44), color-stop(100%, #9db668), color-stop(100%, #9db668)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #768d44 1%, #9db668 100%, #9db668 100%);    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #768d44 1%, #9db668 100%, #9db668 100%);         /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #768d44 1%, #9db668 100%, #9db668 100%);        /* IE10+ */
    background: linear-gradient(to bottom, #768d44 1%, #9db668 100%, #9db668 100%);      /* W3C */
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#768d44', endColorstr='#9db668', GradientType=0); /* IE6-9 */
}
