/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 /*  Admin Bar Menu Missing Alt Item  */

.ab-top-menu #wp-admin-bar-missing_alt .missing_alt_image_count {
    display: inline;
    vertical-align: top;
    box-sizing: border-box !important;
    margin: 1px 0 -1px 2px !important;
    padding: 2px 7px 2px!important;
    min-width: 18px;
    height: 18px !important;
    border-radius: 9px !important;
    background-color: #ca4a1f;
    color: #fff;
    font-size: 11px !important;
    line-height: 1.6 !important;
    text-align: center;
}

#wpadminbar #wp-admin-bar-missing_alt .ab-icon:before {
    content: '\f534';
    top: 3px;
}