/*
Theme Name: Cambridge Build - 020923
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Brand Hatchery
Author URI: http://brandhatchery.com/
*/

/* Added styles here */

#contactForm p {
  margin: 0;
}

div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form textarea {
    clear: both;
    width: 100% !important;
    background: #373737 !important;
    color: #fff !important;
    padding: 25px 15px !important;
    outline: 0 !important;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 0!important;
    border-radius: 0!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
   padding: 0 0 15px 0 !important;
}

div.wpforms-container-full .wpform-form textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
resize: vertical;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
color: #b0d13a !important;
    border: 1px solid #b0d13a !important;
    background-color: transparent !important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #b0d13a !important;
    border: 1px solid #b0d13a !important;
    color: #fff !important;
}

.margin-75-bottom {
    margin-bottom: 75px;
}