/*
Theme Name: Corinthia (2025) - v1.0.15
Theme URI: https://corinthiagm.com
Author: HB
Author URI: https://uk-hb.com
Conributors: Steve Ferrar
Description: Theme for the Corinthia website
Version: 1.0.15
Tags: Custom theme
Updates: Theme development: home page form, footer form


/*  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; }



/*
NEED TO DO:

- Yoast Premium
- SEO
- Check <title> tags
- OpenGraph content
- Setup users

*/