/*
Theme Name: Ollie Child
Theme URI: https://olliewp.com
Description: A child theme for Ollie.
Author: Mike McAlister
Author URI: https://olliewp.com
Template:     ollie
Version: 1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Text Domain: ollie-child
*/

.header-tab{
	position: relative;
}

.header-tab::before {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	width: min(50%, max(calc((100vw - var(--wp--style--global--wide-size)) / 2 + 4rem), 50px));
	height: 1rem;
	background: inherit;
	z-index: -1;
}
.header-tab::after {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	width: min(100%, max(calc((100vw - var(--wp--style--global--wide-size)) / 2 + 8rem), 180px));
	height: 1rem;
	background: inherit;
	transform: skewX(45deg) translateX(-1rem);
	z-index: -1;
}

.site-header:has([data-sticky-on-scroll-up="true"].is-sticky-hidden){
	pointer-events: none;
}
