.enp-form .error,
.enp-form .error + .enp-privacy-title,
.enp-invite input:invalid,
.enp-invite input:invalid + .enp-privacy-title {
	background-color: #fbf0d3 !important;
	color: #e94e49 !important;
}

.enp-form .error + .enp-privacy-title {
	font-weight: bold;
}

.enp-form .g-recaptcha > div {
	margin: 0 auto;
}

/* templates */
.page-template-enp-subscribe .logo {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

.page-template-enp-subscribe .logo img {
	margin-left: auto;
	margin-right: auto;
}

.page-template-enp-subscribe h1,
.page-template-enp-subscribe h1.entry-title,
.page-template-enp-subscribe .h1 {
	font-size: 30px;
}

.page-template-enp-subscribe h2,
.page-template-enp-subscribe .h2 {
	font-size: 20px;
}

.page-template-enp-subscribe .enp-form-wrapper {
	padding: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F4F4F4;
}

.page-template-enp-subscribe .enp-privacy-desc {
	font-size: 13px;
}

.page-template-enp-subscribe .enp-footer {
	padding-top: 20px;
	border-top: 1px solid #CCC;
}

.page-template-enp-subscribe .enp-footer p {
	margin-bottom: 5px;
}

.page-template-enp-subscribe .enp-legal {
	list-style: none;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.page-template-enp-subscribe .container {
		width: 730px;
		max-width: 100%;
	}
}