/*
Theme Name: Hoodworks
Description: This is the Hoodworks WordPress Theme
Author: Noah Kuhn
Template: jumpstart
*/

/* Your custom CSS here */

.header-content .header-logo {
	height: 80px;
	line-height: 80px;
	padding: 31px 0;
	vertical-align: middle;
}
.header-content .header-logo a {
	vertical-align: middle;
	height: 100%;
}
.header-content .header-logo img {
	display: block;
	height: 18px !important;
	vertical-align: middle;
}
/*
.page-template #custom-main > .section_primary {
	padding-top: 50px !important;
}
*/

p.caption {
	font-size: 13px;
	margin: 5px 30px 0 30px;
	color: #ccc;
}
p.caption a {
	color: #ccc;
	text-decoration: underline;
}

#custom-main > #about-section-1,
#custom-main > #contact-section-1 {
	padding-top: 60px;
}
.text-dark .form-control, .text-dark input[type="text"], .text-dark input[type="search"], .text-dark input[type="password"], .text-dark input[type="email"], .text-dark input[type="url"], .text-dark input[type="tel"], .text-dark input[type="number"], .text-dark input[type="date"], .text-dark input[type="time"], .text-dark input[type="datetime"], .text-dark input[type="datetime-local"], .text-dark input[type="month"], .text-dark textarea, .text-dark select {
	border-color: rgba(0,0,0,0.2);
}

.tb-team-member .member-text p,
.tb-team-member .member-text ul {
	font-size: 80%;
}

.tb-toggle.panel-default>.panel-heading {
	background: #162744;
}
.tb-toggle.panel-default>.panel-heading:hover {
	background: #1e3152;
}
.tb-toggle.panel-default>.panel-heading .panel-title:hover {
	background: #1e3152;
	color: #fff;
}
.tb-toggle.panel-default .panel-title {
	color: #fff;
}

.site-footer p, 
.site-footer ul {
	font-size: 13px;
}

.tb-jumbotron .text-large p {
	font-weight: 300;
}

.site-header.transparent {
	background: rgba(0,0,0,0.2);
}

#gform_wrapper_3.gform_wrapper {
	margin: 0 !important;
}
#gform_wrapper_3.gform_wrapper .gform_footer {
	padding: 0px !important;
}
#gform_wrapper_3.gform_wrapper .top_label .gfield_label {
	display: none;
	margin: 0 !important;
}
.text-light #gform_wrapper_3.gform_wrapper input[type="email"] {
	border: 2px solid rgb(255, 255, 255);
	border-radius: 5px;
}
#gform_wrapper_3.gform_wrapper input.gform_button {
	background-color: rgb(255, 199, 33); 
	border-color: rgb(255, 255, 255); 
	color: rgb(51, 51, 51);
	padding: 5px 15px;
}