/*
Text Domain: Potterypops.it
Author: Guerra, Mauro
*/

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-attachment: fixed;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

:root :where(.wp-site-blocks) > * {
	margin-block-start: 0;
}

@supports (min-height: 100dvh) {
	[style*="min-height:100vh"] {
		min-height: calc( 100dvh - var( --wp-admin--admin-bar--height, 0px ) ) !important;
	}
}

/* HELPER CLASSES */

.hide-empty:not( :has( > * ) ) {
	display: none;
}

@media ( max-width: 781px ) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) .hide-when-colums-are-stacked {
		display: none !important;
	}
	h1.has-text-align-right {
		/* Manually css on theme */
		text-align: center !important;
		margin-top: 50px;
	}
}


/* TYPOGRAPHY */
h1.has-text-align-right {
	/* Manually css on theme */
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
.has-huge-title-font-size {
	font-feature-settings: 'ss02' on, 'ss03' on;
}

.has-huge-title-font-size {
	letter-spacing: -0.05em;
}

/* TEMPLATE PART: HEADER */

body:not(.editor-styles-wrapper) .vermeer-is-fixed-title-header {
	mix-blend-mode: exclusion; 
	/*position: fixed;*/
	position: absolute;
		left: 0;
		right: 0;
		top: var( --wp-admin--admin-bar--height, 0px );
	z-index: 11;
}

/* TEMPLATE PART: WP-FORMS */
/*
.wpforms-field-limit-text,
.wpforms-field-description,
.wpforms-field-label {
	color: white !important;
}
.wpforms-submit {
	background: white !important;
	color: #990b0a !important;
} */

/* TEMPLATE PART: FOOTER */

.theme-author-credit a { text-decoration: none; }
.theme-author-credit a:hover { text-decoration: underline; }