.col-lg-4.margin-top-75.sticky h2 {
    margin-top: 0 !important;
    font-size: 1.5em !important;
    margin-bottom: 10px !important;
}

.wp-filters .form-control {
    margin-bottom: 10px !important;
    width: 100% !important;
    padding: 8px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    font-size: 0.9em !important;
}

.wp-filters .category-checkboxes {
    margin-bottom: 15px !important;
}

.wp-filters .category-checkboxes label {
    display: block !important;
    margin-bottom: 3px !important;
    font-size: 0.9em !important;
}

.wp-filters .category-checkboxes input[type="checkbox"] {
    margin-right: 3px !important;
    transform: scale(0.7) !important;
    -webkit-transform: scale(0.7) !important;
}

.wp-filters input[type="submit"].button {
    display: none !important;
}