/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 18 2023 | 23:18:02 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.newsletter-footer-form .mc4wp-form-fields input[type=email] {
	width: calc(100% - 180px);
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0.5px;
	background-color: #00000000;
	border-color: #00000080;
	border-radius: 0px 0px 0px 0px;
	min-height: 65px !important;
	color: #1f1f1f !important;
	padding: 8px 24px;
	border: 1px solid #818a91;
}

.newsletter-footer-form .mc4wp-form-fields input[type=submit] {
	background-color: #00000000;
	color: #B18E33;
	border-color: #B18E33;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	letter-spacing: 0.5px;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-radius: 0px 0px 0px 0px;
	padding: 20px 22px;
	min-height: 65px !important;
	height: 65px;
	width: 180px;
	margin-left: 15px;
}

.newsletter-footer-form .mc4wp-form-fields input[type=submit]:hover {
	background-color: #B18E33;
	color: #ffffff;
	border-color: #B18E33;
}

.newsletter-footer-form .mc4wp-form-fields {
	display: flex;
}


.newsletter-footer-form .mc4wp-response {
	padding-top: 20px;
}
.newsletter-footer-form .mc4wp-response p {
	font-size: 15px;
}


@media only screen and (max-width: 1400px) {
	.newsletter-footer-form .mc4wp-form-fields input[type=email] {
		width: 100%;
		margin-bottom: 20px;
	}
	.newsletter-footer-form .mc4wp-form-fields {
		display: flex;
		flex-wrap: wrap;
	}
	.newsletter-footer-form .mc4wp-form-fields input[type=submit] {
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.newsletter-footer-form .mc4wp-form-fields input[type=submit] {
		width: 100%;
	}
}



