/**
 * Theme Name:     OnePress Child
 * Author:         FameThemes
 * Template:       onepress
 * Text Domain:	   onepress-child
 * Description:    OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
 */
#btn-hover {
    transition: box-shadow 0.3s ease;
}
#btn-hover:hover {
    box-shadow: 0 10px 15px -3px rgba(230, 57, 70, 0.25),
                0 4px 6px -4px rgba(230, 57, 70, 0.25);
}