/* .tagcloud {
  font-size: 16px;
}

.light .tagcloud--item {
  color: #fff;
}
.light .tagcloud--item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
} */

.tagcloud--item {
  padding: 2px 4px;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}
.tagcloud--item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1 !important;
  z-index: 100 !important;
}
.mbTagCloud .mb-tagcloud {
  font-family: "Open Sans", sans-serif;
  position: relative;
  /* width: 100%; */
  height: auto;
  font-weight: 700;
  color: #f2f1f1;
  /* margin: auto; */
  z-index: 0;
}

.mbTagCloud .mb-tagcloud .mb-tagcloud--item {
  opacity: 1 !important;
}

.mbTagCloud .mb-tagcloud .mb-tagcloud--item:first-child {
  font-size: 13em;
  color: #f8f8f8;
  top: 40% !important;
  left: unset !important;
}

.mbTagCloud .mb-tagcloud .mb-tagcloud--item:nth-child(2) {
  font-size: 7em;
  color: #f2f1f2;
  /* left: 40% !important; */
  bottom: 90% !important;
  
}

.mbTagCloud .mb-tagcloud .mb-tagcloud--item:nth-child(3) {
  font-size: 7em;
  color: #f6f6f6;
  bottom: 20% !important;
  /* top: 0 !important;
  right: 50% !important; */
}
