#FormNewsletter, Form a{
	width: max-content;
	font-family: "Kaushan Script", cursive;
	font-size: 24px !important; 
	font-style: normal;
  	font-weight: 700;
	color:#ffffff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.9), -2px -1px 4px rgba(0,0,0,0.9);
}

#email {max-width: 585px;}
#email label{max-width: 580px;}
#email input {max-width: 430px;}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	border-bottom: 1px solid #0b0b0ba8;
	border-right: none;
	border-top: none;
	border-left: none;
	padding: 0.6em 0.6em;
	box-shadow: 0em 0.1em 1em -0.9em #403b40 inset;
	background-color: #f4f4f4;
	border-radius: 0.5em;
	/*line-height: 1.4em !important;*/
	font-size: 16px;
	background-color: #ffffff;
	color: black;
}

.wpcf7  input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea ::placeholder {
	color: #000000;
	letter-spacing: 1px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea :active {
	letter-spacing: 1px;
}

.wpcf7 label {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.wpcf7 input[type="submit"] {
	font-family: "Kaushan Script", cursive;
	background-color: #ffd309;
	height: 40px;
  	font-size: 24px !important;
	font-weight: 700;
	color:black;
	position:absolute;
	left:50%;
	transform: translate(-50%,0%);
	cursor:pointer;
	box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	cursor: not-allowed;
	border-radius: 0.5em !important;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #ffd932;
	box-shadow: none !important;
	outline: none;
}

.wpcf7 input[type="submit"]:active {
	box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}