/*
Theme Name: Turf Tech
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: turf-tech
Tags: 
*/

.locatorButton, .shopButton {
	width: 100%;
}

.locatorText {
	max-width: 300px;
}

.email {
	text-wrap: nowrap;
}

.subscribe {
	text-wrap: nowrap;
}

.topHeroText {
	min-width: 400px;
}

.gateHeroText {
	min-width: 350px;
	max-width: 700px
}

.button {
	text-wrap: nowrap;
}

.nav-button__prev, .nav-button__next {
	background: none;
}

.nav-button__prev .icon, .nav-button__next .icon {
	filter: brightness(0) saturate(100%) invert(8%) sepia(42%) saturate(1636%) hue-rotate(159deg) brightness(97%) contrast(102%);
}

.current-menu-item {
    text-decoration:underline;
}

.wp-block-navigation-item__label:hover {
	text-decoration: underline;
}

.h1p {
	max-width:725px;
	margin: 0 auto;
}


.custom-cover:hover .wp-block-cover__background.has-background-dim-0.has-background-dim {
    background: #00000069;
    opacity: 1 !important;
}

.custom-group{
	opacity:0;
	transition: 0.3s ease-in-out;
}

.custom-cover:hover .custom-group{
	opacity:1 !important;
}