/*--------
overall
-----------*/
a { font-family: 'Gill-Sans'; /*font-size: 18px;*/}
a.sppb-btn,
.btn-primary, 
.sppb-btn-primary{    
    background: #b98766 !Important;
    color: white;
    border-radius: 35px;
    border: 0;
    padding: 10px 25px;
    font-family: 'Gill-Sans';
    font-size: 18px;
    text-transform:capitalize;
}
a.sppb-btn:hover,
.btn-primary:hover, 
.sppb-btn-primary:hover{
    background: #a07151 !important;
}

/*------
home slide
-----*/
/*BUTTON*/
/*.page-scroll-bottom {
    position: absolute;
    left: 12.5%;
    bottom: 25%;
}*/
/*.page-scroll-bottom a.sppb-btn:nth-child(2) {
    border-radius: 100%;
    padding: 30px 18px;
    transform: scale(1,0.6);
    max-width:50px;
    color: white;
    font-weight:900;
    background-color: rgb(255 255 255 / 20%);
    border:none;
}*/
.page-scroll-bottom a.sppb-btn{
    display: block;
}

.page-scroll-bottom a.sppb-btn:nth-child(1) {
    background: #b98766;
    color: white;
    border-radius: 35px;
    border: 0;
    padding: 10px 25px;
    font-family: 'Gill-Sans';
    font-size: 18px;
      display: inline-block;
}
.page-scroll-bottom a:nth-child(2) {
   border-radius: 100%;
    background: #ffffff59 !important;
    opacity: .5; max-width:50px;
   transform: scale(1,0.6); padding: 30px 18px;
}

/*---------
back
----------*/
.sppb-addon.sppb-addon-raw-html.back-button a{
    background: #b98766 ! Important;
    color: white;
    border-radius: 35px;
    border: 0;
    padding: 15px 35px 10px 35px;
    font-family: 'Gill-Sans';
    font-size: 18px;
    text-transform: capitalize;
}
.sppb-addon.sppb-addon-raw-html.back-button a:hover{ background: #9e6e4d ! Important;}