/* ==========================================================================
INTRAKOOP - SEARCH RESULTS
========================================================================== */

ul.level_0.filters {
    padding: 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.filter ul {
    padding: 0px;
    margin: 0px;
}

input#filter_item_type_ItemService_Transport,
label[for="filter_item_type_ItemService_Transport"],
input#filter_item_type_ItemEquipment,
label[for="filter_item_type_ItemEquipment"],
input#filter_item_type_ItemProfessional_Professional,
label[for="filter_item_type_ItemProfessional_Professional"] {
    display: none !important;
}

.groups {
    display: block;
}

.total_results {
    display: inline-block;
    width: 100%;
    text-align: right;
    visibility: hidden;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.item_container_wrapper_capacity {
    display: none !important;
    visibility: hidden !important;
}

a.button_inline.event_Search {
	background-color: #244c66;
}

i.fas.fa-filter{
    color: #244c66;
}

.filter h3{
    background-color: #244c66;
}

.filter {
    background: white;
    color: black;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.30), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}

.item_container {
	background: #ffffff;
}

h3.item_header a {
	color: #5c8099;
}

select, input, textarea {
    border: 1px solid #c6c6c6;
}

li.slider input {
    color: #244c66;
}

/* ==========================================================================
INTRAKOOP - SEARCH RESULTS - 1023px
========================================================================== */

@media screen and (min-width: 1500px) {
    .item_container {
        width: 13%;
        min-width: 200px;
    }
}

@media screen and (max-width: 1023px) {
    .total_results {
        max-width: 100%;
    }
}

/* ==========================================================================
End
========================================================================== */

/* ==========================================================================
End CSS
========================================================================== */

