/*--------------------------------------------------------------
# Custom Icons for Foods with Judes Website
--------------------------------------------------------------*/
.icon-circle-bg {
  height: 2em !important;
  border-radius: 100%;
  background-position: center;
  margin-right: .2em !important; }

.icon-circle-bg-sm {
  height: 1.5em !important;
  min-width: 1.5em !important;
  border-radius: 100%;
  background-position: center;
  background-size: 1em;
  margin-right: .1em !important; }

.icon, .ic-white-timer, .ic-white-servings, .ic-white-nutrition, .ic-white-healthy, .ic-white-menu, .ic-white-search, .ic-white-arrow-down, .ic-white-arrow-right, .ic-white-arrow-left, .ic-white-cancel, .ic-white-challenge, .ic-white-cart, .ic-orange-cart, .ic-blue-trash {
  background-repeat: no-repeat;
  background-size: contain;
  height: 1em;
  min-width: 2em;
  display: inline-block;
  margin-right: -.5em; }

.ic-white-timer {
  background-image: url("../icons/images/ic-white-timer.png"); }

.ic-white-servings {
  background-image: url("../icons/images/ic-white-servings.png"); }

.ic-white-nutrition {
  background-image: url("../icons/images/ic-white-nutrition.png"); }

.ic-white-healthy {
  background-image: url("../icons/images/ic-white-healthy.png"); }

.ic-white-menu {
  background-image: url("../icons/images/ic-white-menu.png"); }

.ic-white-search {
  background-image: url("../icons/images/ic-white-search.png"); }

.ic-white-arrow-down {
  background-image: url("../icons/images/ic-white-arrow-down.png"); }

.ic-white-arrow-right {
  background-image: url("../icons/images/ic-white-arrow-right.png"); }

.ic-white-arrow-left {
  background-image: url("../icons/images/ic-white-arrow-left.png"); }

.ic-white-cancel {
  background-image: url("../icons/images/ic-white-cancel.png"); }

.ic-white-challenge {
  background-image: url("../icons/images/ic-white-challenge.png"); }

.ic-white-cart {
  background-image: url("../icons/images/ic-white-cart.png"); }

.ic-orange-cart {
  background-image: url("../icons/images/ic-orange-cart.png"); }

.ic-blue-trash {
  background-image: url("../icons/images/ic-blue-trash.png"); }

/*# sourceMappingURL=icons.css.map */
