/*!
Theme Name: Inapco-Child
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: inapco
Text Domain: ohio-child
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


.text-xs{
	font-weight:700;
	font-size:14px;
}



/* formcraft */

html .formcraft-css .powered-by {
  display: none !important;
}





html .formcraft-css .fc-form .form-element .form-element-html input[type="text"],
html
  .formcraft-css
  .fc-form
  .form-element
  .form-element-html
  textarea{
  border: 1px solid #F3F3F3;  
  border-radius:8px;
}

html .formcraft-css .fc-form .form-element .checkbox-cover > div label{
	font-size:13px;
}


html .formcraft-css .fc-form .field-cover > span{
	font-weight:500 !important;	  
}
html .formcraft-css .fc-form.label-block .form-element.is-required-true .field-cover > span > span:first-child > span{
	width:100%
}

html .formcraft-css .fc-form .form-element .checkbox-cover > span{
	display:none;
}

.formcraft-css .fc-form.fc-form-1 .form-element .submit-cover .submit-button{
	border-radius:50px;
}