@font-face {
    font-family: 'AutomatorWP';
    src:  url('../fonts/automatorwp.eot?6ncb0e');
    src:  url('../fonts/automatorwp.eot?6ncb0e#iefix') format('embedded-opentype'),
    url('../fonts/automatorwp.ttf?6ncb0e') format('truetype'),
    url('../fonts/automatorwp.woff?6ncb0e') format('woff'),
    url('../fonts/automatorwp.svg?6ncb0e#automatorwp') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -------------------------------------------
	Admin Bar
   ------------------------------------------- */

#wpadminbar #wp-admin-bar-automatorwp > .ab-item > .ab-icon {
    font-family: 'AutomatorWP' !important;
}

#wpadminbar #wp-admin-bar-automatorwp > .ab-item > .ab-icon:before {
    content: "\e900";
    top: 2px;
}

#wpadminbar #wp-admin-bar-automatorwp .automatorwp-admin-menu-badge {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin: 4px -2px -1px 2px !important;
    padding: 0 5px !important;
    height: 18px !important;
    border-radius: 9px !important;
    background-color: #d63638;
    color: #fff;
    font-size: 11px !important;
    line-height: 1.6 !important;
}