.ti-cf-module label {
  display: block;
  margin-top: 20px;
}
.ti-cf-module input:not([type="checkbox"]),
.ti-cf-module textarea {
  width: 100%;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.ti-cf-module select {
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ti-cf-module fieldset {
  border: none;
  margin: 0;
  flex-wrap: wrap;
}

.ti-cf-module.content-form {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ti-cf-module.content-form .submit-form {
  width: 100%;
}

.ti-cf-module.content-form-newsletter {
  align-items: flex-end;
}

.ti-cf-module.content-form-newsletter button {
  margin: 0;
}

.ti-cf-module.content-form-newsletter fieldset {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ti-cf-module.content-form-newsletter
  .elementor-column:not(.elementor-col-100)
  + .submit-form {
  display: flex;
  width: auto;
}

.ti-cf-module .elementor-button-icon svg {
  height: initial;
}
