.lev-form .hidden-group {
	display: none;
}

.lev-form .form-control {
    margin-top: 5px!important;
}

.lev-form .form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 1px;
}

.lev-form .gfield_required {
    color: #e21d25!important;
}

.lev-form label{
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.lev-form #phone, .lev-form #email, .lev-form #home-zip {
    width: 100%;
}

.lev-form textarea.message {
    height: 120px !important;
    width: 100%;
    border: 1px solid #ccc;
}

.lev-form .lev-btn {
    background-color: #2eda00;
    color: #fff;
    padding: 15px 30px;
    border: 0;
    border-radius: 0px;
    margin-top: 60px;
}

.lev-form .form-error {
	margin-left: 5px;
	color: red;
	display: none;
}

@media only screen and (min-width: 641px){
    .lev-form textarea.message {
        height: 160px !important;
        width: 100%;
    }
}