.wpcf7 form {
  background: #222;
  width: 75%;
  padding: 2em 5%;
  border-radius: 20px;
  margin: 1em auto;
  font-family: "Montserrat", Helvetica, Arial, sans_serif; }
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  padding: 0.6em 1em;
  border-radius: 5px;
  width: auto;
  height: 2.5em;
  margin-top: 0.2em;
  max-width: 100%; }
.wpcf7 input,
.wpcf7 textarea {
  background: #FFF; }
.wpcf7 select {
  background-color: #FFF; }
.wpcf7 input[type=file] {
  background: none;
  padding-left: 0;
  margin-top: 0; }
.wpcf7 input[type=submit],
.wpcf7 input[type=button],
.wpcf7 a.button {
  background-color: #f65555;
  border-color: #f53131;
  color: #FFF;
  font-size: inherit;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.6em 2em;
  height: auto; }
  .wpcf7 input[type=submit]:hover,
  .wpcf7 input[type=button]:hover,
  .wpcf7 a.button:hover {
    background-color: #d94c4c;
    background-image: none; }
.wpcf7 textarea {
  width: 100%;
  height: 8em; }
.wpcf7 p {
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 1.5em; }
.wpcf7 label {
  color: #FFF;
  text-transform: uppercase; }
.wpcf7 option {
  padding-top: 2px;
  padding-bottom: 2px; }
  .wpcf7 option:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
.wpcf7 .wpcf7-captchac {
  margin-top: 5px;
  border: 3px solid #444;
  border-width: 3px 10px;
  border-radius: 5px;
  margin-right: 10px; }
.wpcf7 .wpcf7-captchar {
  margin-top: 5px; }
.wpcf7 .replace-with-icons.wpcf7-form-control {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px; }
  .wpcf7 .replace-with-icons.wpcf7-form-control:after {
    content: "";
    display: table;
    clear: both; }
.wpcf7 .replace-with-icons .wpcf7-list-item {
  position: relative;
  box-sizing: border-box;
  width: 23.5%;
  margin: 5px 2% 5px 0;
  border-radius: 5px;
  float: left;
  text-align: center;
  padding-top: 8em;
  padding-bottom: 2.4em;
  text-transform: uppercase;
  border: 1px solid #555;
  background-color: #444;
  background-size: 65% auto;
  background-position: center 15%;
  background-repeat: no-repeat;
  min-width: 100px;
  font-size: 90%; }
  @media (max-width: 670px) {
    .wpcf7 .replace-with-icons .wpcf7-list-item {
      width: 48%;
      margin-right: 2%;
      padding-bottom: 4em; } }
  @media (max-width: 600px) {
    .wpcf7 .replace-with-icons .wpcf7-list-item {
      padding-bottom: 2.4em; } }
  .wpcf7 .replace-with-icons .wpcf7-list-item.last {
    margin-right: 0; }
  .wpcf7 .replace-with-icons .wpcf7-list-item:hover, .wpcf7 .replace-with-icons .wpcf7-list-item.selected {
    background-color: #f65555;
    border-color: #f53131;
    cursor: pointer; }
  .wpcf7 .replace-with-icons .wpcf7-list-item input {
    display: none; }
.wpcf7 .replace-with-icons .wpcf7-list-item-label {
  line-height: 1.2;
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 94%;
  padding: 0 3%; }
.wpcf7 #fields-applying-for .wpcf7-list-item.first {
  background-image: url("../images/form_option_art.png"); }
.wpcf7 #fields-applying-for .wpcf7-list-item:nth-child(2) {
  background-image: url("../images/form_option_creative.png"); }
.wpcf7 #fields-applying-for .wpcf7-list-item:nth-child(3) {
  background-image: url("../images/form_option_engineering.png"); }
.wpcf7 #fields-applying-for .wpcf7-list-item.last {
  background-image: url("../images/form_option_office.png"); }
.wpcf7 #tp-cf-direct-to .wpcf7-list-item.first {
  background-image: url("../images/form_option_bizdev.png"); }
.wpcf7 #tp-cf-direct-to .wpcf7-list-item:nth-child(2) {
  background-image: url("../images/form_option_support.png"); }
.wpcf7 #tp-cf-direct-to .wpcf7-list-item:nth-child(3) {
  background-image: url("../images/form_option_pr.png"); }
.wpcf7 #tp-cf-direct-to .wpcf7-list-item.last {
  background-image: url("../images/form_option_inquiry.png"); }
.wpcf7 .wpcf7-not-valid-tip {
  clear: both;
  display: inline-block;
  width: 100%; }

/* responses */
.wpcf7-response-output {
  background: #ffffff;
  padding: 1em 2em;
  border-radius: 5px; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 1px solid #008000; }
