/* Enter Your Custom CSS Here */
@import url('//fonts.googleapis.com/css?family=Roboto:400,500,700');
#custom-sign-up-form-area {
  background: #a4ebd9;
  color: #fff;
}
#custom-sign-up-form h2 {
	font-size: 20px;
	line-height: 30px;
	padding: 20px;
	margin-bottom: 0;
  color:#000;
  font-family: 'Roboto', sans-serif;
}

#custom-sign-up-form h2 span {
	font-size: 25px;
	line-height: 30px;
	color: #d8334a;
	display: block;
}

#custom-sign-up-form input {
  padding-left: 10px;
  margin-left: 20px;
  margin-right: 20px;
  width: 290px;
  margin-bottom: 15px;
  background: #fff;
  border: 0;
}
#mc-embedded-subscribe.button {
  background: #000;
  transition: .3s;
}
#mc-embedded-subscribe.button:hover {
  background: #fff;
  color: #000;
}
.mce_inline_error {
	margin-left: 20px;
}