﻿.content-type {
    display: inline-block;
    padding: 0 7px;
    color: #fff;
    line-height: 22px;
    height: 22px;
    text-align: right;
    font-weight: 600 !important;
    font-size: 12px;
    text-transform: uppercase;
}

.content-type:hover {
    color: #efefef;
}

.content-type.is-large {
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
}

@media only screen and (min-width: 960px) {
    .content-type.is-large {
        padding: 0 15px;
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
}

.content-type.is-event {
    background-color: #762b90;
}

.content-type.is-news {
    background-color: #ba1a56;
    background-color: #000;
    background-color: #762b90;
}

.content-type.is-review {
    background-color: #4682b4;
    background-color: #da532c;
    background-color: #FFBF00;
}

.content-type.is-competition {
    background-color: #229495;
    background-color: #5bbad5;
    background-color: #01B600;
}