.tag-category {
    min-width: calc(15% - 1rem);
    padding-right: 15px;
    flex: auto
}

.tags-list {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px
}

.tag-category {
    padding-bottom: 40px
}

.tag-category li:first-child {
    padding-bottom: 15px
}

.tag-category li {
    list-style: none;
    padding-bottom: 5px
}

.tag-category li a {
    color: #000;
    text-decoration: none;
    text-transform: capitalize
}

.tag-category li a:hover {
    text-decoration: underline
}

.tag-category li:first-child span {
    position: relative;
    font-weight: 700;
    text-transform: uppercase
}

.tag-category li:first-child span:after {
    content: "";
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#942a9b), to(#e20070));
    background: linear-gradient(to left, #942a9b, #c10c89, #e20070);
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0
}

.tag-count {
    margin-left: 5px;
    font-size: 12px
}

.tags-h1 {
    margin-bottom: 15px;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #7110a5
}

#multiTag{
    display: block;
    height: 20px;
    min-width: 10px;
    clear: both;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none;
    color: #7110a5
}