/*
Single Departments
 */

.tdb_single_departments {
    margin: 0 0 10px 0;
    line-height: 1;
    font-family: 'Open Sans', arial, sans-serif;
}

.tdb_single_departments a {
    pointer-events: auto;
    font-size: 10px;
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1;
    color: #fff;
    padding: 3px 6px 4px 6px;
    white-space: nowrap;
    position: relative;
    vertical-align: middle;
}

.tdb_single_departments a:hover .tdb-dept-bg {
    opacity: 0.9;
}

.tdb_single_departments a:hover .tdb-dept-bg:before {
    opacity: 1;
}

.tdb-category i:last-of-type {
    display: none;
}

.tdb-dept-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.tdb-dept-sep {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
}

.tdb-dept-bg {
    position: absolute;
    background-color: #222;
    border: 1px solid #222;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.tdb-dept-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.tdb-dept-style2 .tdb-dept-bg {
    background-color: rgba(34, 34, 34, 0.85);
}

.hide {
    display: none !important;
}
