/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
html {
  scroll-padding-top: 220px; /* Adjust this value to your header's height */
}
/* Custom Framework */

:root {
	--padding-xs: 1rem;
	--padding-s: 2rem;
	--padding-m: 4rem;
	--padding-l: 6rem;
	--padding-xl: 8rem;
	
	--margin-xs: 1rem;
	--margin-s: 2rem;
	--margin-m: 4rem;
	--margin-l: 6rem;
	--margin-xl: 8rem;
	
	--font-size-xxs: 0.875rem;
	--font-size-xs: 1rem;
	--font-size-s: 1.125rem;
	--font-size-m: 1.2rem;
	--font-size-l: clamp(1.4063rem, 1.2784rem + 0.5114vw, 1.6875rem);
	--font-size-xl: 2.4rem;
	--font-size-xxl: 3rem;
	
	--border-xs: 0.5px;
	
	--border-stripe-m: 1rem;
	
	--column-gap-xs: 1rem;
	--column-gap-s: 2rem;
	--column-gap-m: 4rem;
}

/* Example CSS to force scrolling on the dropdown list */
.forminator-select, .selection, .formi-select {
    overflow-y: auto !important;
    max-height: 600px !important; /* Adjust height as needed */
}
