/*--------------------------------------------------------------
# Tags Footer
--------------------------------------------------------------*/
.tags-links {
  text-align: right;
  width: 100%;
  padding: 2rem 1rem; }
  .tags-links a {
    padding: .5rem 1rem;
    display: table-cell;
    text-transform: uppercase;
    font-family: Signika;
    color: #000000;
    text-decoration: none; }
  .tags-links .tag-separator {
    color: #7cbd2a;
    font-weight: 800; }
    .tags-links .tag-separator a {
      font-weight: 400; }
