/* Mobile category icons: 20% smaller + custom blade glyphs */
@media (max-width:767px){
  .category-wall .ks-cat-icon,
  html.theme-dark .category-wall .ks-cat-icon,
  html:not(.theme-dark) .category-wall .ks-cat-icon{
    font-size:29px!important
  }
}

.ks-cat-icon.ks-icon-blade,
.ks-menu-icon.ks-icon-blade{
  font-style:normal!important;
  font-family:inherit!important
}
.ks-icon-blade svg{
  width:1em;
  height:1em;
  display:block;
  fill:currentColor
}
.ks-menu-icon.ks-icon-blade{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:1.15em;
  height:1.15em;
  margin-right:.45em;
  vertical-align:-.12em
}
