/* The TK Icon Fonts! */
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff') format('woff'),
    url('fonts/icomoon.ttf') format('truetype'),
    url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.tk-icon-store, .tk-icon-support, .tk-icon-blog, .tk-icon-buddyforms, .wp-menu-image.dashicons-before.dashicons-buddyforms {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 125%;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.tk-icon-store:before, .wp-menu-image.dashicons-before.dashicons-buddyforms:before {
    content: "\e002";
}

.wp-menu-image.dashicons-before.dashicons-buddyforms:before {
    content: "\e000";
    font-family: 'icomoon';
    font-size: 27px;
    padding: 0;
    padding-right: 10px;
}

.tk-icon-support:before {
    content: "\e001";
}

.tk-icon-blog:before {
    content: "\e003";
}

.tk-icon-buddyforms:before  {
    content: "\e000";
}