h3 {
text-transform: uppercase !important;
}

/* ## Horizontal Opt-in Form
--------------------------------------------- */
.between-posts-area {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #607480;
}

#enews-ext-2.enews-widget {
	color: #ffffff;
	
}

#enews-ext-2.enews-widget p {
	float: left;
	text-align: right;
	width: 43%;
	margin-top: 8px;
	margin-bottom: 0;
	font-family: 'brandon';
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 10px;
	color: #ffffff;
	border-right: 1px solid;
	padding-right: 20px;
}

#enews-ext-2 #subscribe {
	float: right;
	width: 55%;
}

#enews-ext-2.enews-widget input {
	float: left;
	width: 18%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 10px 0px 10px 24px;
	border: 0 solid #CEB77A;
	color: #ffffff !important;
	background-color: #607480;
	font-family: 'brandon';
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#enews-ext-2.enews-widget input[type="submit"] {
	width: auto;
	padding: 10px;
	color: #ffffff;
	background-color: #607480;
	font-weight: 400;
}

#enews-ext-2.enews-widget input[type="submit"]:hover {
	color: #ebcdc8;
	background-color: #607480;
	box-shadow: none;
}

#enews-ext-2.enews-widget input[type="submit"]:before {
	Font-family: 'FontAwesome';
	Content: "\f0e0";
	font-weight: normal;
}

@media only screen and (max-width: 1200px) {
	#enews-ext-2.enews-widget p {
		font-size: 16px;
		text-align: left;
	}
	
	#enews-ext-2.enews-widget input {
		width: 30%;
	}
}

@media only screen and (max-width: 800px) {
	#enews-ext-2.enews-widget p {
		float: none;
		width: 99%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#enews-ext-2 #subscribe {
		float: none;
		width: 99%;
	}
	
	#enews-ext-2.enews-widget input {
		width: 99%;
		margin-bottom: 20px;
	}
	
	#enews-ext-2.enews-widget input[type="submit"] {
		float: none;
		width: 99%;
	}
}

/* JetPack Social Buttons */
.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button {
	background-color: #f5f5f5 !important;
	color: #d4d4d5 !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
	background-color: #f5f5f5 !important;
	color: #d4d4d5 !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
	background-color: #f5f5f5 !important;
	color: #d4d4d5 !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button {
	background-color: #f5f5f5 !important;
	color: #d4d4d5 !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button {
	background-color: #f5f5f5 !important;
	color: #d4d4d5 !important;
}

.sd-social-icon .sd-button span.share-count {
	background-color: #fff !important;
	border-radius: 50% !important;
	color: #607480 !important;
}