/* increase font size of subscripe email input */
.et_bloom_subscribe_email input {
	font-size: 28px !important;
	font-family: Times New Roman !important;
}
/* background color of submit subscription */
.et_bloom_submit_subscription {
	background-color: #444 !important;
}
/* increase padding of subscribe button */
.et_bloom_submit_subscription {
	padding: 12px 10px !important;
}
/* incrase font size of button */
.et_bloom_submit_subscription .et_bloom_button_text {
	font-size: 22px !important;
	font-family: Times New Roman !important;
}
/* reduce grey padding on the email form */
.et_bloom .et_bloom_form_container .et_bloom_form_content {
	padding: 35px 30px !important;
}
/* remove padding from top/bottom of content */
.et_bloom .et_bloom_form_container .et_bloom_form_header {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/* move the P over a little bit */
.et_bloom .et_bloom_form_header.split img {
	margin-left: -31px !important;
	max-width: 30% !important;
    margin-top: 9px;
    padding-right: 15px;
}
/* Align the text with the P */
.et_bloom_form_text {
	padding: 49px 15px !important;
	padding-left: 0px !important;
}
/* Justify the header text */
.et_bloom_form_text h2 {
	text-align: center !important;
	margin-bottom: 18px !important;
    font-family: Georgia !important;
    font-weight: 400 !important;
    line-height: 1.1em !important;
}
.et_bloom_form_text h2 span {
	font-size: 28px !important;
}
/* Increaes font size of subtext */
.et_bloom .et_bloom_form_header p {
	font-size: 22px !important;
}
.et_bloom .split .et_bloom_form_text {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 479px) {
	/* make P smaller */
	.et_bloom .et_bloom_form_header.split img {
		width: 54% !important;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-top: 0 !important;
	}
	/* remove padding from top of text to P */
	.et_bloom_form_text {
		padding-top: 0 !important;
	}
	/* decrease font size of header */
	.et_bloom .et_bloom_form_header h2 {
		text-align: center !important;
		margin-bottom: 18px !important;
	}
	.et_bloom .et_bloom_form_header h2 span {
		font-size: 24px !important;
		margin-bottom
	}
	/* decrease font size of subtext */
	.et_bloom .et_bloom_form_header p {
		font-size: 16px !important;
	}
	/* add back in padding from top/bottom of content */
	.et_bloom .et_bloom_form_container .et_bloom_form_header {
		padding-top 15px !important;
		padding-bottom 15px !important;
	}
	/* decrease font size of email field */
	.et_bloom_subscribe_email input {
		font-size: 22px !important;
	}
	/* decrease font size of SUBSCRIBE */
	.et_bloom_submit_subscription .et_bloom_button_text {
		font-size: 20px !important;
	}
	/* decrease padding of SUBSCRIBE BUTTON */
	 .et_bloom .et_bloom_form_content button {
		padding: 10px !important;
	}
}
