.filter {
    margin-bottom: 20px;
}

.filter label {
    width: 100%;
    clear: both;
    display: block;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.filter select {
    border: 1px solid #ff794a;
    color: #000000;
    height: 40px;
    margin-top: 10px;
    padding: 10px;
    top: 0;
    visibility: visible;
    width: 100%;
    font-family: 'RobotoLight';
    font-weight: bold;
}

@media (min-width: 1024px) {
    .filter select {
        width: 140px;
    }
}

.filter select option {
    padding: 10px;
}