.newsletter-v2 {
	padding: 70px 0;
	margin: 60px auto 70px;
	color: #7B3930;
}
.newsletter-v2 .border {
	max-width: 735px;
	margin: 0 auto;
	border: 1px solid #7B3930;
	padding: 52px 0;
	text-align: center;
}
.newsletter-v2 .border h5 {
	font-size: 14px;
	margin: 0;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.newsletter-v2 .border h2 {
	margin: 7px 0 -1px;
	line-height: 110%;
	letter-spacing: -1px;
	font-size: 50px;
}
.newsletter-v2 .wpforms-container {
	max-width: 560px;
	margin: 25px auto 0;
	width: 90%;
}
.newsletter-v2 .wpforms-field-container {
	display:flex;
	justify-content:space-between;
}
.newsletter-v2 .wpforms-field-container label {
	font-size:0px;
}
.newsletter-v2 .wpforms-field-container .wpforms-field {
	width:49%;
}
.newsletter-v2 .wpforms-field-container input::placeholder {
	color:#7B3930;
}
.newsletter-v2 .wpforms-submit{
	width: 129px;
	height: 24px;
	border: 1px solid #7B3930;
	margin: 15px auto 0;
	background-image: url(../../assets/icons/utility/right-red-arrow.svg);
	font-family: "Haboro Serif";
	font-size: 11px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.88px;
	text-transform: uppercase;
	color: #7B3930;
	background-repeat: no-repeat;
	background-position: right 10px center;
	text-align: left;
}
.newsletter-v2 .wpforms-submit:hover {
	background-color: #E4C9B1;
}
.newsletter-v2 .wpforms-field-container input {
	width: 100%;
	text-align: left;
	border: 1px solid #7B3930;
	padding: 0 14px;
	height: 32px;
	max-width: 100%;
	font-family: "Haboro Serif";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.block-area-after-single-post .newsletter-v2 {
	margin: 0;
	border-bottom: 1px solid black;
}
.newsletter-v2.has-black-color .border {
	border:1px solid black;
}
.newsletter-v2.has-black-color .wpforms-field-container input {
	color:black;
	border:1px solid black;
}
.newsletter-v2.has-black-color .wpforms-field-container input::placeholder {
	color:black;
}
.newsletter-v2.has-black-color .wpforms-submit {
	border:1px solid black;
	color:black;
	background-image: url(../../assets/icons/utility/right-arrow.svg);
}
.newsletter-v2.has-black-color h5 {
	font-size: 18px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 1.26px;
	text-transform: uppercase;
	margin: 15px 0;
}
.newsletter-v2.has-black-color p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
	max-width: 58%;
	margin: 0 auto;
}
/* Responsive Styles */
@media all and (max-width:830px) {
	.newsletter-v2 .border {
		max-width:90%;
	}
}
@media all and (max-width:650px) {
	.newsletter-v2 .border h2 {
		margin: 7px 0 -1px;
		line-height: 110%;
		letter-spacing: -1px;
		font-size: 36px;
	}
	.newsletter-v2 .wpforms-field-container {
		display:block;
	}
	.newsletter-v2 .wpforms-field-container .wpforms-field {
		width: 100%;
		margin: 0 0 10px;
	}
	.newsletter-v2 {
		padding: 30px 0;
		margin: 30px auto 70px;
		color: #7B3930;
	}
}
