/*GLOBAL*/
.gform_confirmation_message {
    color: #00512A;
    --textColor: #00512A;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
    width: 100%;
}

input:focus{
    box-shadow: none !important;
	outline: none !important;
	box-shadow: none !important;
	
}

input[type="submit"]:focus{
    box-shadow: none !important;
	outline: none !important;
	box-shadow: none !important;
	border: none !important
}

.gfield_required.gfield_required_text {
  display: none !important;
}

.gform-loader {
   display:none !important;
}
.ginput_container.ginput_container_consent{
	width: 100%
}

.gform_validation_errors{
    display:none!important;
}

/*NEWSLETTER*/

.newsletter-form_wrapper .gform_heading{
  display: none !important;
}

.newsletter-form .gfield input {
  margin: 0 !important;
  background: #C4CCD4 !important;
  border: none !important;
}

.newsletter-form  .ginput_container.ginput_container_text input,
.newsletter-form  .ginput_container.ginput_container_email input{
	width: 270px !important;
	padding-left: 20px;
	font-family: Inter;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 400;
	border-radius: 7px !important;
}

.newsletter-form  .ginput_container.ginput_container_text input:placeholder,
.newsletter-form  .ginput_container.ginput_container_email input:placeholder{
  font-family: Inter;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
}

.newsletter-form .gfield input {
  margin: 0 !important;
}

.newsletter-form{
    display: flex !important;
}

.newsletter-form .gform_footer.top_label {
  margin: 0 !important;
  margin-left: 10px !important;
	display: block
}

.newsletter-form .gfield--type-consent.gfield--type-choice{
    display: flex;
    align-items: center;
	flex-wrap: wrap
}

.newsletter-form .gform-field-label.gform-field-label--type-inline.gfield_consent_label a{
	text-decoration: underline
}

.newsletter-form .gform-field-label.gform-field-label--type-inline.gfield_consent_label a,
.newsletter-form .gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  color: #00512A;
  font-family: Inter;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
}

.newsletter-form  .gform-theme--foundation .gform_fields {
    grid-column-gap: 30px !important;
}
  
.newsletter-form .gform_footer.top_label .gform_button.button {
  padding: 7px 60px !important;
  border-radius: 7px !important;
  border: none;
  box-shadow: none !important;
  background: #00512A !important;
  color: var(--Bege, #E1C07B) !important;
  font-family: "Playfair Display" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.newsletter-form .gform_footer.top_label .gform_button.button:hover{
  background: #E1C07B !important;
  color: var(--Bege, #00512A) !important;
}


/*CONTACT*/

.form_contact .gform_fields.top_label{
	grid-column-gap: 30px !important;
	grid-row-gap: 20px;
}

.form_contact .gform_body input[type=text],  
.form_contact .gform_body input[type=email]{
    background: transparent;
    border-radius: 50px;
    height: 45px;
    padding-left: 45px;
	border-color: #00512A;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.form_contact .gform_body input[type=text]::placeholder,  
.form_contact .gform_body input[type=email]::placeholder,
.form_contact .gform_body .gfield textarea::placeholder {
    color: #A6A6A6;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* Webkit (Chrome, Safari, newer Opera) */
.form_contact .gform_body input[type=text]::-webkit-input-placeholder,
.form_contact .gform_body input[type=email]::-webkit-input-placeholder,
.form_contact .gform_body .gfield textarea::-webkit-input-placeholder {
    color: #A6A6A6;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* Firefox 19+ */
.form_contact .gform_body input[type=text]::-moz-placeholder,
.form_contact .gform_body input[type=email]::-moz-placeholder,
.form_contact .gform_body .gfield textarea::-moz-placeholder {
    color: #A6A6A6;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* Internet Explorer 10+ */
.form_contact .gform_body input[type=text]:-ms-input-placeholder,
.form_contact .gform_body input[type=email]:-ms-input-placeholder,
.form_contact .gform_body .gfield textarea:-ms-input-placeholder {
    color: #A6A6A6;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* Microsoft Edge */
.form_contact .gform_body input[type=text]::-ms-input-placeholder,
.form_contact .gform_body input[type=email]::-ms-input-placeholder,
.form_contact .gform_body .gfield textarea::-ms-input-placeholder {
    color: #A6A6A6;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.form_contact .gform_body input[type="checkbox"] {
    background: transparent !important;
    width: 24px;
    height: 24px;
    border-radius: 2px !important;
    border-color: #00512A;
}

.form_contact .gform_body .gfield textarea {
    background: transparent;
    border-radius: 30px;
    min-height: 140px;
    padding-left: 45px;
	border-color: #00512A;
	font-family: Inter !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 300 !important;
	line-height: normal !important;
}

.form_contact .gform_body input[type="checkbox"]:before {
    color: #00512A;
}

.form_contact label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
    color: #4D4D4D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: underline;
}

.form_contact label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    top: 3px;
    position: relative;
    color: #4D4D4D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.form_contact .gform_body .name-field input {
    background-image: url(/wp-content/uploads/2024/10/Icon_Forms_First_Name.svg);
    background-position: 12px 50%;
    background-repeat: no-repeat;
}


.form_contact .gform_body .email-field input {
    background-image: url(/wp-content/uploads/2024/10/Icon_Forms_Last_Name.svg);
    background-position: 12px 50%;
    background-repeat: no-repeat;
}



.form_contact .gform_body .subject-field input {
    background-image: url(/wp-content/uploads/2024/10/Icon_Forms_Subject.svg);
    background-position: 12px 50%;
    background-repeat: no-repeat;
}



.form_contact .gform_body .message-field textarea {
    background-image: url(/wp-content/uploads/2024/10/Icon_Forms_First_Message.svg);
    background-position: 12px 10%;
    background-repeat: no-repeat;
}

.form_contact .gform_footer input[type="submit"] {
    padding: 12px 30px !important;
    font-family: 'Playfair Display' !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    border-radius: 7px !important;
    color: #E1C07B !important;
    background: #00512A !important;
}

.form_contact .gform_footer input[type="submit"]:hover {
    color: #00512A !important;
    background: #62B1CC !important;
}

@media screen and (max-width: 1024px){
	
	.newsletter-form  .gfield--type-consent{
		grid-column: span 12;
	}
	
	 .newsletter-form .gfield--width-third {
        grid-column: span 6;
    }
	.gform-theme--foundation .gform_fields {
		grid-row-gap: 20px;
	}
	
	.newsletter-form .gform_footer.top_label .gform_button.button {
		width: 100%
	}

}

@media screen and (max-width: 767px){
	
	.newsletter-form {
		flex-wrap: wrap !important
	}
	
	.newsletter-form .gfield--width-third {
        grid-column: span 12 !important;
    }
	
	.newsletter-form .gform-body.gform_body {
        width: 100%;
    }
	
	.newsletter-form .gform_footer.top_label {
        width: 100%;
        margin-left: 0 !important;
    }

	.newsletter-form .ginput_container.ginput_container_text input, 
	.newsletter-form .ginput_container.ginput_container_email input {
    	width: 100% !important;
	}
	
	.newsletter-form .gform_footer.top_label .gform_button.button{
		width: 100% !important;
		margin-top: 30px !important;
	}
	
	.form_contact .gform_fields.top_label{
		grid-template-columns: repeat(6, 1fr);
	}
	
	.form_contact .gform_footer input[type="submit"] {
		font-size: 20px !important;
		width: 100% !important;
	}
	
}