/*
Theme Name: Lawyer The7 Child
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Update-safe The7 child theme for the lawyer website. The layout remains The7 Law; the color system is adapted from Betheme Lawyer6.
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

:root {
	--lawyer-accent: #e5875f;
	--lawyer-dark-teal: #113a3f;
	--lawyer-ink: #161922;
	--lawyer-cream: #f7f3ef;
	--lawyer-muted: #849697;
	--lawyer-border: rgba(17, 58, 63, 0.14);
}

body {
	background: #ffffff;
	color: var(--lawyer-muted);
	font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body,
#page {
	background: #ffffff !important;
}

html,
body {
	min-height: 100%;
}

#page {
	display: flex !important;
	flex-direction: column;
	min-height: 100vh;
}

#main {
	flex: 1 0 auto;
}

#footer {
	flex: 0 0 auto;
	margin-top: auto;
}

h1,
h2,
h3,
h4,
.entry-title,
.page-title,
.fancy-title,
.vc_custom_heading,
.aio-icon-title,
.dt-fancy-title {
	color: var(--lawyer-ink);
	font-family: "Newsreader", Georgia, serif;
	font-weight: 500;
	letter-spacing: 0;
}

h5,
h6,
.subtitle-text,
.wf-cell .text-secondary {
	color: var(--lawyer-dark-teal);
	font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0.08em;
}

p,
li,
.entry-meta,
.post-details,
.text-secondary,
.project-list-content {
	color: var(--lawyer-muted);
}

a,
a:hover,
.color-accent,
.accent-gradient .text-primary {
	color: var(--lawyer-accent);
}

::selection {
	background: var(--lawyer-accent);
	color: #ffffff;
}


.lawyer-language-switcher {
	align-items: center;
	display: inline-flex;
	margin-left: 18px;
	position: relative;
	z-index: 30;
}

.lawyer-language-switcher__current {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	line-height: 1;
	min-width: 48px;
	padding: 0 13px;
}

.lawyer-language-switcher__current:hover,
.lawyer-language-switcher.is-open .lawyer-language-switcher__current,
.lawyer-language-switcher:focus-within .lawyer-language-switcher__current {
	background: var(--lawyer-accent);
	border-color: var(--lawyer-accent);
	color: #ffffff;
}

.lawyer-language-switcher__list {
	background: #ffffff;
	border: 1px solid var(--lawyer-border);
	box-shadow: 0 14px 32px rgba(17, 58, 63, 0.16);
	left: 50%;
	list-style: none;
	margin: 0;
	min-width: 145px;
	opacity: 0;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 10px);
	transform: translate(-50%, 8px);
	transition: opacity 0.16s ease, transform 0.16s ease;
}

.lawyer-language-switcher:hover .lawyer-language-switcher__list,
.lawyer-language-switcher:focus-within .lawyer-language-switcher__list,
.lawyer-language-switcher.is-open .lawyer-language-switcher__list {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.lawyer-language-switcher__list a {
	color: var(--lawyer-dark-teal);
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 11px;
	text-decoration: none;
}

.lawyer-language-switcher__list li.is-active a,
.lawyer-language-switcher__list a:hover {
	background: var(--lawyer-cream);
	color: var(--lawyer-accent);
}

.dt-btn,
.btn,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.vc_btn3,
.wp-block-button__link,
.wpcf7-submit {
	background: var(--lawyer-accent);
	border-color: var(--lawyer-accent);
	border-radius: 999px;
	color: #ffffff;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}

.dt-btn:hover,
.btn:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.vc_btn3:hover,
.wp-block-button__link:hover,
.wpcf7-submit:hover {
	background: transparent;
	border-color: var(--lawyer-accent);
	color: var(--lawyer-accent);
}

.dt-btn.btn-outline,
.vc_btn3.vc_btn3-style-outline,
.outline-element-decoration .dt-btn {
	background: transparent;
	border-color: var(--lawyer-accent);
	color: var(--lawyer-accent);
}

.dt-btn.btn-outline:hover,
.vc_btn3.vc_btn3-style-outline:hover,
.outline-element-decoration .dt-btn:hover {
	background: var(--lawyer-accent);
	color: #ffffff;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
	background: #ffffff;
	border-color: var(--lawyer-border);
	color: var(--lawyer-dark-teal);
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
	border-color: var(--lawyer-accent);
	box-shadow: 0 0 0 3px rgba(229, 135, 95, 0.18);
	outline: none;
}

.vc_row,
.wpb_row,
.standard-arrow.list-divider li,
.content-bg-on .blog-content,
.post.bg-on,
.team-container,
.benefits-grid-ico,
.shortcode-single-image-wrap,
.wpb_content_element {
	border-color: var(--lawyer-border);
}

.lawyer-cream-section,
.vc_row[data-vc-full-width].lawyer-cream-section,
.bg-under-widget .sidebar-content .widget,
.content-bg-on .post-entry-content {
	background-color: var(--lawyer-cream);
}

.accent-bg,
.dt-icon-bg-on.accent-bg,
.dt-css-grid .wf-cell:hover .post-thumbnail-rollover:after {
	background-color: var(--lawyer-accent);
}

.footer,
#footer,
.footer .wf-container-footer,
.footer-overlap .footer {
	background-color: var(--lawyer-dark-teal);
	color: rgba(255, 255, 255, 0.72);
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer a,
#footer a {
	color: #ffffff;
}

.footer a:hover,
#footer a:hover {
	color: var(--lawyer-accent);
}

#bottom-bar .wf-container-bottom {
	align-items: center;
	justify-content: center;
	min-height: 60px;
}

#bottom-bar .wf-float-left {
	color: rgba(255, 255, 255, 0.62);
	float: none;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

#bottom-bar .wf-float-left a {
	color: #ffffff;
}

.lawyer-page {
	background: #ffffff;
}

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

body.page .page-title,
body.page #sidebar {
	display: none !important;
}

body.page #main {
	background: #ffffff;
	min-height: 0;
	padding-top: 0;
}

body.home #main {
	min-height: 0;
}

body.page #main.sidebar-right .wf-container-main,
body.page #main.sidebar-left .wf-container-main {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	width: 100%;
}

body.page #content.content {
	box-sizing: border-box;
	float: none;
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 24px;
	width: 100%;
}

.lawyer-hero {
	align-items: center;
	background: linear-gradient(135deg, var(--lawyer-cream) 0%, #ffffff 62%);
	border-bottom: 1px solid var(--lawyer-border);
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	margin: 0 0 72px;
	overflow: hidden;
	padding: 56px clamp(24px, 5vw, 64px);
	width: 100%;
}

.lawyer-hero > *,
.lawyer-stat-panel,
.lawyer-card,
.lawyer-contact-box {
	min-width: 0;
}

.lawyer-kicker {
	color: var(--lawyer-accent);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.lawyer-hero h1 {
	font-size: clamp(40px, 4.9vw, 68px);
	line-height: 1.02;
	margin: 0 0 24px;
	max-width: 780px;
}

.lawyer-lead {
	color: var(--lawyer-muted);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.55;
	margin: 0 0 32px;
	max-width: 700px;
}

.lawyer-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.lawyer-stat-panel {
	background: var(--lawyer-dark-teal);
	color: rgba(255, 255, 255, 0.74);
	padding: clamp(28px, 4vw, 48px);
}

.lawyer-stat-panel strong {
	color: #ffffff;
	display: block;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(40px, 6vw, 72px);
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}

.lawyer-section {
	margin: 72px auto;
	max-width: 1180px;
}

.lawyer-section h2 {
	font-size: clamp(34px, 4.6vw, 56px);
	line-height: 1.05;
	margin-bottom: 20px;
}

.lawyer-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lawyer-card {
	background: #ffffff;
	border: 1px solid var(--lawyer-border);
	padding: 30px;
}

.lawyer-card h3 {
	font-size: 30px;
	line-height: 1.1;
	margin: 0 0 14px;
}

.lawyer-card p {
	margin: 0;
}

.lawyer-band {
	background: var(--lawyer-dark-teal);
	color: rgba(255, 255, 255, 0.74);
	margin: 72px calc(50% - 50vw);
	padding: 72px max(32px, calc((100vw - 1180px) / 2));
}

.lawyer-band h2,
.lawyer-band h3 {
	color: #ffffff;
}

.lawyer-band a:not(.dt-btn):not(.button) {
	color: var(--lawyer-accent);
}

.lawyer-practice-list {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 30px;
}

.lawyer-practice-list a {
	background: var(--lawyer-cream);
	color: var(--lawyer-dark-teal);
	display: block;
	font-family: "Newsreader", Georgia, serif;
	font-size: 28px;
	padding: 24px 28px;
	text-decoration: none;
}

.lawyer-practice-list a:hover {
	background: var(--lawyer-accent);
	color: #ffffff;
}

.lawyer-contact-box {
	background: var(--lawyer-cream);
	border: 1px solid var(--lawyer-border);
	padding: clamp(28px, 5vw, 56px);
}

@media (max-width: 900px) {
	#page,
	#main,
	.wf-wrap,
	.wf-container,
	.wf-container-main,
	body.page #content.content {
		box-sizing: border-box !important;
		max-width: 100vw !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.lawyer-hero,
	.lawyer-grid,
	.lawyer-practice-list {
		grid-template-columns: 1fr;
	}

	.lawyer-hero {
		margin-left: 0;
		margin-right: 0;
		margin-top: -20px;
		max-width: 100%;
		padding-bottom: 64px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 64px;
		width: 100%;
	}

	body.page #content.content {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.lawyer-stat-panel {
		max-width: 100%;
		padding: 28px;
		width: 100%;
	}

	.lawyer-hero h1 {
		font-size: 34px;
		line-height: 1.12;
		max-width: 280px;
		white-space: normal !important;
	}

	.lawyer-lead,
	.lawyer-stat-panel {
		max-width: 280px;
		overflow-wrap: anywhere;
		white-space: normal !important;
	}
}

.masthead:not(.side-header) .branding {
	align-items: center;
	display: flex !important;
	flex: 0 0 auto;
	margin-right: 30px;
	min-height: 36px;
	min-width: 185px;
}

.masthead:not(.side-header) .branding > a {
	display: none !important;
}

.masthead:not(.side-header) .branding::before {
	background: url("/wp-content/themes/dt-the7-child/assets/demo/l-top.png") center / contain no-repeat;
	content: "";
	display: block;
	height: 36px;
	width: 185px;
}

.masthead:not(.side-header) .header-bar::after {
	border-left: 1px solid var(--lawyer-border);
	color: var(--lawyer-muted);
	content: "234-9876-5400\A Free Consultations 24/7";
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	margin-left: 24px;
	padding-left: 24px;
	white-space: pre;
}

body.home #main .wf-wrap,
body.home #main .wf-container-main,
body.home #content.content {
	box-sizing: border-box;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.home #content.content {
	margin: 0;
}

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

.law-demo-page {
	background: #ffffff;
	color: var(--lawyer-muted);
	overflow: hidden;
	width: 100%;
}

.law-demo-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 28px;
	width: 100%;
}

.law-demo-hero {
	align-items: center;
	background-image:
		linear-gradient(0deg, rgba(17, 58, 63, 0.78), rgba(22, 25, 34, 0.62)),
		url("/wp-content/themes/dt-the7-child/assets/demo/bg-law-section-15.jpg");
	background-position: center;
	background-size: cover;
	color: #ffffff;
	display: flex;
	justify-content: center;
	min-height: 690px;
	position: relative;
	text-align: center;
}

.law-demo-hero__content {
	max-width: 100%;
	padding: 86px 28px;
	position: relative;
	z-index: 1;
}

.law-demo-hero__mark {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 30px;
}

.law-demo-hero__mark span {
	color: #ffffff;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}

.law-demo-hero__mark img {
	background: var(--lawyer-accent);
	border-radius: 50%;
	height: 90px;
	padding: 17px;
	width: 90px;
}

.law-demo-hero h1 {
	color: #ffffff;
	font-family: "Newsreader", Georgia, serif;
	font-size: 112px;
	font-weight: 700;
	line-height: 0.95;
	margin: 0 0 22px;
}

.law-demo-hero p {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 auto;
	max-width: 760px;
}

.law-demo-callbar {
	align-items: center;
	border: 3px solid var(--lawyer-accent);
	display: inline-flex;
	gap: 26px;
	margin-top: 48px;
	min-height: 70px;
	padding: 14px 32px;
}

.law-demo-callbar span {
	color: var(--lawyer-accent);
	font-size: 24px;
	font-weight: 800;
}

.law-demo-callbar strong {
	color: #ffffff;
	font-family: "Newsreader", Georgia, serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.law-demo-section {
	background: #ffffff;
	padding: 70px 0;
	scroll-margin-top: 92px;
}

.law-demo-section--center {
	text-align: center;
}

.law-demo-section--cream,
.law-demo-band {
	background: var(--lawyer-cream);
}

.law-demo-section h2,
.law-demo-band h2,
.law-demo-contact h2,
.law-demo-map h2 {
	color: var(--lawyer-ink);
	font-size: 38px;
	font-weight: 700;
	line-height: 1.16;
	margin: 0 0 15px;
}

.law-demo-section h3,
.law-demo-band h3 {
	color: var(--lawyer-ink);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.22;
	margin: 0 0 12px;
}

.law-demo-rule {
	background: var(--lawyer-accent);
	height: 3px;
	margin: 0 auto 42px;
	width: 150px;
}

.law-demo-rule--left {
	margin-left: 0;
}

.law-demo-lead {
	color: var(--lawyer-muted);
	font-family: "Newsreader", Georgia, serif;
	font-size: 21px;
	font-style: italic;
	line-height: 1.7;
	margin: 0 auto 42px;
	max-width: 820px;
}

.law-demo-feature-grid,
.law-demo-service-grid,
.law-demo-team-grid,
.law-demo-testimonials,
.law-demo-philosophy__grid,
.law-demo-practice-grid {
	display: grid;
	gap: 30px;
}

.law-demo-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.law-demo-feature {
	background: var(--lawyer-cream);
	padding: 34px 30px 38px;
	text-align: center;
}

.law-demo-feature__icon,
.law-demo-process-list span {
	align-items: center;
	background: var(--lawyer-dark-teal);
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 800;
	height: 54px;
	justify-content: center;
	margin-bottom: 20px;
	width: 54px;
}

.law-demo-feature p,
.law-demo-philosophy p,
.law-demo-service-grid p,
.law-demo-team-grid p,
.law-demo-contact-list p,
.law-demo-process p {
	color: var(--lawyer-muted);
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
}

.law-demo-feature a,
.law-demo-team-grid a {
	color: var(--lawyer-accent);
	display: inline-block;
	font-weight: 700;
	margin-top: 22px;
	text-decoration: none;
}

.law-demo-band {
	padding: 70px 0;
}

.law-demo-split,
.law-demo-philosophy,
.law-demo-spotlight-grid,
.law-demo-process,
.law-demo-contact {
	align-items: stretch;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.law-demo-panel {
	background: #ffffff;
	padding: 52px;
}

.law-demo-panel p {
	font-size: 16px;
	line-height: 1.85;
	margin: 0 0 18px;
}

.law-demo-consult {
	align-items: flex-start;
	background:
		linear-gradient(0deg, rgba(17, 58, 63, 0.82), rgba(17, 58, 63, 0.82)),
		url("/wp-content/themes/dt-the7-child/assets/demo/bg-law-section-06.jpg") center / cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 52px;
}

.law-demo-consult h3,
.law-demo-consult strong {
	color: #ffffff;
}

.law-demo-consult strong {
	display: block;
	font-family: "Newsreader", Georgia, serif;
	font-size: 44px;
	line-height: 1;
	margin: 8px 0 26px;
}

.law-demo-philosophy__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.law-demo-philosophy__grid article {
	border-left: 3px solid var(--lawyer-accent);
	padding: 0 0 0 22px;
}

.law-demo-practice-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 36px;
}

.law-demo-practice-grid a {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--lawyer-border);
	color: var(--lawyer-dark-teal);
	display: flex;
	font-family: "Newsreader", Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	justify-content: center;
	min-height: 120px;
	padding: 24px;
	text-decoration: none;
}

.law-demo-practice-grid a:hover {
	background: var(--lawyer-accent);
	border-color: var(--lawyer-accent);
	color: #ffffff;
}

.law-demo-service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: left;
}

.law-demo-service-grid article {
	background: #ffffff;
	border: 1px solid var(--lawyer-border);
	overflow: hidden;
}

.law-demo-service-grid img {
	aspect-ratio: 1 / 1;
	display: block;
	object-fit: cover;
	width: 100%;
}

.law-demo-service-grid h3,
.law-demo-service-grid p {
	padding-left: 26px;
	padding-right: 26px;
}

.law-demo-service-grid h3 {
	margin-top: 24px;
}

.law-demo-service-grid p {
	margin-bottom: 28px;
}

.law-demo-attorney-spotlight {
	background:
		linear-gradient(0deg, rgba(22, 25, 34, 0.76), rgba(17, 58, 63, 0.78)),
		url("/wp-content/themes/dt-the7-child/assets/demo/bg-law-section-04.jpg") center / cover;
	color: #ffffff;
	padding: 80px 0;
}

.law-demo-spotlight-grid {
	align-items: center;
}

.law-demo-spotlight-copy h2,
.law-demo-spotlight-copy p,
.law-demo-attorney-spotlight .law-demo-position {
	color: #ffffff;
}

.law-demo-spotlight-copy p:not(.law-demo-position) {
	font-size: 18px;
	line-height: 1.8;
	max-width: 620px;
}

.law-demo-spotlight-grid img {
	border-radius: 50%;
	display: block;
	margin-left: auto;
	max-width: 360px;
	width: 100%;
}

.law-demo-position {
	color: var(--lawyer-accent);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.law-demo-testimonials {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.law-demo-testimonials article {
	align-items: center;
	background: #ffffff;
	display: grid;
	gap: 0 24px;
	grid-template-columns: 100px minmax(0, 1fr);
	padding: 34px;
}

.law-demo-testimonials img {
	border-radius: 50%;
	grid-row: span 3;
	width: 100px;
}

.law-demo-testimonials h3,
.law-demo-testimonials p {
	margin: 0 0 8px;
}

.law-demo-team-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	text-align: center;
}

.law-demo-team-grid article {
	background: var(--lawyer-cream);
	padding: 30px 24px 34px;
}

.law-demo-team-grid img {
	border-radius: 50%;
	display: block;
	margin: 0 auto 22px;
	width: min(220px, 100%);
}

.law-demo-process-list {
	display: grid;
	gap: 22px;
}

.law-demo-process-list article {
	display: grid;
	gap: 0 18px;
	grid-template-columns: 54px minmax(0, 1fr);
}

.law-demo-process-list span {
	grid-row: span 2;
	margin: 0;
}

.law-demo-process-card {
	background: #ffffff;
	border: 1px solid var(--lawyer-border);
	padding: 42px;
}

.law-demo-process-card ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.law-demo-process-card li {
	border-bottom: 1px solid var(--lawyer-border);
	padding: 18px 0;
}

.law-demo-process-card li:last-child {
	border-bottom: 0;
}

.law-demo-process-card strong,
.law-demo-process-card span {
	display: block;
}

.law-demo-process-card strong {
	color: var(--lawyer-ink);
	font-family: "Newsreader", Georgia, serif;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 6px;
}

.law-demo-offers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.law-demo-offers a {
	align-items: center;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 235px;
	padding: 34px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.law-demo-offers a::before {
	background: rgba(17, 58, 63, 0.62);
	content: "";
	inset: 0;
	position: absolute;
	transition: background 0.18s ease;
}

.law-demo-offers a:hover::before {
	background: rgba(229, 135, 95, 0.74);
}

.law-demo-offers span,
.law-demo-offers small {
	position: relative;
	z-index: 1;
}

.law-demo-offers span {
	color: #ffffff;
	font-family: "Newsreader", Georgia, serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.25;
}

.law-demo-offers small {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
	margin-top: 14px;
}

.law-demo-contact {
	align-items: start;
}

.law-demo-contact-list {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.law-demo-contact-list article {
	border-left: 3px solid var(--lawyer-accent);
	padding-left: 18px;
}

.law-demo-contact-list h3 {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}

.law-demo-form {
	background: var(--lawyer-cream);
	padding: 44px;
}

.law-demo-form .wpcf7-form p {
	margin: 0 0 14px;
}

.law-demo-form label {
	display: block;
	margin-bottom: 14px;
}

.law-demo-form input:not([type="submit"]),
.law-demo-form textarea {
	border: 0;
	min-height: 48px;
	width: 100%;
}

.law-demo-form textarea {
	min-height: 128px;
}

.law-demo-form .wpcf7-submit {
	margin-top: 4px;
	width: auto;
}

.law-demo-map {
	align-items: center;
	background:
		linear-gradient(0deg, rgba(17, 58, 63, 0.88), rgba(17, 58, 63, 0.88)),
		url("/wp-content/themes/dt-the7-child/assets/demo/bg-law-section-06.jpg") center / cover;
	display: flex;
	min-height: 520px;
	padding: 72px 0;
	text-align: center;
}

.law-demo-map h2,
.law-demo-map p {
	color: #ffffff;
}

.law-demo-map p {
	margin: 0;
}

body.blog,
body.single-post {
	background: #ffffff;
}

body.blog #main,
body.single-post #main {
	background: #ffffff;
	padding-top: 0 !important;
}

body.blog #main .wf-wrap,
body.blog #main .wf-container-main,
body.blog #content.content,
body.single-post #main .wf-wrap,
body.single-post #main .wf-container-main,
body.single-post #content.content {
	box-sizing: border-box;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.blog #content.content,
body.single-post #content.content {
	margin: 0;
}

body.blog #main.sidebar-right .wf-container-main,
body.blog #main.sidebar-left .wf-container-main,
body.single-post #main.sidebar-right .wf-container-main,
body.single-post #main.sidebar-left .wf-container-main,
body.archive #main.sidebar-right .wf-container-main,
body.archive #main.sidebar-left .wf-container-main,
body.author #main.sidebar-right .wf-container-main,
body.author #main.sidebar-left .wf-container-main,
body.date #main.sidebar-right .wf-container-main,
body.date #main.sidebar-left .wf-container-main,
body.error404 #main.sidebar-right .wf-container-main,
body.error404 #main.sidebar-left .wf-container-main {
	display: block !important;
	grid-column-gap: 0 !important;
	grid-template-areas: "content" !important;
	grid-template-columns: 1fr !important;
}

body.blog #main.sidebar-right #content.content,
body.blog #main.sidebar-left #content.content,
body.single-post #main.sidebar-right #content.content,
body.single-post #main.sidebar-left #content.content,
body.archive #main.sidebar-right #content.content,
body.archive #main.sidebar-left #content.content,
body.author #main.sidebar-right #content.content,
body.author #main.sidebar-left #content.content,
body.date #main.sidebar-right #content.content,
body.date #main.sidebar-left #content.content,
body.error404 #main.sidebar-right #content.content,
body.error404 #main.sidebar-left #content.content {
	float: none !important;
	grid-area: content !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.archive #main,
body.author #main,
body.date #main,
body.archive #main .wf-wrap,
body.archive #main .wf-container-main,
body.archive #content.content {
	box-sizing: border-box;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.author #main .wf-wrap,
body.author #main .wf-container-main,
body.author #content.content,
body.date #main .wf-wrap,
body.date #main .wf-container-main,
body.date #content.content {
	box-sizing: border-box;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.archive #content.content,
body.blog #content.content,
body.single-post #content.content,
body.author #content.content,
body.date #content.content,
body.error404 #content.content,
body.archive #main {
	margin: 0;
}

body.page .law-blog-content,
body.blog .law-blog-content,
body.single-post .law-blog-content,
body.archive .law-blog-content,
body.author .law-blog-content,
body.date .law-blog-content,
body.error404 .law-404-content {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.law-blog-content,
.law-blog-content *,
.law-blog-content *::before,
.law-blog-content *::after,
.law-post-content,
.law-post-content *,
.law-post-content *::before,
.law-post-content *::after {
	box-sizing: border-box;
}

.law-blog-content,
.law-post-content,
.law-404-content,
.law-blog-content .wf-wrap,
.law-blog-content .wf-container-main,
.law-post-content .wf-wrap,
.law-post-content .wf-container-main,
.law-404-content .wf-wrap,
.law-404-content .wf-container-main {
	max-width: 100% !important;
	width: 100% !important;
}

.law-blog-content {
	margin: 0;
	padding: 0;
}

.law-blog-content #main,
.law-404-content #main,
.law-post-content #main,
.law-post-content #content.content,
.law-blog-content #content.content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.law-404-content {
	background: #ffffff;
}

.law-404-hero {
	background:
		linear-gradient(0deg, rgba(17, 58, 63, 0.9), rgba(22, 25, 34, 0.8)),
		url("/wp-content/themes/dt-the7-child/assets/demo/bg-law-section-04.jpg") center / cover;
	padding: 120px 0 88px;
	text-align: center;
}

.law-404-hero h1 {
	color: #ffffff;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 22px;
}

.law-404-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 19px;
	line-height: 1.6;
	margin: 0 auto 24px;
	max-width: 620px;
}

.law-404-actions {
	display: inline-flex;
	gap: 14px;
}

.law-404-btn {
	border: 1px solid rgba(255, 255, 255, 0.74);
	color: #ffffff;
	display: inline-block;
	padding: 12px 24px;
	text-decoration: none;
	transition: all 120ms ease;
}

.law-404-btn--primary {
	background: #ffffff;
	color: var(--lawyer-dark-teal);
}

.law-404-btn:hover,
.law-404-btn:focus-visible {
	background: rgba(255, 255, 255, 0.14);
}

.law-404-btn--primary:hover,
.law-404-btn--primary:focus-visible {
	background: #f4f7f9;
}

body.blog .page-title,
body.single-post .page-title,
body.archive .page-title,
body.author .page-title,
body.date .page-title,
body.error404 .page-title,
body.blog #sidebar,
body.single-post #sidebar,
body.archive #sidebar,
body.author #sidebar,
body.date #sidebar,
body.error404 #sidebar {
	display: none !important;
}

body.archive .law-blog-content #sidebar {
	display: none !important;
}

body.author .law-blog-content #sidebar,
body.date .law-blog-content #sidebar {
	display: none !important;
}

.law-demo-blog-cta {
	margin-top: 34px;
}

.law-blog-hero {
	background:
		linear-gradient(0deg, rgba(17, 58, 63, 0.88), rgba(22, 25, 34, 0.72)),
		url("/wp-content/themes/dt-the7-child/assets/demo/bg-law-section-04.jpg") center / cover;
	padding: 130px 0 92px;
	text-align: center;
}

.law-blog-hero h1 {
	color: #ffffff;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px;
}

.law-blog-hero p:not(.law-demo-position) {
	color: rgba(255, 255, 255, 0.78);
	font-size: 19px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 620px;
}

.law-blog-list-section {
	background: #ffffff;
	padding: 78px 0;
}

.law-latest-posts,
.law-blog-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: left;
}

.law-blog-card {
	background: #ffffff;
	border: 1px solid var(--lawyer-border);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.law-demo-section--cream .law-blog-card {
	border-color: rgba(17, 58, 63, 0.12);
}

.law-blog-card__media {
	align-items: center;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(0deg, rgba(17, 58, 63, 0.84), rgba(17, 58, 63, 0.84)),
		url("/wp-content/themes/dt-the7-child/assets/demo/bg-law-section-06.jpg") center / cover;
	color: #ffffff;
	display: flex;
	font-family: "Newsreader", Georgia, serif;
	font-size: 24px;
	font-weight: 700;
	justify-content: center;
	text-decoration: none;
}

.law-blog-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.law-blog-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 28px 28px 30px;
}

.law-blog-card__meta {
	color: var(--lawyer-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.law-blog-card h3 {
	font-size: 25px;
	line-height: 1.2;
	margin: 0 0 14px;
}

.law-blog-card h3 a {
	color: var(--lawyer-ink);
	text-decoration: none;
}

.law-blog-card h3 a:hover {
	color: var(--lawyer-accent);
}

.law-blog-card__content > p:not(.law-blog-card__meta) {
	color: var(--lawyer-muted);
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 22px;
}

.law-blog-card__read {
	color: var(--lawyer-accent);
	display: inline-block;
	font-weight: 800;
	margin-top: auto;
	text-decoration: none;
}

.law-blog-pagination {
	margin-top: 46px;
	text-align: center;
}

.law-blog-pagination .page-numbers {
	border: 1px solid var(--lawyer-border);
	color: var(--lawyer-dark-teal);
	display: inline-flex;
	margin: 0 4px;
	min-width: 42px;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
}

.law-blog-pagination .page-numbers.current,
.law-blog-pagination .page-numbers:hover {
	background: var(--lawyer-accent);
	border-color: var(--lawyer-accent);
	color: #ffffff;
}

.law-blog-empty {
	background: var(--lawyer-cream);
	padding: 38px;
	text-align: center;
}

.law-blog-empty h2,
.law-blog-empty p {
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
}

.law-post-hero {
	background:
		linear-gradient(0deg, rgba(17, 58, 63, 0.88), rgba(22, 25, 34, 0.72)),
		url("/wp-content/themes/dt-the7-child/assets/demo/bg-law-section-04.jpg") center / cover;
	padding: 96px 0 82px;
	text-align: center;
}

.law-post-hero h1 {
	color: #ffffff;
	font-size: clamp(44px, 6vw, 68px);
	font-weight: 700;
	line-height: 1.04;
	margin: 0 auto 18px;
	max-width: 920px;
}

.law-post-date {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.law-post-body-section {
	background: #ffffff;
	padding: 68px 0 78px;
}

.law-post-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 820px;
	padding: 0 28px;
	width: 100%;
}

.law-post-entry {
	color: var(--lawyer-muted);
	font-size: 19px;
	line-height: 1.75;
}

.law-post-entry p {
	color: var(--lawyer-muted);
	margin: 0 0 24px;
}

.law-post-entry h2,
.law-post-entry h3,
.law-post-entry h4 {
	margin: 42px 0 16px;
}

.law-post-footer-nav {
	align-items: center;
	border-top: 1px solid var(--lawyer-border);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 54px;
	padding-top: 26px;
}

.law-post-back,
.law-post-neighbors a {
	color: var(--lawyer-accent);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.law-post-neighbors {
	display: flex;
	gap: 18px;
}

.law-post-back:hover,
.law-post-neighbors a:hover {
	color: var(--lawyer-dark-teal);
}

.masthead,
.masthead .header-bar,
.top-bar,
.dt-mobile-header {
	background-color: var(--lawyer-dark-teal) !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
}

.main-nav > li > a,
.main-nav > li > a .menu-text,
.mobile-main-nav li > a,
.dt-mobile-menu-icon,
.branding a {
	color: #ffffff !important;
}

.main-nav > li.act > a,
.main-nav > li.act > a .menu-text,
.main-nav > li > a:hover,
.main-nav > li > a:hover .menu-text,
.mobile-main-nav li > a:hover {
	color: var(--lawyer-accent) !important;
}

.masthead:not(.side-header) .navigation {
	flex: 1 1 auto;
}

.masthead:not(.side-header) .navigation .lawyer-language-switcher {
	flex: 0 0 auto;
}

.masthead:not(.side-header) .header-bar::after {
	border-color: rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.72);
	margin-left: auto;
}

@media (max-width: 1180px) {
	.masthead:not(.side-header) .header-bar::after {
		display: none;
	}

	.lawyer-language-switcher {
		margin-left: 12px;
	}

	.law-demo-team-grid,
	.law-demo-offers,
	.law-latest-posts,
	.law-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.law-demo-hero {
		min-height: 620px;
	}

	.law-demo-hero h1 {
		font-size: 76px;
	}

	.law-demo-feature-grid,
	.law-demo-service-grid,
	.law-demo-practice-grid,
	.law-demo-split,
	.law-demo-philosophy,
	.law-demo-spotlight-grid,
	.law-demo-process,
	.law-demo-contact {
		grid-template-columns: 1fr;
	}

	.law-demo-spotlight-grid img {
		margin: 0 auto;
	}
}

@media (max-width: 760px) {
	html,
	body,
	#page,
	#main,
	.law-demo-page,
	.law-demo-section {
		overflow-x: hidden;
	}

	.masthead:not(.side-header) .branding {
		margin-right: 0;
		min-width: 150px;
	}

	.masthead:not(.side-header) .branding::before {
		height: 29px;
		width: 150px;
	}

	.lawyer-language-switcher {
		margin: 18px 0 0;
	}

	.lawyer-language-switcher__list {
		left: 0;
		transform: translate(0, 8px);
	}

	.lawyer-language-switcher:hover .lawyer-language-switcher__list,
	.lawyer-language-switcher:focus-within .lawyer-language-switcher__list,
	.lawyer-language-switcher.is-open .lawyer-language-switcher__list {
		transform: translate(0, 0);
	}

	.law-demo-container {
		padding: 0 22px;
	}

	.masthead.masthead-mobile-header,
	.masthead .mobile-header-bar {
		height: 72px !important;
		min-height: 72px !important;
	}

	.masthead .mobile-header-bar {
		justify-content: flex-start !important;
		padding: 0 22px !important;
	}

	.masthead .mobile-header-bar .dt-mobile-menu-icon:not(.floating-btn) {
		flex: 0 0 42px;
		margin: 0 auto 0 0 !important;
		order: -10;
	}

	.masthead .mobile-header-bar .dt-mobile-menu-icon::before,
	.masthead .mobile-header-bar .dt-mobile-menu-icon::after,
	.dt-mobile-menu-icon.floating-btn::before,
	.dt-mobile-menu-icon.floating-btn::after {
		background: transparent !important;
		box-shadow: none !important;
	}

	.masthead .mobile-header-bar .dt-mobile-menu-icon:hover::before,
	.masthead .mobile-header-bar .dt-mobile-menu-icon:hover::after,
	.dt-mobile-menu-icon.floating-btn:hover::before,
	.dt-mobile-menu-icon.floating-btn:hover::after {
		background: rgba(255, 255, 255, 0.1) !important;
	}

	.dt-mobile-menu-icon.floating-btn {
		left: 22px !important;
		right: auto !important;
	}

	.dt-close-mobile-menu-icon {
		background: transparent !important;
		border: 1px solid rgba(255, 255, 255, 0.35) !important;
		left: 30px !important;
		right: auto !important;
	}

	.dt-close-mobile-menu-icon::before,
	.dt-close-mobile-menu-icon::after {
		background: transparent !important;
		box-shadow: none !important;
	}

	.dt-close-mobile-menu-icon:hover {
		background: rgba(255, 255, 255, 0.1) !important;
		border-color: rgba(255, 255, 255, 0.55) !important;
	}

	.dt-close-mobile-menu-icon:hover::before,
	.dt-close-mobile-menu-icon:hover::after {
		background: rgba(255, 255, 255, 0.1) !important;
	}

	.mobile-branding {
		flex: 0 0 152px;
		height: 72px !important;
		justify-content: flex-end;
		margin-left: auto !important;
		order: 10;
		width: 152px !important;
	}

	.mobile-branding::before {
		background: url("/wp-content/themes/dt-the7-child/assets/demo/l-top.png") center / contain no-repeat;
		content: "";
		display: block;
		height: 30px;
		width: 152px;
	}

	body.blog #main,
	body.single-post #main {
		padding-top: 0 !important;
	}

	body.page #main {
		min-height: 0;
	}

	body.home #main {
		min-height: 0;
	}

	.law-demo-hero {
		min-height: 560px;
	}

	.law-demo-hero__content {
		padding: 70px 22px;
	}

	.law-demo-hero__mark {
		gap: 13px;
	}

	.law-demo-hero__mark span {
		font-size: 16px;
	}

	.law-demo-hero__mark img {
		height: 70px;
		padding: 14px;
		width: 70px;
	}

	.law-demo-hero h1 {
		font-size: 38px;
		max-width: 100%;
		overflow-wrap: normal;
		white-space: normal;
	}

	.law-demo-hero p {
		font-size: 15px;
		max-width: 240px;
	}

	.law-demo-callbar {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin-left: auto;
		margin-right: auto;
		max-width: 280px;
		padding: 16px 22px;
		width: 100%;
	}

	.law-demo-callbar span {
		font-size: 16px;
	}

	.law-demo-callbar strong {
		font-size: 24px;
	}

	.law-demo-section {
		padding: 54px 0;
	}

	.law-demo-section h2,
	.law-demo-band h2,
	.law-demo-contact h2,
	.law-demo-map h2 {
		font-size: 24px;
		line-height: 1.22;
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
		overflow-wrap: anywhere;
	}

	.law-demo-panel,
	.law-demo-consult,
	.law-demo-process-card,
	.law-demo-form {
		padding: 30px 24px;
	}

	.law-demo-consult strong {
		font-size: 34px;
	}

	.law-demo-philosophy__grid,
	.law-demo-contact-list,
	.law-demo-testimonials,
	.law-demo-team-grid,
	.law-demo-offers,
	.law-latest-posts,
	.law-blog-grid {
		grid-template-columns: 1fr;
	}

	.law-blog-hero {
		padding: 68px 0 54px;
	}

	.law-blog-hero h1 {
		font-size: 44px;
		line-height: 1.02;
		margin-bottom: 16px;
	}

	.law-blog-hero p:not(.law-demo-position) {
		font-size: 16px;
		line-height: 1.55;
		max-width: 310px;
	}

	.law-blog-list-section {
		padding: 44px 0 58px;
	}

	.law-blog-grid {
		gap: 28px;
		width: 100%;
	}

	.law-blog-card {
		width: 100%;
	}

	.law-blog-card__media {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}

	.law-blog-card__content {
		padding: 24px 26px 28px;
	}

	.law-blog-card h3 {
		font-size: 24px;
		line-height: 1.18;
	}

	.law-post-hero {
		padding: 58px 0 52px;
	}

	.law-post-hero h1 {
		font-size: 36px;
		max-width: 330px;
	}

	.law-post-body-section {
		padding: 42px 0 54px;
	}

	.law-post-container {
		padding: 0 22px;
	}

	.law-post-entry {
		font-size: 17px;
		line-height: 1.72;
	}

	.law-post-footer-nav {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		margin-top: 40px;
	}

	.law-demo-testimonials article,
	.law-demo-process-list article {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.law-demo-testimonials img,
	.law-demo-process-list span {
		margin: 0 auto 16px;
	}
}
