/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .form-row {
    display: flex;
    flex-wrap: wrap;
}
.form-column {
    flex: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.bkb-hide {
    display: none;
}
.wpfc7 select {
    display: block;
    /* width: 100%; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #757575;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bureaukb-x-2 {
    margin-left:2px;
    margin-right:2px;
}

.pagination-ellipsis {
    padding: 0 5px;
    color: #666;
}