/*
Theme Name: Studio2 / Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Studio2 Design + Digital
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


@import url('https://fonts.googleapis.com/css2?family=Monoton&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Special+Elite&display=swap');

/* Dev keynote overhaul */
body.page-id-15,
body.page-id-5271 {
	background: #050505 !important;
}

body.page-id-15 .fl-page-content,
body.page-id-5271 .fl-page-content,
body.page-id-15 .fl-content-full,
body.page-id-5271 .fl-content-full,
body.page-id-15 .fl-post,
body.page-id-5271 .fl-post,
body.page-id-15 .fl-post-content,
body.page-id-5271 .fl-post-content {
	background: #050505 !important;
	margin-bottom: 0;
}

body.page-id-15 .fl-post-header,
body.page-id-5271 .fl-post-header {
	display: none;
}

body.page-id-15 #menu-main-nav > li:not(.fl-menu-logo) > a,
body.page-id-5271 #menu-main-nav > li:not(.fl-menu-logo) > a {
	font-size: 16px;
	padding-left: 12px;
	padding-right: 12px;
}

body.page-id-15 #menu-main-nav > li:last-child > a,
body.page-id-5271 #menu-main-nav > li:last-child > a {
	background: #dfa63b;
	border-radius: 999px;
	color: #111 !important;
	line-height: 1;
	margin-top: 13px;
	min-height: 34px;
	padding-bottom: 9px;
	padding-top: 9px;
}

body.page-id-15 .fl-content,
body.page-id-5271 .fl-content,
body.page-id-15 .fl-post-content,
body.page-id-5271 .fl-post-content {
	margin: 0;
	padding: 0;
}

.dth-page {
	--dth-black: #050505;
	--dth-charcoal: #101010;
	--dth-panel: #171717;
	--dth-line: rgba(255, 255, 255, 0.1);
	--dth-text: #f7f1e6;
	--dth-muted: #b6ada0;
	--dth-soft: #7f776c;
	--dth-orange: #e08b52;
	--dth-gold: #dfa63b;
	--dth-green: #7f947f;
	background: #050505;
	color: var(--dth-text);
	font-family: Raleway, Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.dth-page *,
.dth-page *::before,
.dth-page *::after {
	box-sizing: border-box;
}

.dth-page a {
	color: inherit;
	text-decoration: none;
}

.dth-page img {
	display: block;
	height: auto;
	max-width: 100%;
}

.dth-shell {
	margin: 0 auto;
	max-width: 1180px;
	width: calc(100% - 56px);
}

.dth-section {
	border-top: 1px solid var(--dth-line);
	padding: 86px 0;
}

.dth-hero {
	background-color: #050505;
	background-position: center right;
	background-size: cover;
	min-height: 590px;
	padding: 86px 0 76px;
	position: relative;
}

.dth-hero-couple {
	background-image:
		linear-gradient(90deg, rgba(5, 5, 5, 0.97) 0%, rgba(5, 5, 5, 0.88) 48%, rgba(5, 5, 5, 0.32) 100%),
		url('/wp-content/uploads/2019/06/IMG_8388-1024x768.jpg');
}

.dth-hero-stage {
	background-image:
		linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.84) 52%, rgba(5, 5, 5, 0.36) 100%),
		url('/wp-content/uploads/2019/06/IMG_4768-1536x1024.jpg');
}

.dth-hero::after {
	background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 100%);
	bottom: 0;
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	right: 0;
}

.dth-hero .dth-shell {
	position: relative;
	z-index: 1;
}

.dth-hero-copy {
	max-width: 720px;
}

.dth-eyebrow {
	color: var(--dth-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.dth-page h1,
.dth-page h2,
.dth-page h3,
.dth-page p {
	margin-top: 0;
}

.dth-page h1 {
	color: #fffaf0;
	font-size: 64px;
	font-weight: 900;
	line-height: 0.95;
	margin-bottom: 22px;
	max-width: 760px;
}

.dth-page h2 {
	color: #fffaf0;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.05;
	margin-bottom: 18px;
	max-width: 780px;
}

.dth-page h3 {
	color: #fffaf0;
	font-size: 22px;
	font-weight: 850;
	line-height: 1.2;
	margin-bottom: 12px;
}

.dth-page .dth-mark {
	color: var(--dth-gold);
}

.dth-lede {
	color: #ded5c8;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 28px;
	max-width: 680px;
}

.dth-copy {
	color: var(--dth-muted);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0;
	max-width: 720px;
}

.dth-copy.dth-copy-spaced {
	margin-top: 20px;
}

.dth-actions,
.dth-badges,
.dth-chip-list,
.dth-press-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dth-actions.dth-actions-spaced {
	margin-top: 28px;
}

.dth-actions.dth-actions-centered {
	justify-content: center;
	margin-top: 30px;
}

.dth-badges {
	margin: 0 0 30px;
}

.dth-badge,
.dth-chip,
.dth-press-item {
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	color: #f2eadf;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	min-height: 34px;
	padding: 8px 13px;
}

.dth-badge:first-child,
.dth-chip.is-warm {
	background: rgba(224, 139, 82, 0.17);
	border-color: rgba(224, 139, 82, 0.36);
	color: #ffd7b9;
}

.dth-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.dth-button-primary {
	background: var(--dth-gold);
	color: #111;
}

.dth-button-primary:hover,
.dth-button-primary:focus {
	background: #f0b954;
	color: #111;
}

.dth-button-secondary {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.17);
	color: #fff7eb;
}

.dth-button-secondary:hover,
.dth-button-secondary:focus {
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

.dth-trust {
	border-top: 1px solid var(--dth-line);
	padding: 28px 0;
}

.dth-trust .dth-press-list {
	justify-content: center;
}

.dth-press-item {
	background: transparent;
	border-color: transparent;
	color: #8b8379;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dth-press-item.is-featured {
	color: var(--dth-gold);
}

.dth-two-col {
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.dth-two-col.is-centered {
	align-items: center;
}

.dth-card-grid,
.dth-topic-grid,
.dth-takeaway-grid,
.dth-audience-grid,
.dth-stat-grid {
	display: grid;
	gap: 16px;
}

.dth-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dth-topic-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dth-audience-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dth-takeaway-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dth-stat-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dth-card,
.dth-topic,
.dth-takeaway,
.dth-audience,
.dth-stat {
	background: var(--dth-panel);
	border: 1px solid var(--dth-line);
	border-radius: 8px;
	min-width: 0;
}

.dth-card {
	padding: 30px;
}

.dth-card p,
.dth-takeaway p,
.dth-audience p {
	color: var(--dth-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 0;
}

.dth-card-label {
	color: var(--dth-gold);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.dth-topic,
.dth-audience,
.dth-takeaway {
	color: #efe6d9;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.35;
	padding: 16px 18px;
}

.dth-audience {
	background: #141414;
}

.dth-takeaway {
	border-left: 3px solid var(--dth-gold);
	padding: 18px 20px;
}

.dth-stat {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 118px;
	padding: 22px 16px;
	text-align: center;
}

.dth-stat strong {
	color: var(--dth-gold);
	display: block;
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 8px;
}

.dth-stat span {
	color: var(--dth-soft);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dth-photo {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.dth-photo img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

.dth-photo figcaption {
	background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.78));
	bottom: 0;
	color: #f6efe4;
	font-size: 12px;
	font-weight: 800;
	left: 0;
	padding: 48px 20px 18px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.dth-photo-row {
	display: grid;
	gap: 18px;
	grid-template-columns: 1.2fr 0.8fr;
}

.dth-photo-row .dth-photo:nth-child(2) img {
	aspect-ratio: 4 / 5;
}

.dth-list {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.dth-list li {
	color: #d3c8bb;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
	padding-left: 22px;
	position: relative;
}

.dth-list li::before {
	background: var(--dth-gold);
	border-radius: 999px;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 7px;
}

.dth-band {
	background: #0c0c0c;
}

.dth-quote {
	border-left: 4px solid var(--dth-orange);
	color: #fff5e7;
	font-size: 24px;
	font-weight: 850;
	line-height: 1.45;
	margin: 32px 0 0;
	padding-left: 24px;
}

.dth-cta {
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.88)),
		url('/wp-content/uploads/2019/06/IMG_8291-1536x1152.jpg');
	background-position: center;
	background-size: cover;
	text-align: center;
}

.dth-cta .dth-copy,
.dth-cta h2 {
	margin-left: auto;
	margin-right: auto;
}

.dth-contact-line {
	color: var(--dth-gold);
	font-size: 18px;
	font-weight: 900;
	margin: 22px 0 0;
}

@media (max-width: 980px) {
	.dth-page h1 {
		font-size: 54px;
	}

	.dth-page h2 {
		font-size: 36px;
	}

	.dth-two-col,
	.dth-card-grid,
	.dth-photo-row {
		grid-template-columns: 1fr;
	}

	.dth-topic-grid,
	.dth-audience-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.dth-shell {
		width: calc(100% - 34px);
	}

	.dth-section {
		padding: 62px 0;
	}

	.dth-hero {
		background-position: center top;
		min-height: 0;
		padding: 96px 0 56px;
	}

	.dth-hero-couple,
	.dth-hero-stage {
		background-image:
			linear-gradient(180deg, rgba(5, 5, 5, 0.78) 0%, rgba(5, 5, 5, 0.94) 44%, #050505 100%),
			url('/wp-content/uploads/2019/06/IMG_8388-1024x768.jpg');
	}

	.dth-page h1 {
		font-size: 42px;
		line-height: 1.02;
	}

	.dth-page h2 {
		font-size: 31px;
	}

	.dth-lede {
		font-size: 18px;
	}

	.dth-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.dth-button {
		width: 100%;
	}

	.dth-topic-grid,
	.dth-audience-grid,
	.dth-takeaway-grid,
	.dth-stat-grid {
		grid-template-columns: 1fr;
	}

	.dth-card {
		padding: 24px;
	}
}
