.tags-wrap {
    overflow: hidden;
    height: 110px;
}
.tags-wrap.active {
    height: auto;
}
.tags-wrap br{
  display: none;
}
.tags-wrap p{
display: inline;    
}
.tags-wrap li{
    display: inline;
}
.tags-wrap ul li:before{
    display: none !important;
}
.tags-wrap a{
    display: inline-block;
    font-size: 12px;
    padding: 10px 30px;
        margin-bottom: 15px !important;
    margin-right: 15px;
    color: #161616;
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: transparent;
}
.more-tags {
    display: inline-block;
        border: 1px solid #a3a3a3;
    color: #a3a3a3;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    text-align: center;
      margin-top: 20px;
}
.more-tags.active {
        -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}