form {
  max-width: 450px;
  padding: 0 20px;   
}

.start-form {
  margin: 0 auto 100px;
}

  form input, form textarea {
    border: 1px solid #777;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    color: #000;
    border-radius: 5px;
    font-size: 14px; 
  }
 
  .contact-form h3 {
    color: #000;
  }

  .contact-form-page {
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-form-page h3 {
    color: #000;
    font-weight: normal;
    margin-left: 20px;
  }

  form input:selection, form textarea:selection {
    outline: none;
    border-color: #000;
    background: transparent;
    background-color: transparent;
  }

  form input:focus, form textarea:focus {
    outline: none;
    border-color: #000;
    background: transparent;
  }
  
  form textarea {
    height: 10em;
    resize: none; 
  }
  
  form .submit-wrap {
    text-align: right; 
  }

  /*
  form [type="submit"] {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 33%; 
    border-radius: 5px;
  }
  */
  .start-submit {
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 33%; 
    border-radius: 5px;
  }

  .start-submit:hover {
    font-weight: bold;
    color: gray;
  }

  .about-submit {
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 33%; 
    border-radius: 5px;
  }
  
  .about-submit:hover {
    font-weight: bold;
    color: gray;
  }

  form .contact-info-group label {
    width: 50%;
    float: left;
    color: #000;
    font-weight: 200;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
  }
  
  form .contact-info-group label:nth-child(1) {
      padding-right: 10px; 
  }

  form .contact-info-group label:nth-child(2) {
      padding-left: 10px; 
  }

  form label {
    font-size: 12px;
    color: #000;
    font-weight: 200;
    display: block;    
    margin-bottom: 20px; 
  }
  
  form label span {
      display: block; 
  }

@media (max-width: 541px) {
    form .contact-info-group label {
      width: 100%; 
    }
    form .contact-info-group label:nth-child(1) {
      padding: 0; 
    }
    form .contact-info-group label:nth-child(2) {
      padding: 0; 
    }
    form [type="submit"] {
      width: 100%; 
    } 
}

.form-success {
  background: #000;
  text-align: center; 
}

.form-success p {
  font-size: 18px; 
}

/* =========================================================== */
.contact-page-item {
  color: #000000;
  font-size: 14px;
}

.contact-page-item a {
  color: #000000; 
}

#contact-page-form form [type="submit"] {
  background: #000;
  color: #333;
}

.contact-page-item:focus {
  border-color: #000;
}

.contact-page-item-big {
  font-size: 1.8em; /* typical text */
  color: #000000;
}
