.postid-29906 .colours,
.postid-29901 .colours {
  display: none;
}

input.wpcf7-form-control {
    width: 90%;
    display: block;
padding: 0.75em;
background: #fff;
font-family: Neue Helvetica W05,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
font-size: 1.128em;
color: #141111;
border: 1px solid #e8ebe9 !important;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.wpcf7-form label {
    margin-left: 7.5%;
    display: inline-block;
}

@media only screen and (min-width: 1000px) {
    input.wpcf7-form-control {
        width: 100%;
    }
    .wpcf7-form label {
        margin-left: 0;
    }
}
