.newsletter .image-left {
	flex-direction: row;
}
.newsletter .mobile-background {
	display: none;
}
.newsletter .image-right {
	flex-direction: row-reverse;
}
.newsletter .right {
	width: 50%;
}
.newsletter {
	padding: 40px 0;
	background-size: cover;
	background-position: center;
	position: relative;
	height: 428px;
}
.newsletter .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #151515;
	opacity: 0.63;
}
.newsletter .inside {
	max-width: 1232px;
	margin: 92px auto 0;
	position: relative;
	z-index: 2;
	color: white;
}

.newsletter .inside h2 {
	margin: 30px 0 14px !important;
	max-width: 100% !important;
}
.newsletter .inside p {
	font-size: 12px;
	font-family: OaksGrotesk;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	max-width: 100% !important;
	margin: 0 0 38px !important;
	line-height: 1.85;
}
.newsletter .inside form {
	display: flex;
	position: relative;
}
.newsletter .inside form:after {
	content: "get on the list!";
	display: block;
	position: absolute;
	right: 16px;
	font-family: 'MintMagnolia';
	font-size: 64px;
	width: 115px;
	text-align: center;
	line-height: 0.58;
	font-weight: 100;
	transform: rotate(-7deg);
	top: -20px;
	right: 147px;
}
.newsletter .inside form .wpforms-field-container {
	display: flex;
}
.newsletter .inside form label {
	display: none;
}
.newsletter .inside form .wpforms-field-container input {
	background: #FFFFFF;
	border: none;
	text-align: left;
	height: 53px;
	padding: 0 30px;
	width: 354px;
	font-size: 12px;
	letter-spacing: 0.01rem;
}
.newsletter .inside form .wpforms-field-container .wpforms-field-name {
	position: relative;
}
.newsletter .inside form .wpforms-field-container .wpforms-field-name:after {
	content: "";
	display: block;
	width: 1px;
	height: 36px;
	background: #D9D9D9;
	position: absolute;
	right: 0;
	top: 9px;
}
.newsletter .inside form button {
	height: 53px;
	width: 230px;
	background: #6E605B;
	border: 1px solid #6E605B;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: 800;
	font-family: 'OaksGrotesk';
	padding: 3px 0 0;
}
.newsletter .inside form button:hover {
	background: black;
	border: 1px solid black;
	opacity: 1;
}
@media all and (max-width:1280px) {
	.newsletter .inside {
		max-width: 1080px;
	}
	.newsletter .inside form .wpforms-field-container input {
		width: 280px;
	}
}
@media all and (max-width:1080px) {
	.newsletter .inside {
		max-width: 768px;
	}
	.newsletter .inside form button {
		width:140px;
	}
	.newsletter .inside form .wpforms-field-container input {
		width: 175px;
		padding: 0 0 0 10px;
	}
}
@media all and (max-width: 768px) {
	.newsletter .inside {
		max-width: 94%;
		margin: 126px auto 0;
	}
	.newsletter .inside h2 {
		margin: 30px 0 7px !important;
		max-width: 100% !important;
	}
	.newsletter .inside p {
		max-width: 100% !important;
		margin: 0 0 9px !important;
		line-height: 1.5;
	}
	.newsletter .inside form .wpforms-field-container {
		display: block;
	}
	.newsletter .inside form {
		display: block;
	}
	.newsletter .inside form:after {
		bottom: -95px;
		left: 0;
		right: 0;
		margin: auto;
		top: inherit;
	}
	.newsletter .inside form button {
		width: 100%;
	}
	.newsletter .inside form .wpforms-field-container input {
		width: 100%;
		padding: 0 0 0 10px;
		margin: 0 0 10px;
	}
	.newsletter {
		height:600px;
	}
	.newsletter .mobile-background {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
@media all and (max-width:550px) {
	.newsletter .inside {
		max-width: 94%;
		margin: 176px auto 0;
	}
}