
.pc-tag {
    background: transparent!important;
    vertical-align: top;
}

.pc-tag:before {
    display: none;
}

.mask-round img, .mask-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-tags .pc-tag {
    border: none !important;
}

.pc-tag__title {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.pc-tag__title:before {
    content: '#';
}

.footer-widget-area-3 .footer-widget-wrap {
    width: 100% !important;
}

.tagcloud {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.tagcloud .mask-square ,
.tagcloud .mask-round {
    display: block;
    margin-bottom: 15px;
}

.tagcloud a:before {
    content: none!important;
}

.tagcloud a {
    flex-shrink: 0;
    width: 16.66%;
    text-align: center;
    margin-bottom: 30px!important;
}

.tagcloud{
    font-size: 0.8em !important;
}

.tagcloud a img {
    vertical-align: top;
    width: 51px!important;
    height: 51px!important;
    object-fit: cover;
}



/************************************************
*  BEM Tags
************************************************/
.tags__content{
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    /*justify-content: space-around;*/
    flex-wrap: wrap;
}

.tags__event{
    line-height: 0;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dotted #e8e8e8;
    margin-bottom: 20px;
    width: calc(25% - 20px);
}

.tags__circle {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.tags__link-block{
    text-align: center;
    margin: 0 auto;
    line-height: 15px;
    max-width: 100%;
}

.tags__link img, .tags__link svg {
    width: 100%;
    display: inline-block;
    height: 100%;
    object-fit: cover;
}

.tags__link-name{
    width: 100%;
    text-align: center;
    margin-top: 19px;
    display: inline-block;
    font-size: 14px;
}

.tags__link-name:hover{
    text-decoration: underline;
}
/*
.tags__load-more{
    text-align: center;
    padding-top: 40px;
    width: 100%;
    margin-top: -20px;
}

.tags__load-more>a, .tags__load-more>span {
    display: inline-block;
    color:#fff !important;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .3s;
    border: 2px solid #000;
    background: #000;
    font-weight: bold;
    border-radius: 23px;
    padding: 8px 15px;
}

.tags__load-more>a:hover, .tags__load-more>span{

    text-decoration: none;
    background: #fff;
    color:#000 !important;
}
*/
.tags__load-link {
    /*padding: 8px 63px !important;*/
}

.tags .mask {
    padding-bottom: 0 !important;
}

.tags .mask-img {
    padding-bottom: 100%;
}

