.wpcf7 input[type="text"],
.wpcf7 input[type="file"],
.wpcf7 input[type="password"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
  box-sizing: border-box !important;
  max-width: 100% !important;
  width: 100% !important;
}

.wpcf7 input[type="date"] {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  color: #333333;
  line-height: normal;
  padding: 5px;
}

.wpcf7 p {
  font-weight: bold;
}

.wpcf7 p span {
  font-weight: normal;
}

.wpcf7 .wpcf7-list-item {
  display: block;
}

#main-content p {
  font-size: 16px !important;
  color: #555 !important;
}

.text-center { text-align: center !important; }