/*
Theme Name: Seen Template
Author: Lily @ Seen Agency
Author URI: https://seenagency.com.au
Theme URI: https://seenagency.com.au
Tags: full-site-editing, block-patterns
Text Domain: webbo-template
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.2

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/

*,*:before,*:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	flex: 1;
}

main, .wp-block-post-content {
	flex: 1;
}

.custom-logo {
	width: 100%;
}


@media (max-width: 768px) {
	.site-header {
		z-index: 1;
	}
}


.gform-button--width-full {
	width: 100% !important;
}