/* Custom dashboard icons */
@font-face {
    font-family: 'wptheatre';
    src:url('includes/fonts/wptheatre.eot?-waavdj');
    src:url('includes/fonts/wptheatre.eot?#iefix-waavdj') format('embedded-opentype'),
        url('includes/fonts/wptheatre.woff?-waavdj') format('woff'),
        url('includes/fonts/wptheatre.ttf?-waavdj') format('truetype'),
        url('includes/fonts/wptheatre.svg?-waavdj#wptheatre') format('svg');
    font-weight: normal;
    font-style: normal;
}

#dashboard_right_now li.spectacle-count a:before,
#adminmenu #menu-posts-spectacle.menu-icon-post div.wp-menu-image:before,
#dashboard_right_now li.performance-count a:before,
#adminmenu #menu-posts-performance.menu-icon-post div.wp-menu-image:before,
#dashboard_right_now li.home_video-count a:before,
#adminmenu #menu-posts-home_video.menu-icon-post div.wp-menu-image:before,
#dashboard_right_now li.sponsor-count a:before,
#adminmenu #menu-posts-sponsor.menu-icon-post div.wp-menu-image:before {
    font-family: 'wptheatre' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#dashboard_right_now li.spectacle-count a:before,
#adminmenu #menu-posts-spectacle.menu-icon-post div.wp-menu-image:before {
    content: "\e603";
}

#dashboard_right_now li.performance-count a:before,
#adminmenu #menu-posts-performance.menu-icon-post div.wp-menu-image:before {
    content: "\e600";
}

#dashboard_right_now li.home_video-count a:before,
#adminmenu #menu-posts-home_video.menu-icon-post div.wp-menu-image:before {
    content: "\e602";
}

#dashboard_right_now li.sponsor-count a:before,
#adminmenu #menu-posts-sponsor.menu-icon-post div.wp-menu-image:before {
    content: "\e601";
}
