/*
 Theme Name:   Virtue Child
 Theme URI:    https://cornwallaquatics.com
 Description:  Child theme for Virtue by Kadence Themes. Used for custom performance optimisations and code additions without modifying the parent theme.
 Author:       Cornwall Aquatics
 Author URI:   https://cornwallaquatics.com
 Template:     virtue
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  virtue-child
*/

/*
 * All visual styles come from the parent Virtue theme.
 * Add any custom CSS overrides BELOW this comment.
 * These will take priority over the parent theme styles.
 */


/* ============================================================
   CUSTOM CSS — ADD YOUR OVERRIDES BELOW HERE
   ============================================================ */

/* Example: skip to content link (added by functions.php) */
.skip-link {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 999999;
    padding: 12px 24px;
    background: #0063cc;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
}

.skip-link:focus {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    outline: 3px solid #f69b05;
    outline-offset: 2px;
}
