/**
    @file   style.css
    @package unitrai-sm-badge
    Version: 1.0.0
    Author: Suraj k <suraj.unitrai@gmail.com>
    URL:    https://unitrai.com
*/
.ut-tag-block {
    margin-bottom:8px;
}

.ut-tag-block .badge {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 8px;
    border-radius: 5px;
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.0014em;
    color: #FFFFFF;
    display:none;
    text-transform:capitalize;
}

.ut-tag-block .badge-red {
    background: #FF6D6D;
}

.ut-tag-block .badge-red{
    background:#FF6D6D url(public/img/podcast-icon.png) 11.75px center no-repeat;
    padding-left: 27px;
}

.ut-tag-block .badge-blue {
    background: #6CC1FF;
}

.ut-tag-block .badge-blue{
    background:#6CC1FF url(public/img/blog-icon.png) 11.21px  center no-repeat;
    padding-left: 27.17px;
}

.post .ut-tag-block .badge-blue{
    display:inline-flex;
}

/*.post.category-podcast .ut-tag-block .badge-blue,*/
/*.post.selling-made-simple-podcast .ut-tag-block .badge-blue,*/
.post.category-sales-leadership-show .ut-tag-block .badge-blue,
.post.category-social-selling-show .ut-tag-block .badge-blue,
.post.category-this-week-in-sales .ut-tag-block .badge-blue,
.post.category-salesman-podcast .ut-tag-block .badge-blue,
body.category-76 .ut-tag-block .badge-blue,
body.category-78 .ut-tag-block .badge-blue,
body.category-79 .ut-tag-block .badge-blue,
body.category-82 .ut-tag-block .badge-blue
body.category-10 .ut-tag-block .badge-blue
{
    display:none;
}

/*.post.category-podcast .ut-tag-block .badge-red,*/
/*.post.selling-made-simple-podcast .ut-tag-block .badge-red,*/
.post.category-sales-leadership-show .ut-tag-block .badge-red,
.post.category-social-selling-show .ut-tag-block .badge-red,
.post.category-this-week-in-sales .ut-tag-block .badge-red,
.post.category-salesman-podcast .ut-tag-block .badge-red,
body.category-76 .ut-tag-block .badge-red,
body.category-78 .ut-tag-block .badge-red,
body.category-79 .ut-tag-block .badge-red,
body.category-82 .ut-tag-block .badge-red
body.category-10 .ut-tag-block .badge-red{
    display:inline-flex;
}
