/* Place Filter */
.filter-band {
    background-color: #2B2B2B;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

/* Override */
.filter-band .holder {
    max-width: 1300px;
}

.filter-band h4 {
    color: #fff;
    font-family: 'Conv_Verb-Medium';
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.filter-band .controls {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-band .control {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
}

.filter-band .control.width-30 {
    width: 25%;
}

.filter-band .control.width-10 {
    width: 15%;
}

.filter-band button {
    background-color: #CF2149;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 14px;
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    outline: none;
}