/* Enter Your Custom CSS Here */
h1, h2, h3, h4 {
  color: #006AB9;
}
h5, h6 {
	color: #999;
}
h4 a {
	color: #006AB9;
}
@media handheld, only screen and (min-width: 48em) {
aside.sidebar {
    margin-top: 0;
}
}
.sidebar h3 {
	margin-top: 0;
}
#contact-form input[type="text"], input[type="email"] {
	width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}
.contact-section input, .contact-section textarea, .comment-form input, .comment-form textarea {
  width: 100% !important;
}
.wpcf7-form-control-wrap {
  width: 100% !important;
  margin: 0;
}
.wpcf7-form-control.wpcf7-submit.button.orange {
  width: auto !important;
  border: none;
  float: left;
}

#main {
	z-index: 1;
}