.enews {
    padding: 72px 32px;
    background-color: none;
    max-width: 500px;
    margin: 0 auto;
}

.enews .form {
    margin: 0 auto;
    max-width: 640px;
}

.enews .title {
    margin-bottom: 1rem;
    line-height: 1.3;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 20px;
}

.enews .form-field {
    margin-bottom: 1rem;
}

.enews .field-name {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.enews .field-control {
    margin: 0;
}

.enews input.field-control {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
	padding: 0;
	box-shadow: none;
	color: 000;
}

.enews input.field-control::placeholder {
	color: #000;
	font-weight: 700;
	font: normal 400 16px/1.2em 'Cormorant Garamond', sans-serif;
	text-transform: capitalize;
}

.enews .field-control:focus {
    outline: none;
    box-shadow: 0 0 0 0px #203f99;
}

.enews .submit-wrapper {
	position: relative;
}

.enews .submit-wrapper .button-background {
	position: absolute;
	background-color: #02343B;
	border: 1px solid #3bc1c4;
	height: 27px;
	width: 85px;
	left: 0;
	top: 0;
	z-index: 0;
	display: none;
}

.enews .submit {
	margin-bottom: 0;
	padding: .5rem 1.7rem .2rem .8rem;
	border: none;
	background-color: #21a0b8;
	color: #fff;
	line-height: 1.3;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 0;
}

@media (min-width: 64em) {
	.enews {
		margin-right: 25px;
	}

	.enews .title {
		font-size: 14px;
		letter-spacing: 0px;
		padding-right: 20px;
	}
}