/*!
Theme Name: Little Leo Nursery
Theme URI: http://digitaldyna.com/
Author: MohanK
Author URI: https://digitaldyna.com
Description: A WordPress custom theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: littleleosnursery
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Little Leo Nursery is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
#main-navigation .sub-menu-wrap a:after,
#main-navigation .sub-menu-inner a:after {
    display: none !important;
}
.skip-link { /* Replace .skip-link with the actual class/ID of your skip link */
    position: absolute;
    left: -9999px; /* Hides it off-screen */
}

.skip-link:focus {
    left: auto; /* Makes it visible on focus */
    /* Add other styling as needed for visibility, e.g., background, color, padding */
}
.logo-wrap {
    text-align: center;
}
.logo-wrap img {
    width: auto;
    height: 100px;
}