/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.promo-icon.star {
  display: inline-block;
  font-style: normal;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.promo-icon.flame {
  display: inline-block;
  font-style: normal;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
a.button.top100-button {
    transition: all 0.3s ease;
}