
/*
Theme Name: Gecko Theme
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ollie
Text Domain: gecko-theme
Tags: 
*/

/* Global */
html {
	scroll-behavior: smooth;
}

/* Helper Classes */
.top-full {
	top: 100%;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

/* Typography */
body {}

/* Site Header */
header {}

@media only screen and (min-width: 1024px) {
	.wp-block-buttons {
		display: block;
	}
}

@media (min-width: 600px) {}

/* Gravity Forms */
.gform_wrapper.gravity-theme {}

label {
	font-weight: 700;
	margin-bottom: 5px;
}

.gform_required_legend {
	display: none;
}

.ginput_container.ginput_container_consent {
	display: flex;
	align-items: baseline;
	gap: .75rem;
}
