/* gravity forms */
.gform_wrapper {
	padding: 0 0;
}

label.gfield_label,
.is-style-label {
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.hide-labels .gfield:not(.show-label) label.gfield_label,
.hidden_label > label {
	display: block;
	height: 0;
	overflow: hidden;
	position: absolute; top: -3em;
}


.validation_error {
	color: #AA0000;
	font-weight: bold;
	margin: 0 0 1em;
}
.validation_message {
	color: #AA0000;
	font-size: .8em;
	font-weight: bold;
}

.gfield_required {
	color: #AA0000;
	margin: 0 .2em;
}

.gsection {
	border-bottom: 1px solid #CCCCCC;
	margin: 1.5em 0;
}
	.gsection h2 {
		display: none;
	}

.gform_fields {
	display: flex;
	flex-wrap: wrap;
	
	list-style-type: none;
	margin-right: -.5em !important; margin-left: -.5em !important;
	padding: 0 !important;
}
	.gfield {
		display: block;
		margin-bottom: 1.5em !important;
		padding: 0 .5em;
		width: 100%;
	}
	.hide-labels .gfield {
		margin-bottom: .5em !important;
	}
	.gfield.third {
		
	}
	.gfield.two-thirds {
		
	}
	.gfield.half {
		
	}
		.gfield input[type="text"], 
		.gfield input[type="number"], 
		.gfield input[type="email"], 
		.gfield input[type="search"], 
		.gfield input[type="password"], 
		.gfield input[type="submit"], 
		.gfield input[type="tel"],
		.gfield button,
		.gfield .select-style,
		.gfield textarea {
			margin: 0;
			width: 100%;
		}
		
		.gfield ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			.gfield ul li {
				display: inline-block;
				margin: 0 1.5em 0 0;
				vertical-align: top;
				white-space: nowrap;
			}
				.gfield ul li input[type="radio"] + label, 
				.gfield ul li input[type="checkbox"] + label {
					max-width: none;
				}
				.gfield ul li label {
					white-space: initial;
				}
		
		.gfield.gform_hidden {
			margin: 0 !important;
			padding: 0 !important;
		}
		
		.ginput_container_name {
			display: flex;
			margin-right: -.5em !important; margin-left: -.5em !important;
		}
			.ginput_container_name > span {
				padding: 0 .5em;
			}

		.ginput_container_date > .clear-multi {
			display: flex;
			flex-wrap: nowrap;
			margin-right: -.5em !important; margin-left: -.5em !important;
			padding: 0;
		}
			.ginput_container_date > .clear-multi > div {
				padding: 0 .5em;
			}

		.gfield .textarea.small {
			height: 5em;
		}
		.gfield .textarea.medium {
			height: 10em;
		}
		.gfield .textarea.large {
			height: 15em;
		}

		.gfield_description {
			margin: 1em 0;
		}

.gfield_visibility_hidden {
	display: none;
}

.gform_footer {
	margin: 0 0;
	/*text-align: right;*/
}
	.gform_footer input[type="submit"] {
		display: inline-block;
		margin: 0;
	}


.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}





/* mailchimp */
.mc4wp-form-fields {
	margin-bottom: 2em;
	text-align: center;
}
	.mc4wp-form-fields label {
		display: block;
		height: 0;
		overflow: hidden;
		position: absolute; top: -3em;
	}



/* feed social */
html .fts-jal-fb-header {
	display: none !important;
}
html .fts-powered-by-text-popup a.fts-powered-by-text {
	display: none !important;
}


/* SVG social menu - remove in 5.3? */
html .svg-social-menu {
	font-size: 1.3rem;
	margin: 0;
}
	html .svg-social-menu .menu-item {
		margin: .2em .2em;
	}
	html .svg-social-menu .menu-item:first-child {
		margin-left: 0;
	}
	html .svg-social-menu .menu-item:last-child {
		margin-right: 0;
	}