/* Start custom CSS */.gfield_label {
    color: #000 !important;
}

.gform_button {
   background-color: #804b99 !important;
   color: #fff !important;
}

.gform_fields li input,
.gform_fields li select {
    padding: 12px !important;
    border: 1px solid #804b99 !important;
}

#field_3_5 {
    padding-right: 0px;
}

#gform_submit_button_3 {
    width: 100%;
}

#input_4_5,
#input_3_5 {
    margin-bottom: 0;
}

.gform_footer {
    margin-top: 0 !important;
}

.sidebar-widget .widget {
    margin-bottom: 0;
}

.sidebar-widget #gform_wrapper_3 {
    margin-bottom: 0px;
}

#field_4_6 {
    font-size: 12px;
}

.gform_legacy_markup_wrapper .validation_message {
    color: #790000 !important;
}
#primary .widget-title span {
    background-color: #804b99;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}
#primary .widget-title {
    border-bottom: 2px solid #804b99;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
input[type="text"], input[type="email"], input[type="password"], input[type="url"]{
    margin-bottom: 5px
}/* End custom CSS */