.ctf input[type="text"]{
width: 85% !important;
}

.ctf textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  display: block; 
  width: 280px; 
  padding: .4em;
}


@media screen and (max-width: 415px){
.page-title > .wf-wrap, #fancy-header > .wf-wrap{
  display: none !important;
  }
}


.ctf input  { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  display: block; 
  width: 280px; 
  padding: .4em;
}

#textareamessage{
  width:85%;
}