input.dynamic-hidden,
select.dynamic-hidden,
.wpcf7-form .dynamic-hidden{
      display :none;
}
/*override width from theme*/
.wpcf7 .tablepress.customized  .amount input,
.wpcf7 .tablepress.customized .field input,
.wpcf7 .tablepress.customized .memo input{
      width: 100%;
}

.wpcf7 .tablepress.customized input,
.wpcf7 .tablepress.customized textarea{
     width: inherit;
}
.tablepress.customized td{
      padding: 8px;
      vertical-align: middle;
}

/*side bar*/
.side_widget li{
      font-size: 14px;
}


@media only screen and (max-width: 640px) and (min-width: 0)
{
.wpcf7-form .dynamichidden-121 input[type="text"]{
    display:none;
}
.wpcf7 .tablepress.customized input,
.wpcf7 .tablepress.customized teztarea{
     width: 100%;
}
