.hs-recipes.grid .entry .hard, .hs-recipes.grid .we .hard {
font-size:0px;
}

.hs-recipes.grid .entry .hard:after, .hs-recipes.grid .we .hard:after {
    text-indent:0;
font-size:12px;
content:'Intermediate';
}

.hs-recipes.grid .entry .easy, .hs-recipes.grid .we .easy {
font-size:0px;
}

.hs-recipes.grid .entry .easy:after, .hs-recipes.grid .we .easy:after {
    text-indent:0;
font-size:12px;
content:'Beginner';
}

.hs-recipes.grid .entry .master, .hs-recipes.grid .we .master {
font-size:0px;
}

.hs-recipes.grid .entry .master:after, .hs-recipes.grid .we .master:after {
    text-indent:0;
font-size:12px;
content:'Advanced';
}

.hs-recipe.single .entry-meta .easy span{
    font-size: 0px !important;
}
.hs-recipe.single .entry-meta .easy span:after{
    content:'Beginner';
font-size: 14px !important;
}
.hs-recipe.single .entry-meta .hard span{
    font-size: 0px !important;
}
.hs-recipe.single .entry-meta .hard span:after{
    content:'Intermediate';
font-size: 14px !important;
}
.hs-recipe.single .entry-meta .master span{
    font-size: 0px !important;
}
.hs-recipe.single .entry-meta .master span:after{
    content:'Advanced';
font-size: 14px !important;
}
