input[type="text"] {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.25) !important;
    width: 100% !important;
    padding: 10px;
  }

  /*textarea {
    border: 1px solid rgba(0,0,0,0.25) !important;
  }*/

  input.cf7-form, textarea {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.25) !important;
    width: 100% !important;
    padding: 10px;
  }
  
  [type="reset"], [type="submit"], html [type="button"]:not(.hamburger), input.wpcf7-form-control.wpcf7-submit {
    -webkit-appearance: none !important;
    background-color: #2f3678 !important;
    color: #f8f8f8;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    font-weight: 700;
    border: none !important;
  }
  
  input.wpcf7-form-control.wpcf7-submit {
     -webkit-appearance: none !important;
     -moz-appearance:    none !important;
     appearance:         none !important;
  }

.one-half,
.one-third {
position: relative;
/*margin-right: 10px;*/
float: left;
flex: 1;
}

.cf7-form div {
  /*margin-bottom: 0px !important;*/
}

.cf7-div-container-single {
	width: 100% !important;
	margin-bottom: 10px !important;
	gap: 10px;
}

.cf7-div-container-col {
    display: flex;
    justify-content: center;
    align-items: stretch;
	margin-bottom: 10px !important;
	gap: 10px;
}

.one-half { width: 100%; }
.one-third { width: 30.66%; }

.last {

clear: right;
}

span.wpcf7-list-item {
    /* display: inline-block; */
    margin: 0 0 0 1em;
}

.wpcf7-not-valid-tip {
    color: rgba(0,0,0,0.5);
    font-size: 0.75em;
    font-weight: 300;
    display: block;
    }