/* Tag */
.tag:hover {
    background-color: #F8B324;
    color: #191A1C;
}

.tag:hover svg path {
    fill: #191A1C;
}

.tag-reverse {
    background-color: #F8B324;
    color: #191A1C;
}

.tag-reverse svg path {
    fill: #191A1C;
}

.tag-reverse:hover {
    background: #242529;
    color: #fff;
}

.tag-reverse:hover svg path {
    fill: #fff;
}

/* Pagination */


/*ADAPTIVE*/
/* EXTRA LARGE */
@media only screen and (max-width : 1400px) {}

/* LARGE */
@media only screen and (max-width : 1200px) {}

/* TAB */
@media only screen and (max-width : 1080px) {
    .tag {
        font-size: 14px;
    }
}

/* TAB */
@media only screen and (max-width : 992px) {}

/* MEDIUM */
@media only screen and (max-width : 768px) {}

/* PHONE*/
@media only screen and (max-width : 576px) {
    .tag {
        font-size: 13px;
    }
}

/* MINI */
@media only screen and (max-width : 374px) {}