/*
Theme Name: Navolio Light
Theme URI:
Author: tortoizthemes
Author URI: https://tortoizthemes.com
Description: Navolio Light is a simple and easy to use, modern and creative, user friendly and elegant, WordPress theme for WooCommerce, blog sites, Personal Portfolio, Creative Agency, bbPress, BuddyPress. It is responsive, cross browser compatible, SEO friendly theme with lots of highly created features. Theme comes with beautiful slider section, featured post column, footer options, sidebar options, site design options and many more. It is very light weighted theme based on customizer. Added custom widgets for author information and advertisement will make your site awesome. Try Navolio Light today and WooCommerce away. Our dedicated support team will guide you in every steps while using theme.
Version: 1.0.9.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: navolio-light
Tags: two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images,  post-formats, sticky-post, threaded-comments, custom-logo, theme-options, blog
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.skip-link {
	position: absolute;
	top:-100px;
	background-color: #f1f1f1;
	-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
	box-shadow:0 0 2px 2px rgba(0,0,0,.6);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left:6px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
	-webkit-transition: top .75s ease-out;
	transition: top .75s ease-out;
}
.skip-link:focus {
    color: #21759b;
    top: 7px;
    -webkit-transition: top 0s;
    transition: top 0s;
}