/*
Theme Name: Fox Auto Transport
Description: This is the Jump Start child theme for Fox Auto Transport.
Author: Noah Kuhn
Template: jumpstart
*/

html {
	-webkit-font-smoothing: antialiased;
}
body {
	color: #363636;
	position: relative;
}

.gfgeo-hidden-fields {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
}

.gform_wrapper #gform_3 .gfield_required,
.gform_wrapper #gform_4 .gfield_required {
	color: #fff !important;
}

.tb-slogan .slogan-text .headline {
	font-family: Montserrat;
	color: #EB6B68;
	font-size: 18px;
	line-height: 1.3em;
}
.tb-slogan .slogan-text .desc {
	/*height: 90px;*/
}
.tb-slogan.text-only, .tb-slogan.button-below {
	text-align: left;
}
.tb-headline h1 {
	color: #58BEA7;
	font-size: 36px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0 0 0 0;
}
.tb-headline h2 {
	color: #585858;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: normal;
}
.tb-headline p {
	font-family: Montserrat;
	color: #585858;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: normal;
}
.tb-content-block h3 {
	color: #EB6B68;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: normal;
}
.tb-content-block h4 {
	color: #868686;
	font-size: 18px;
	line-height: 1.125em;
	font-weight: normal;
	margin: 0 0 2px 0;
}
.tb-content-block p {
	color: #363636;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
}

#custom-bottom > .section_primary {
	border-top-width: 30px !important;
}

.text-light .tb-headline p {
	color: #DEDEDE;
}

.header-nav .tb-primary-menu > li > .menu-btn {
	font-size: 20px;
	color: #8E8E8E;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 45px;
	padding-bottom: 45px;
}
.header-nav .tb-primary-menu > li.current-menu-item > .menu-btn, 
.header-nav .tb-primary-menu > li.current-menu-ancestor > .menu-btn, 
.header-nav .tb-primary-menu > li > a:hover {
	color: #5F92AD;
}

.header-content .header-logo {
	padding-top: 20px;
	padding-bottom: 20px;
}



.tb-testimonial.standard .testimonial-text{
	padding: 15px;
}




/* Homepage step styles */
.steps .number {
	display: inline-block;
	background: #EB6B68;
	color: #fff;
	border-radius: 100%;
	line-height: 28px;
	width: 28px;
	font-family: Montserrat;
	font-weight: bold;
}
.steps .tb-content-block h3 {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	color: #585858;
}
.steps .tb-content-block p:first-child {
	margin: 0 0 10px 0;
}



body.page-template-page-quote #breadcrumbs {
	display: none;
}

.livequote {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.livequote h1 {
	font-size: 18px;
	color: #868686;
}
.livequote h2 {
	font-size: 40px;
	font-weight: bold;
	color: #5e92ad;
}
.livequote .livequote-details {
	border-top: 5px solid #5f92ad;
	border-bottom: 5px solid #5f92ad;
	padding: 20px 0;
	margin: 20px 0;
}
.livequote .livequote-details dl {
	display: block;
	width: 70%;
	margin: 30px auto;
	text-align: left;
}
.livequote .livequote-details dt {
	display: inline-block;
	width: 50%;
}
.livequote .livequote-details dd {
	display: inline-block;
	width: 50%;
}
.livequote .livequote-text {
	text-align: left;
}

.livequote .button {
	font-size: 14px;
	font-weight: bold;
}





#footer-section-1 .tb-content-block dl {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
#footer-section-1 .tb-content-block dl dt {
	font-family: Montserrat;
	color: #8E8E8E;
}
#footer-section-1 .tb-content-block dl dd {
	margin: 0 0 20px 0;
}
#footer-section-1 .tb-content-block dl dd a{
	color: #ffffff;
	font-weight: normal;
}

#footer-section-1 .tb-content-block p {
	color: #fff;
	font-size: 15px;
}





.gform_confirmation_wrapper .alert.alert-success {
	margin: 0 !important;
	background: #58BEA7 !important;
	color: #fff !important;
	text-align: center !important;
	border-left-width: 0px !important;
}

.gform_wrapper .field_description_below .gfield_description {
	padding: 0px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding: 0px !important;
}
.gform_wrapper select {
	margin: 0;
}


.gform_wrapper label.gfield_label {
	font-weight: normal !important;
}
.form-control, 
input[type="text"], 
input[type="search"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
input[type="tel"], 
input[type="number"], 
input[type="date"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
textarea, 
select {
	border-radius: 2px;
	border-color: #ADADAD !important;
}
.form-control:focus, 
input[type="text"]:focus, 
input[type="search"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="number"]:focus, 
input[type="date"]:focus, 
input[type="time"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="month"]:focus, 
textarea:focus {
	border-color: #58BEA7 !important;
}

#gform_1 {
	font-size: 14px;
}
#gform_1 .gfield_required {
	color: #fff !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-family: Helvetica !important;
}
.gfield .ginput_container .gfgeo-locator-button-wrapper img {
	margin: 7px 10px 0 5px !important;
	width: 12px !important;
	height: auto !important;
}
.gfield input.gfgeo-address-field[data-locator_enabled="1"], 
.gfield input.advanced-address-autocomplete[data-locator_enabled="1"] {
	padding-left: 30px !important;
}

.ginput_container {
	margin-top: 0px !important;
}

.gform_wrapper,
.gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper ul li.gfield {
	margin-top: 0 !important
}

#gform_1 .top_label .gfield_label {
	margin: 0px !important;
}

.lb_label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}

#field_1_10,
#field_1_11 {
	margin-top: 0 !important;
}

#gform_1 .top_label #field_1_10 .gfield_label,
#gform_1 .top_label #field_1_11 .gfield_label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	float: left;
	margin: 1px 5px 0 0 !important;
}

#field_1_10 .ginput_container,
#field_1_11 .ginput_container {
	margin: 0 !important;
}
#field_1_10 .gfield_radio,
#field_1_11 .gfield_radio {
	margin: 0 !important;
}
#field_1_10 .gfield_radio li,
#field_1_11 .gfield_radio li {
	float: left;
	font-size: 12px;
	line-height: 20px;
}
#field_1_10 input,
#field_1_11 input {
	margin: 0 !important;
}
#field_1_10 ul li label,
#field_1_11 ul li label {
	margin: 0 10px 0 5px;
	font-size: 12px;
}



#gform_1 #field_1_14,
#gform_1 #field_1_15 {
	margin-bottom: 0px !important;
}


.tb-gforms-compat .gform_wrapper .ginput_complex .ginput_left.address_city, 
.tb-gforms-compat .gform_wrapper .ginput_complex .ginput_right.address_state, 
.tb-gforms-compat .gform_wrapper .ginput_complex .ginput_left.address_zip {
	width: 33.333333333% !important;
	margin: 0 0 10px 0 !important;
	padding: 0 3% 0 0 !important;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, 
.gform_wrapper.gf_browser_chrome .ginput_complex select {
	margin-top: 0px !important
}


@media (max-width: 767px) {
	#home-section-1 {
		padding-left: 0;
		padding-right: 0;
	}
	.tb-content-block.has-bg {
		padding: 10px;
	}
	.tb-gforms-compat .gform_wrapper .top_label li.gfield.gf_left_half,
	.tb-gforms-compat .gform_wrapper .top_label li.gfield.gf_right_half,
	.tb-gforms-compat .gform_wrapper .top_label li.gfield.gf_left_third,
	.tb-gforms-compat .gform_wrapper .top_label li.gfield.gf_middle_third,
	.tb-gforms-compat .gform_wrapper .top_label li.gfield.gf_right_third {
		width: 100%;
		margin: 0 0 30px 0;
	}
	#gform_1 .top_label #field_1_10 .gfield_label, #gform_1 .top_label #field_1_11 .gfield_label {
		float: none;
		display: block;
	}
	.tb-gforms-compat .gform_wrapper .ginput_complex .ginput_left.address_city, 
	.tb-gforms-compat .gform_wrapper .ginput_complex .ginput_right.address_state, 
	.tb-gforms-compat .gform_wrapper .ginput_complex .ginput_left.address_zip {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
		padding: 0 !important;
	}
}