/**
 * Smart by NiceThemes.
 *
 * Styles for Nice Likes integration.
 *
 * @package   Smart
 * @version   1.0.0
 * @author    NiceThemes <hello@nicethemes.com>
 * @license   GNU General Public License
 * @link      http://nicethemes.com/product/smart
 * @copyright (c) 2017 NiceThemes
 */
/* ============================================================================

   WARNING! DO NOT EDIT THIS FILE!

   To make it easy to update your theme, you should not edit the styles in this
   file. Instead, create a child theme or use the custom.css file to add your
   styles. You can copy a style from this file and paste it in custom.css and
   it will override the style in this file. You have been warned! :)

   ========================================================================= */
a.nice-likes.waiting .fa-circle-o-notch {
  font-size: 85%;
}

a.nice-likes.waiting, a.nice-likes.updating {
  cursor: wait;
}

a.nice-likes.liked i {
  color: #5b799c;
}

a.nice-likes:hover i {
  color: #5b799c;
}

a.nice-likes.liked i {
  color: #5b799c;
}

a.nice-likes.liking, a.nice-likes.disliking {
  opacity: 0.9;
}

a.nice-likes.liking i, a.nice-likes.disliking i {
  -webkit-animation: beat 0.35s infinite alternate;
  animation: beat 0.35s infinite alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.grid .item .item-content .entry-likes a {
  border: none;
}

.grid .item .item-content .entry-likes a.liked i {
  color: #5b799c;
}

@keyframes beat {
  to {
    opacity: 0.6;
  }
}

@-moz-keyframes beat {
  to {
    opacity: 0.6;
  }
}

@-webkit-keyframes beat {
  to {
    opacity: .6;
    -khtml-opacity: .6;
  }
}

@-ms-keyframes beat {
  to {
    opacity: .6;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
  }
}

@-o-keyframes beat {
  to {
    opacity: .6;
  }
}

/*# sourceMappingURL=nice-likes.css.map */