/*
Theme Name: Navolio Light
Theme URI:
Author: tortoizthemes
Author URI: https://tortoizthemes.com
Description: Navolio Light is a modern and creative looking WordPress Theme handcrafted with user friendly approach which helps in building any website a more enjoyable experience. You can have a elegant looking blog or a shop in minutes. The theme is cross browser compatible, seo friendly and has lot of inbuilt customizer features which helps in taking control of every aspect of the theme.
It’s super simple and easy to setup, you will get lot of high quality features like, beautiful slider section, footer options, sidebar options, site design options and much more. We have even provided custom widgets for author information and advertisements to help site owners only focus on writing content, and it has great typography to make your followers focus on your articles.
Try Navolio Light today. Our Support team is always there in case you need any help.
Version: 2.0.0
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, elementor, elementor theme, instagram, instagram feed.
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;
}

/* Contact Form */
.wpcf7-form-control-wrap input{
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-top:5px;
}
.wpcf7-form-control-wrap textarea{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-top:5px;
}
.wpcf7-form-control-wrap textarea:focus{
    outline: 0;
}
.wpcf7-submit{
	padding:10px 35px;
	background:#191D21;
	color:#fbfbfb;
	text-transform:uppercase;
	border-radius:5px;
}
.wpcf7-submit:hover{
	background:#000;
	color:#fff;
}
