#block-search{
    margin-bottom: 15px;
}
#joy{
    top: 0!important;
    box-shadow: none!important;
 }
.be-button{
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    font-family: 'Cambria',serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 3px;
    color: #ffffff;
    background-color: #5a174d;
    background-image: linear-gradient(to top, #5a174d, #5a174d);
    border: 1px solid;
    border-color: rgba(195,129,177,0.7);
    border-top-color: rgba(195,129,177,0.7);
    border-top-width: 1px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 0 0 rgba(255,255,255,0) inset;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    cursor: pointer;
    white-space: normal;
    clear: both;
    float: left;
}
.be-button:hover{
    color: #ffffff;
    background-color: #7a1f69;
    background-image: linear-gradient(to top, #7a1f69, #ae3897);
    border: 1px solid rgba(208,157,194,0.7);
    border-top-width: 1px;
    border-top-color: rgba(208,157,194,0.7) !important;
}