
.bsf-welcome-msg {
    margin: 10px;
}

.bsf-welcome-msg h3 {
    font-weight: 700;
}


/* Mobile responsive style */
@media( max-width: 768px ) {

    .store-block {
        width: 100%;
    }
}

.bsf-read-more {
    display: inline-block;
    width: 152px;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 25px 6px;
    background-color: transparent;
    border-radius: 50px;
    text-align: center;
    border: 2px solid #1d3494;
    color: #1d3494;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bsf-read-more:hover {
    background-color: #1d3494;
    color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
