/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 23 2025 | 17:07:31 */
/* GForms */
 .gform_required_legend {
	display:none;
}
 .gfield_label {
	margin-top:6px;
	font-family: "Poppins", Sans-serif;
  font-size: 16px;
	line-height:16px;
  font-weight: 600;
}
.page-id-5634 input[type]:not([type="submit"]):not([type="checkbox"]){
	padding:8px !important;
	height:40px;
}

.page-id-237 input[type]:not([type="submit"]):not([type="checkbox"]), .page-id-5639 input[type]:not([type="submit"]):not([type="checkbox"]) , .page-id-41 input[type]:not([type="submit"]):not([type="checkbox"]){
	padding:8px !important;
	height:48px;
}

.gsection_title {
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
	margin-top:8px;
	margin-bottom:0px;
}

.gfield_description {
    font-family: "Source Serif 4", Sans-serif !important;
	  color:#ededed;
    font-size: 15.2px !important;
    font-style: italic !important;
    line-height: 1.5em !important;
    padding-top: 10px !important;
}

.page-id-237  .gfield_description {
	color:#fff !important;
}

.gfield {
	margin-bottom: 10px; }
.gfield select ,.gfield input[type=email] {
    width: 100% !important;
}

.gform_footer input[type="submit"] {
	width:100%;
	font-family: "Poppins", Sans-serif;
	text-transform: uppercase;
	font-weight: 600;
  letter-spacing: 2px;
	padding:18px 30px;
}
.gform_footer input[type="submit"]:hover {
	background-color: #cc6d20 !important;
}

.gfield textarea {
    width: 100%;
	 height: 92px !important;
	 margin-bottom:9px;
}

.gfield_label_before_complex {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
	
.gfield_consent_description {
	 border:none !important;
	 margin-bottom:10px;
}

@media (max-width: 480px) {
	 .gfield_label_before_complex {
	padding-top:0px !important;}
	
    	.gfield_consent_description {
		margin-bottom:0px;}
		
	 .gform_footer input[type="submit"] {
			padding:16px 30px !important;
		    font-size:16px !important;
		}	
	input[type]:not([type="submit"]):not([type="checkbox"]) {
    height: 46px;
}
	

