/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
	--threeh-font: "Inter", Arial, sans-serif;
	--threeh-blue: #274394;
	--threeh-navy: #10234f;
	--threeh-yellow: #ffcb05;
	--threeh-red: #e52b34;
	--threeh-text: #111827;
	--threeh-muted: #64748b;
	--threeh-white: #ffffff;
	--threeh-container: 1440px;
	--threeh-gutter: clamp(20px, 3vw, 48px);
}

html,
body,
.brx-body,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea,
label,
.brxe-text,
.brxe-text-basic,
.brxe-heading,
.brxe-button,
.bricks-nav-menu a,
.woocommerce {
	font-family: var(--threeh-font) !important;
}

/* Reusable Bricks page title: architectural / industrial system. */
.threeh-page-title {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100%;
	padding: clamp(48px, 5.4vw, 76px) var(--threeh-gutter);
	border: 0;
	border-bottom: 4px solid var(--threeh-yellow);
	background: var(--threeh-navy);
	color: var(--threeh-white);
}

.threeh-page-title::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	width: clamp(220px, 31vw, 520px);
	border-left: 1px solid rgba(255, 255, 255, .12);
	background: #17326d;
}

.threeh-page-title::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: clamp(70px, 12vw, 190px);
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .1);
}

.threeh-page-title__inner {
	width: 100%;
	max-width: var(--threeh-container);
	margin-inline: auto;
}

.threeh-page-title__content {
	max-width: 820px;
}

.threeh-page-title__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .76);
}

.threeh-page-title__eyebrow::before {
	content: "";
	width: 30px;
	height: 3px;
	background: var(--threeh-yellow);
}

.threeh-page-title__title {
	margin: 0;
	font-size: clamp(30px, 3.2vw, 48px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.035em;
	color: #fff;
}

.threeh-page-title__subtitle {
	max-width: 720px;
	margin-top: 16px;
	font-size: clamp(13px, 1vw, 15px);
	font-weight: 400;
	line-height: 1.65;
	color: rgba(255, 255, 255, .72);
}

@media (max-width: 767px) {
	.threeh-page-title {
		padding: 40px 20px 44px;
	}

	.threeh-page-title::before {
		width: 28%;
	}

	.threeh-page-title__title {
		font-size: clamp(28px, 8vw, 36px);
	}
}
