/*Header padding removed */

#inner-content.wpbf-container.wpbf-container-center.wpbf-padding-medium {
  padding-top: 0px;
}


/*Footer padding removed */

.wpbf-padding-large {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* CF7 Styles */

div.wpcf7 {
  background-color: #8B4513;
  border: 2px solid #8B4513;
  padding: 20px;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
  background-color: #DAA520;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.wpcf7-form textarea {
  width: 100% !important;
  height: 100px;
}

.wpcf7-form p {
  color: #FFFFFF !important;
}

input.wpcf7-form-control.wpcf7-submit {
  color: #FFFDD0;
}

/* Submit button Hover */

.wpcf7-submit:hover {
  background-color: #9fcd48 !important;
  color: #aa956b !important;
}

/* Remove default bullets */

.bullets

ul {
  list-style: none; 
}