/*
Theme Name: Broker Child
Theme URI: http://broker.commercegurus.com/
Template: broker
Author: CommerceGurus
Author URI: http://www.commercegurus.com
Description: Broker is a superbly designed WordPress theme for small businesses.
Tags: light,white,two-columns,three-columns,right-sidebar,custom-background,custom-menu,featured-images,flexible-header,sticky-post,theme-options,translation-ready
Version: 1.6.1786185926
Updated: 2026-08-08 11:45:26

*/

/* =========================================================================
   WHISKY.AD child theme styles - added 2026-08-08
   ========================================================================= */

/* T2: visual parity for the WooCommerce page title after it is demoted from
   <h1> to <p> on single product pages (see functions.php).
   Mirrors Theme Options > Typography > H1 (Lora 40px/54px, #111) plus the
   parent rule .header-wrapper h1.cg-page-title { margin: 0 }.
   NOTE: if H1 typography is changed in Theme Options, update these values. */
p.cg-page-title--demoted {
	font-family: Lora;
	font-size: 40px;
	font-weight: 400;
	font-style: normal;
	line-height: 54px;
	color: #111;
	margin: 0;
}
.header-wrapper p.cg-page-title--demoted {
	margin: 0;
}
