/*

Your custom css

*/

.lpi_mailchimp_title + .line input[type="email"]{
	padding: 0 5px;
	border: none;
}
.footer-wrapper .lpi_mailchimp_title + .line input[type="submit"]{
	background: #e4462c;
	color: #000;
	display: block;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 67px;
}
.footer-wrapper .lpi_mailchimp_title + .line input[type="submit"]:hover{
	background: #000;
	color: #fff;
}

.newsletter-notitle .lpi_mailchimp_title{
	display: none;
}
.newsletter-notitle .line{
	margin-top: 15px;
	text-align: center;
	padding-right:0;
}
.newsletter-notitle .line input[type="submit"]{
	background: black;
	color: white;
	font-size: 16px;
	width: auto;
	height: auto;
	font-weight: bold;
	border: none;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 20px 90px;
}
.newsletter-notitle .line input[type="submit"]:hover{
	background: white;
	color: black;
}