/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child Theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

.skip-link{

position:absolute;

left:-9999px;

top:20px;

background:#000;

color:#fff;

padding:12px 20px;

z-index:999999;

text-decoration:none;

font-weight:600;

}

.skip-link:focus{

left:20px;

}