/*
	Product Pages (template-product.php)

	Loaded AFTER css/landing.css on the product template — landing.css
	carries all the section styling (lp-hero, lp-numbers, lp-features,
	lp-review, lp-offer, lp-cta, lp-sticky); this file only adds what the
	product template does differently. Standalone on purpose, same as
	landing.css: no Scout recompile needed to edit these pages.

 */

/*
	Sticky mobile CTA interplay — mirror landing.css's rules for this
	template's body class: under 768px the .lp-sticky bar takes over and
	the sitewide .offer-bar hides (style.css already hides the offer bar
	under 1200px on templates with the tap-to-call dock; the product
	template has no dock, so it needs the landing treatment here).
 */
@media only screen and (max-width: 767px) {
	.page-template-template-product .offer-bar {
		display: none;
	}

	.page-template-template-product footer.site {
		padding-bottom: 6em;
	}
}

/*
	The page's original WYSIWYG body copy, rendered below the conversion
	spine under the config's article_title heading.
 */
.product-article {
	max-width: 860px;
	padding-top: 2.5em;
	padding-bottom: 1em;
}

.product-article .product-article-title {
	color: #1c1c1c;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: .75em;
}
