.newsletter .image-left {
	flex-direction: row;
}
.newsletter .image-right {
	flex-direction: row-reverse;
}
.newsletter .right {
	width: 55.5%;
}
.newsletter .right h2 {
	font-size: 11px;
	font-family: 'Raleway';
	font-weight: 600;
	text-transform: uppercase;
	margin: 8px 0 25px;
	letter-spacing: 0.01rem;
}
.newsletter .right h2 em {
	font-size: 50px;
	font-family: 'California Palms Script';
	text-transform: lowercase;
	font-weight: 100;
	font-style: inherit;
	margin: 0px 21px 0 0;
	letter-spacing: 0;
}
.newsletter .right p {
	margin: 0 0 29px;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}
.newsletter .right input {
	width: 100%;
	display: block;
	max-width: 100%;
	border: none;
	border-radius: 0;
	text-align: left;
	background: white;
	margin: 0 0 12px;
	color: black;
	font-family: 'freight-big-pro';
	font-size: 18px;
	height: 48px;
	padding: 0 21px;
	letter-spacing: -0.05rem;
}
.newsletter .right .wpforms-submit{
	width: 100%;
	display: block;
	max-width: 100%;
	border: none;
	border-radius: 0;
	text-align: left;
	background: black;
	margin: 0 0 13px;
	color: white;
	font-family: 'Raleway';
	font-size: 11px;
	height: 48px;
	padding: 0 21px;
	letter-spacing: 0.02rem;
	text-align: center;
}
.newsletter .right .wpforms-submit:hover {
	background: #5A4F41;
}
.newsletter {
	padding: 132px 0 185px;
	background-size: cover;
	background-position: center;
	margin: 0 auto -100px;
}
.newsletter.non-bottom {
	margin: 0 auto 0;
}
.newsletter .flex {
	max-width: 726px;
	margin: 0 auto;
	justify-content: space-between;
	background-image: url(../../assets/icons/utility/form-background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 413px;
	padding: 54px 64px;
	box-shadow: 1px 3px 8px #7d7d7d;
	position: relative;
}
.newsletter .flex .left {
	width: 203px;
	height: 298px;
	border: 6px solid white;
	object-fit: cover;
	object-position: center;
}
.newsletter .flex:before {
	content: "";
	display: block;
	width: 216px;
	height: 336px;
	background-image: url(../../assets/icons/utility/frame.png);
	position: absolute;
	left: 61px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 49px;
}
.newsletter label {
	display: none;
}
@media all and (max-width: 768px) {
	.newsletter .flex {
		background-image: url(../../assets/icons/utility/mobile-form-background.png);
		max-width: 409px;
		height: 837px;
		padding: 39px 36px;
	}
	.newsletter .right {
		width: 100%;
	}
	.newsletter .flex .left {
		width: 255px;
		height: 384px;
		border: 6px solid white;
		object-fit: cover;
		object-position: center;
		margin: 0 auto;
	}
	.newsletter .flex:before {
		content: "";
		display: block;
		width: 292px;
		height: 392px;
		background-image: url(../../assets/icons/utility/frame.png);
		position: absolute;
		left: 73px;
		background-size: contain;
		background-repeat: no-repeat;
		top: 35px;
	}
}
@media all and (max-width:550px) {
	.newsletter {
		overflow: hidden;
		background-image: url(../../assets/icons/utility/mobile-horsebg.png)!important;
		padding: 54px 0 127px;
	}
	.newsletter .flex {
		background-image: url(../../assets/icons/utility/mobile-form-background.png);
		max-width: 325px;
		height: 666px;
		padding: 27px 28px;
	}
	.newsletter .right h2 em {
		font-size:30px;
		margin: 0px 14px 0 0;
	}
	.newsletter .right h2 {
		margin: 14px 0 14px;
	}
	.newsletter .right p {
		margin: 0 0 17px;
	}
	.newsletter .flex:before {
		content: "";
		display: block;
		width: 210px;
		height: 297px;
		background-image: url(../../assets/icons/utility/frame.png);
		position: absolute;
		left: 60px;
		background-size: contain;
		background-repeat: no-repeat;
		top: 21px;
	}	.newsletter .flex .left {
		width: 200px;
		height: 286px;
		border: 6px solid white;
		object-fit: cover;
		object-position: center;
		margin: 0 auto;
	}
}