h2, h3, h4, h5, p, a, .ss-q-title, .ss-form-entry, .optional-contact-info h2 {
	font-family: 'Raleway', sans-serif;
	color: #666;
	padding-top: 20px;
	padding-bottom: 5px;
}

.ss-form-container {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

.ss-form-entry {
	padding-top: 0;
}

#feedback-content {
	margin-top: 100px;
	padding: 0 20%;
}

#feedback-header {
	height: 60px;
  box-shadow: 0 5px 20px -10px rgba(000,000,000, 1);
	padding-bottom: 5px;
}

#feedback-logo h1, .ss-form-heading h2 {
	font-family: 'Amatic SC', sans-serif;
	font-weight: 500;
	color: #000;
	margin: 0;
	text-align: center;
}

#feedback-logo h1 {
	font-size: 50px;
}

.ss-form-heading h2 {
	font-size: 30px;
}

.ss-form-heading p {
	text-align: center;
}
.feedback-instructions p {
	color: #000;
}

.ss-choice-label {
	padding-left: 5px;
}

.ss-form-entry {
	text-align: center;
}

.ss-form-entry ul {
	margin-left: 50%;
}

.ss-form-entry li {
	text-align: left;
	padding-top: 6px;
}

.ss-form-entry h2 {
	font-size: 20px;
	color: #000;
}

.ss-form-heading, .errorbox-good {
	margin: 0 auto;
	width: 100%;
}

.errorbox-good {
	padding-bottom: 30px;
}

.contact-info-box {
	padding-bottom: 0;
}

.ss-q-title {
	padding-bottom: 8px;
}

textarea {
	width: 90%;
	height: 50px;
	border-radius: 5px;
	/* === Moved to theme.css ===
	border: 1px solid #FA8D40;
	*/
	outline: none;
	padding: 8px;
}

input {
	outline: none;
	/* === Moved to theme.css ===
	border: 1px solid #FA8D40;
	*/
	border-radius: 5px;
	padding: 3px 10px;
}

#ss-submit {
	width: auto;
	border: 2px solid #000; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	padding: 5px 12px; 
	letter-spacing: 1px;
	text-decoration: none; 
	display: inline-block;
	font-weight:bold; 
	color: #fff;
	background-color: #000;
	-moz-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in-out;
}

/* === Moved to theme.css === 
#ss-submit:hover {
	border: 2px solid #FA8D40;
	background: rgba(255,255,255,.0); 
	color: #FA8D40;   
}
*/



/* Google disclaimer */
	.ss-logo {
		height: 20px;
		width: 85px;
		padding: 0;
	}
	.ss-footer {
		margin: 50px auto;
		text-align: center;
	}

	.ss-footer p {
		font-size: 12px;
		margin: 0;
		padding-top: 10px;
		padding-bottom: 0;
	}

	.ss-footer a {
		font-size: 11px;
		display: inline-block;
		color: #222;
		padding-top: 0;
	}

	.ss-footer a:hover {
		color: #000;
	}

	.ss-terms p {
		font-size: 10px;
	}

footer {
	padding-top: 0;
	padding-bottom: 40px;
}



@media all and (max-width: 768px) {
	header {
		padding-top: 10px;
	}
	#feedback-header {
		height: 45px;
		font-size: 40px;
		padding-bottom: 0;
	}
	#feedback-logo h1 {
		font-size: 30px;
	}
	#feedback-content {
		margin-top: 75px;
		padding: 0 10%;
	}
	.ss-form-entry ul {
		margin-left: 30%;
	}
	.last-item .ss-choice-item {
		margin-left: 20%;
	}
}

