/* This is style for sidebar form */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@font-face {
	font-family: "Grenze";
	src: url("../../fonts/Grenze-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
 }

.sharpspring_form form {
padding: 0;
}
ul.form_fields li {
	margin-bottom: 3px;
}
.sharpspring_form fieldset li label {
	color: #ffffff !important;
}
.sharpspring_form form ul.form_fields li label {
	color: #ffffff !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 2.67px;
}
ul.form_fields li label span {
	color: #bcd543;
}
ul.form_fields li textarea {
	min-height: 100px;
}
ul.form_fields li select {
	width: 100%;
	max-width: 100%;
	height: 29px !important;
	margin-top: 2px;
	-webkit-appearance: none;
	padding: 0 10px;
	border-radius: 0;
	background-image: url('/wp-content/uploads/2020/03/select-triangle.png');
	background-position: 95% 12px;
	background-repeat: no-repeat;
	outline: none;
}
form button.button {
	background-image: initial;
}
form button.button:hover {
	background-image: initial;
	background: initial;
}
form button.button {
	letter-spacing: 2.13px;
	color: #ffffff;
	font-family: "Grenze", serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 5px;
	background-image: linear-gradient(to top, #bcd543 0%, #6db408 51%, #bcd543 100%) !important;
	background-size: auto 200% !important;
	padding: 8px 5px;
	width: 100%;
	border: none;
	box-shadow: none;
	transition: 0.3s all;
	text-shadow: none;
}
form button.button:hover {
	background-position: bottom center;
	background-size: auto 200%;
}
#form_693eca60-9cf2-475f-85e4-95ea49b3e21a label {
	color: #fff;
}
input:focus, textarea:focus {
	box-shadow: none!important;
	background-color: #fff!important;
}