.filtr-item {
    padding: 1rem;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}




/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
	color: #222;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 50px;
}
.simplefilter li {
    background-color: #f4f4f4;
}
.simplefilter li.active {
	background-color: #f81f47;
	color: #fff;
	border-radius: 30px;
}
.multifilter li {
    background-color: #4b9eff;
}
.multifilter li.active {
    background-color: #2265b4;
}

/* Shuffle and sort controls */
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

/* Search control */
.search-row {
    margin-left: 2.5rem;
}
.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}
