/*
Theme Name: foothills
Author: Mike
Version: 0.0001
Text Domain: foothills
*/
/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
.ab-h2 h2{
	font-size: 60px;
    letter-spacing: 3px;
    margin: 0px;
    font-weight: 400;
    margin-bottom: 20px;
}
.form-boxarea .headingbox .h2 {
    color: #435463;
    text-align: center;
    font-size: 50px;
    letter-spacing: 0;
    margin-bottom: 10px;
    word-spacing: -2px;
}
#contact-form .form-group {
    z-index: +99;
}
#contact-form .form-group .wpcf7-submit {
    width: 100%;
    background: #c48341 !important;
    outline: none;
    padding: 20px 20px;
    color: #fff !important;
    margin-bottom: 23px;
    padding-left: 50px;
    border: 2px solid #fff !important;
    box-shadow: 7px 7px #fff;
    transition-property: transform, box-shadow, outline-offset;
}