/*------------------------------------*\
  SASS MIXINS
\*------------------------------------*/
/* Mixins for transformation & animation */
/* Background mixins */
/* Mixins for single rules */
.l-x-tag-cloud-widget {
  display: inline-block; }

.l-x-tag {
  display: inline-block;
  margin: 1px; }

.x-tag-cloud-widget {
  padding: 0.125em;
  text-align: center; }


.x-tag {
  margin: 0.125em;
  padding: 0.375em 0.625em;
  max-width: 100%;
  border: 1px solid #52b3d9;
  border-radius: 3px;
  word-wrap: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #52b3d9;
  /* State */ }
  .x-tag:hover {
    background-color: #52b3d9;
    color: #fff; }

/*# sourceMappingURL=x-tag-cloud.css.map */
