/*
Theme Name: 	Burnham Holdings Engineering Company
Theme URI: 		https://bhengco.com
Description: 	Burnham Holdings Engineering Company custom child theme.
Author: 		LaunchDM
Author URI: 	https://launchdm.com
Template:     	ollie
Version: 		1.0.0
Text Domain: 	bhengco
*/

html {
	scroll-behavior: smooth;
}

main section[id] {
	--header-height: 150px;
	scroll-margin-top: var(--header-height);
}

.site-header .wp-block-site-logo {
	max-width: 50%;
}

.wp-block-separator {
	border-top-width: 4px;
}

.gform-theme.gform-theme--framework ::placeholder {
	font-size: 24px;
	color: #69727d;
	opacity: 1;
}

.gform-theme.gform-theme--framework .gfield:focus-within ::placeholder {
	opacity: 0;
}

input#gform_submit_button_1 {
	margin: 0 auto !important;
	text-transform: uppercase !important;
	font-size: 30px !important;
	padding: 1rem 2rem !important;
	width: 300px !important;
}

@media (min-width: 640px) {
	.gform-theme.gform-theme--framework .gform_fields {
		--gf-form-gap-x: 80px;
		--gf-form-gap-y: 50px;
	}
}
