/*craw fix 28102014 - Replace Dark background responsive */

@media only screen and (max-width: 767px)
#page-header {
background-image: none !important;
background-color: #f94f5e !important;
}

@media only screen and (max-width: 479px)
#upcoming-events {
background: #f94f5e url(../img/map.png) right 60px no-repeat; !important;
}

/*craw fix 28102014 - mailchimp fix */
.widget_ns_mailchimp input[type="text"] {
width: 60%;
float: left;
border: 0;
height: 27px;
}