/*
Theme Name: iQ (2026) - v1.0
Theme URI: https://impossible-question.com
Author: Steve Ferrar
Author URI: https://steveferrar.com
Conributors: Matt Kennell, Steve Ferrar
Description: Theme for the iQ website
Version: 1.0.13

Tags: Custom theme, iQ
Updates: Theme development: go-live 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; }


/*  Accessibilty */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after{
        animation-duration: 0ms !important;
        transition-duration: 0ms !important;
    }
}