li.box-grid input[type=text] {
    
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #cacaca;
    display: block;
    float: none;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    height: 40px;
    outline: 0 none;
    padding: 0 10px;
    width: 100%;
}

li.box-grid select{
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 5px;
    width: 100%;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium none;
}

li.box-grid textarea {
    
     border: 1px solid #ccc;
    box-sizing: border-box;
    color: #cacaca;
    display: block;
    float: none;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    height: 60px;
    margin: 6px 0 0;
    outline: 0 none;
    padding: 10px;
    resize: none;
    width: 100%;
}

#gform_submit_button_2{
  background: #008472 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: block;
    float: none;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    margin: 45px 0 0 !important;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 206px;
}

#gform_fields_2{
    float: left !important;
    margin: 0 0 40px;
    width: 656px!important;
}
.gform_wrapper .top_label .gfield_label {
    display:table !important;
}
.blog-left article .post-entry ul li, .services-entry ul li {
    float: left;
    list-style-position: inside;
    margin: 10px 45px 10px 0;
    width: 278px;
}
#input_2_11{
    height:50px;
}
#input_2_7{
     height:50px;
}
.gform_wrapper .top_label .gfield_error {
     width: auto !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
     background-color: #FFFFFF !important;
   
    border-top: 0 !important; 
     border-bottom: 0 !important; 
}


@media only screen and (max-width: 480px) {
    
li.box-grid input[type=text] {
    
  
    box-sizing: border-box;
    display: block;
    float: none;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    height: 40px!important;
    outline: 0 none;
    padding: 0 10px;
    width: 100% !important;
    padding: 0 10px;
    display: block;
    border: 1px solid #ccc!important;
    color: #cacaca;
}

li.box-grid select{
    border: 1px solid #ccc!important;
    height: 40px;
    padding: 0 5px;
    width: 100%;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium none;
}

li.box-grid textarea {
    
     border: 1px solid #ccc!important;
    box-sizing: border-box;
    color: #cacaca;
    display: block;
    float: none;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    height: 60px;
    margin: 6px 0 0;
    outline: 0 none;
    padding: 10px;
    resize: none;
    width: 100%;
}

#gform_submit_button_2{
  background: #008472 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: block;
    float: none;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    margin: 45px 0 0 !important;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 206px;
}

#gform_fields_2{
    float: left !important;
    margin: 0 0 40px;
    width: 100%!important;
}
.gform_wrapper .top_label .gfield_label {
    display:table !important;
}
.blog-left article .post-entry ul li, .services-entry ul li {
    float: left;
    list-style-position: inside;
    margin: 10px 45px 10px 0;
    width: 100%;
}
#input_2_11{
    height:50px;
}
#input_2_7{
     height:50px;
}

.gform_wrapper .top_label .gfield_error {
     width: auto !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
     background-color: #FFFFFF !important;
   
    border-top: 0 !important; 
     border-bottom: 0 !important; 
}
}