.gform_wrapper {
	max-width: 850px;
}

body.input-underline .gform_wrapper input,
body.input-underline .gform_wrapper textarea  {
  border: 1px solid rgb(176, 176, 181) !important;
  border-radius: 4px;
}

body .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
  margin-bottom: 0;
  font-size: 17px;
}

.gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme .field_description_above .gfield_description {
	padding: 0;
	font-size: 15px;
	line-height: 1.3em;
	border: none;
  overflow: visible;
}

body .gform_wrapper.gravity-theme #field_submit input, 
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_button_select_files {
	background: #4db646;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
  border-radius: 4px;
  border: none;
}

body .gform_wrapper.gravity-theme #field_submit input:hover, 
body .gform_wrapper.gravity-theme .gform_footer input:hover,
body .gform_button_select_files:hover {
	background: #5c7177;
}

.gform_button_select_files {
	padding: 6px 14px 4px 14px;
}

.post-content .gform_wrapper img {
	max-width: 120px;
	border-radius: 4px;
  margin-left: 5px;
}

.gfield_checkbox p {
	margin-top: 0;
	text-align: center;
  color: rgb(92, 113, 119) !important;
  font-weight: 400;
}

#input_2_16 .gchoice {
	background: #f2f2f2;
	padding: 10px 10px 0 10px;
	border-radius: 4px;
	margin-right: 20px;
}

@media(max-width:767px) {
  #input_2_16 .gchoice {
    background: transparent;
  }
}