/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
.com-rich h1,
.com-rich h2,
.com-rich h3,
.com-rich h4,
.com-rich h5,
.com-rich h6 {
  color: #604c42;
}
.tags-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: solid 1px #CCC;
  margin-bottom: 30px;
}
.tags-btns .tags span {
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  color: #FFF;
  font-size: 0.8em;
  background-color: #9e8f88;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 3px;
}
.tags-btns .tags span.highlight {
  color: #FFF;
}
.t1 .tags-btns .tags span.highlight {
  background-color: #2756b5;
}
.t2 .tags-btns .tags span.highlight {
  background-color: #ad872e;
}
.t3 .tags-btns .tags span.highlight {
  background-color: #d9510a;
}
.t4 .tags-btns .tags span.highlight {
  background-color: #1a8c94;
}
.t5 .tags-btns .tags span.highlight {
  background-color: #c33748;
}
.t6 .tags-btns .tags span.highlight {
  background-color: #5516a5;
}
.act-btns a:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 567px) {
  .tags-btns {
    display: block;
  }
  .tags-btns .tags {
    margin-bottom: 15px;
  }
  .act-btns.stick .wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
