/*
Theme Name: Storm Studio (2025) - v1.7
Theme URI: https://stormstudio.nz
Author: Steve Ferrar
Author URI: https://steveferrar.com
Conributors: Rob Chenery, Steve Ferrar
Description: Theme for the Storm Studio website
Version: 1.7
Tags: Custom theme, Carbon6
Updates: Theme development: snagging
*/


/*  Position the cookie banner so it initially paints outside of the viewport */
@keyframes cookie-slide-in {
    0% { transform: translateX(-110vh); opacity:0; }
    100% { transform: translateX(-0vh); opacity:1; }
}
.cky-consent-container { transform: translateX(-110vh); opacity:0; animation: cookie-slide-in 1s forwards; animation-delay:2s; }