#mailchimp-popup{
	background-color: rgba( 0, 0, 0, 0.8);
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: scroll;
}

.home #mailchimp-popup{
	display: none;
}

#mailchimp-popup > div{
	background-color: #fff;
	border: 3px solid #f7921e;
	width: 550px;
	max-width: 100%;
	padding: 20px;
	text-align: center;
}

#mailchimp-popup h1{
	font-size: 1.5em;
	margin-bottom: 20px;
	color: #4eac48;
}

#mc4wp-form-1{
	background:#fff;
	font:14px Helvetica,Arial,sans-serif;
	margin-top: 30px;
}

#mc4wp-form-1 input[type="text"],
#mc4wp-form-1 input[type="email"]{
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #ccc;
}

#mc4wp-form-1 input.btn{
	padding-top: 8px;
}

#mc4wp-form-1 div#mce-responses{
	padding: 0;
	margin: 0;
	width: 100%;
}

#mc4wp-form-1 div.response{
	width: 100%;
}

#mc4wp-form-1 #mce-success-response{
	color: #51821a;
}


@media(min-width: 769px){
	#mailchimp-popup > div{
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -230px 0 0 -250px;
	}
}