/*
Theme Name:     Ochoco West
Theme URI:      https://ochocowest.com/
Description:    Ochoco West theme.
Author:         Tim Jensen
Author URI:     https://www.timjensen.us/
Version:        1.0.0
*/

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
	text-underline-offset: .5em;
}

.site-header .wp-block-site-logo {
	filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.1));
	z-index: 1;
	align-self: baseline;
}

.site-header .custom-logo-link {
	position: absolute;
	z-index: 1;
	background: white;
	padding: 20px;
	top: 0;
	clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
}

.site-header .custom-logo-link img {
	width: clamp(100px, 12vw, 220px);
	max-width: none;
}

input[type="submit"].gform_button {
	--gf-ctrl-btn-font-size: 20px;
	--gf-ctrl-btn-text-transform: uppercase;
	--gf-ctrl-btn-font-weight: 900;
	/*--gf-ctrl-btn-letter-spacing: 4px;*/
	--gf-ctrl-btn-padding-y: 14px;
	--gf-ctrl-btn-padding-x: 20px;
}
