.wp-event-block {
} a.button.show-event-filters {
float: right;
margin-right: 0;
}
.show-event-filters::before {
content: '\f0b0';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: 0.5em;
}
.event-filters {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.event-filter-box,
input[type="text"].event-filter-box {
margin-bottom: 0.8em;
}
.horizontal-items {
width: 100%;
}
.horizontal-item {
display: inline-block;
width: 48%;
margin-right: 4%;
}
.horizontal-item:nth-child(2n) {
margin-right: 0;
}
@media screen and ( min-width: 600px ) { .event-filter-box,
input[type="text"].event-filter-box {
width: 48%;
}
.horizontal-item,
.horizontal-item:nth-child(2n) {
width: 31%;
margin-right: 3.5%;
}
.horizontal-item:nth-child(3n) {
margin-right: 0;
}
}
@media screen and ( min-width: 768px ) { .horizontal-item,
.horizontal-item:nth-child(2n),
.horizontal-item:nth-child(3n) {
width: 23.5%;
margin-right: 2%;
}
.horizontal-item:nth-child(4n) {
margin-right: 0;
}
}
@media screen and ( min-width: 1024px ) { .horizontal-item,
.horizontal-item:nth-child(2n),
.horizontal-item:nth-child(3n),
.horizontal-item:nth-child(4n) {
width: 18%;
margin-right: 2.5%;
}
.horizontal-item:nth-child(5n) {
margin-right: 0;
}
}
@media screen and ( min-width: 1260px ) { .horizontal-item,
.horizontal-item:nth-child(2n),
.horizontal-item:nth-child(3n),
.horizontal-item:nth-child(4n),
.horizontal-item:nth-child(5n) {
width: 15%;
margin-right: 2%;
}
.horizontal-item:nth-child(6n) {
margin-right: 0;
}
}
@media screen and ( min-width: 1440px ) { .horizontal-item,
.horizontal-item:nth-child(2n),
.horizontal-item:nth-child(3n),
.horizontal-item:nth-child(4n),
.horizontal-item:nth-child(5n),
.horizontal-item:nth-child(6n) {
width: 11%;
margin-right: 1.714285%;
font-size: 90%;
}
.horizontal-item:nth-child(8n) {
margin-right: 0;
}
}