.form-wrap .gform_title {
	color: #fff;
    text-align: center;
    font-family: Saira Condensed, sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 0px #000;
}
.form-wrap .gform-body .gfield_required {
	display: none;
}
.form-wrap .gform-body .gform-field-label {
    margin-bottom: 8px;
    color: #000;
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 16px;
}

.form-wrap .gform-body input {
	margin-bottom: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
    border: 1px solid #979797;
    background-color: #fff;
    width: 100%;
    height: 46px;
    padding-left: 12px;
}

.form-wrap .gform-body textarea {
	width: 100%;
	margin-bottom: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
    border: 1px solid #979797;
    background-color: #fff;
    padding-left: 12px;
}

.form-wrap .gform_footer input {
	margin-top: 25px;
	width: 100%;
	padding: 19px 62px;
    border-radius: 8px;
    background-color: #0d3051;
    color: #fff;
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    letter-spacing: 1.71px;
    text-transform: uppercase;
    border: 5px solid #0d3051;
    cursor: pointer;
    box-shadow: none;
}

.form-wrap .gform_footer input:hover {
	background-color: #133b61;
	border: 5px solid #133b61;
}

.sidebar-widgets .form-wrap .gform-body .gform-field-label {
	display: none;
}

.sidebar-widgets .form-wrap .gform_footer input {
    border: 5px solid #f3c14b;
    background-color: #366797;
}

.form-wrap .gform_submission_error {
    display: none !important;
}
.form-wrap .validation_message {
    color: #fff !important;
}