/**
 * Default Setting
 */
/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
.entry-content.has-blocks ul.is-style-list-checkmark {
  padding-left: 28px;
}
.entry-content.has-blocks ul.is-style-list-checkmark li {
  margin-bottom: 15px;
}
.entry-content.has-blocks ul.is-style-list-checkmark > li {
  padding-left: 12px;
}
.entry-content.has-blocks ul.is-style-list-checkmark > li:before {
  content: "";
  top: 12.6315789474px;
  width: 24px;
  height: 24px;
  background-color: #f00;
  -webkit-mask: url(../img/checkmark.svg);
  mask: url(../img/checkmark.svg);
  transform: translateY(-50%) translateX(-100%);
}
.entry-content.has-blocks ul.is-style-list-checkmark ul, .entry-content.has-blocks ul.is-style-list-checkmark ol {
  margin-top: 15px;
}
/*# sourceMappingURL=maps/editor-custom-block.css.map */