/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* WooCommerce store notice colour */
p.demo_store,
.woocommerce-store-notice {
    background: linear-gradient(90deg, #193259, #224A7A) !important;
    color: #ffffff !important;
    font-size: 13px;
    padding: 6px 12px !important;
}

/* Close link colour */
.woocommerce-store-notice__dismiss-link {
    color: #16C7ED !important;
	font-weight: 500;
}

/* Header logo */
.site-header .site-logo img {
    filter:
		drop-shadow(0 0 18px rgba(22,199,237,0.8))
        drop-shadow(0 0 45px rgba(22,199,237,0.45))
        drop-shadow(0 0 90px rgba(22,199,237,0.25));
}