/****************************************************************************************************************
 /$$   /$$ /$$$$$$$$ /$$      /$$  /$$$$$$  /$$       /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$   /$$$$$$ 
| $$$ | $$| $$_____/| $$  /$ | $$ /$$__  $$| $$      | $$_____/|__  $$__/|__  $$__/| $$_____/| $$__  $$ /$$__  $$
| $$$$| $$| $$      | $$ /$$$| $$| $$  \__/| $$      | $$         | $$      | $$   | $$      | $$  \ $$| $$  \__/
| $$ $$ $$| $$$$$   | $$/$$ $$ $$|  $$$$$$ | $$      | $$$$$      | $$      | $$   | $$$$$   | $$$$$$$/|  $$$$$$ 
| $$  $$$$| $$__/   | $$$$_  $$$$ \____  $$| $$      | $$__/      | $$      | $$   | $$__/   | $$__  $$ \____  $$
| $$\  $$$| $$      | $$$/ \  $$$ /$$  \ $$| $$      | $$         | $$      | $$   | $$      | $$  \ $$ /$$  \ $$
| $$ \  $$| $$$$$$$$| $$/   \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$$   | $$      | $$   | $$$$$$$$| $$  | $$|  $$$$$$/
|__/  \__/|________/|__/     \__/ \______/ |________/|________/   |__/      |__/   |________/|__/  |__/ \______/ 
****************************************************************************************************************/
#newsletter-table tr td
{
	padding: 10px 0 10px 0 !important;
}

#newsletter-table label
{
	color: #3d3d3d;
}

#newsletter-table input[type="text"]
{
	width: 100%;
	max-width: 400px;
	padding: 5px;
}

@media screen and (max-width:991px)
{
	#newsletter-table tr td:nth-of-type(odd)
	{
		padding: 15px 0 0 0 !important;
	}

	#newsletter-table tr td:nth-of-type(even)
	{
		padding: 5px 0 0 0 !important;
	}

	#newsletter-table label
	{
		display: block;
		max-width: 95%;
		margin: 0 auto;
	}

	#newsletter-table input[type="text"]
	{
		display: block;
		max-width: 95%;
		margin: 0 auto;
	}

	.g-recaptcha {
		display: block;
		width: 304px;
		margin: 0 auto;
	}
}