/*
 Theme Name:  Golden Bear Toys
 Theme URI:    https://mounsey.co.uk/
 Description:  A custom WordPress Theme, devised for Golden Bear by @mounsey (based on Kadence)
 Author:       John Mounsey (of @mounsey Web Consultancy)
 Author URI:   https://mounsey.co.uk/
 Template:     kadence
 Version:      1.0.0
 Tags:         light, dark, portfolio, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kadence-child
*/

@import url("../kadence/style.css");



img.custom-logo	{ animation: logo-spin-zoom linear 1.0s infinite; }

@keyframes logo-spin-zoom
{
0% { transform: rotate(0deg) scale(1.0); }
50% { transform: rotate(180deg) scale(1.0); }
100% { transform: rotate(360deg) scale(1.0); }
}



BODY	{ border: 20px solid red !important; }



/* FIN...! */
