/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

p.demo_store {
    top: auto !important;
    bottom: 0 !important;

    background: #ffd800 !important;
    color: #000 !important;

    padding: 12px 10px;
    font-weight: 600;

    border: none !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

p.demo_store a {
    color: #070bfb !important;
    font-weight: 600;
}

p.demo_store a:hover {
    opacity: 0.0;
}

footer#theme_footer.dark_style {
    background: #33620d !important;
}