/*
Theme Name: OnEdu 2015
Theme URI: http://www.onedu.fi/
Description: OnEdu
Author: Mobie Oy
Author URI: http://www.mobie.fi/
Template: slupy
Version: 1.0
*/

@import url("../slupy/style.css");

/* Gravity Forms */
.gform-contact_wrapper .gform_body {
	margin-left: -15px;
	margin-right: -15px;
}
.gform-contact_wrapper.gform_wrapper {
	margin-top: 0;
}
.gform-contact_wrapper .gform-contact {}
.gform-contact_wrapper .gform-contact ul .gfield {
	clear: none;
}
.gform-contact_wrapper .gform-contact .top_label .gfield_label {
	margin-top: 0;
	font-weight: normal;
}
.gform-contact_wrapper .gform-contact .gfield input[type=text],
.gform-contact_wrapper .gform-contact .gfield textarea {
	border: 1px solid #e9eaed;
	border-radius: 0;
	margin-bottom: 10px;
	max-width: 100%;
	padding: 10px;
	transition: border-color 0.3s ease 0s;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}