/*
Theme Name: New Frontier - Child
Version: 1.0
Description: A child theme of DMM
Template: mts_schema
Text Domain: schema
*/

@import url("../mts_schema/style.css");

:root {
  --bone: #faf6f0;
  --sand: #f1e7d9;
  --sand-2: #e6d8c4;
  --clay: #b0552f;
  --clay-dark: #8f4325;
  --ochre: #d59a41;
  --canyon: #3d2618;
  --canyon-2: #54331f;
  --ink: #2b1f16;
  --ink-soft: #6a5646;
  --line: rgba(43, 31, 22, 0.14);
  --serif: "Faustina", Georgia, serif;
  --sans: "Work Sans", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body.main {
  background: var(--bone);
  color: var(--ink);
  font: 400 17px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}

#page {
  padding: 0;
}
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}
.container-wide {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 28px;
}
.dm-flex {
  display: flex;
  flex-wrap: wrap;
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
a {
  color: var(--clay);
}
a:hover {
  color: var(--clay-dark);
}

a.btn,
span.btn,
.frontier-home input[type="submit"],
.frontier-home button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: var(--clay);
  color: #fff !important;
  transition: 0.22s ease;
  cursor: pointer;
}
a.btn:hover,
span.btn:hover,
.frontier-home input[type="submit"]:hover,
.frontier-home button[type="submit"]:hover {
  background: var(--canyon);
}
a.btn-line {
  background: transparent;
  border-color: var(--clay);
  color: var(--clay) !important;
}
a.btn-line:hover {
  background: var(--clay);
  color: #fff !important;
}
a.btn-line.light {
  border-color: var(--ochre);
  color: #ffffff !important;
}
a.btn-line.light:hover {
  background: var(--ochre);
  color: var(--canyon) !important;
}
a.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink) !important;
}
a.btn-ghost:hover {
  background: transparent;
  border-color: var(--ink);
}
a.btn-lg {
  padding: 17px 34px;
  font-size: 15px;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--clay);
  margin: 0 0 14px;
}
.eyebrow.center {
  text-align: center;
}
.eyebrow.light {
  color: var(--ochre);
}
.section-title {
  font-size: clamp(30px, 4vw, 51px);
  line-height: 1.12;
  text-align: center;
  margin: 0 0 40px;
}
.section-title.left {
  text-align: left;
}
.section-title.light {
  color: var(--bone);
}
.section-title.small {
  font-size: 40px;
  margin-bottom: 32px;
}

.band {
  height: 16px;
  background: linear-gradient(135deg, var(--clay) 50%, transparent 50%) 0 0/22px
      16px repeat-x,
    linear-gradient(45deg, var(--ochre) 50%, transparent 50%) 0 0/22px 16px
      repeat-x,
    var(--sand);
  position: relative;
  z-index: 9999999999;
}

.main-header {
  background: var(--bone);
}
.header-spacer {
  display: none;
}
#regular-header {
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  font-size: 14px;
}
#regular-header .dm-flex {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#regular-header p {
  margin: 0;
  color: var(--ink-soft);
}
#regular-header .head-address {
  margin-right: auto;
}
#regular-header .head-actions {
  display: flex;
  gap: 10px;
}
#regular-header .head-actions a.btn {
  padding: 10px 18px;
  font-size: 12px;
}

#header {
  border-bottom: 1px solid var(--line);
  background: var(--bone);
}
#header.sticky-navigation.fixed {
  box-shadow: 0 8px 30px rgba(43, 31, 22, 0.1);
}
#secondary-navigation {
  display: flex;
  align-items: center;
  gap: 24px;
  align-items: center;
  float: none !important;
  justify-content: space-between;
}
#secondary-navigation .logo-wrap {
  flex: none;
}
#secondary-navigation #logo {
  margin: 0;
}
#secondary-navigation #logo img {
  max-height: 120px;
  width: auto;
  display: block;
}
#secondary-navigation #logo.text-logo a {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ink);
}

#secondary-navigation nav.navigation {
  margin-left: auto;
}
#secondary-navigation nav ul.menu {
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#secondary-navigation nav ul.menu > li > a {
  display: block;
  padding: 15px 10px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 2px solid transparent;
}
#secondary-navigation nav ul.menu > li:hover > a,
#secondary-navigation nav ul.menu > li.current-menu-item > a {
  color: var(--clay) !important;
  border-bottom-color: var(--clay);
}
#secondary-navigation nav ul ul {
  background: var(--bone) !important;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(43, 31, 22, 0.12);
}
#secondary-navigation nav ul ul li a {
  padding: 12px 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.header-inline-appt {
  flex: none;
}

.hero {
  background: var(--bone);
  overflow: hidden;
}
.hero-in {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 0px;
  z-index: 1000000000000;
  position: relative;
}
.hero-copy h1,
.hero-copy h2 {
  font-size: clamp(40px, 5.6vw, 68px);
  line-height: 1.03;
  margin: 0 0 22px;
}
.hero-copy em {
  font-style: italic;
  color: var(--clay);
}
.hero-copy h1::after,
.hero-copy h2::after {
  content: "";
  display: block;
  width: 112px;
  height: 10px;
  margin: 24px 0 0;
  background: linear-gradient(135deg, var(--clay) 50%, transparent 50%) 0 0/14px
    10px repeat-x;
}
.hero-copy p {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 52ch;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-art {
  position: relative;
}
.hero-art img {
  position: relative;
  z-index: 1;
  margin-left: 12%;
  width: 88%;
}
.terrace {
  position: absolute;
  inset: auto -18px -18px auto;
  width: 78%;
  height: 82%;
  background: var(--sand);
  clip-path: polygon(0 22%, 22% 22%, 22% 0, 100% 0, 100% 100%, 0 100%);
}

.apart {
  background: var(--sand);
  padding: 88px 0;
}
.apart-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(43, 31, 22, 0.16);
}
.pillar {
  padding: 36px 30px 34px;
  border-right: 1px solid rgba(43, 31, 22, 0.16);
  transition: background 0.25s;
}
.pillar:last-child {
  border-right: 0;
}
.pillar:hover {
  background: rgba(255, 255, 255, 0.5);
}
.pillar-num {
  display: block;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--clay);
  margin-bottom: 18px;
}
.pillar h3 {
  font-size: 27px;
  margin: 0 0 12px;
}
.pillar p {
  font-size: 16px;
  color: var(--ink-soft);
  margin: 0;
}

.doctor {
  padding: 104px 0;
  background: var(--bone);
}
.doctor-in {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.doctor-art {
  position: relative;
}
.doctor-art img {
  position: relative;
  z-index: 1; /* margin-left:14%; */
  width: 86%;
  display: block;
}
.peaks {
  position: absolute;
  left: -16%;
  top: -6%;
  width: 78%;
  height: 64%;
  background: linear-gradient(135deg, var(--sand-2) 50%, transparent 50%) 0 0/48px
    44px repeat;
  opacity: 0.85;
}
.caption {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--ink-soft);
}
.doctor-copy h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 18px;
}
.doctor-copy h3 {
  font-family: var(--serif);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  color: var(--clay);
  margin: 0 0 18px;
}
.doctor-copy p {
  color: var(--ink-soft);
  max-width: 58ch;
}
.doctor-copy .btn {
  margin-top: 14px;
}

.services {
  background: var(--sand);
  padding: 88px 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.tile {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--canyon);
}
.tile img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
  object-fit: cover;
}
.tile:hover img {
  transform: scale(1.05);
}
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(61, 38, 24, 0.15) 30%,
    rgba(61, 38, 24, 0.82) 100%
  );
}
.tile-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 22px 24px;
  color: #fff;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.2;
}

.reviews {
  background: var(--canyon);
  padding: 96px 0;
  text-align: center;
}
.reviews-in {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 111;
}
.reviews-slider .review {
  padding: 0 10px;
}
.stars {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-bottom: 28px;
}
.stars span {
  width: 11px;
  height: 11px;
  background: var(--ochre);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.quote {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.4vw, 24px);
  line-height: 1.5;
  color: var(--bone);
  font-style: italic;
  border: 0;
  padding: 0;
}
.quote::before {
  content: "\201C";
}
.quote::after {
  content: "\201D";
}
.quote-by {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ochre);
  margin: 0 0 34px;
}
.reviews .slick-dots li button:before {
  color: var(--ochre);
  opacity: 0.45;
}
.reviews .slick-dots li.slick-active button:before {
  color: var(--ochre);
  opacity: 1;
}

.insurance {
  background: var(--bone);
  padding: 92px 0;
}
.insurance-in {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.insurance-in h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 14px;
}
.insurance-in h3 {
  font-family: var(--serif);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  color: var(--clay);
  margin: 0 0 22px;
}
.insurance-in p {
  color: var(--ink-soft);
  font-size: 16.5px;
}
.logo-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 44px;
  align-items: initial;
}
.logo-row img {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 18px;
}

.tour {
  background: var(--sand);
  padding: 88px 0 72px;
}
.tour-track {
  margin: 0 -8px;
}
.tour-track img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  padding: 0 8px;
}
.tour .slick-dots {
  margin-top: 24px;
}
.tour .slick-dots li button:before {
  color: var(--clay);
  opacity: 0.35;
}
.tour .slick-dots li.slick-active button:before {
  color: var(--clay);
  opacity: 1;
}

.contact {
  background: var(--canyon-2);
  padding: 96px 0;
}
.contact-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.contact-copy h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  color: var(--bone);
  margin: 0 0 18px;
}
.contact-copy p {
  color: rgba(250, 246, 240, 0.72);
  max-width: 40ch;
}
.contact-list {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(250, 246, 240, 0.16);
  color: rgba(250, 246, 240, 0.86);
  font-size: 17px;
}
.contact-list span {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ochre);
}
.contact-list a {
  color: var(--bone);
}
.contact-list a:hover {
  color: var(--ochre);
}

.form-shell {
  background: var(--bone);
  padding: 36px;
}
.form-shell label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 7px;
}
.form-shell input[type="text"],
.form-shell input[type="email"],
.form-shell input[type="tel"],
.form-shell textarea,
.form-shell select {
  width: 100%;
  font: 400 16px/1.5 var(--sans);
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 13px 14px;
  margin-bottom: 18px;
  transition: border-color 0.2s;
  resize: vertical;
}
.form-shell input:focus,
.form-shell textarea:focus {
  outline: none;
  border-color: var(--clay);
}
.form-shell input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--clay);
  margin-right: 8px;
}
.form-shell input[type="submit"],
.form-shell button[type="submit"] {
  width: 100%;
}

.affiliations {
  background: var(--bone);
  padding: 76px 0;
  text-align: center;
}
.affil-row {
  display: flex;
  grid-template-columns: auto;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.affil-row img {
  width: 100%;
  height: auto;
  max-height: 100px;
  width: auto;
}

.info {
  background: var(--sand);
  padding: 84px 0;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.info-card {
  background: var(--bone);
  padding: 34px 30px;
  border-top: 3px solid var(--clay);
}
.info-icon {
  display: block;
  width: 22px;
  height: 22px;
  background: var(--ochre);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  margin-bottom: 20px;
}
.info-card h3 {
  font-size: 24px;
  margin: 0 0 14px;
  color: #000;
}
.info-card p {
  font-size: 16px;
  color: var(--ink-soft);
  margin: 0 0 8px;
}
.info-card .btn {
  margin-top: 16px;
  padding: 13px 18px;
  font-size: 13px;
}
.info-card .footer-hours p {
  /* display: flex; */
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
}

.map-block {
  height: 380px;
  background: var(--sand-2);
}
.map-block iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

#site-footer {
  background: var(--canyon);
  color: rgba(250, 246, 240, 0.72);
}
#site-footer .copyrights {
  padding: 72px 0 0;
}
#site-footer .dm-flex {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 44px;
  align-items: flex-start;
  text-align: left;
}
#site-footer .dm-fourth {
  width: auto;
}
#site-footer h3 {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ochre);
  margin: 0 0 18px;
  font-weight: 600;
}
#site-footer p {
  font-size: 15px;
  margin: 0 0 10px;
}
#site-footer a {
  color: rgba(250, 246, 240, 0.82);
}
#site-footer a:hover {
  color: var(--ochre);
}
#site-footer .footer-logo img {
  max-height: 70px;
  width: auto;
  margin-bottom: 16px;
}
#site-footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#site-footer .footer-menu a {
  font-size: 15px;
}
#site-footer .footer-creds {
  margin-top: 60px;
  border-top: 1px solid rgba(250, 246, 240, 0.14);
  padding: 22px 0;
  text-align: center;
  font-size: 13px;
}
#site-footer .social-icons a {
  width: 40px;
  height: 40px;
  background: var(--clay);
}

.wow {
  visibility: visible !important;
}

@media (max-width: 1024px) {
  .hero-in,
  .doctor-in,
  .contact-in {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-art,
  .doctor-art {
    max-width: 440px;
    margin: 0 auto;
  }
  .apart-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pillar {
    border-bottom: 1px solid rgba(43, 31, 22, 0.16);
  }
  .pillar:nth-child(2n) {
    border-right: 0;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #site-footer .dm-flex {
    grid-template-columns: repeat(2, 1fr);
  }
  #regular-header .head-address {
    display: none;
  }
}

@media (max-width: 820px) {
  #regular-header .head-actions {
    display: none;
  }
  #secondary-navigation {
    flex-wrap: wrap;
  }
  #secondary-navigation nav ul.menu {
    flex-direction: column;
    gap: 0;
  }
  #secondary-navigation nav ul.menu > li > a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }
  .hero-in {
    padding-top: 52px;
    padding-bottom: 64px;
  }
  .info-grid,
  .logo-row {
    grid-template-columns: 1fr 1fr;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.main {
    font-size: 16px;
  }
  .container,
  .container-wide {
    padding: 0 20px;
  }
  .apart-grid {
    grid-template-columns: 1fr;
  }
  .pillar {
    border-right: 0;
  }
  #site-footer .dm-flex,
  .info-grid,
  .logo-row {
    grid-template-columns: 1fr;
  }
  .form-shell {
    padding: 26px 20px;
  }
  .apart,
  .doctor,
  .services,
  .reviews,
  .insurance,
  .tour,
  .contact,
  .info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

html #secondary-navigation a {
  padding: 5px 20px;
}

#logo a {
  display: block;
}

div#regular-header {
    background-image: url(/wp-content/uploads/2026/08/oral_surgeon_lady_lake_fl_pattern-1_migrated.png);
    background-color: var(--sColor);
}

div#regular-header * {
    color: #fff;
}

@media (min-width: 881px) {
	div#mobile-menu-overlay {
	  display: none;
	}
}

div#regular-header {
    background-image: url(/wp-content/uploads/2026/08/oral_surgeon_lady_lake_fl_pattern-1_migrated.png);
    background-color: var(--sColor);
}

div#regular-header * {
    color: #fff;
}

section#contact {
    position: relative;
}

section#contact:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2026/08/oral_surgeon_lady_lake_fl_pattern-1_migrated.png);
    opacity: 0.4;
}

span.peaks + img {
  width: 100%;
}

section.services {
  position: relative;
}

section.services:before {
  content: "";
  background-image: url(/wp-content/uploads/2026/08/oral_surgeon_lady_lake_fl_border-image_migrated.png);
  height: 29px;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}

section.apart {
  position: relative;
}

section.apart:after {
  content: "";
  background-image: url(/wp-content/uploads/2026/08/oral_surgeon_lady_lake_fl_border-image_migrated.png);
  height: 29px;
  width: 100%;
  left: 0px;
  position: absolute;
  bottom: 0px;
  transform: scaleY(-1);
}

section.reviews {
  position: relative;
}

section.reviews:before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2026/08/Oral_Surgeon_Lady_lake_FL_header_pattern-1.webp);
  top: 0px;
  left: 0px;
  opacity: 0.3;
}
	li#field_2_5 {
		font-size: 15px;
	}

	body.home  .gform_legacy_markup_wrapper ul li.gfield {
		margin-top: 0px;
	}

@media (max-width: 880px) {

	div#regular-header {}

	.header-inline-appt {
		display: none;
	}

	html a#pull:after {
		position: relative;
		margin: 0px;
		top: 0px;
		left: 0px;
	}

	a#pull {
		text-align: center;
		margin: 0px !important;
	}

	#header .container-wide {
		padding: 0px;
	}

	#secondary-navigation .logo-wrap {
		margin: 0px;
	}

	div#secondary-navigation {
		display: block;
	}

	div#regular-header {
		padding: 0px;
	}
}

.logo-row p {
    margin: 0px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-service-section h3 {
	color: #000;
}

.dm-service-section h4 {color: #000;}

@media screen and (max-width: 880px) {
    #page.homepage {
        padding-top: 200px !important;
    }
}

#regular-header .head-actions a.btn {font-size: 17px;}

.contact-list a {font-size: 20px; font-weight: bold;}
.info-card p {font-size: 18px;}
.c6 a {font-size: 20px;}

.images-slide h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    margin: 0 0 14px;
	text-align: center;
}

.images-slide {
	background: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

span.peaks + img {
    width: 60%;
}