/**
 * Theme Name: Fern and Fawn
 * Template:   twentytwentyfive
 */


body > .wp-site-blocks {
	min-height:100vh;
	display: flex;
	flex-direction: column;
}
body > .wp-site-blocks > main {
	flex-grow: 1;
}
body > .wp-site-blocks > footer {
	margin-top:0;
}

.ninja-forms-field {
	font-size:var(--wp--preset--font-size--large);
}
input[type="text"].ninja-forms-field,
input[type="email"].ninja-forms-field,
input[type="submit"].ninja-forms-field {
	line-height:2;
	
}
input[type="submit"].ninja-forms-field {
		
}


body :where(.wp-site-blocks *:focus) {
	outline-width: 0;
	outline-style: none;
	outline: none;
}


body.page-id-111 header {
	position: absolute;
	width:100%;
	z-index: 1;
}

body.page-id-111 header > .wp-block-group {
	background:rgba(0,0,0,0.2) !important;
}

body.page-id-111 header .wp-block-site-logo {

}

.balance {
	text-wrap: balance;
}

@media (max-width:600px) {
	#hero {
		padding-top:150px !important;
	}
}


.width-third {
	width:33.33%;
	max-width:33.33%;

}