/* Custom CSS
------------------------------------------------------------ */
.content .category-newsletter.post {
 border: 1px solid #B00000;
	padding: 10px 10px 0px 15px;
}

.site-header .widget-area img {
	margin-top: 45px;
}


/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1000px) {

}

@media only screen and (min-width: 768px) and (max-width: 1000px) {

}

@media only screen and (min-width: 480px) and (max-width: 1000px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.site-header .widget-area img {
	margin-top: 0px;
}
}

@media only screen and (max-width: 479px) {
.site-header .widget-area img {
	margin-top: 0px;
}
}