/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#wpadminbar .sa-support-link a.ab-item {
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d14e2d+0,ff9112+100 */
    background: #d14e2d; /* Old browsers */
    background: -moz-linear-gradient(left, #d14e2d 0%, #ff9112 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d14e2d 0%,#ff9112 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d14e2d 0%,#ff9112 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d14e2d', endColorstr='#ff9112',GradientType=1 ); /* IE6-9 */
    transition: background 0.5s ease-in;
}

#wpadminbar:not(.mobile) .sa-support-link a.ab-item:hover {
    background: #d14e2d;
    color: #FFF;
}