/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .widget_roundweb_widget {
    background-color: #DD9933;
    padding: 1.5em;
}

.widget_roundweb_widget h2 {
    font-size: 27px !important;
    color: #ffffff !important;
    text-align: center;
    letter-spacing:0px; 
    text-align: center;
    line-height:40px !important;
}
.widget_roundweb_widget label,
.widget_roundweb_widget legend,
.widget_roundweb_widget span.gfield_required.gfield_required_asterisk {
color: #ffffff !important;
	}

.widget_roundweb_widget	p.gform_required_legend{
	display: none !important;
}

.widget_roundweb_widget input.gform_button.button {
	background-color: #3CA653 !important;
	min-width:100%;
	color:white;
	border-radius: 5px;
	    font-size: 17px;
	    font-weight:bold;
}