/*
Theme Name: TK Calculators Theme
Theme URI: https://calc.tourkick.com/
Author: TourKick LLC
Author URI: https://tourkick.com/
Tags: bootstrap4
Description: A child theme of WP Bootstrap Starter (https://afterimagedesigns.com/wp-bootstrap-starter/). Keep this child theme's version to match that of the parent theme so we know if our styles match.
Template: wp-bootstrap-starter
Version: 3.1.0
*/

body p {
	margin-bottom: 1rem;
}

/**
 * Purple to Dark (not black but matches $body-color)
 */
header#masthead {
	background-color: #212529;
}
body:not(.theme-preset-active) #page-sub-header h1 {
	color: #212529;
}

/**
 * Front page styling
 */
body.home.page-id-2 #primary header {
	display: none;
}

/**
 * Avoid too short of a page (footer near the top). Adjust if Footer adds height (e.g. widgets get added).
 */
body.single-tkcalc_closing_costs #page,
body.single-tkcalc_closing_costs #content {
	min-height: 60vh;
}

body.single-tkcalc_closing_costs #content a:visited {
	color: royalblue;
}

body.single-tkcalc_closing_costs #tkcc-fee-results-container p {
	margin-bottom: 0;
}

header button.navbar-toggler {
	display: none;
}
/*

.single-tkcalc_closing_costs .tkcc-quote-form-item small.form-text {
	width: 100%;
}

.single-tkcalc_closing_costs .input-group input.form-control {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

@media (max-width: 767px) {
	.single-tkcalc_closing_costs .tkcc-quote-form-item {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}*/

blockquote {
	border-left: 5px solid #007bff;
	padding-left: 15px;
}
