input[type=file],
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
  cursor: pointer;
}

.tivala-contact-form-input {
  min-width: 25%;
}
@media all and (max-width: 650px) {
  .tivala-contact-form-input {
    min-width: 100%;
  }
}
.tivala-contact-form-input:focus {
  outline: none !important;
  border: 2px solid #48A3DE;
}

.tivala-contact-form-input-error {
  border-color: #cc0000 !important;
}

.tivala-contact-form-input-error::-moz-placeholder {
  color: #cc0000;
}

.tivala-contact-form-input-error::placeholder {
  color: #cc0000;
}

.tivala-contact-form-textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}
@media all and (max-width: 650px) {
  .tivala-contact-form-textarea {
    min-width: 100%;
  }
}
.tivala-contact-form-textarea:focus {
  outline: none !important;
  border: 2px solid #48A3DE;
}

.tivala-contact-form-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.tivala-contact-form-wrap input, .tivala-contact-form-wrap textarea {
  font-weight: bold;
  padding: 10px;
  background: transparent;
  border: 2px solid white;
  color: #2c2c2c;
  background: white;
  font-size: 22px;
  font-family: "BiennaleRegular";
  width: 100%;
  outline: none;
}

.tivala-cf-input-wrap {
  padding-bottom: 20px;
  width: 100%;
}

.tivala-cf-success,
.tivala-cf-error {
  display: none;
}

.tivala-cf-ajax-validation {
  margin-top: 20px;
}

.tivala-contact-form-submit-button {
  margin-top: 20px;
}

.tivala-cf-divider {
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 650px) {
  .tivala-cf-divider {
    flex-direction: column;
  }
}

.tivala-cf-button {
  padding: 10px 20px;
  background-color: #0d102a;
  color: white;
  font-weight: 600;
  font-size: 14px;
}

.tivala-cf-upload-wrap {
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}
.tivala-cf-upload-wrap button {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tivala-cf-file-upload-input-field {
  position: absolute;
  opacity: 0;
  width: 200px;
}

.tivala-button-done-submit {
  color: #0d102a;
  background: #48A3DE;
  width: 100%;
  padding: 15px 30px 15px 30px;
  color: white;
  border-radius: 0px;
  height: 100%;
  max-height: 55px;
  font-weight: bold;
  font-family: "BiennaleBold";
}

.tivala-button-done-submit:hover {
  background-color: white;
  color: #2565a3;
}/*# sourceMappingURL=style-design-cf.css.map */