@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/*
 * GLOBAL/DEFAULT
*/
/*img:is([sizes="auto" i], [sizes^="auto," i]) {
	contain-intrinsic-size: revert;
}*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  /*.wpb_text_column a:not(.w-btn) {
		text-decoration: underline;
	}
	&.no-touch a[href^="tel:"]:not(.w-btn) {
		cursor: text;
		pointer-events: none;
	}*/
}
html body {
  font-size: 0.9375rem;
}
html address {
  font-style: normal;
}
html iframe, html img {
  vertical-align: middle;
}
html .lorem {
  background-color: red;
}
html a[href^="tel:"] {
  white-space: nowrap;
}
html a[href^="mailto:"] {
  word-break: break-word;
  color: inherit;
}
html .w-image:not(:last-child), html .w-tabs:not(:last-child), html .w-video:not(:last-child), html .g-cols.vc_inner:not(:last-child), html .l-main .w-image.align_right, html .l-main .w-image.align_left {
  margin-bottom: 1.5rem;
}
html .wpb_text_column + .w-separator.with_line {
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  html .l-main .w-btn-wrapper, html .l-footer .w-btn-wrapper {
    display: block;
    margin: 1rem 0 !important;
    text-align: center;
  }
  html .l-main .w-btn-wrapper.align_left, html .l-main .w-btn-wrapper.align_right, html .l-footer .w-btn-wrapper.align_left, html .l-footer .w-btn-wrapper.align_right {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  html .l-main .w-btn-wrapper .w-btn, html .l-footer .w-btn-wrapper .w-btn {
    width: 100%;
  }
}
html .l-main .w-image > a, html .l-footer .w-image > a {
  display: inline-block;
}
html .l-main .w-hwrapper:not([class*="usg_"]) > div, html .l-footer .w-hwrapper:not([class*="usg_"]) > div {
  margin: 0.6rem;
}
@media screen and (max-width: 767px) {
  html h2, html h3, html h4 {
    text-align: center;
  }
}
.l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child > .l-section-h {
  padding-top: var(--header-height);
}
.l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child > .l-section-img, .l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child > .l-section-overlay {
  top: var(--header-height);
}
[class*="ul-styled"] ul {
  margin-left: 0;
  list-style-type: none;
}
[class*="ul-styled"] ul > li {
  position: relative;
  padding-left: 1.75em;
}
[class*="ul-styled"] ul > li:before {
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--color-content-primary);
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
.gform_wrapper {
  /* CUSTOM RADIO/CHECKBOX BUTTONS */
}
.gform_wrapper .wpcf7-form-control-wrap {
  text-align: center;
}
.gform_wrapper .gform_validation_errors > h2.gform_submission_error {
  font-size: inherit !important;
  font-family: inherit;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 0.75rem !important;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper textarea {
  resize: none;
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="radio"], .gform_wrapper textarea, .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper .gfield_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
  display: inline-block;
  padding: 0;
  margin-left: 0.75em;
  margin-right: 0.75em;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .gform_wrapper .gfield_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
    width: initial !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
}
.gform_wrapper .gfield_radio input[type="radio"], .gform_wrapper .gfield_radio input[type="checkbox"], .gform_wrapper .gfield_checkbox input[type="radio"], .gform_wrapper .gfield_checkbox input[type="checkbox"] {
  display: none;
}
.gform_wrapper .gfield_radio input[type="radio"] + label, .gform_wrapper .gfield_radio input[type="checkbox"] + label, .gform_wrapper .gfield_checkbox input[type="radio"] + label, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  min-width: fit-content;
  font-weight: 400;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.gform_wrapper .gfield_radio input[type="radio"] + label:before, .gform_wrapper .gfield_radio input[type="checkbox"] + label:before, .gform_wrapper .gfield_checkbox input[type="radio"] + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before {
  content: "";
  font: normal 300 1em/1 FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  color: #8a5e1f;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: #8a5e1f;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
.us-btn-style_1 {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}
/* glass btn */
.us-btn-style_2 {
  font-size: clamp(1rem, 1.75vw, 1.75rem);
  background: linear-gradient(90deg, rgba(100, 148, 119, 0.1), rgba(31, 46, 37, 0.1));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.2);
}
.us-btn-style_2 .w-btn-label, .us-btn-style_2 i {
  background: linear-gradient(180deg, #DCAC66, #C9954B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.us-btn-style_2 i {
  transform: rotate(-45deg);
}
.hours-table {
  width: 100%;
}
.hours-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.hours-table:not(:last-child) {
  margin-bottom: 2.5rem;
}
.hours-table .day {
  text-transform: uppercase;
}
.alternating-content .blurb {
  margin: 0 auto max(1.5rem, 8%);
}
.alternating-content .blurb h2 {
  text-align: center;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
.alternating-content .g-cols.wpb_row:not(:last-child) {
  margin-bottom: max(2.5rem, 8%);
}
.cta-highlight {
  text-align: center;
  font-family: var(--h1-font-family);
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
}
.cta-highlight .l-section-h {
  max-width: 28em;
}
.cta-highlight .us-btn-style_1 {
  font-family: var(--font-family);
}
.gradient-heading h2 {
  background: linear-gradient(180deg, #DCAC66, #C9954B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.larger-text {
  font-size: 1.25rem;
  font-weight: 500;
}
.larger-text ul, .larger-text ol {
  font-size: 0.9375rem;
  font-weight: 400;
}
.img--oval img {
  border-radius: 20rem;
}
.img--rnd-corners img {
  border-radius: clamp(1rem, 7.5vw, 7.5rem);
}
.w-image.style_outlined img, .w-gallery img {
  border: 4px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(180deg, #DCAC66, #C9954B);
  /* Your gradient for the border */
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.w-gallery img {
  border-radius: clamp(1rem, 3vw, 3rem);
}
.twenty20 {
  border-radius: clamp(1rem, 7.5vw, 7.5rem);
  border: 4px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(180deg, #DCAC66, #C9954B);
  /* Your gradient for the border */
  background-origin: border-box;
  background-clip: content-box, border-box;
  overflow: hidden;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 1px !important;
  border-color: var(--color-content-border);
  overflow: hidden;
  background: transparent;
  border-radius: 1rem;
}
.w-tabs.accordion .w-tabs-section:not(:last-child) {
  margin-bottom: 1rem;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  /*color: var(--color-content-primary);*/
  background: transparent;
}
.w-tabs.accordion .w-tabs-section-title {
  font-family: var(--font-family);
  font-size: 1.25rem !important;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}
.no-touch .w-tabs-section-header:hover {
  background: var(--color-content-primary);
  color: white;
}
.no-touch .w-tabs-section-header:focus {
  background: transparent;
}
.w-grid.type_carousel .owl-nav:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"] {
  position: initial;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: white;
  background-color: #DCAC66 !important;
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(220, 172, 102, 0.75) !important;
  color: white;
}
.w-grid.type_carousel .owl-dot span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.5);
  width: 0.75em;
  height: 0.75em;
  border-radius: 2em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-grid.type_carousel .owl-dot.active span {
  background: white !important;
  width: 3em;
}
.l-header {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .l-subheader.at_middle {
  background: rgba(37, 37, 37, 0.9);
}
.l-header .ush_vwrapper_1 > .ush_hwrapper_1:first-child {
  border-bottom: 1px solid #C9954B;
}
.l-header .phone {
  font-size: 1.25rem;
  font-weight: 500;
}
.l-header .appt-btn {
  border-radius: 0;
  font-size: 1.25rem;
}
.l-header .w-socials {
  font-size: 1rem;
  line-height: 1;
}
.l-header .w-socials .w-socials-item-link {
  min-width: 1em;
  line-height: 1.2;
}
.l-header .w-nav .w-nav-anchor.level_1 {
  font-size: 1.125rem;
}
.l-header .w-nav .w-nav-arrow:before {
  font-weight: 300;
}
.l-header .w-nav.type_mobile {
  margin-left: 0;
}
.l-header .w-nav.type_desktop .mobile-only, .l-header .w-nav.type_desktop .w-nav-anchor.w-btn {
  display: none;
}
.l-header .w-nav.type_desktop .hover_underline .current-menu-item .w-nav-title:after, .l-header .w-nav.type_desktop .hover_underline .current-menu-ancestor .w-nav-title:after {
  bottom: -2px !important;
  opacity: 1 !important;
}
.l-header .w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .w-nav .w-nav-control {
  color: var(--color-content-primary);
}
.l-header .w-nav .w-nav-control > span {
  font-size: 1rem;
  text-transform: uppercase;
}
.l-header .w-nav .w-nav-control .w-nav-icon div, .l-header .w-nav .w-nav-control .w-nav-icon div:before, .l-header .w-nav .w-nav-control .w-nav-icon div:after {
  right: 0;
  border-radius: 5em;
}
.l-header .w-nav .w-nav-control:not(.active) .w-nav-icon div:before {
  width: 75%;
}
.l-header .w-nav .w-nav-control:not(.active) .w-nav-icon div:after {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .l-header .w-nav-control > span {
    display: none;
  }
  .l-header .appt-btn {
    padding: 0;
    width: 100%;
    line-height: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
  }
  .l-header .appt-btn:before {
    border-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .l-header .phone a {
    background: linear-gradient(180deg, #DCAC66, #C9954B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .l-header .ush_vwrapper_1 {
    align-items: flex-end;
  }
}
[class*="masthead"] {
  background: url("../../../uploads/2025/08/shutterstock_2276981879.jpg") center / cover no-repeat;
}
[class*="masthead"] h1 .w-post-elm-value {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  [class*="masthead"] h1 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  [class*="masthead"]:before, [class*="masthead"]:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(100, 148, 119, 0.1), rgba(31, 46, 37, 0.1));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.2);
  }
  [class*="masthead"]:before {
    height: max(4rem, 9vw);
    width: max(4rem, 9vw);
    border-radius: 50%;
  }
  [class*="masthead"]:after {
    height: max(6rem, 12.5vw);
    width: max(5rem, 12vw);
    border-radius: clamp(1rem, 5vw, 5rem);
  }
  [class*="masthead"] h1 {
    max-width: 8em;
  }
}
.masthead-home .dr-cutout {
  margin-bottom: 0 !important;
}
.masthead-home .dr-cutout + .w-btn-wrapper {
  position: absolute;
  bottom: min(4rem, 5vw);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .masthead-home {
    padding-top: 1.5rem;
  }
  .masthead-home .dr-cutout img {
    width: 70%;
  }
  .masthead-home .dr-cutout + .w-btn-wrapper {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .masthead-home {
    background: url("../../../uploads/2025/08/home-hero-bg.jpg") center / cover no-repeat;
  }
  .masthead-home:before {
    bottom: 20%;
    left: 49%;
    z-index: 2;
  }
  .masthead-home:after {
    top: 40%;
    right: 4%;
    z-index: 0;
  }
  .masthead-home .l-section-h {
    z-index: 1;
  }
  .masthead-home .l-section-img {
    top: var(--header-height);
    left: 60%;
    right: 8%;
  }
  .masthead-home .dr-cutout + .w-btn-wrapper {
    right: 3rem;
  }
}
.masthead-internal .l-section-img {
  border-width: 2px;
  border-style: solid;
  border-color: #DCAC66;
  border-image-source: linear-gradient(180deg, #DCAC66, #C9954B);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  .masthead-internal {
    padding-top: 1.5rem;
    padding-bottom: 60%;
  }
  .masthead-internal .l-section-h {
    margin-bottom: 1.5rem;
  }
  .masthead-internal .l-section-img {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    top: auto;
    padding-bottom: calc(60% - 1.5rem);
  }
}
@media screen and (min-width: 768px) {
  .masthead-internal {
    padding-top: 9%;
    padding-bottom: 9%;
    overflow: hidden;
  }
  .masthead-internal:before {
    top: 35%;
    left: 53%;
  }
  .masthead-internal:after {
    bottom: 2.5rem;
    right: 4%;
  }
  .masthead-internal .l-section-img {
    border-width: 4px;
    left: 60%;
    right: 8%;
    box-shadow: 40px 40px 80px 0 rgba(0, 0, 0, 0.2);
  }
}
[class*="--content"] h1 {
  font-size: var(--h2-font-size);
}
[class*="--content"] h2 {
  font-size: var(--h3-font-size);
}
[class*="--content"] h3 {
  font-size: var(--h4-font-size);
}
[class*="--content"] h2, [class*="--content"] h3, [class*="--content"] h4 {
  text-align: left;
}
[class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
  max-width: 35%;
}
@media screen and (max-width: 600px) {
  [class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
[class*="--content"] .w-btn-wrapper:not(:last-child), [class*="--content"] .w-tabs.accordion:not(:last-child), [class*="--content"] .w-video:not(:last-child), [class*="--content"] .g-cols.wpb_row:not(:last-child), [class*="--content"] .post_image:not(:last-child) {
  margin-bottom: 3rem;
}
[class*="--content"] .post_content:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 
 * BLOG GRID/LIST
 * will probably need to change the .layout_182 class
*/
.layout_182 .w-grid-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
.layout_182 .post_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  margin-bottom: 0.25em !important;
  text-align: left;
}
.layout_182 .post_date {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.layout_182 .post_content {
  margin-bottom: 1rem;
}
/* BLOG POST */
.blog--content .post_image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .blog--content .post_image {
    float: right;
    max-width: 35%;
    margin-left: 2rem;
  }
}
.blog--content .post_title {
  margin-bottom: 0.25em;
}
.blog--content .post_date {
  font-size: 1rem;
  display: block;
  position: relative;
}
.blog--content .post_date i {
  position: absolute;
  left: 0;
  top: 0;
}
.blog--content .post_content {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] {
  font-size: 1rem;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] h2, [class*="--sidebar"] .widgettitle {
  font-family: inherit;
  font-size: 1.25em;
  text-transform: uppercase;
}
[class*="--sidebar"] h2, [class*="--sidebar"] h3, [class*="--sidebar"] h4, [class*="--sidebar"] a {
  color: inherit;
}
[class*="--sidebar"] .page-list {
  margin-left: 0;
  list-style-type: none;
  border-left: 1px solid var(--color-content-border);
  font-size: 1em;
}
[class*="--sidebar"] .page-list li {
  padding: 0.4em 1.2em;
  margin: 0;
  border-bottom: 1px solid var(--color-content-border);
}
[class*="--sidebar"] .page-list li.current_page_item > a {
  font-weight: 400;
  color: var(--color-content-link);
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) {
  margin-bottom: 0;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .page_item:not(.current_page_item) {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item {
  cursor: text;
  background-color: rgba(0, 0, 0, 0.05);
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item:before {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item a {
  pointer-events: none;
}
[class*="--sidebar"] [class*="ul-styled"] ul > li:before {
  color: inherit;
}
[class*="--sidebar"] .hours-table {
  max-width: 15em;
}
.no-touch [class*="--sidebar"] a:hover {
  color: var(--color-content-link);
}
/* Testimonial Grid */
.layout_738 .owl-stage-outer {
  background: linear-gradient(90deg, rgba(100, 148, 119, 0.1), rgba(31, 46, 37, 0.1));
  border-radius: clamp(1rem, 3vw, 3rem);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.2);
}
.layout_738 .w-grid-item-h {
  padding: 2.5rem;
}
.layout_738 .owl-carousel .owl-nav:not(.disabled) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
  margin-left: 0;
}
.layout_738 .owl-carousel .owl-nav:not(.disabled) > div {
  color: #DCAC66;
  background-color: #F2F2F2 !important;
}
.layout_738 .review-text {
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 4em;
}
.layout_738 .review-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.25em;
  height: 3em;
  background: url("../../../uploads/2025/08/testimonial-quote.svg") no-repeat top left;
  background-size: contain;
}
#testimonial-carousel {
  padding-top: min(7.5rem, 10%);
  padding-bottom: min(7.5rem, 10%);
}
#testimonial-carousel h2 {
  text-align: center;
  margin-bottom: 2em;
}
.dynamic-faq .vc_column_container .vc_column-inner > .wpb_wrapper {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
}
.dynamic-faq h2 {
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  text-align: center;
}
.dynamic-faq .finance-column:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--color-content-border);
}
.dynamic-faq .finance-column .w-vwrapper, .dynamic-faq .finance-column .logo img {
  border: 1px solid var(--color-content-border);
  background: white;
}
.dynamic-faq .finance-column .w-vwrapper {
  padding: clamp(1.5rem, 3vw, 3rem);
  border-radius: clamp(1rem, 5vw, 5rem);
  margin-bottom: 1.5rem;
}
.dynamic-faq .finance-column .logo img {
  padding: 1.5rem;
  border-radius: 1rem;
}
.dynamic-faq .faq-column {
  background: var(--color-alt-content-bg);
}
.dynamic-faq .faq-column .w-tabs.accordion {
  margin-bottom: 2.5rem;
}
#footer-cta .footer_blurb, #footer-cta .w-hwrapper {
  margin-bottom: 1.5rem;
}
#footer-cta .w-hwrapper > div:first-child {
  margin-left: 0;
}
#footer-cta .address {
  font-size: 1rem;
}
#footer-cta .address a {
  color: inherit;
}
#footer-cta .hours-table {
  max-width: 15em;
}
#footer-cta .blurb-column h2 {
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
}
#footer-cta .form-column h3 {
  text-align: center;
}
#footer-cta .form-column > .vc_column-inner > .wpb_wrapper {
  background: linear-gradient(90deg, rgba(100, 148, 119, 0.1), rgba(31, 46, 37, 0.1));
  height: 100%;
  padding: max(1.5rem, 10%);
  border-radius: clamp(1rem, 5vw, 5rem);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.5);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #footer-cta .l-section-img {
    display: none;
  }
}
#footer-main .w-socials {
  text-align: center;
  font-size: 1.5rem;
  margin: 1.5em 0;
}
#footer-main .w-socials .w-socials-item-link {
  min-width: 1em;
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 1400px) {
  .bg-trail .l-section-shape {
    display: none;
  }
}
.l-section.page-blurb .l-section-shape {
  width: 83%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1401px) {
  .l-section.page-blurb {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
#dr-blurb .l-section-h {
  padding: clamp(1.5rem, 6%, 5rem) clamp(1.5rem, 11%, 10rem);
  background: linear-gradient(90deg, rgba(100, 148, 119, 0.1), rgba(31, 46, 37, 0.1));
  border-radius: clamp(1rem, 5vw, 5rem);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.2);
}
#dr-blurb h2 .small {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: min(0.35em, 1.25rem);
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-text-fill-color: white;
}
#dr-blurb .text-column p:last-child {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #dr-blurb h2 {
    text-align: center;
  }
}
@media screen and (min-width: 1401px) {
  #dr-blurb .w-btn-wrapper {
    position: absolute;
    bottom: 1.5rem;
    transform: translateX(-80%);
  }
}
#dr-bio .l-section-h {
  padding: clamp(1.5rem, 6%, 5rem) clamp(1.5rem, 11%, 10rem);
  background: linear-gradient(90deg, rgba(100, 148, 119, 0.1), rgba(31, 46, 37, 0.1));
  border-radius: clamp(1rem, 5vw, 5rem);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 80px 0 rgba(0, 0, 0, 0.2);
}
#dr-bio .l-section-shape {
  width: 83%;
  left: 50%;
  transform: translateX(-50%);
}
/* SERVICE CARDS */
.layout_823 .w-grid-item-h {
  overflow: hidden;
  border-radius: clamp(1rem, 5vw, 5rem);
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(180deg, #DCAC66, #C9954B);
  /* Your gradient for the border */
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.layout_823 .post_image img {
  filter: saturate(0);
  opacity: 0.5;
}
.layout_823 .post_image:before, .layout_823 .post_image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.layout_823 .post_image:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(var(--color-content-bg)));
  background: -o-linear-gradient(top, transparent 50%, var(--color-content-bg) 100%);
  background: linear-gradient(180deg, transparent 50%, var(--color-content-bg) 100%);
}
.layout_823 .post_image:after {
  background: linear-gradient(90deg, rgba(100, 148, 119, 0.1), rgba(31, 46, 37, 0.1));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.layout_823 .w-vwrapper {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  color: var(--color-content-text);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 1em;
}
.layout_823 .w-vwrapper .post_title, .layout_823 .w-vwrapper .alt_card_heading {
  font-size: 1em;
  text-align: center;
  color: inherit;
  margin-bottom: 0.8em;
}
.layout_823 .w-vwrapper .overview_blurb {
  font-size: 0.9375rem;
  display: none;
  margin-bottom: 1.5em;
  text-align: left;
}
.layout_823 .w-vwrapper .w-text {
  font-size: 0.9375rem;
}
.no-touch .layout_823 .w-grid-item-h .post_image:before, .no-touch .layout_823 .w-grid-item-h .post_image:after {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.no-touch .layout_823 .w-grid-item-h .post_image:after {
  opacity: 0;
}
.no-touch .layout_823 .w-grid-item-h .w-vwrapper {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.no-touch .layout_823 .w-grid-item-h .w-vwrapper .post_title, .no-touch .layout_823 .w-grid-item-h .w-vwrapper .alt_card_heading {
  -webkit-transform: translateY(calc(-100% - 1.8em));
  -ms-transform: translateY(calc(-100% - 1.8em));
  transform: translateY(calc(-100% - 1.8em));
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: var(--color-content-heading);
}
.no-touch .layout_823 .w-grid-item-h .w-vwrapper .overview_blurb {
  display: block;
}
.no-touch .layout_823 .w-grid-item-h:hover .post_image:after {
  opacity: 1;
}
.no-touch .layout_823 .w-grid-item-h:hover .w-vwrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.no-touch .layout_823 .w-grid-item-h:hover .w-vwrapper .post_title, .no-touch .layout_823 .w-grid-item-h:hover .w-vwrapper .alt_card_heading {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#home-services-grid .l-section-shape {
  width: 83%;
  left: 50%;
  transform: translateX(-50%);
}
#home-services-grid h2 {
  text-align: center;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
}
#home-services-grid .w-grid {
  margin: max(12%, 2rem) 0 max(6%, 2rem);
}
#smile-design-feature {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #office-value .split-columns .vc_column_container:not(:last-child) {
    border-right: 1px solid var(--color-alt-content-primary);
  }
}
#smile-gallery .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(18rem, 32vw, 32rem), 1fr));
  gap: 1.5rem;
}
#smile-gallery .grid-container > div {
  margin: 0;
}
