/* Forms 
******************************************************/
/* Overrides of 'Responsive' theme */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 6px;
	background-color: #ea6928;
	background-image: none;
	box-shadow: none;
	border: none;
	border-radius: 6px;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	filter: none;
	font-family:'londrina_solidregular';
	font-size: 1.1em;
	font-weight: normal;
	height: 55px;
	letter-spacing: 0.1em;
	line-height: 55px;
	margin: 0;
	padding: 0 25px!important;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	vertical-align: middle;
	white-space: nowrap;
}
.wp-polls .Buttons {
	-webkit-appearance: none;
}
a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f0952a;
	background-image: none;
	border: none;
	color: #ededed;
	filter: none;
}
a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #f0952a;
	background-image: none;
	box-shadow: none;
	filter: none;
}
select,
input[type="text"],
textarea,
input[type="password"],
input[type="email"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: inset 0 0 4px 0 rgb(200,200,200);
	-moz-box-shadow: inset 0 0 4px 0 rgb(200,200,200);
	box-shadow: inset 0 0 4px 0 rgb(200,200,200);
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	border-radius: 6px;
	color: #999;
	cursor: text;
	font-family: "ProximaNovaCondensed", sans-serif;
	font-style: italic;
	font-size: 1em;
	line-height: 45px;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	max-width: 100%;
}/* End overrides of Responsive theme */

.ie9 input[type="text"],
.ie9 input[type="password"],
.ie9 input[type="email"],
.ie10 input[type="text"],
.ie10 input[type="password"],
.ie10 input[type="email"]{
	line-height: 29px;
}

/* For message when filtering gives no results */
input[type="hidden"] + strong {
	display: block;
	max-width: 960px;
	margin: 0 auto;
}
.popular-category label.selectit {
	font-weight: normal;
}

/* Overriding Ninja Forms */
.ninja-forms-form-wrap {
	padding: 0 20px;
}
.ninja-forms-form-wrap .text-wrap {
	max-width: 400px;
}
.ninja-forms-form-wrap textarea {
	padding: 0 10px!important;
}
.ninja-forms-form-wrap textarea {
	line-height: 1.2em;
	padding-top: 5px!important;
}
.ninja-forms-error-msg,
.ninja-forms-field-error {
	color: #cc0000!important;
	margin-bottom: 0!important;
	font-size: 0.9em;
	font-weight: bold;
}
.ninja-forms-success-msg {
	color: #468222;
	font-weight: bold;
}
.ninja-forms-required-items {
	font-size: 0.9em;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
	color: #333;
	font-style: normal;
}
.ninja-forms-form-wrap input[type="checkbox"],
.ninja-forms-form-wrap input[type="radio"]{
	width: 24px!important;
	height: 24px!important;
}
.ie8 .ninja-forms-form-wrap input[type="checkbox"],
.ie8 .ninja-forms-form-wrap input[type="radio"] {
	width: auto!important;
	height: auto!important;
}
.ninja-forms-form-wrap .checkbox-wrap label {
	font-size: 0.7em;
}
input[type="text"].ninja-forms-field,
input[type="email"].ninja-forms-field  {
	font-size: 24px;
}
.ninja-forms-form-wrap select.ninja-forms-field {
	height: 45px;
	min-width: 200px;
}

/* Forms (Fancy Forms)
https://github.com/keobrien/Fancy-Forms
************************************************************/
/* Fancy Selects
----------------------------------*/
.fancy-active {
	opacity: 0;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	cursor: pointer;
}

/* Selects (drop-downs) */
.fancy-select-wrap {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */	
	border: solid 1px #ccc;
	border-radius: 6px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	color: #444;
	display: inline-block;
	margin: 0 5px 0 0;
	position: relative;
	top: 5px;
}
.fancy-select-visible {
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 1.75em  0 .75em;
}
.fancy-select-wrap:before,
.fancy-select-fallback_button {
	background: #f0952a;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	content: '>';
	position: absolute;
	right: -6px;
	top: 4px;
	bottom: 0;
	width: 45px;
	z-index: 2;
	color: white;
	font-family: "Pacer-Icons";
	padding-left: 16px;
	padding-top: 0;
	line-height: 35px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	height: 35px;
}

/* Radio Buttons */
.fancy-radio-wrap {
	background-image: url("../images/radio-empty.svg");
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 5px 0 0;
	position: relative;
	top: 5px;
}
.fancy-radio-checked {
	background-image: url("../images/radio-kab.svg");
}

/* Checkboxes */
.fancy-checkbox-wrap {
	background-image: url("../images/checks-empty.svg");
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 5px 0 0;
	position: relative;
	top: 5px;
}
.fancy-checkbox-checked {
	background-image: url("../images/checks-kab.svg");
}

/* CRED forms (I Care Because, Petition, Stories) */
.kab .MyZebra_Form {
	margin-bottom: 30px;
}
.MyZebra_Form input.myzebra-button,
.MyZebra_Form input.myzebra-reset,
.MyZebra_Form input.myzebra-submit,
.MyZebra_Form label.myzebra-button {
	padding: 0 25px!important;
	margin-top: 20px!important;
}
.MyZebra_Form textarea {
	width: 100%!important;
	max-width: 960px!important;
}
.MyZebra_Form input.myzebra-password,
.MyZebra_Form input.myzebra-text,
.MyZebra_Form input[type="text"] {
	max-width: 400px!important;
	width: 100%!important;
}
.tab .cred-form {
	max-width:960px;
	margin:0 auto;
	position: relative;
}
.tab .cred-form .cred-group,
.MyZebra_Form .cred-group {
	border:none!important;
	padding: 0!important;
}
div.cred-label {
	font-weight: bold;
	margin-top: 10px!important;
}
.cred-field-story-author, .cred-field-story-location {
	display: inline-block;
	margin-right: 20px!important;
	margin-bottom: 20px!important;
}
.MyZebra_Form .ninja-forms-req-symbol {
	color: red;
}
input[type="submit"]{
	-webkit-appearance: none;
	border-radius: 5;
}