/*
	Theme Name: Einstein Bros Child
	Theme URI: https://www.einsteinbros.com/
	Description: Child theme of Hello Elementor for Einstein Bros Bagels.
	Template: hello-elementor
	Version: 1.0.0
	Text Domain: einstein-bros-child
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.skip-link {
    position: absolute;
    top: -40px; /* Hidden by default */
    left: 10px;
    background-color: var(--e-global-color-primary);
    font-family: "Arvo", Sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2em;
    fill: white !important;
    color: white !important;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 9px 16px 7px 16px;
    z-index: 1000;
}

.skip-link:focus {
    top: 8px; /* Becomes visible when focused */
    outline: 2px solid #00B8D9;
    outline-offset: 3px
}
