/*
Theme Name: ReadAndDigest Child
Theme URI: https://readanddigest.qodeinteractive.com/
Description: A child theme of Read and Digest Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.1
Text Domain: readanddigest
Template: readanddigest
*/

/* Skip to content link for keyboard navigation */
.skip-to-content {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 999999;
    background: #000;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    text-decoration: none;
}

.skip-to-content:focus {
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
    overflow: visible;
}
