/*Do not display Simple Author Box on Team category posts*/
.category-team .saboxplugin-wrap {
  display: none;
}

/*Contact Form Settings*/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  color: #bcbcbc;
  border-bottom-color: #bcbcbc;
  text-transform: none;
}

.wpcf7 textarea {
  height: 17em;
}