.newsletter-form
{
	margin-top: 10px;
}

.newsletter-form .row > div
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsletter-form .row > div label
{
	color: #3d3d3d;
}

.newsletter-form .row > div input[type="text"]
{
	width: 100%;
	max-width: 400px;
	border: 1px solid #D1D1D1;
	border-radius: 3px;
	padding: 7px 10px;
	transition: all 150ms;
}

.newsletter-form .row > div input[type="text"]:hover
{
	background-color: #F7F7F7;
}

@media screen and (max-width:991px)
{
	.newsletter-form .row > div:nth-of-type(odd)
	{
		padding-top: 20px;
		padding-bottom: 0;
	}

	.newsletter-form .row > div:nth-of-type(even)
	{
		padding-top: 5px;
		padding-bottom: 0;
	}

	.newsletter-form .row > div label
	{
		display: block;
		margin-bottom: 0;
	}
}

/* Recaptcha badge hidden: https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed */
.grecaptcha-badge
{
	display: none;
}