/***********/
/* Contact */
/***********/
.wpcf7 {
    /*--button-frame: linear-gradient(90deg,rgb(69,135,196) 0%,rgb(69,135,196) 30%,rgb(248,197,46) 50%,rgb(227,6,19) 70%,rgb(227,6,19) 100%);*/
}

.wpcf7-form-control:not(.wpcf7-submit) {
  display: block;
  width: 70%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: var(--wp--preset--color--base);
  background-clip: padding-box;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-textarea) {
  border: 1px solid var(--wp--preset--color--accent-3);
}

.wpcf7-form-control.wpcf7-textarea {
  border: none;
  line-height:1.5;
  min-height: 18.5rem;
  padding-top: 0;
  background-image: url('../multiline1.png');
  background-repeat: repeat;
  background-position: left -3px;
  background-color:#94cef8;
  background-blend-mode: color-dodge;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 p {
    font-size: 18px !important;
    line-height:1.4;
}


:where(.wp-site-blocks .wpcf7-textarea:focus),
:where(.wp-site-blocks .wpcf7-text:focus),
.wpcf7-textarea:hover,
.wpcf7-text:hover,
.wpcf7-textarea:active,
.wpcf7-text:active {
    outline-width: 2px;
    outline-style: solid;
    outline-color: var(--wp--preset--color--accent-3);
}
.wpcf7-acceptance { border:none; }
.wpcf7-acceptance .wpcf7-list-item { margin:0; }
.wpcf7-acceptance .wpcf7-list-item label {
  display:flex;
  align-items:flex-start;
}
.wpcf7-acceptance .wpcf7-list-item label input {
  margin-right:1rem;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
  line-height:1.1;
  text-align:justify;
  /*max-width:400px;*/
}

textarea {
  /*background-image: url('http://lo/vdd/site2020/wp-content/themes/twentytwenty-child/assets/img/multiline1.png');*/

}

.wpcf7-submit {
    color: var(--wp--preset--color--base);
    font-size: 25px;
    font-weight:bold;
    background-color: var(--wp--preset--color--accent-1);
    padding: 0.5rem 1rem;
    border:1px solid var(--wp--preset--color--accent-3);
    border-radius: 10px;
}
.wpcf7-submit:active,
.wpcf7-submit:focus,
.wpcf7-submit:hover {
    cursor: pointer;
    background-color: var(--wp--preset--color--accent-3);
    border:1px solid var(--wp--preset--color--accent-1);
}
.wpcf7 .hidden-fields-container {
  display: none;
}
