.sppb-btn.sppb-btn-default {
    letter-spacing: 1px;
    color: #646175;
    font-size: 16px;
    font-weight: 500;
    background: none;
    padding: 0px 0px 0px 30px;
    transition: 0.3s;
    position: relative;
}
.sppb-btn.sppb-btn-default:hover {
    opacity:0.5;
}

.sppb-btn.sppb-btn-default:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #4f4e4e;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transition: 0.3s;
    left: 0px;
}
.sppb-btn.sppb-btn-default:hover:before {
    left: 5px;
}

.sppb-btn-default.active, .sppb-btn-default:focus {
    box-shadow: none;
}

.sppb-btn-primary {
    letter-spacing: 1px;
    color: #646175;
    font-size: 16px;
    font-weight: 500;
    background: none;
    padding: 0px 40px 0px 40px;
    transition: 0.3s;
    position: relative;
}
.sppb-btn-primary:hover {
    background: transparent;
    color: #d1b982;
}

.sppb-btn-primary:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #4f4e4e;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
}

.sppb-btn-primary:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #4f4e4e;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
}
.sppb-btn-primary:focus, .sppb-btn-primary:active {
    background: transparent !important;;
    color: #000 !important;;
    box-shadow: none !important;
}

.sppb-btn-secondary {
    transition: 0.3s;
    background: #000000a1;
    border-radius: 0px;
    border: 2px solid #534022;
    color: #fff;
}

.sppb-btn-secondary:hover {
    border: 2px solid #534022;
    background: #000;
    color: #ffffff96;
}
.sppb-btn-secondary.active, .sppb-btn-secondary:focus {
    box-shadow: none;
    background: #000;
}

.bfQuickMode .form-group .control-label {
    font-size: 12px;
    font-weight: 600;
    color: #846b40;
}

button#bfSubmitButton {
    margin-top:10px;
    letter-spacing: 1px;
    color: #646175;
    font-size: 16px;
    font-weight: 500;
    background: none;
    padding: 0px 0px 0px 30px;
    transition: 0.3s;
    position: relative;
}
button#bfSubmitButton:hover {
    opacity:0.5;
}

button#bfSubmitButton:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #4f4e4e;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transition: 0.3s;
    left: 0px;
}