/*button default*/

/*end of button default*/


/*button primary*/

/*.btn-primary,
.sppb-btn-primary {border-color: transparent; background-color: #fff200; color: #741c1b; font-size: 15px; font-weight: 700; padding: 10px 20px; border-radius: 0; }

.btn-primary:hover,
.sppb-btn-primary:hover { border-color: transparent; background-color: #741c1b; color: #fff200; }*/

/*end of button primary*/


/*button custom*/

/*.btn-custom,
.sppb-btn-custom {border-color: transparent; font-size: 15px; font-weight: 700; }

.btn-custom:hover,
.sppb-btn-custom:hover { border-color: transparent; background-color: #741c1b !important; color: #fff200 !important; }*/

/*end of button custom*/

/*form button*/
.contact-form button#bfSubmitButton {
    border-color: #5b1815; background-color: #741e1b !important; background-image: none; transition: 0.5s; }