/*all*/
body .sppb-btn, body .btn {font-size: 14px;}

/*default*/
.sppb-btn.sppb-btn-default, .category-btn, .modal-footer button.btn.btn-primary.close {
    border: 0px;
    color: #fff;
    background: #f68621;
    font-weight: normal;
    padding: 10px 20px;
    transition:0.5s ease;
    border-radius: 5px;
}

.sppb-btn.sppb-btn-default i.fas.fa-chevron-right {
    background: #000;
    color:orange;
    padding: 8px 7px 7px 8px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    transition:0.5s ease;
}

/*default hover*/
.sppb-btn.sppb-btn-default:hover, .category-btn:hover, .modal-footer button.btn.btn-primary.close:hover {color: #fff;background-color: #ea5525;border-color: #ffffff00;}
.sppb-btn.sppb-btn-default:hover i.fas.fa-chevron-right{margin-left:15px!important;transition:0.5s ease;}



/*btn002*/

.sppb-btn.btn002 {color: #fff;transition:0.5s ease;padding:0px;font-family:'Montserrat';padding:0px;}
.sppb-btn.btn002 i {color: #f68920;left: 0px;transition:0.5s ease;font-size: 18px;position: relative;top: 2px;}
.sppb-btn.btn002:hover i {left: 5px!important;transition:0.5s ease;}
.sppb-btn.btn002, .sppb-btn.btn002 i, .sppb-btn.btn002 i:before {transition: 0.5s ease!important;}

@media (max-width: 767px){
.sppb-btn.btn002  {padding-top: 3px;}}



/*bfsubmit*/

button#bfSubmitButton {
    border: 0px;
    color: #fff;
    background: #f68820;
    font-weight: normal;
    padding: 10px 20px;
    transition:0.5s ease;
    border-radius: 5px;
}

button#bfSubmitButton:hover{
    background: #e85124;
    color:#fff;
    transition:0.5s ease;
}

/*map*/

.leaflet-popup.leaflet-zoom-animated .leaflet-popup-content a {
    border: 0px;
    color: #fff;
    background: #f68820;
    font-weight: normal;
    padding: 10px 20px;
    transition:0.5s ease;
    border-radius: 5px;
    display:block;
    margin-top: 10px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content a:hover{
    background: #e85124;
    color:#fff;
    transition:0.5s ease;
}


/*form upload*/
button#bfPickFiles266 {
    border-radius: 10px;
    padding: 15px 20px;
    color: #222222;
    border:0px;
}

button#bfPickFiles266:hover {
    background:#e85324;
    border-radius: 10px;
    padding: 15px 20px;
    color: #fff;
}

/*end of button*/

