.custom_newsletter_signup { max-width: 535px; margin: 0px auto; }

.custom_newsletter_signup .title {
	font-family:'Avenir Next LT W01 Bold';
	font-size: 24px;
	color: #99468c;
	padding-bottom: 15px;
}
.custom_newsletter_signup .submit-form .medium-10 { padding-right: 16px !important; }
.custom_newsletter_signup .submit-form input {
	font-family:'AvenirNextLTW01-Medium';
	font-size: 14px;
	color: #999999;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	padding-left: 10px;
	margin-right: 16px;
	height: 32px;
}
.custom_newsletter_signup .submit-form button {
	font-family: 'Avenir Next LT W01 Bold';
	font-size: 14px;
	color: #fff;
	border: none;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 34px;
	margin-bottom: 0;
	height: 32px;
}
.custom_newsletter_signup .submit-form button:hover {
	background-color: #99468c;
}

.custom_newsletter_signup ::-webkit-input-placeholder {
	font-family:'AvenirNextLTW01-Medium';
	font-size: 14px;
	color: #999999;
}

.custom_newsletter_signup :-moz-placeholder {
	font-family:'AvenirNextLTW01-Medium';
	font-size: 14px;
	color: #999999;
}

.custom_newsletter_signup ::-moz-placeholder {
	font-family:'AvenirNextLTW01-Medium';
	font-size: 14px;
	color: #999999;
}

.custom_newsletter_signup :-ms-input-placeholder {
	font-family:'AvenirNextLTW01-Medium';
	font-size: 14px;
	color: #999999;
}

/*** themes ***/
.theme_spring .custom_newsletter_signup .submit-form button.theme { background-color: #99468C; }
.theme_spring .custom_newsletter_signup .submit-form input.theme { color: #99468C; }
.theme_spring .custom_newsletter_signup .title{ color: #99468C; }
.theme_summer .custom_newsletter_signup .submit-form button.theme { background-color: #005A8B; }
.theme_summer .custom_newsletter_signup .submit-form input.theme { color: #005A8B; }
.theme_summer .custom_newsletter_signup .title{ color: #005A8B; }
.theme_fall .custom_newsletter_signup .submit-form button.theme { background-color: #CA9B4A; }
.theme_fall .custom_newsletter_signup .submit-form input.theme { color: #CA9B4A; }
.theme_fall .custom_newsletter_signup .title{ color: #CA9B4A; }
.theme_winter .custom_newsletter_signup .submit-form button.theme { background-color: #556E2C; }
.theme_winter .custom_newsletter_signup .submit-form input.theme { color: #556E2C; }
.theme_winter .custom_newsletter_signup .title{ color: #556E2C; }

/*** MEDIA QUERY ***/
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){
}
/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.custom_newsletter_signup { padding-bottom: 60px; }
}
/*** Desktop ***/
@media only screen and (min-width: 64.063em) {
}