/*
Theme Name: Hueman Pro Child
Theme URI: https://presscustomizr.com/hueman-pro/
Description: Child theme for the Hueman Pro theme
Author: TS
Author URI: https://sciotolibrary.org
Template: hueman-pro
Version: 1.0
Text Domain: hueman-pro-child
*/

/* Import parent theme styles */
@import url("../hueman-pro/style.css");

/* Accessible Skip Link Fix */
.screen-reader-text.skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	background: #000;
	color: #fff;
	padding: 8px 15px;
	z-index: 1000;
	width: auto;
	height: auto;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	border-radius: 4px;
}

/* Show only when focused */
.screen-reader-text.skip-link:focus {
	clip: auto;
	clip-path: none;
	top: 10px;
	left: 10px;
}
