body {
background-image: url(http://chestnutavenue.com.au/wp-content/uploads/2017/08/chestnut-bg5.png);
background-repeat: no-repeat;
  background-size: cover;
}
.wpcf7-form-control.wpcf7-submit{
    cursor: pointer;
    background: #AABA63;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    border-radius: 4px;
    text-transform: uppercase;
  font-size:20px;
  color: white;
  line-height: 2;
    padding: 5px 10px;
    margin-top: 20px;
}
.wpcf7-submit:hover, .wpcf7-submit:focus {
  background-color: #B6C37B;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], textarea,  .wpcf7 input[type=tel]{
    width: 100%;
  line-height: 1em;
  padding-top: 1em;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(250, 250, 250, 0.9);
  border: 1px solid #fff;
  padding: 10px 15px;
  margin-bottom: 1px;
}
.wpcf7 input[type=text]{border-radius: 4px 4px 0 0;color:#333}
.wpcf7 input[type=email]{border-radius: 0;color:#333}
.wpcf7 input[type=tel]{border-radius: 0 0 4px 4px;color:#333}
.wpcf7-validation-errors, .wpcf7-mail-sent-ok, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked {color: white}

#page .upfront-button .button-preset-default.upfront_cta {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  border-radius: 4px 4px 4px 4px;
  background-color: rgb(170, 186, 99); 
  transition: none;
}

#page .upfront-button .button-preset-default.upfront_cta:hover, #page .upfront-button.default.live-preview-hover .upfront_cta {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  border-radius: 4px 4px 4px 4px;
  background-color: rgb(170, 186, 99);
}

#page .upfront-button .button-preset-default.upfront_cta:focus, #page .upfront-button.default.live-preview-focus .upfront_cta {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  border-radius: 4px 4px 4px 4px;
  background-color: rgb(170, 186, 99);
}
#page .upfront-object.default ul, #page .upfront-output-object.default ul {font-size: 16px; 	font-weight: 400;	font-style: normal;	line-height: 1.3; }