.wpacf_filters_wrapper .form-control {
    display: block;
    width: 100%;
    height: 34px;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#wpacf_filters_form input[type="submit"]{
    width: 100%;
    height: 32px;
    display: block;
    background-color: #ccd2cc;
    color: white;
    font-size: 24px;
    margin-top: 20px;
}
.blockElement{
    top: 7% !important;
}
.wpacf_filters__search_by_tag ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.wpacf_filters__search_by_tag ul li{
    display: inline-block;
    cursor: pointer;
    background: 0 0;
    padding: 5px 10px;
    margin: 1px;
    border: 1px solid rgba(0,0,0,.1);
}
.wpacf_filters__search_by_tag .wpacf_tag_active{
    border: 2px solid green;
}