/*
Theme Name: PanDim Lemon Baptism
Theme URI: https://pandim.gr/
Author: PanDim
Author URI: https://pandim.gr/
Description: Custom mobile-first baptism invitation theme for the Wedding Invitations Core plugin. Lemon and Spartan inspired design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: pandim-lemon-baptism
*/

/*
 * The main invitation styling lives in:
 *
 * assets/css/lemon-invitation.css
 *
 * This file mainly exists as the required WordPress
 * theme stylesheet and theme metadata.
 */


/* ---------------------------------------------------------
   BASE RESET
--------------------------------------------------------- */

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
}


/* ---------------------------------------------------------
   ACCESSIBILITY
--------------------------------------------------------- */

.screen-reader-text {
    position: absolute !important;

    width: 1px;
    height: 1px;

    padding: 0;
    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);

    white-space: nowrap;

    border: 0;
}

.screen-reader-text:focus {
    position: fixed !important;

    top: 10px;
    left: 10px;

    z-index: 100000;

    width: auto;
    height: auto;

    padding: 12px 18px;
    margin: 0;

    clip: auto !important;
    clip-path: none;

    background: #ffffff;
    color: #111111;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 2px 10px
        rgba(0, 0, 0, 0.18);
}
