.mailchimp {
	/*background:#f8f8f8;
	border:1px solid #ddd;
	display:block;
	margin:0 auto;
	padding:10px;
	word-wrap:break-word;
	width:200px;
	font-size:12px;*/
}

.mailchimp_title {
	position:relative;
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
	color:#444;
}

.mailchimp .inputs-area {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: 3rem;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}
.mailchimp .footeremailicon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

}
input.mailchimp_email {
	width: 75%;
	height: 3rem;
	color: #4d4d4d;
	background-color: transparent;
	position: relative;
	z-index: 1;
	text-indent: 30px;
}

input.mailchimp_button_signup {
	width: 25%;
	height: 3rem;
    border: none;
    box-shadow: none;
    color: white;
    text-transform: uppercase;
    background: #da281c;
    outline: none;
}

.mailchimp_message {
	margin:auto;
	padding:10px;
	text-align:center;
	font-size:11px;
	color:#FFF;
	height:30px;
}