.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--drv-transition: 180ms ease;
--drv-header-height: 78px;
}
html { scroll-behavior: smooth; }
body { overflow-wrap: break-word; text-rendering: optimizeLegibility; }
img { height: auto; }
a { text-underline-offset: .18em; }
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background: #fff;
clip: auto !important;
clip-path: none;
color: #173f35;
display: block;
font-size: 1rem;
font-weight: 700;
height: auto;
left: 1rem;
padding: .8rem 1rem;
top: 1rem;
width: auto;
z-index: 100000;
}
.site-header {
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0 1px 0 rgba(23,63,53,.10);
}
.admin-bar .site-header { top: 32px; }
.site-header .wp-block-site-logo img { border-radius: 12px; }
.site-header .wp-block-navigation-item__content { text-decoration: none; }
.site-header .wp-block-navigation-item__content:hover { color: var(--wp--preset--color--ember); }
.site-header .drv-nav-contact > .wp-block-navigation-item__content {
background: var(--wp--preset--color--ember);
border-radius: 9px;
color: #fff;
padding: .62rem .85rem;
}
.site-header .drv-nav-contact > .wp-block-navigation-item__content:hover { color: #fff; filter: brightness(.95); } .drv-phone-cta {
align-items: center;
border: 2px solid transparent;
border-radius: 9px;
box-sizing: border-box;
display: inline-flex;
font-weight: 800;
gap: .5rem;
justify-content: center;
line-height: 1.2;
min-height: 46px;
padding: .72rem 1rem;
text-decoration: none;
transition: filter var(--drv-transition), transform var(--drv-transition), background-color var(--drv-transition), color var(--drv-transition);
}
.drv-phone-cta:hover { transform: translateY(-1px); }
.drv-phone-cta:focus-visible { outline: 3px solid rgba(231,111,46,.35); outline-offset: 3px; }
.drv-phone-cta--primary { background: var(--wp--preset--color--ember); color: #fff; }
.drv-phone-cta--primary:hover { color: #fff; filter: brightness(.94); }
.drv-phone-cta--outline { background: transparent; border-color: var(--wp--preset--color--ember); color: var(--wp--preset--color--forest); }
.drv-phone-cta--outline:hover { background: var(--wp--preset--color--ember); color: #fff; }
.drv-phone-cta--plain { border-width: 0; color: var(--wp--preset--color--forest); min-height: 0; padding: .2rem 0; }
.drv-phone-cta--plain:hover { color: var(--wp--preset--color--ember); }
.drv-phone-cta__icon { font-size: 1.05em; line-height: 1; }
.site-header .drv-nav-phone > .wp-block-navigation-item__content {
align-items: center;
background: var(--wp--preset--color--ember);
border-radius: 9px;
color: #fff;
display: inline-flex;
font-weight: 800;
min-height: 42px;
padding: .62rem .85rem;
text-decoration: none;
}
.site-header .drv-nav-phone > .wp-block-navigation-item__content::before {
content: "☎";
margin-right: .42rem;
}
.site-header .drv-nav-phone > .wp-block-navigation-item__content:hover { color: #fff; filter: brightness(.95); }
.drv-hero {
isolation: isolate;
overflow: hidden;
position: relative;
}
.drv-hero::before,
.drv-hero::after {
border: 1px solid rgba(245,239,227,.16);
border-radius: 999px;
content: "";
pointer-events: none;
position: absolute;
z-index: -1;
}
.drv-hero::before { height: 34rem; right: -13rem; top: -18rem; width: 34rem; }
.drv-hero::after { height: 22rem; right: -7rem; top: -12rem; width: 22rem; }
.drv-hero-mark {
filter: drop-shadow(0 20px 45px rgba(0,0,0,.18));
max-width: 420px;
width: min(70vw, 420px);
}
.drv-eyebrow {
align-items: center;
display: inline-flex;
font-size: .79rem;
font-weight: 800;
gap: .55rem;
letter-spacing: .09em;
text-transform: uppercase;
}
.drv-eyebrow::before {
background: var(--wp--preset--color--ember);
border-radius: 99px;
content: "";
height: .55rem;
width: .55rem;
}
.drv-card {
height: 100%;
transition: transform var(--drv-transition), box-shadow var(--drv-transition), border-color var(--drv-transition);
}
.drv-card:hover {
border-color: rgba(231,111,46,.42) !important;
box-shadow: 0 22px 55px rgba(23,63,53,.12);
transform: translateY(-5px);
}
.drv-card-icon { height: 72px; width: 72px; }
.drv-card-icon img { height: 72px; object-fit: contain; width: 72px; }
.drv-step-number {
align-items: center;
background: var(--wp--preset--color--ember);
border-radius: 999px;
color: #fff;
display: inline-flex;
font-size: 1rem;
font-weight: 800;
height: 2.5rem;
justify-content: center;
width: 2.5rem;
}
.drv-checklist { list-style: none; padding-left: 0; }
.drv-checklist li { padding-left: 1.8rem; position: relative; }
.drv-checklist li + li { margin-top: .75rem; }
.drv-checklist li::before {
color: var(--wp--preset--color--ember);
content: "✓";
font-weight: 900;
left: 0;
position: absolute;
}
.drv-trust-item { align-items: center; display: flex; gap: .7rem; }
.drv-trust-dot {
background: var(--wp--preset--color--ember);
border-radius: 999px;
display: inline-block;
height: .55rem;
flex: 0 0 auto;
width: .55rem;
}
.drv-breadcrumbs {
color: var(--wp--preset--color--muted);
font-size: .875rem;
margin: 1.4rem auto 0;
max-width: var(--wp--style--global--wide-size);
padding-left: var(--wp--preset--spacing--40);
padding-right: var(--wp--preset--spacing--40);
}
.drv-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; margin: 0; padding: 0; }
.drv-breadcrumbs li:not(:last-child)::after { color: #9a9a91; content: "/"; margin-left: .45rem; }
.drv-breadcrumbs a { color: inherit; } body.single main#main,
body.page:not(.home):not(.page-template-page-service):not(.page-template-page-landing) main#main {
padding-top: 2rem !important;
}
.drv-singular-end-meta {
border-top: 1px solid #d9d5ca;
color: var(--wp--preset--color--muted);
font-size: .875rem;
margin-top: var(--wp--preset--spacing--60);
padding-top: var(--wp--preset--spacing--40);
}
.drv-singular-end-meta__category {
margin: 0;
}
.drv-singular-end-meta__category a {
color: var(--wp--preset--color--forest);
font-weight: 700;
}
.drv-breadcrumbs--after-content {
margin: .8rem 0 0;
max-width: none;
padding-left: 0;
padding-right: 0;
}
body.page-template-page-service main#main > .wp-block-group:first-child {
padding-top: var(--wp--preset--spacing--60) !important;
}
@media (max-width: 781px) {
body.single main#main,
body.page:not(.home):not(.page-template-page-service):not(.page-template-page-landing) main#main {
padding-top: 1.5rem !important;
}
.drv-singular-end-meta {
margin-top: var(--wp--preset--spacing--50);
}
body.page-template-page-service main#main > .wp-block-group:first-child {
padding-top: var(--wp--preset--spacing--50) !important;
}
}
.drv-quote-form { display: grid; gap: 1rem; }
.drv-form-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.drv-field { display: grid; gap: .4rem; }
.drv-field label { color: var(--wp--preset--color--forest); font-size: .92rem; font-weight: 750; }
.drv-field input,
.drv-field select,
.drv-field textarea {
appearance: none;
background: #fff;
border: 1px solid #d9d5ca;
border-radius: 10px;
box-sizing: border-box;
color: var(--wp--preset--color--charcoal);
font: inherit;
min-height: 48px;
padding: .72rem .85rem;
width: 100%;
}
.drv-field textarea { min-height: 130px; resize: vertical; }
.drv-field input:focus,
.drv-field select:focus,
.drv-field textarea:focus {
border-color: var(--wp--preset--color--ember);
box-shadow: 0 0 0 3px rgba(231,111,46,.16);
outline: none;
}
.drv-form-submit {
background: var(--wp--preset--color--ember);
border: 0;
border-radius: 10px;
color: #fff;
cursor: pointer;
font: inherit;
font-weight: 800;
min-height: 50px;
padding: .8rem 1.25rem;
transition: filter var(--drv-transition), transform var(--drv-transition);
}
.drv-form-submit:hover { filter: brightness(.94); transform: translateY(-1px); }
.drv-form-notice { border-radius: 10px; margin-bottom: 1rem; padding: .9rem 1rem; }
.drv-form-notice--success { background: #e4f3e9; color: #174b2b; }
.drv-form-notice--error { background: #f9e5e1; color: #812e20; }
.drv-hp { height: 0; left: -9999px; overflow: hidden; position: absolute; }
.wp-block-details {
background: #fff;
border: 1px solid #e4dfd3;
border-radius: 12px;
padding: 1rem 1.15rem;
}
.wp-block-details + .wp-block-details { margin-top: .75rem; }
.wp-block-details summary { color: var(--wp--preset--color--forest); cursor: pointer; font-weight: 800; }
.wp-block-details[open] { border-color: rgba(231,111,46,.45); box-shadow: 0 12px 35px rgba(23,63,53,.07); }
.entry-content > :where(h2,h3) { scroll-margin-top: calc(var(--drv-header-height) + 2rem); }
.entry-content :where(p,li) { max-width: 72ch; }
.entry-content .alignwide,
.entry-content .alignfull { max-width: none; }
.wp-block-post-featured-image img { border-radius: 16px; }
.wp-block-post-title a { text-decoration: none; }
.wp-block-post-title a:hover { color: var(--wp--preset--color--ember); }
.site-footer a { color: inherit; }
.site-footer a:hover { color: var(--wp--preset--color--ember); }
@media (max-width: 781px) {
:root { --drv-header-height: 68px; }
.admin-bar .site-header { top: 46px; }
.drv-form-grid { grid-template-columns: 1fr; }
.drv-hero { text-align: left; }
.drv-hero .wp-block-buttons { align-items: stretch; flex-direction: column; }
.drv-hero .wp-block-button { width: 100%; }
.drv-hero .wp-block-button__link { box-sizing: border-box; width: 100%; }
} header.wp-block-template-part {
inset-block-start: 0 !important;
left: 0;
margin-block-start: 0 !important;
margin-top: 0 !important;
position: fixed !important;
right: 0;
top: 0 !important;
width: 100%;
z-index: 9990;
}
body.drv-fixed-header-active {
padding-top: var(--drv-fixed-header-height, var(--drv-header-height));
}
.admin-bar header.wp-block-template-part { inset-block-start: 32px !important; top: 32px !important; }
header.wp-block-template-part .site-header {
position: relative;
top: auto;
transition: box-shadow var(--drv-transition), background-color var(--drv-transition), padding var(--drv-transition);
}
header.wp-block-template-part.drv-header-scrolled .site-header {
box-shadow: 0 10px 35px rgba(23,63,53,.14);
} .drv-mobile-header-contact { display: none; } .drv-mobile-menu-header,
.drv-mobile-nav-actions { display: none; }
@media (max-width: 781px) {
.admin-bar header.wp-block-template-part { inset-block-start: 46px !important; top: 46px !important; }
header.wp-block-template-part .site-header {
padding: 9px 16px !important;
}
header.wp-block-template-part .site-header > .wp-block-group {
align-items: center;
column-gap: .55rem;
flex-wrap: nowrap !important;
min-height: 54px;
}
header.wp-block-template-part .site-header > .wp-block-group > .wp-block-group:first-child {
flex: 1 1 auto;
min-width: 0;
}
.site-header .wp-block-site-title {
max-width: 10.5rem;
overflow: hidden;
text-overflow: ellipsis;
}
.site-header .drv-mobile-header-contact {
align-items: center;
background: var(--wp--preset--color--ember);
border-radius: 9px;
color: #fff;
display: inline-flex;
flex: 0 0 auto;
font-size: .88rem;
font-weight: 850;
justify-content: center;
line-height: 1;
min-height: 42px;
padding: .68rem .78rem;
text-decoration: none;
}
.site-header .drv-mobile-header-contact:hover,
.site-header .drv-mobile-header-contact:focus {
color: #fff;
filter: brightness(.95);
}
.site-header .wp-block-site-logo img {
height: 46px;
max-width: 46px;
object-fit: contain;
width: 46px;
}
.site-header .wp-block-site-title {
font-size: 1rem !important;
line-height: 1.15;
white-space: nowrap;
}
.site-header .wp-block-navigation {
margin-left: auto;
}
.site-header .wp-block-navigation__responsive-container-open,
.site-header .wp-block-navigation__responsive-container-close {
align-items: center;
background: var(--wp--preset--color--forest);
border: 0;
border-radius: 999px;
color: #fff;
display: inline-flex !important;
height: 46px;
opacity: 1;
visibility: visible;
justify-content: center;
padding: 0;
width: 46px;
}
.site-header .wp-block-navigation__responsive-container-open svg,
.site-header .wp-block-navigation__responsive-container-close svg {
height: 24px;
width: 24px;
} .site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
display: none !important;
} .site-header .wp-block-navigation__responsive-container.is-menu-open {
background: var(--wp--preset--color--cream) !important;
bottom: 0 !important;
color: var(--wp--preset--color--forest) !important;
display: flex !important;
height: 100dvh !important;
inset: 0 !important;
left: 0 !important;
max-height: 100dvh !important;
min-height: 100dvh !important;
overflow-x: hidden !important;
overflow-y: auto !important;
padding: 0 !important;
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 100vw !important;
z-index: 10000;
}
.site-header .wp-block-navigation__responsive-close {
height: auto;
max-width: none;
width: 100%;
}
.site-header .wp-block-navigation__responsive-dialog {
display: flex;
flex-direction: column;
margin: 0 !important;
max-width: none !important;
min-height: 100dvh;
width: 100%;
} .site-header .drv-mobile-menu-header {
align-items: center;
background: rgba(245,239,227,.99);
border-bottom: 1px solid rgba(23,63,53,.12);
box-sizing: border-box;
display: flex;
gap: .55rem;
min-height: 74px;
padding: max(10px, env(safe-area-inset-top)) 72px 10px 16px;
position: sticky;
top: 0;
width: 100%;
z-index: 3;
}
.site-header .drv-mobile-menu-brand {
align-items: center;
color: var(--wp--preset--color--forest);
display: flex;
flex: 1 1 auto;
gap: .6rem;
min-width: 0;
text-decoration: none;
}
.site-header .drv-mobile-menu-brand img {
border-radius: 10px;
flex: 0 0 42px;
height: 42px;
object-fit: contain;
width: 42px;
}
.site-header .drv-mobile-menu-brand span {
font-size: .98rem;
font-weight: 850;
line-height: 1.12;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.site-header .drv-mobile-menu-contact {
align-items: center;
background: var(--wp--preset--color--ember);
border-radius: 9px;
color: #fff;
display: inline-flex;
flex: 0 0 auto;
font-size: .86rem;
font-weight: 850;
justify-content: center;
line-height: 1;
min-height: 42px;
padding: .68rem .72rem;
text-decoration: none;
}
.site-header .drv-mobile-menu-contact:hover,
.site-header .drv-mobile-menu-contact:focus { color: #fff; filter: brightness(.95); } .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
align-items: center;
background: var(--wp--preset--color--forest);
border: 0;
border-radius: 999px;
color: #fff;
display: inline-flex !important;
height: 46px;
justify-content: center;
padding: 0;
position: absolute !important;
right: 16px !important;
top: max(10px, env(safe-area-inset-top)) !important;
width: 46px;
z-index: 5;
}
.site-header .wp-block-navigation__responsive-container-content {
align-items: stretch !important;
box-sizing: border-box;
display: flex !important;
flex: 1 0 auto;
flex-direction: column;
justify-content: flex-start !important;
overflow: visible;
padding: 14px 18px max(22px, env(safe-area-inset-bottom)) !important;
width: 100%;
}
.site-header .wp-block-navigation__container {
align-items: stretch !important;
display: flex !important;
flex-direction: column !important;
gap: 0 !important;
width: 100%;
}
.site-header .wp-block-navigation-item {
border-bottom: 1px solid rgba(23,63,53,.14);
width: 100%;
}
.site-header .wp-block-navigation-item__content {
box-sizing: border-box;
color: var(--wp--preset--color--forest) !important;
display: block;
font-size: clamp(1.08rem, 4.8vw, 1.3rem);
font-weight: 800;
line-height: 1.2;
padding: .82rem 0 !important;
text-align: left;
width: 100%;
}
.site-header .wp-block-navigation-item__content:hover {
color: var(--wp--preset--color--ember) !important;
} .site-header .wp-block-navigation-item.drv-nav-contact > .wp-block-navigation-item__content {
background: transparent !important;
border-radius: 0 !important;
color: var(--wp--preset--color--forest) !important;
filter: none !important;
padding: .82rem 0 !important;
}
.site-header .wp-block-navigation-item.drv-nav-contact > .wp-block-navigation-item__content:hover,
.site-header .wp-block-navigation-item.drv-nav-contact > .wp-block-navigation-item__content:focus {
background: transparent !important;
color: var(--wp--preset--color--ember) !important;
filter: none !important;
} .site-header .drv-nav-phone { display: none !important; }
.site-header .drv-mobile-nav-actions {
display: flex;
flex-direction: column;
gap: .75rem;
margin-top: 1.2rem;
padding-top: 0;
width: 100%;
} .site-header .drv-mobile-nav-contact { display: none !important; }
.site-header .drv-mobile-nav-phone {
align-items: center;
background: var(--wp--preset--color--forest);
border-radius: 12px;
box-sizing: border-box;
color: #fff;
display: flex;
flex-wrap: wrap;
font-weight: 850;
gap: .35rem .8rem;
justify-content: space-between;
min-height: 54px;
padding: .85rem 1rem;
text-decoration: none;
width: 100%;
}
.site-header .drv-mobile-nav-phone:hover { color: #fff; filter: brightness(1.06); }
.drv-mobile-nav-phone__label {
align-items: center;
display: inline-flex;
gap: .5rem;
}
.site-header .drv-mobile-nav-phone strong {
color: inherit;
font-size: 1.03rem;
letter-spacing: .01em;
}
}
@media (max-width: 380px) {
.site-header .wp-block-site-title { font-size: .9rem !important; max-width: 7.5rem; }
.site-header .drv-mobile-header-contact { font-size: .82rem; padding-left: .62rem; padding-right: .62rem; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
} .has-wood-background-color .drv-phone-cta--outline {
background: var(--wp--preset--color--ember);
border-color: var(--wp--preset--color--ember);
color: #fff;
}
.has-wood-background-color .drv-phone-cta--outline:hover {
background: var(--wp--preset--color--ember);
color: #fff;
filter: brightness(.94);
} .drv-eyebrow.has-text-align-center {
display: flex;
justify-content: center;
margin-left: auto;
margin-right: auto;
width: 100%;
}