/* Icons button */
.icobutton {
  font-size: 3em;
  position: relative;
  margin: 0;
  padding: 0;
  color: #c0c1c3;
  border: 0;
  background: none;
  overflow: visible;
  -webkit-tap-highlight-color: transparent; }

.icobutton .fa {
  display: block;
  padding: 0 0.1em; }

.icobutton__text {
  font-size: 0.75em;
  position: absolute;
  top: 100%;
  left: -50%;
  width: 200%;
  text-align: center;
  line-height: 1.5;
  color: #a6a6a6; }

.icobutton__text--side {
  top: 0;
  left: 100%;
  width: 100%;
  width: auto;
  padding: 0 0 0 0.25em; }

/* fix for mo.js */
.icobutton svg {
  left: 0; }

.icobutton:hover,
.icobutton:focus {
  outline: none; }

/* Unicorn */
.icobutton--unicorn svg {
  fill: #c0c1c3; }
/*# sourceMappingURL=icons.css.map */