/*•••••••••••••••••••••••••••••••••••••••••••••• FILTER CODE STARTS HERE ••••••••••••••••••••••••••••••••••••••••••••••*/

select.item-filter {
    display: inline-block;
    /*width: 25%;*/
    width: 23.5%;
    border: 1px solid #ddd;
    background-color: #eee;
    height: 45px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 14px;
    color: #9c9c9c;
    margin-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image:
        linear-gradient(45deg, transparent 50%, #9c9c9c 50%),
        linear-gradient(135deg, #9c9c9c 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
  background-repeat: no-repeat;
}
select.item-filter:focus {
  background-image:
    linear-gradient(45deg, #9c9c9c 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #9c9c9c 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #03a5a5;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select.item-filter:first-child {
    margin-left: 0;
}
button.filter-submit {
    display: inline-block;
    width: 22.5%;
    /*width: 16%;*/
    height: 45px;
    margin-left: 15px;
}
button.filter-submit:hover {
    border-color: #f26727;
    color: #f26727;
}
button.filter-submit.ctaButton {
    padding: 0em;
}
option.item-filter {
    font-family: proximanova,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #231f20;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.day {
    font-family: proximanova,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
}