/* Custom.css */

/*
 * UIKit overrides
 */ 

/* Base */

/* - Default and X-Small screen */

html {
	font-size: 13px;
}

/* - Small screen */

@media ( min-width: 640px ) {

	html {
		font-size: 14px;
	}

}

/* - Medium screen */

@media ( min-width: 960px) {

	html {
		font-size: 15px;
	}

}

/* - Large screen */

@media ( min-width: 1200px) {

	html {
		font-size: 16px;
	}

}

/* - X-Large screen */

/*
@media ( min-width: 1400px) {

	html {
		font-size: 16px;
	}

}
*/


/*
 * Custom widgets
 */ 


/*
 * Plugins overrides
 */ 


/* Gravity Forms */

.gform_wrapper .gform_validation_errors {
  border-radius: 0;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
	background: none;
  border: none;
  font-size: .875rem;
  font-style: italic;
  margin-top: !important;
  padding: 0 0;
	padding-top: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
	background-color: #eca400;
	color: #fff;
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
  font-size: inherit;
  line-height: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	transition: .1s ease-in-out;
	transition-property: all;
	transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
	background-origin: border-box;
}

.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
	background-color: #d39200;
	color: #fff;
  text-decoration: none;
}
