/*
Theme Name: Dalmatian V2
Theme URI: https://ivet360.com/
Author: Brendan Shea
Author URI: https://ivet360.com/
Description: iVET360's Base 12 theme.
Version: 2020.1
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Sitewide
# Search
# Header
# Homepage
  ## Hero
  ## Welcome
  ## HP Services
  ## HP Team
  ## Appointment
# Subpages
  ## Headers
  ## SP Team
  ## SP Services
  ## Contact Us
  ## Thank You
  ## Search Results
  ## 404 Page
# Footer
# Hidden Elements
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sitewide
--------------------------------------------------------------*/

@font-face {
  font-family: "frenchpress";
  src: url("assets/fonts/frenchpress.ttf") format("truetype");
  font-display: swap;
}

:root {
  --midnight: #133643;
  --pink: #ed0f68;
  --lite-pink: #e784af;
  --azure: #f4f0f1;
  --tan: #fcd8db;
  --brown: #77474d;
  --azure-hover: #f4f0f133;
  --dark-gray: #292929;
  --black: #313131;
  --lite-gray: #f0f0f0;
  --mid-gray: #666;
  /* --primaryFont: "area-normal", sans-serif; */
  --primaryFont: "mulish", sans-serif;
  /*--headingFont: "frenchpress", "area-normal", sans-serif;*/
  --headingFont: "Frenchpress", sans-serif;
  --transparent-azure: #f4f0f133;
  --transparent-midnight: #13364333;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.25;
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--primaryFont);
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}
body,
p,
a,
ul,
li,
u,
em,
div,
button,
input,
figure,
footer,
header,
section,
aside,
nav,
form {
  font-family: var(--primaryFont);
}
h1,
h2 {
  font-family: "Frenchpress", sans-serif;
}
h3,
h4,
h5,
h6 {
  font-family: "Frenchpress", sans-serif;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: var(--pink);
}

.entry-content
  a:not(.wp-block-button__link):not(.low-stress-btn):not(
    .service-card-item
  ):not(.button-container):not(.lite-button) {
  text-decoration: underline;
}

ol {
  list-style: decimal;
}

h1 {
  font-family: var(--headingFont);
  font-size: 75px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.25em;
  color: var(--midnight);
}

h2 {
  font-family: var(--headingFont);
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.25em;
  color: var(--midnight);
}

h3 {
  font-family: var(--headingFont);
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.25em;
  color: var(--midnight);
}

h4 {
  font-family: var(--headingFont);
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 1.25em;
  color: var(--midnight);
}

h5,
h6 {
  font-family: var(--headingFont);
}
& strong {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 1em;
  }
  body {
    font-size: 18px;
  }
}
p {
  margin-bottom: 1em;
  line-height: 1.25em;
}
li {
  line-height: 1.5em;
}
.home .entry-content > p {
  display: none;
}

.service-post .entry-content > p:not(.fullish),
.entry-content > p:not(.fullish) {
  display: block;
  max-width: 700px;
  text-align: left;
  font-size: 24px;
  margin-left: auto;
  margin-right: max(5%, calc((100% - 1200px) / 2));
  padding: 0;
  margin-bottom: 1em;
  font-weight: 500;

  & strong {
    color: var(--pink);
    font-weight: 600;
  }
}

.home .entry-content > p:last-of-type {
  display: block;
  max-width: 700px;
  text-align: left;
  font-size: 24px;
  margin-left: auto;
  margin-right: max(5%, calc((100% - 1200px) / 2));
  padding: 40px 0;
  margin-bottom: 0;
}

.home .entry-content > .wp-block-columns {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  gap: 20px;
  position: relative;
}

.home .entry-content > .wp-block-columns::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: var(--azure);
  z-index: -1;
}

.home .entry-content > .wp-block-columns .logo-assembly {
  justify-content: center;
  margin-left: 60px;
}

.home .entry-content > .wp-block-columns .logo-assembly-inner {
  height: 200px;
}
i,
em {
  font-style: italic;
}

.entry-content {
  /* background-size: auto;
  background-repeat: repeat;
  background-image: url(/wp-content/uploads/2026/06/stucco.png); */
  z-index: 2;
  position: relative;
}

.service-post .entry-content {
  & > h2,
  > p,
  > .wp-block-accordion {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-accordion {
  margin-bottom: 40px;
  .wp-block-accordion-heading__toggle-title {
    font-family: var(--primaryFont) !important;
    color: var(--pink);
    text-decoration: none !important;
    font-size: 24px;
    font-weight: 500;
  }
  .wp-block-accordion-heading {
    margin-bottom: 0;
    background-color: var(--azure);
    padding: 0px 10px;
    margin: 12px auto;
  }
  .wp-block-accordion-panel {
    padding-top: 12px;
  }
}

body {
  position: relative;
  background-size: auto;
  background-repeat: repeat;
  background-image: url(/wp-content/uploads/2026/06/stucco.png);
}

body:not(.home) #content ul,
body:not(.home) #content ol {
  /* margin: 0 0 1em 3em; */
}

body:not(.home) #content ul {
  list-style: disc;
}

.entry-content ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}

#opacity-effect {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #00000059;
  z-index: 9998;
}
.inner-wrapper {
  width: 100%;
  max-width: 1250px;
  padding: 0 5%;
  display: flex;
}

.fifty-percent {
  width: 50%;
}

.fifty-percent:first-of-type {
  padding-right: 2.5%;
}

.fifty-percent:last-of-type {
  padding-left: 2.5%;
}

.button-container.full-width-button {
  width: 100%;

  .lite-button {
    width: 100%;
    text-align: center;
  }
}

.ghost-button,
.wp-block-button__link,
.button,
.white-button,
.blue-button,
.dark-blue-button,
.lite-button,
.gform_button {
  font-size: 16px;
  padding: 8px 24px;
  text-transform: capitalize;
  font-weight: 500;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
  border-radius: 10px;
  text-decoration: none !important;
}

.gform_button {
  border-radius: 10px !important;
}

.ghost-button {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff !important;

  &:hover {
    background-color: var(--midnight);
    color: #fff !important;
  }
}

.lite-button {
  background-color: var(--azure);
  border: 2px solid var(--azure);
  color: var(--midnight);

  &:hover {
    background-color: var(--tan);
    border: 2px solid var(--tan);
    color: var(--midnight);
  }
}
.wp-block-button__link {
  background-color: var(--pink) !important;
  border: 2px solid var(--pink) !important;
  color: #fff !important;
}
.wp-block-button__link:hover {
  background-color: var(--midnight) !important;
  border-color: var(--midnight) !important;
  color: #fff !important;
}
.button {
  width: 100% !important;
  background-color: var(--tan) !important;
  border: 2px solid var(--tan) !important;
  color: var(--midnight) !important;
}
.button:hover {
  background-color: var(--azure) !important;
  border-color: var(--azure) !important;
  color: var(--midnight) !important;
}
.lite-button {
  background-color: var(--tan);
  border: 2px solid var(--tan);
  color: var(--midnight);
}
.lite-button:hover {
  background-color: var(--azure);
  border-color: var(--azure);
  color: var(--midnight);
}
.blue-button {
  background-color: var(--pink);
  border: 2px solid var(--pink);
  color: #fff !important;
}
.blue-button:hover {
  background-color: var(--midnight);
  border-color: var(--midnight);
  color: #fff !important;
}
.gform_button:hover {
  background-color: white;
  color: var(--midnight);
}

#gform_1 #gform_submit_button_1 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  height: 100%;
  margin-right: 0;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
body {
  position: relative;
}
#search-box {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 156.22px;
  background-color: white;
  display: flex;
  justify-content: center;
  transform: translateY(-500px);
  transition: transform 0.4s ease;
}

.slide-down {
  transform: translateY(0px) !important;
}

#search-box .search-submit {
  display: none;
}

#search-inner {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-form {
  width: 75%;
}

.search-form,
.search-field {
  height: 100%;
}

.search-field {
  width: 100%;
  font-size: 50px;
  border: none;
}

.search-field::placeholder {
  color: var(--midnight);
}

#exit-search-btn {
  padding: 10px;
  cursor: pointer;
}

#exit-search-icon {
  font-size: 34px;
  color: #a2a3a7;
  transition: all 0.4s ease;
}

#exit-search-btn:hover #exit-search-icon {
  transform: rotate(180deg);
  color: var(--tan);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.custom-banner {
  background-color: #133643 !important;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  /* max-height: 100px; */
  overflow: hidden;
  opacity: 1;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    padding 0.4s ease;

  & p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .inner-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .blue-button:hover {
    background-color: var(--pink) !important;
    border-color: var(--pink) !important;
  }
}

@media screen and (max-width: 1024px) {
  .custom-banner p {
    font-size: 14px;
  }
}

.scrolled .custom-banner {
  max-height: 0;
  opacity: 0;
  padding: 0;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  transition: 0.2s background ease-in;

  &.scrolled {
    background-color: var(--azure);

    #header-right {
      gap: 10px;
    }

    #menu .sub-menu {
      top: 100%;
    }

    .ghost-button {
      border-color: var(--pink) !important;
      color: var(--pink) !important;

      &:hover {
        color: #fff !important;
        border-color: var(--midnight) !important;
        background-color: var(--midnight) !important;
      }
    }

    #menu #main-menu > li > a {
      color: var(--midnight);
    }
    #menu #main-menu > li.menu-item-has-children > a::after {
      border-top-color: var(--midnight);
    }
  }

  &.menu-open {
    background-color: var(--azure);
  }
}

#sticky-header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  transform: translateY(-175px);
  transition: transform 0.4s ease;
  background-color: var(--midnight);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
}

.sticky-section {
  width: 33.3%;
  padding: 25px 0;
}

.sticky-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: min(3.75vw, 22px);
}

.sticky-button i {
  margin-right: 6px;
}

#sticky-one {
  background-color: var(--tan);

  .sticky-button {
    color: var(--midnight);
  }
}

#sticky-two {
  background-color: var(--pink);
}

#sticky-three {
  background-color: var(--midnight);
}

.header-top-buttons {
  & i,
  svg,
  svg path {
    margin-right: 10px;
    transition: all 0.5s ease;
  }

  &:hover {
    color: var(--tan);

    & i {
      color: var(--tan);
    }
    & svg,
    svg path {
      fill: var(--tan);
    }
  }
}

#header-appointment {
  background-color: var(--pink);
}

#main-header {
  position: relative;
  width: 100%;
  /* height: 125px; */
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

#header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}

#header-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  gap: 20px;
}

#header-top {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#header-top-inner {
  display: flex;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  gap: 20px;
  margin-right: 20px;
}

#header-logo-mobile {
  width: 280px;
  margin-left: 20px;
  display: none;
}

.scrolled #header-logo-mobile,
.menu-open #header-logo-mobile {
  width: 200px;
  content: url(/wp-content/uploads/2026/06/TheNeighborhoodVets_GardenGraphic-Color-1.svg);
}

#header-logo {
  width: 280px;
}

.menu-item-3249 {
  display: flex !important;
  align-items: center;
}

.scrolled #header-logo,
.menu-open #header-logo {
  width: 200px;
  content: url(/wp-content/uploads/2026/06/TheNeighborhoodVets_GardenGraphic-Color-1.svg);
}

.menu-main-menu-container {
  height: 100%;
}

#menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow-x: hidden;
  margin-right: 0px;
}

#menu #main-menu {
  display: flex;
  height: 100%;
}

#menu #main-menu > li {
  height: 100%;
  /*margin-right: 20px;*/
  margin-right: 40px;
}

#menu #main-menu > li:hover {
  & > a {
    color: var(--lite-pink) !important;

    &::after {
      border-top-color: var(--lite-pink) !important;
    }
  }
}

#header .scrolled {
  #menu #main-menu > li:hover {
    & > a {
      color: var(--pink) !important;

      &::after {
        border-top-color: var(--lite-pink) !important;
      }
    }
  }
}

#header {
  &.scrolled {
    #menu #main-menu > li > a:hover {
      color: var(--pink) !important;
    }
  }
}

#menu #main-menu > li:hover > .sub-menu {
  z-index: 9999;
  display: block;
}

#menu #main-menu > li > a {
  height: 100%;
  position: relative;
  text-transform: capitalize;
  font-family: var(--headingFont);
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: flex-end;
}

#menu #main-menu > li > a {
  padding-bottom: 10px;
}

#menu-item-3249 > li > a {
  /* margin-bottom: 0 !important; */
}

#menu #main-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  margin-bottom: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  transition: transform 0.3s ease;
}

#menu #main-menu > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
  border-top-color: var(--pink);
}

#menu .sub-menu {
  position: absolute;
  top: 99%;
  display: none;
}

#menu .sub-menu > li {
  background-color: var(--midnight);
  transition: background-color 0.5s ease;

  &:last-of-type {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

#menu .sub-menu > li:hover {
  & > a {
    color: var(--pink);
  }
}
#menu .sub-menu > li:hover > .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 100%;
  top: 0;
}
#menu .sub-menu > li > a {
  height: 100%;
  font-size: 16px;
  padding: 6px 18px;
  text-transform: capitalize;
  font-weight: 400;
  color: white;
  display: flex;
  align-items: center;
  line-height: 1.6;
}

#menu #main-menu > li.current-menu-item > a,
#menu #main-menu > li.current-menu-ancestor > a,
#menu #main-menu > li.current-menu-parent > a {
  color: var(--lite-pink);
}

#menu #main-menu > li.current-menu-item > a::after,
#menu #main-menu > li.current-menu-ancestor > a::after,
#menu #main-menu > li.current-menu-parent > a::after {
  border-top: 5px solid var(--lite-pink);
}

#open-search {
  padding: 5px 10px;
  border-left: 2px solid #a2a3a7;
  cursor: pointer;
}

#hamburger {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.burger-line {
  width: 35px;
  height: 4px;
  background: #a2a3a7;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.burger-line::before,
.burger-line::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  background: #a2a3a7;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.burger-line::before {
  transform: translateY(-12px);
}

.burger-line::after {
  transform: translateY(12px);
}

#hamburger.open .burger-line {
  transform: translateX(50px);
  background: transparent;
}

#hamburger.open .burger-line::before {
  transform: rotate(45deg) translate(-35px, 35px);
}

#hamburger.open .burger-line::after {
  transform: rotate(-45deg) translate(-35px, -35px);
}

#open-search i {
  color: #a2a3a7;
}

#header-social-box {
  z-index: 9998;
  position: absolute;
  bottom: -40px;
  left: 2.5%;
  display: flex;
}

.header-social-links {
  width: 40px;
  height: 40px;
  color: white;
  background-color: var(--pink);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease;
}

.header-social-links:hover {
  background-color: var(--tan);
}

.header-social-links:not(:last-of-type) {
  border-right: 1px solid var(--midnight);
}

#mobile-menu-container {
  display: none;
  width: 100%;
}

#mobile-menu-container #mobile-menu > li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-bottom: 1px solid var(--mid-gray);
  cursor: pointer;
}

#mobile-menu-container #mobile-menu > li > a {
  padding: 8px 0;
  width: fit-content;
  color: var(--midnight);
  font-size: 20px;
}

#mobile-menu-container,
#mobile-menu-container .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

#mobile-menu-container .sub-menu {
  width: 100%;
}

#mobile-menu-container .sub-menu > li {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--azure);
  border-top: 1px solid var(--mid-gray);
}

#mobile-menu-container .sub-menu > li > a {
  padding: 8px 0;
  color: var(--midnight);
  font-size: 18px;
}

#mobile-menu-container .fa-chevron-right {
  position: absolute;
  top: 10px;
  right: 2%;
  transition: all 0.2s ease;
  color: var(--pink);
  z-index: 2;
}

.rotate {
  transform: rotate(90deg);
}

.sub-menu-open {
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

/* .page-id-2 {
  overflow-x: hidden;
} */

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/

/* #hero-outer-container {
  position: relative;
  width: 100vw;
  height: 45vw;
} */

#hero-container {
  position: relative;
  width: 100vw;
  height: 45vw;
  /* background-image: url('/wp-content/uploads/2020/03/homepage-slider.png'); */
  background-size: cover;
  overflow: hidden;
}

#video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000052;
}

#video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
}

#video-text h1 {
  text-transform: uppercase;
  text-align: center;
  color: white;
  text-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 32px;
}

.btns-ctn {
  display: flex;
  gap: 20px;
}

.hero-fade:nth-child(1) {
  transform: translateY(-90px);
}

.hero-fade:nth-child(2) {
  transform: translateY(-60px);
}

.hero-fade:nth-child(3) {
  transform: translateY(-40px);
}

.hero-fade:nth-child(4) {
  transform: translateY(-20px);
}

.hero-fade {
  opacity: 0;
  transition:
    transform 1.2s ease,
    opacity 2s ease;
}

/*--------------------------------------------------------------
## Welcome
--------------------------------------------------------------*/

#three-callouts {
  /* width: 100vw;
  height: min(25vw, 500px); */
  width: 90%;
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  height: min(25vw, 500px);
}

.callout {
  width: 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  margin: 0 20px;
  border-radius: 10px;
}

.callout-text {
  text-align: center;
}

.fade-in {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.callout-text h2 {
  font-size: 32px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.5s ease;
}

.callout:hover .callout-text {
  /* transform: scale(1.1) !important; */

  & h2 {
    color: var(--tan);
  }
}

#about-area {
  width: 100vw;
  background: linear-gradient(to right top, #0f495d 50%, var(--midnight) 50%);
  border-bottom: 8px solid var(--tan);
  display: flex;
  justify-content: center;
}

.about-section {
  width: 33%;
  box-sizing: border-box;
  padding-right: 15px;
}

.about-section:not(#first-about-section) {
  padding: 5% 2.5% 5% 0;
}

#first-about-section {
  padding-top: 5%;
}

#about-intro h2 {
  font-size: 44px;
  font-weight: bold;
  color: var(--tan);
  text-transform: uppercase;
  margin-bottom: 0;
}

#about-intro h3 {
  font-size: 32px;
  font-style: italic;
  color: var(--azure);
  margin-bottom: 0;
  font-weight: normal;
}

#icons-image {
  margin: 20px 0 -14px 0;
}

.about-section-text {
  color: var(--azure);
}

.about-animation-text {
  transform: translateX(-50px);
  opacity: 0;
  transition:
    transform 0.7s ease,
    opacity 1.3s ease;
}

/* WP Block CSS & Utility Classes */

.bg-lite {
  background-color: var(--azure);
}
.bg-med {
  background-color: var(--tan);
}
.bg-dark {
  background-color: var(--midnight);
}

.about-col.full-width-col {
  padding: 60px 0;
  display: flex;

  .wp-block-column {
    width: 100%;
    margin: 0 auto;

    & p:first-of-type {
      color: var(--midnight);
    }

    & > *:not(.wp-block-separator) {
      width: 90%;
      max-width: 950px;
      margin-left: auto;
      margin-right: auto;
    }
  }
}

.bg-dark.who-we-are.full-width-col {
  padding: 60px 0;

  .wp-block-column {
    max-width: 950px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
  }

  & > *:not(.wp-block-separator) {
    max-width: 950px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
  }
  .wp-block-separator {
    border-color: #fff;
    margin: 10px auto;
  }
  & p {
    color: #fff;
  }

  & h2 {
    color: #fff;
  }
}

.wp-block-separator {
  width: 50px;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  border-color: var(--midnight);
}

.outer-width {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-column.outer-width,
.wp-block-columns.outer-width {
  padding: 60px 0;
}

.svg-content-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 2;
  position: relative;

  .svg-content-bottom-image,
  .svg-content-top-image {
    display: flex;

    & img {
      width: 100%;
    }
  }

  .svg-content-top-image {
    margin-bottom: -2px;
  }

  .svg-content-bottom-image {
    margin-top: -2px;
  }

  .svg-content-inner {
    width: 100%;
    background-color: var(--tan);
    padding: 60px 0;

    & p {
      color: var(--midnight);
    }
  }
}

.med-width.wp-block-group {
  max-width: 800px;
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center;
  display: flex;
  padding: 80px 0;

  .has-text-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.full-width-col.wp-block-columns.career-col {
  width: 100vw;
  padding: 80px 0;
  display: flex;
  justify-content: center;

  .openings {
    margin-left: 0;
  }

  li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    color: var(--midnight);
    font-weight: bold;
    border-bottom: 2px solid var(--pink);
    padding: 12px 0;
  }
}

.services-columns-block,
.full-width-col.wp-block-columns.service-col {
  width: 100vw;
  padding: 80px 0;

  & > .wp-block-column .wp-block-columns .wp-block-column:last-of-type {
    & li {
      list-style-image: url(/wp-content/uploads/2024/10/Group.svg);
      padding-left: 12px;
      padding-bottom: 12px;
      border-bottom: 2px solid var(--midnight);
    }
    & li::marker {
      margin-right: 12px;
    }
    & li:not(:first-of-type) {
      padding-top: 12px;
    }
  }
}

.service-call-card {
  background-color: #fff;
  padding: 40px;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);

  & h3.underlined {
    color: var(--midnight);
    border-bottom: 2px solid var(--midnight);
  }

  .appointment-box {
    justify-content: center;

    .button-container:first-of-type {
      margin-right: auto;
      margin-left: auto;
    }
  }
}

.join-team-card {
  & h3.underlined {
    font-size: 1.5em;
  }
}

.are-vertically-aligned-top {
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .service-post .entry-content > p:not(.fullish),
  .entry-content > p:not(.fullish) {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .home .entry-content > p:last-of-type {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .svg-content-block {
    .svg-content {
      & p,
      a,
      span,
      h3,
      h2 {
        text-align: left;
      }
      .wp-block-separator {
        margin-left: 0%;
        margin-right: auto;
      }
    }
  }
  .about-col.full-width-col {
    & p,
    a,
    span {
      text-align: left;
    }
    .wp-block-separator {
      margin-left: 5%;
      margin-right: auto;
    }
  }
  .wp-block-column.outer-width,
  .wp-block-columns.outer-width {
    flex-direction: column;
    padding: 20px 0;
  }
  .full-width-col.wp-block-columns.service-col {
    padding: 40px 0;
  }
  .service-call-card {
    padding: 20px;
  }
  .full-width-col.wp-block-columns.career-col {
    li {
      font-size: 18px;
    }
    .blue-button {
      padding: 10px 20px;
    }
    .wp-block-column .wp-block-columns .wp-block-column:last-of-type {
      width: 100%;
    }
  }
}

/*--------------------------------------------------------------
## HP Services
--------------------------------------------------------------*/

.home-services-card {
  display: flex;
  flex-direction: column;
  background-color: var(--midnight);
  border-radius: 10px;
  padding: 40px;
}

#hp-services-intro-container {
  overflow: hidden;
}

#hp-services-title {
  font-size: 44px;
  font-weight: bold;
  color: var(--pink);
  margin-bottom: 20px;
  text-transform: uppercase;
  transform: translateY(-200px);
  transition: transform 1s ease;
}

#hp-services-text {
  color: var(--midnight);
  opacity: 0;
  transition: opacity 1.6s ease;
}

.center-title {
  font-size: 34px;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;

  &.underlined {
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
  }
}

#services-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  .services-inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: space-between;
  }
}

.service {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  width: calc(50% - 20px);
}

.service i {
  font-size: 14px;
  color: #fff;
  margin-right: 8px;
  transform: rotate(25deg);
  transition: transform 0.5s ease;
}

.service:hover i {
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}

.service {
  color: #fff;

  .check {
    fill: #fff;
    width: 18px;
    margin-right: 10px;
  }

  .service-icon {
    height: 30px;
    width: auto;
    margin-right: 10px;
    transition: transform 0.4s ease;
  }
}

.service:hover .service-icon {
  transform: rotate(-10deg);
}

@media screen and (max-width: 1024px) {
  .home-services-card {
    padding: 20px;
  }
  .service {
    font-size: 18px;
    width: calc(50% - 10px);
  }
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/

#team-border-one {
  margin-bottom: -9px;
}

#gray-line-one {
  transform: translateY(190px);
  transition: transform 1.2s ease;
}

.light-gray-line-one {
  transform: translateY(145px);
  transition: transform 0.8s ease;
}

.animate-gray-line {
  transform: translateY(0px) !important;
}

#meet-the-team {
  width: 100vw;
  background-color: var(--tan);
  display: flex;
  justify-content: center;
}
#team-border-two {
  position: relative;
  z-index: 2;
}
#meet-the-team .inner-wrapper {
  background-color: var(--tan);
}

#team-image {
  width: 100%;
  border: 5px solid var(--midnight);
}

#team-text {
  color: var(--midnight);
  margin-bottom: 20px;
}

#team-title {
  font-size: 34px;
  color: var(--midnight);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Appointment
--------------------------------------------------------------*/

.appointment-area {
  width: 100vw;
  height: 650px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  position: relative;
}
.appt-bottom-divider {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.appt-bottom-divider > path {
  fill: var(--tan);
}
.appointment-area .inner-wrapper {
  justify-content: flex-end;
  max-width: 100%;
}

.home .appointment-area .inner-wrapper {
  justify-content: flex-start;
}

.appointment-container {
  background-color: var(--midnight);
  padding: 35px 30px;
  border-radius: 10px;
}

#appointment-container {
}

.appointment-box {
  display: flex;
}

.appointment-box .button-container:first-of-type {
  margin-right: 20px;
}

/*--------------------------------------------------------------
# Subpages
--------------------------------------------------------------*/

.page-template-services-page {
  .entry-content > *:not(.services-list, .wp-block-columns, .footer-callout) {
    max-width: 800px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content {
    padding-top: 80px;

    & > p:last-of-type {
      margin-bottom: 0;
    }
  }
}

.inner-header {
  justify-content: center;
  margin: 0 auto;
  align-items: flex-end;
}
.inner-header.has-thumbnail {
  /* justify-content: center; */
  margin: 0;

  .entry-title {
    width: 90%;
  }
}
.thumbnail-image {
  height: 100%;
  width: 100%;
  max-width: 525px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header .wp-post-image {
  height: auto;
  width: fit-content;
  right: 0;
  left: auto;
}
/*.entry-title {
  width: 100%;
  max-width: 1000px;
  padding: 80px 40px;

  & h1 {
    color: #fff;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    line-height: 1.2;
    text-align: right;
    flex-direction: column;

    & span {
      font-size: 60px;
    }

    &::before {
      content: "";
      flex-shrink: 0;
      width: 4rem;
      aspect-ratio: 1 / 1;
      filter: brightness(10);
      background: url(/wp-content/uploads/2026/06/tnv-wp-bee-1920w.png)
        no-repeat center / contain;
    }
  }

  & p {
    font-size: 120%;
    font-weight: 400;
    text-align: right;
    margin-bottom: 0;
    color: #fff;
    padding-left: 4rem;
  }
}*/

.home .entry-title h1 {
  text-align: right;
}

.home .entry-title p {
  text-align: right;
}

.home .entry-title {
  .title-main {
    &::before {
      left: calc(100% - 0.25rem);
      right: auto;
    }
  }
}

.entry-title {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  padding: 60px 90px 40px 40px;

  & h1 {
    color: #fff;
    margin-left: 0;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.15;
  }

  & .title-main {
    display: inline-block;
    position: relative;

    &::before {
      content: "";
      position: absolute;
      right: calc(100% - 0.25rem);
      top: -0.25em;
      width: 5.25rem;
      height: 75px;
      filter: brightness(10);
      background: url(/wp-content/uploads/2026/06/tnv-wp-bee-1920w.png)
        no-repeat center / contain;
    }
  }

  & .title-location {
    display: block;
    font-size: 60px;
    margin-top: 0.15em;
  }

  & p {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    font-size: 120%;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    padding-left: 0;
    font-size: 21px;

    & a {
      color: #fff;
      text-decoration: underline;

      &:hover {
        color: var(--pink);
      }
    }
  }
}

#container {
  position: relative;
  z-index: 3;
}

.page-template-default:not(.home) #container,
.post-container,
.search .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-template-default:not(.home) #content,
/* .post-content, */
.search .entry-inner-content {
  /* width: 90%;
  max-width: 1200px;
  margin: 80px 0; */
  width: 100%;
}

.page-template-default:not(.home) .entry-content p {
  margin-bottom: 1.2em;
}

.header-divider {
  height: 2px;
  background-color: var(--midnight);
  width: 85%;
  margin: 20px 0;

  &.grey {
    /* background-color: var(--grey); */
  }
  &.center {
    margin: 0 auto 20px auto;
  }
}

.header {
  display: flex;
  justify-content: center;
  width: 100vw;
  background-color: #12364399;
  position: relative;
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: darken;
}

.home-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.home-slide.active {
  opacity: 1;
}

.home-header {
  background: none;
}

.home-header .inner-header {
  position: relative;
  z-index: 1;
}

.home-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #12364399;
  z-index: 0;
}

.inner-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 auto;
}
.category-services .inner-header {
  /* justify-content: flex-start; */
}
.service-post .inner-header {
  /* display: flex; */
}
.post-content p {
  margin-bottom: 1em;
  line-height: 25px;
}

.post-img-container {
  transform: translateY(-100px);
  opacity: 0;
  transition:
    transform 1.2s ease,
    opacity 1.6s ease;
}

.post-img-container img {
  max-width: 475px;
  height: auto;
  float: right;
  margin: -240px 0 10px 10px;
  border: 6px solid var(--midnight);
}

.post-title {
  font-size: 50px;
  font-style: italic;
  color: var(--pink);
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .header {
    flex-direction: column;
    align-items: center;
    height: fit-content;
    padding: 80px 0;

    .header-divider {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
    .wp-post-image {
      width: 90%;
    }
  }
  .inner-header .entry-title,
  .inner-header.has-thumbnail .entry-title {
    width: 90%;
    margin: 0 auto !important;
    text-align: center;
    padding: 100px 0 0 0;

    & h1 {
      text-align: left;
      font-size: 36px;

      &::before {
        width: 3rem;
      }
    }

    & p {
      padding: 0;
      font-size: 18px;
    }
  }
  .entry-title {
    & .title-main {
      &::after {
        width: 2.5rem;
        height: 2.5rem;
      }
    }
  }
}

/*--------------------------------------------------------------
## Post Template
--------------------------------------------------------------*/

.post-template-default {
  .entry-content {
    width: 90%;
    max-width: 1200px;
    margin: 80px 0;
  }

  &.service-post {
    .entry-content > *:not(.wp-block-columns, ul) {
      /* max-width: 800px;
      width: 90%;
      margin-left: auto !important;
      margin-right: auto !important; */
    }
    .dalmatian-bg-card {
      margin-bottom: 80px;
    }
    .entry-content {
      /* padding: 80px 0 0 0; */
      width: 100%;
      max-width: none;
      margin: 0;

      & > p:last-of-type {
        margin-bottom: 0;
      }
      & > .wp-block-columns {
        margin-top: 80px;
      }
    }
  }
  .wp-block-column {
    width: 100%;
  }
}

.post-template-default.service-post {
  .entry-content {
    padding-bottom: 0px;
    & > p:first-of-type {
      margin-bottom: 40px;
    }
  }
}

/*--------------------------------------------------------------
## SP Team
--------------------------------------------------------------*/
.page-id-567 {
  .logo-assembly {
    display: none;
  }
  .footer {
    margin-top: 0;
  }
}
.page-template-default.page-id-567 #content {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0;
  margin-bottom: 0;

  .entry-content > p:first-of-type {
    margin-bottom: 0;
  }
}

.dvm-container {
  background-color: var(--midnight);
  padding: 80px 0;

  & h2 {
    color: #fff;
    text-transform: uppercase;
  }

  .dvm-text {
    & h3 {
      color: var(--azure);
    }
    & p {
      color: #fff;

      &:last-of-type {
        margin-bottom: 0;
      }
    }
  }
}

.dvm-team-container {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dvm-team-container-inner {
  display: flex;
  align-items: flex-start;
  padding-bottom: 80px;

  &:last-of-type {
    padding-bottom: 0;
  }
}

.team-photo {
  width: 250px;
  height: 250px;
  min-width: 250px;
  max-width: 90%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.dvm-text {
  padding: 0 0 0 5%;
}

.dvm-text h2 {
  margin-bottom: 0px;
}

.dvm-text p {
  line-height: 25px;
}

.team-divider {
  display: flex;
  width: 90%;
  max-width: 380px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #fff;
  margin: 20px 0;
}

.staff-section {
  padding: 80px 0;
}

.staff-section + .staff-section {
  padding-top: 0;
}

.staff-container {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

  & h2 {
    text-transform: capitalize;
    border-bottom: 2px solid var(--mid-gray);
    margin-bottom: 24px;
  }
}

.staff-team-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.staff-team-container-inner {
  display: flex;
  flex-direction: column;

  .team-photo {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .dvm-team-container-inner {
    justify-content: center;
    flex-direction: column;
  }
  .dvm-text {
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
## SP Services
--------------------------------------------------------------*/

.services-list {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: var(--midnight);
  margin-top: 60px;
}
.services-list-container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 100px 0;
  justify-content: center;
}
.services-list-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 45px 0;
}
.service-list-card {
  position: relative;
  width: 40%;
  margin: 25px 25px 0px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-bottom: 2px solid var(--azure-hover);
  transition: all 0.5s ease;
}
.service-list-card h2 {
  text-align: center;
  font-size: 20px;
  color: var(--midnight);
  text-transform: uppercase;
  color: var(--azure);
  transition: all 0.5s ease;
  text-transform: initial;
  margin-bottom: 25px;
  text-align: left;
}
.service-list-card:hover {
}
.service-list-card:hover .service-list-bg {
  /* width: 125%;
  height: 125%; */
}
.service-list-card:hover .service-list-overlay p {
  /* color: #333344;
  background-color: white; */
}
.service-arrow-ctn {
  display: flex;
  margin-bottom: 20px;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid var(--azure-hover);
}
.service-list-card svg {
  fill: var(--azure-hover);
  width: 35px;
  height: 16px;
  transition: width 0.5s ease;
}
.service-list-card svg line {
  stroke: var(--azure-hover);
  transition: width 0.5s ease;
}
.service-list-card:hover {
  border-bottom: 2px solid var(--azure);
}
.service-list-card:hover svg {
  width: 50px;
}
.service-list-card:hover svg line {
  width: 70px;
  stroke: var(--azure);
}
.service-list-card:hover .arrow-right {
  border-left: 8px solid var(--azure);
}

@media screen and (max-width: 700px) {
  .service-list-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-callout-wrapper {
    flex-direction: column;

    & p:first-of-type {
      padding-bottom: 20px;
    }
  }
  .blue-button {
    /* width: 100%; */
  }
}

/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/
.page-id-43 {
  & .entry-content {
    max-width: 800px;
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    & > p:first-of-type {
      margin-bottom: 40px;
    }
  }
}

.page-id-43 .appointment-area {
  /* display: none; */
}

.page-id-43 #content {
  /* width: 100vw !important;
  max-width: none !important;
  margin: 0 !important; */
}

#contact-us {
  width: 100%;
  /* display: flex; */

  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
}

#contact-map {
  /* width: 65%; */

  & iframe {
    border-radius: 10px;
    min-height: 300px;
  }
}

.contact-divider {
  width: 50px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #fff;
  margin: 20px 0;
}

#contact-info {
  /* width: 35%; */
  border-radius: 10px;
  padding: 5%;
  background-color: var(--pink);
  display: flex;
  justify-content: center;
  align-items: center;
}

.visit-us {
  width: 100%;

  & p:last-of-type {
    margin-bottom: 0 !important;
  }
}

.visit-us h2 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.visit-us a,
.visit-us p {
  color: #fff;
  font-size: 20px;
}

#contact-info h2 {
  font-size: 26px;
  /* margin-bottom: 5px; */
}

#gform_3 .gfield_label,
#field_3_6,
#field_3_7 {
}

#gform_3 input,
#gform_3 textarea {
  width: 100%;
  border: none;
  padding: 8px;
}
#gform_fields_3 {
}

#gform_fields_3 li {
  /* width: 48%;
  margin: 0;
  padding: 0; */
}

/*--------------------------------------------------------------
## Thank You
--------------------------------------------------------------*/

.review-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin: 10px !important;
  background-color: var(--midnight);
}

.review-block i {
  color: white !important;
  font-size: 32px !important;
}

.review-block p {
  color: white !important;
  margin-bottom: 0 !important;
  font-size: 28px;
  padding: 0 !important;
}

.review-block:hover {
  transition: all 0.3s ease-in;
  transform: scale(1.1);
}

.page-id-369 {
  #container {
    background-color: #f2faff;

    & h2.wp-block-heading {
      color: #183f4e;
      line-height: 1.1;
    }
  }
  .entry-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/

.search-results article {
  display: flex;
  justify-content: center;
}

.search-results .entry-summary {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 40px;
}

.search-results article:first-of-type {
  margin-top: 80px;
}

.search-results article:last-of-type {
  margin-bottom: 80px;
}

.search-results .posts-header {
  display: none;
}

.search-results .post-title {
  font-size: 40px;
  margin: 10px 0;
}

.vist-page-box {
  margin-top: 10px;
}

.vist-page {
  position: relative;
  font-size: 20px;
}

.vist-page:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  display: block;
  content: "";
  border-bottom: 2px solid var(--midnight);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.vist-page:hover:after {
  transform: scaleX(1);
}

.search-no-results .entry-content .search-field {
  margin: 25px 0;
}

.search-no-results .search-submit {
  font-size: 18px;
  padding: 6px 12px;
  color: white;
  background-color: var(--midnight);
  border: 2px solid var(--midnight) !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
}

.search-no-results .search-submit:hover {
  color: var(--midnight);
  background-color: white;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/

#error-code {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Logo Assembly
--------------------------------------------------------------*/

.assembly-wrapper {
  margin: 0 auto;
}

.logo-assembly {
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  width: 90%;
}

.logo-assembly-inner {
  position: relative;
  width: 642px;
  height: 160px;
}

.logo-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .logo-assembly-inner {
    width: 260px;
    height: 106px;
  }

  .logo-assembly {
    padding: 20px 0;
    min-height: 220px;
  }

  .home .entry-content > .wp-block-columns .logo-assembly,
  .footer .assemby-wrapper .logo-assembly {
    margin: 0 auto;
    justify-content: center;
  }
  .inner-wrapper.logo-assembly {
    padding: 0 !important;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-callout {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background-color: var(--azure);
  transition: all 0.4s ease;

  & h3 {
    color: var(--midnight);
    font-size: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
  }
  & h2 {
    color: var(--midnight);
    font-size: 40px;
    margin-bottom: 28px;
    text-transform: capitalize;
  }
  .footer-call-btn {
    display: inline-block;
    color: white;
    text-align: center;
    letter-spacing: 0.04em;
    border-radius: 100px !important;
    border: none !important;
    background-color: var(--pink);
    padding: 20px 24px;
    transition: all 0.4s ease;
    font-size: 16px;
    font-weight: 700;
  }
}

.join-our-team {
  background-color: var(--tan);
  /* background-image: url(/wp-content/uploads/2025/01/AdobeStock_545114996-1.png); */

  .footer-callout-container {
    max-width: 900px;
    width: 90%;
  }
  .footer-callout-wrapper {
    background-color: transparent;

    & p {
      font-weight: normal;
    }
    & a {
      font-weight: normal;
      text-decoration: underline;
    }
  }
}

.footer-callout-container {
  width: 640px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-callout-wrapper {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 25px;
}

.footer-callout-wrapper > p {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: bold;
  color: var(--midnight);
}

.footer-callout-wrapper > p > a {
  font-weight: normal;
  color: var(--midnight);
}

.footer-inner-container {
  padding: 80px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 40px auto;
  background-color: var(--midnight);
  background-repeat: repeat;
  background-size: auto;
  background-image: url(/wp-content/uploads/2026/06/low-contrast-linen-2880w.png);
}

.footer-widgets {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-widgets .fifty-percent:first-of-type {
  width: 40%;
}

.footer-widgets .fifty-percent:last-of-type {
  width: 60%;
}

.footer-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
  margin-top: 40px;
}

.footer-badges img {
  height: 60px;
  width: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
}

.footer-copyright {
  text-align: center;
  padding-top: 20px;
}

.copyright-text {
  text-align: center !important;
}

.footer-copyright .copyright-text,
.footer-copyright .copyright-text a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

#find-us {
  scroll-margin-top: 280px;
}

.page-id-3407 {
  .footer {
    margin-top: 0 !important;
  }
  .assemby-wrapper {
    display: none;
  }
  .logo-assembly-inner {
    height: auto;
  }
  .dalmatian-full-col-wrap {
    background-image: url(/wp-content/uploads/2026/06/tnv-logo-parts-01.svg);
    background-size: contain;
    background-position: right;
    margin-bottom: 40px;

    .logo-assembly-inner {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
    }
  }
}

.footer {
  position: relative;
  z-index: 2;
  background-size: auto;
  background-repeat: repeat;
  background-image: url(/wp-content/uploads/2026/06/stucco.png);
  margin-top: -80px;
  width: 100vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  .logo-assembly {
    /* padding: 80px 0 0 0; */
    margin-left: -120px;
  }

  #block-21 {
    & > p {
      margin-bottom: 0;
    }
  }

  & h2.wp-block-heading {
    color: var(--tan) !important;
    font-family: var(--primaryFont);
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
  }

  & p,
  a,
  ul,
  li,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #fff;
    font-size: 20px;
  }
  & a {
    color: var(--lite-pink);

    &:hover {
      color: var(--pink);
    }
  }
  .inner-wrapper {
    margin-left: 0;
  }
  .fifty-percent {
    display: flex;
    flex-direction: column;
    & > li {
      list-style: none;
    }
    .footer-logo-figure {
      background-color: var(--tan);
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      padding: 20px;
      margin-bottom: 40px;
      display: flex;
    }
  }
  #block-12 {
    & > p {
      margin-bottom: 0;
    }
  }
  .hours {
    margin-bottom: 1em;
  }
  .day {
    display: flex;
    justify-content: space-between;

    & p {
      margin-bottom: 0;
    }

    & p:first-of-type {
      padding-right: 12px;
      font-weight: bold;
    }
  }
}
#homepage-footer .fifty-percent .custom-html-widget {
  display: flex;
  flex-direction: column;
}

#homepage-footer .fifty-percent:first-of-type .custom-html-widget {
  align-items: center;
}

#homepage-footer .fifty-percent:last-of-type .custom-html-widget {
  justify-content: center;
}

.footer-logo {
  max-width: 300px;
}

.footer-address {
  display: flex;

  & img {
    margin-right: 12px;
  }
}

#hp-footer-logo,
#sp-footer-logo {
}

#find-us {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

#hp-visit-us {
  overflow: hidden;
}

.contact-box {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.contact-box a {
  margin-bottom: 10px;
}

#hp-visit-us a,
#hp-visit-us h2 {
  color: var(--midnight);
}
#hp-visit-us h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.hours-box p:first-child {
  margin-bottom: 0px !important;
}

.bold {
  font-weight: bold;
}

#gform_wrapper_1 {
  margin-top: 0px;
}

#gform_1 {
  display: flex;
  position: relative;
}

#field_1_2 .gfield_label {
  display: none;
}

#gform_fields_1 li,
#gform_1 .gform_footer,
#gform_1 .gform_body {
  width: fit-content;
  padding: 0 !important;
  margin: 0 !important;
}

#gform_fields_1 .ginput_container_email {
  margin-top: 0 !important;
}

#gform_fields_1 input {
  width: 100%;
  border: none;
  padding: 12px 65px 12px 12px;
  border: 0;
}

#subpage-footers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#subpage-footer-inner {
  width: 100%;
  display: flex;
  margin: 5% 0;
}
.page-id-43 #subpage-footer-inner {
  display: none;
}
.subpage-footer-half {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sp-footer-left {
  transform: translateX(-5%);
  opacity: 0;
  transition:
    transform 0.7s ease,
    opacity 2s ease;
}

#sp-footer-right {
  transform: translateX(5%);
  opacity: 0;
  transition:
    transform 0.7s ease,
    opacity 2s ease;
}

.subpage-footer-titles {
  margin-bottom: 20px;
  color: var(--midnight);
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}

.subpage-footer-half .gform_wrapper {
  margin: 0;
}

.subpage-footer-half .gform_footer {
  display: flex;
  justify-content: center;
}

.subpage-footer-half a {
  font-size: 20px;
  color: var(--midnight);
}

.subpage-footer-half .contact-box {
  text-align: center;
}

#footer-socials {
  display: flex;
  align-items: center;
}

.footer-social-links {
  background-color: var(--pink);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  transition: all 0.5s ease;
  color: #fff;

  & i {
    color: #fff;
  }
}

.footer-social-links:hover {
  background-color: var(--tan);

  & i {
    color: var(--midnight);
  }
}

.footer-social-links:not(:last-of-type) {
  margin-right: 5px;
}

.copyright-inner.inner-wrapper {
  align-items: center;
}

.copyright-bar {
  width: 100vw;
  display: flex;
  justify-content: center;
  background-color: var(--pink);
  padding: 30px 0;
}

.copyright-text {
  text-align: right;
}

.copyright-text,
.copyright-text a {
  font-size: 18px;
  text-transform: capitalize;
  color: white;
  margin: 0 auto;
}

body:not(.home) .copyright-text {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer-inner-container {
    padding: 40px 20px;
  }
  .footer-widgets {
    flex-direction: column;
  }
  .footer-widgets .fifty-percent:first-of-type,
  .footer-widgets .fifty-percent:last-of-type {
    width: 100%;
  }
  .footer-badges {
    gap: 24px;
    flex-wrap: wrap;
  }
  .footer-badges img {
    height: 45px;
  }
  .footer-address {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;

    & > img {
      margin-bottom: 12px;
    }
  }
  .day {
    display: flex;
    flex-direction: column;

    &:first-of-type {
      margin-bottom: 1em;
    }
  }
}

/* Testimonial Secton */

.testimonial-section {
  padding: 80px 0;
  width: 100%;

  .testimonial-section__inner {
    width: 100%;
    max-width: none;
    /* padding: 0 0 0 5%; */
    display: flex;
  }

  .title-card {
    padding: 80px;

    .title-arrow {
      width: 75px;
      margin-top: 20px;
    }
  }
  .testimonial-section-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
  }
  .title-arrow:hover {
    cursor: pointer;
  }
}

.testimonial-card {
  position: relative;
  min-width: 325px;
  padding: 40px 20px;
  background-color: var(--azure);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in;

  & p {
    margin-bottom: 0;

    & a {
      color: var(--midnight);
    }
  }
}

.read-more-card {
  background-color: var(--tan);

  & h3 {
    margin-bottom: 0;
    transition: all 0.3s ease-in;
    font-size: 1.5em;
  }

  &:hover {
    background-color: var(--midnight);

    & h3 {
      color: #fff;
    }
  }
}

/* testimonial page */

.testimonial-page {
  .testimonial-page__inner {
  }
  .testimonial-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .testimonial-title {
    font-weight: bold;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .testimonial-section {
    display: none;
  }
}

.testimonial-title {
  font-weight: bold;
  margin-bottom: 0 !important;
}

/* carousel styles */
.carousel-body {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.carousel-inner {
  display: flex;
  transition: all 0.6s ease;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-right: 20px;

  &::-webkit-scrollbar {
    display: none;
  }
}
.carousel-card {
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 32px;
  width: calc(30% - 32px);

  &:first-of-type {
    margin-left: 20px;
  }
}

/*--------------------------------------------------------------
# Hidden Elements -- take this shit below out????
--------------------------------------------------------------*/

.page-id-632 #header-top,
.page-id-632 #menu,
.page-id-632 #header-social-box,
.page-id-632 .inner-header,
.page-id-632 .appointment-area,
.page-id-632 #footer,
.page-id-632 #sticky-header,
.page-id-632 #copyright,
.page-id-630 #header-top,
.page-id-630 #menu,
.page-id-630 #header-social-box,
.page-id-630 .inner-header,
.page-id-630 .appointment-area,
.page-id-630 #footer,
.page-id-630 #sticky-header,
.page-id-630 #copyright,
.page-id-369 #sticky-header,
.page-id-369 #copyright,
.page-id-371 #header-top,
.page-id-371 #menu,
.page-id-371 #header-social-box,
.page-id-371 .appointment-area,
.page-id-371 #footer,
.page-id-371 #sticky-header,
.page-id-371 .copyright-bar {
  display: none !important;
}

.page-id-632 #sticky-header,
.page-id-630 #sticky-header,
.page-id-369 #sticky-header,
.page-id-371 #sticky-header {
  padding: 0;
}

.page-id-632 #main-header,
.page-id-630 #main-header,
/* .page-id-369 #main-header, */
.page-id-371 #main-header {
  display: flex;
  justify-content: center;
}

.page-id-632 .header,
.page-id-630 .header {
  height: 40px;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1120px) {
  /* HOMEPAGE SECTIONS */

  #hero-container {
    overflow-y: inherit;
    height: 100%;
    display: flex;
  }

  #video-697-2 {
    display: flex;
  }

  #video-text {
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
  }

  .inner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .fifty-percent {
    width: 100%;
    padding: 0 !important;
    text-align: center;
    margin: 15px 0;
  }

  .about-section {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 25px;
  }

  #about-intro {
    margin-top: 25px;
  }

  #services-box {
    margin-left: 0;
  }

  .services-inner {
    width: fit-content;
  }

  #icons-image,
  #hp-services-intro p,
  #services-title,
  #team-image {
    display: none;
  }

  #meet-the-team .fifty-percent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .home .appointment-area {
    background-position: center;
  }

  /* SUBPAGES */

  #contact-us {
    display: flex;
    flex-direction: column-reverse;
  }

  #contact-map,
  #contact-info {
    width: 100%;
  }

  #gform_1 .gform_footer.top_label {
    display: flex;
    justify-content: center;
  }

  .team-text {
    padding: 0;
    margin-top: 5%;
  }

  .dvm-team-container-inner {
    display: block;
  }

  .team-photo {
    float: left;
    margin-right: 35px;
    margin-bottom: 10px;
  }

  /* FOOTER */

  #homepage-footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    margin-bottom: 25px;
  }

  #find-us {
    transform: translateY(0px);
  }

  .visit-us {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #gform_1 {
    justify-content: center;
  }

  #field_1_2 {
    position: relative;
  }

  #field_1_2 .gfield_label {
    width: 100%;
    /* font-size: 18px; */
    text-align: center;
  }

  .copyright-bar .inner-wrapper {
    justify-content: center;
  }

  .footer-socials {
    margin-bottom: 12px;
    justify-content: center;
  }

  .copyright-text {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  #three-callouts {
    height: auto;
    flex-direction: column;
  }

  .callout-text h2 {
    font-size: 1.25em;
  }

  .callout {
    width: 100%;
    background-size: cover;
    padding: 80px 0;
    margin: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  /* NOTE: This media query is exclusively for displaying mobile header elements. Adjust the breakpoint depending on the amount of menu items you have. */

  #main-header {
    justify-content: space-between;
    padding: 10px 0;
  }

  #header-left,
  #header-right {
    width: auto;
  }

  #header-top {
    display: none;
  }

  #mobile-menu-container {
    display: block;
  }

  #header-top {
    justify-content: center;
    background-color: #013f50;
  }

  #menu #main-menu {
    display: none;
  }

  #header-logo-mobile {
    display: block;
  }

  .menu-item-3249 {
    display: none !important;
  }

  #hamburger {
    display: flex;
  }

  .burger-line,
  .burger-line::before,
  .burger-line::after {
    background: #fff;
  }

  .scrolled .burger-line,
  .scrolled .burger-line::before,
  .scrolled .burger-line::after,
  .menu-open .burger-line,
  .menu-open .burger-line::before,
  .menu-open .burger-line::after {
    background: var(--midnight);
  }

  .menu-open {
    #main-header {
      background-color: #fff;
    }
  }

  #header-social-box {
    left: 0;
    right: 0;
    justify-content: center;
  }

  #open-search {
    border-left: none;
  }

  #open-search i,
  #hamburger i {
    font-size: 24px;
  }

  #sticky-header {
    transform: translateY(-235px);
  }
  .sticky-button {
    font-size: 24px;
    & span {
      display: none;
    }
  }

  .footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 850px) {
  #subpage-footer-inner {
    margin: 0 0 5% 0;
    flex-direction: column-reverse;
  }

  .subpage-footer-half {
    width: 100%;
  }
}

@media screen and (max-width: 740px) {
  #video-bold-text,
  #video-italics-text {
    font-size: 40px;
  }

  .video-thin-text {
    font-size: 28px;
  }

  .team-photo {
    float: none;
  }
  .odd-background {
    background-position: center bottom;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 642px) {
  #gform_fields_1 {
    flex-direction: column;
  }

  #gform_fields_1 li {
    padding-right: 0;
  }

  #gform_submit_button_1 {
    width: 100%;
    padding: 0 10px;
  }
  .appointment-area {
    background-image: none !important;
    background-color: #fff;
    height: auto;
    padding: 60px 0 40px 0;
  }
  .appointment-box .button-container:first-of-type {
    margin-right: 0;
  }

  .appointment-box .lite-button {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
  }
  .appointment-box {
    flex-direction: column;
  }

  .post-img-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .post-img-container img {
    max-width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .appointment-container h2 {
    font-size: 1.25em;
  }
  .service-call-card {
    & h3.underlined {
      font-size: 1.1em;
    }
  }
}
@media screen and (max-width: 900px) {
  #header-logo-mobile {
    width: 200px;
  }

  .header-top-buttons {
    font-size: 12px;
  }

  .services-inner {
    height: auto;
    margin-bottom: 20px;
  }

  #team-border-one {
    margin-bottom: -5px;
    width: 100vw;
  }

  #team-border-two {
    margin-top: -5px;
    width: 100vw;
  }

  #gform_fields_1 input {
    height: 65px;
  }

  .wp-video {
    display: none;
  }

  #hero-container {
    height: 65vw;
    overflow-y: hidden;
    background-color: var(--azure);
  }
  #video-text h1 {
    color: var(--midnight);
    text-shadow: none;
    font-size: 1.5em;
  }
  .btns-ctn {
    flex-direction: column;

    .blue-button {
      width: 100%;
      text-align: center;
    }
  }
}
#gform_wrapper_3 li.gfield input:not([type="radio"]):not([type="checkbox"]),
#gform_wrapper_3 li.gfield textarea,
#gform_wrapper_3 li.gfield select,
#gform_wrapper_2 li.gfield input:not([type="radio"]):not([type="checkbox"]),
#gform_wrapper_2 li.gfield textarea,
#gform_wrapper_2 li.gfield select {
  background-color: #fafafa;
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px !important;
  color: #444;
  width: 100% !important;
}

#gform_wrapper_3 label.gfield_label,
#gform_wrapper_2 label.gfield_label {
  color: var(--midnight);
}
#gform_wrapper_3 .gform_wrapper .gfield_required,
#gform_wrapper_2 .gform_wrapper .gfield_required {
  color: var(--midnight) !important;
}
.page-id-564 .entry-content {
}
#gform_wrapper_3,
#gform_wrapper_12,
#gform_wrapper_2 {
  background-color: white;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 700px;
  max-width: 100%;
}
#gform_wrapper_3 {
  padding-top: 50px;
  margin: auto;
}
#gform_fields_2 {
  padding-top: 40px;
}
#gform_fields_3 > li,
#gform_fields_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 auto 15px auto;
  box-sizing: border-box;
  width: 100%;
}
#gform_fields_2_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#field_2_2 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#field_2_26 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}
.appt-header {
  width: 100%;
  background-color: var(--midnight);
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 50px 50px 35px 50px;
  position: relative;
}
.appt-header h2 {
  margin-bottom: 20px;
  font-weight: bold !important;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 2px solid #fff !important;
  padding-bottom: 20px;
  width: 100%;
  max-width: 75%;
  font-size: 32px;
}
.appt-header p,
.appt-header a {
  color: #fff;
  margin-bottom: 0 !important;
  font-size: 20px;
}
.appt-page-number > p {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0 !important;
}
.appt-urgent-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 50px;
  background-color: #eb5757;
  width: 100%;
  box-sizing: border-box;
}
.appt-urgent-cta p {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
.appt-urgent-cta p a {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
#field_2_24 {
  padding: 0 !important;
}
#input_2_3 {
  /* margin-left: 0 !important; */
  margin-bottom: 0 !important;
  display: flex;
}
#input_2_3 > li {
  margin-bottom: 0 !important;
  margin-right: 15px;
}
#input_2_3 > li > * {
  margin-top: 0 !important;
}
#field_2_3 {
  display: flex;
  align-items: center;
}
#field_2_3 > .ginput_container {
  margin-top: 0;
}
#gform_wrapper_3 .gform_footer,
#gform_wrapper_2 .gform_page_footer {
  border-top: none !important;
  padding: 0 50px !important;
  margin: 25px 0 0 0 !important;
}
#gform_wrapper_2 ul.gfield_radio input {
  box-shadow: none;
}
#gform_wrapper_2 ul.gfield_radio input:checked ~ label {
  color: var(--midnight);
}
/* .gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  color: var(--midnight);

} */
#gform_wrapper_2 .gform_next_button {
}
#gform_wrapper_2 .gform_next_button:hover {
}
#field_2_13 > .ginput_container {
  position: relative;
}
#field_2_13 > .ginput_container > .ui-datepicker-trigger,
#field_2_13 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 18px;
}
#field_2_15 > .ginput_container {
  position: relative;
}
#field_2_15 > .ginput_container > .ui-datepicker-trigger,
#field_2_15 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 18px;
}
#gform_fields_2_2 .gfield_radio {
  margin: 0 !important;
  display: flex;
}
#gform_fields_2_2 .gfield_radio > li {
  display: flex;
  align-items: center;
}
#gform_fields_2_2 .gfield_radio > li > * {
  margin-top: 0 !important;
  margin-right: 10px;
}
#field_2_14 .ginput_container {
  margin-top: 0 !important;
}
#field_2_16 .ginput_container {
  margin-top: 0 !important;
}
#gform_page_2_2 .gform_page_footer {
  display: flex;
  flex-direction: column;
}
#gform_wrapper_2 .gform_previous_button {
  border: 2px solid var(--midnight);
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--midnight);
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
  margin-bottom: 5px !important;
  display: block;
}
#gform_wrapper_2 .gform_previous_button:hover {
  background-color: #fff;
  color: var(--midnight);
  cursor: pointer;
}
#gform_submit_button_3,
#gform_submit_button_2 {
  border: 2px solid var(--midnight);
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--midnight);
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
}
#gform_submit_button_3:hover,
#gform_submit_button_2:hover {
  background-color: #fff;
  color: var(--midnight);
  cursor: pointer;
}
#field_2_11 {
  width: 100% !important;
}
.button:hover,
.button:focus {
}
.career-page h1 {
  text-transform: uppercase;
  color: var(--midnight);
  margin-bottom: 20px;
}
.career-page .hero {
  background: #fff url(/wp-content/uploads/2021/09/Frame-5.svg) bottom right /
    auto 80% no-repeat;
  padding: 10% 30px;
  position: relative;
}
.career-page .hero div {
  max-width: 1024px;
  margin: 0 auto;
}
.career-page .hero div > * {
  max-width: 510px;
}
.hero-image {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-height: 80%;
  width: calc(100% - 570px);
  object-fit: contain;
  max-width: 30%;
}

.cta-section {
  display: flex;
}

.cta-section a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--midnight) 00 url(/wp-content/uploads/2021/09/Who-We-Are.png)
    center / cover no-repeat;
  padding: 30px;
  height: 25vw;
  min-height: 250px;
  transition: 0.5s;
  background-blend-mode: multiply;
}
.cta-section a:nth-child(2) {
  background-image: url(/wp-content/uploads/2021/09/Services.jpg);
}
.cta-section a:nth-child(3) {
  background-image: url(/wp-content/uploads/2021/09/Open-Positions.png);
}
.cta-section a:hover {
  background-color: var(--midnight) ff;
}
.cta-section a h3 {
  margin-bottom: 0;
  text-align: center;
}
.career-about {
  background: var(--midnight)
    url(/wp-content/uploads/2021/09/Why-Awesome-Vet.png) 40% center / cover
    no-repeat;
  display: flex;
  justify-content: flex-end;
}
.career-about div {
  color: #fff;
  background: #034050dd;
  max-width: 810px;
  padding: 60px 30px;
}

.career-page .pre-footer {
  padding: 90px 30px 180px;
}
.center-narrow {
  padding: 90px 30px 90px;
}
.career-page .pre-footer div,
.center-narrow div {
  max-width: 818px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 801px) {
  .career-about div {
    padding: 150px 90px;
  }
  .career-page.about .hero-image {
    max-width: 50%;
    right: 0;
  }
}
@media (max-width: 800px) {
  #gform_fields_3 > li,
  #gform_fields_2 > li {
    padding: 0 20px !important;
  }
  .cta-section {
    flex-direction: column;
  }
  .career-page .hero {
    padding-bottom: 60%;
  }
  .career-page.about .hero {
    padding-bottom: 230px;
  }
  .hero-image {
    max-width: 330px;
    max-height: unset;
    width: 40%;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 801px) and (max-width: 920px) {
  .hero-image {
    right: 5%;
  }
}
.blue-text {
  color: var(--tan) !important;
}
.dark-blue-text {
  color: var(--midnight) !important;
}
.accordion {
  padding: 44px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.125);
  border-radius: 30px;
}
.accordion .head {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #034050;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.accordion .head span:last-child {
  color: var(--dark-gray);
  font-size: 18px;
  text-decoration: none;
}
.accordion .body {
  margin-top: 30px;
}
.accordion + .accordion {
  margin-top: 30px;
}

/* Staff card grid */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.staff-card.accordion {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow: hidden;
}

.staff-card.accordion + .staff-card.accordion {
  margin-top: 0;
}

.staff-card .team-photo {
  width: 100% !important;
  max-width: none !important;
  height: 0;
  padding-bottom: 100%;
  min-width: unset;
  border-radius: 0;
  background-position: center;
  background-size: cover;
}

.staff-card .head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 20px;
  font-size: inherit;
  text-transform: none;
  line-height: 1.4;
  gap: 4px;
}

.staff-card .staff-name {
  color: var(--pink);
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primaryFont);
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.staff-card .head .chevron {
  font-size: 14px;
  color: var(--pink);
  transition: transform 0.3s ease;
}

.staff-card .head .staff-role {
  color: var(--mid-gray);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
}

.staff-badge {
  display: inline-block;
  font-size: 10px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: var(--mid-gray);
  border: 0;
  border-radius: 20px;
  padding: 4px 12px;
  margin-top: 0px !important;
  text-decoration: none;
  background-color: var(--lite-gray);
  width: fit-content;
  line-height: 2;
}

.staff-card .body {
  padding: 0 20px 20px;
  margin-top: 0;
}

.staff-card .body p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .staff-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .staff-grid {
    grid-template-columns: 1fr;
  }
}
.new-row {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
.page-template-landing #header {
  display: none;
}
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading {
  margin-bottom: 0.5em;
}
.aligncenter {
  display: flex;
  justify-content: center;
}

/* rye css */

.ty {
  .rye-body {
    padding-top: 0;

    .rye-body-container {
      & p:last-of-type {
        font-weight: bold;
        text-transform: uppercase;
        color: #4a8aa9;
        font-size: 24px;
      }
    }
  }
}
.rye {
  .rye-hero {
    background-color: #f2faff;
    position: relative;
    height: 75vw;
    max-height: 550px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;

    & h1 {
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 60px;
      font-weight: bold;
      color: #183f4e;
      text-align: center;
      line-height: 1;
    }

    & div {
      position: absolute;
      top: 10%;
      left: 50%;
      transform: translate(-50%);
    }
  }
  .rye-body-container p strong {
  }
  .td {
    background-color: #4a8aa9;
    & svg {
      transform: rotate(180deg);
    }
  }
  .tu {
    background-color: #183f4e;
  }
}
.ears-parent {
  max-width: 900px;
  width: 90%;
  animation: hideshow 3s ease infinite;
}

@keyframes hideshow {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
.page-id-369 {
  .entry-content p:nth-child(3) {
    font-weight: bold;
    text-transform: uppercase;
    color: #4a8aa9;
    font-size: 24px;
  }
}
.rye > img {
  width: 100%;
}
.rye-body {
  width: 100%;
  padding: 80px 0 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rye-body-container {
  width: 800px;
  max-width: 90vw;
  text-align: center;
}
.rye-body-container > h1 {
  text-transform: uppercase;
  font-size: 40px;
}
.rye-body-container > h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: capitalize;
}
.rye-body-container > p:last-of-type {
  padding-bottom: 60px;

  & span {
    font-weight: bold;
    text-transform: uppercase;
    color: #4a8aa9;
    font-size: 24px;
  }
}
.ty .rye-body-container > p:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px !important;
}
.rye-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rye-btns a {
  background-color: #46a480;
  border-radius: 100px;
  width: 125px;
  height: 125px;
}
.rye-btns > a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;

  & svg {
    width: 50px;
  }
}
.rye-btns > a:first-of-type {
  margin-right: 30px;
}
.rye-btns > a:last-of-type {
  margin-left: 30px;
}
.rye-btns a:hover {
  transform: scale(1.1);
}
.rye-bottom {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.rye-btns img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .rye-btns {
  }
  .ty .rye-btns {
    flex-direction: row;

    & a {
      margin: 10px !important;
    }
  }
  .rye-btns > a:first-of-type {
  }
  .rye-btns > a:last-of-type {
  }
  .rye h1 {
    font-size: 50px !important;
  }
  .rye-hero img {
    max-width: 80vw;
  }
  .rye .rye-hero div {
    top: 10%;
    max-width: 90%;
  }
}

.has-text-align-center {
  text-align: center;
}

.ears {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  max-width: 900px;
  width: 90%;

  & path {
    fill: #4a8aa9;
  }
}
.ears.ears-active {
  opacity: 1;
}

/* testing change *

/*--------------------------------------------------------------
# Dalmatian Blocks
--------------------------------------------------------------*/

/* Block 1: 50/50 Two Column */

.dalmatian-two-col.outer-width {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px 0;
  align-items: stretch;
}

.dalmatian-two-col.outer-width + .dalmatian-two-col.outer-width {
  padding-top: 0;
}

.dalmatian-two-col.outer-width.reversed {
  direction: rtl;
}

.dalmatian-col-side {
  border: 1px solid var(--brown);
}

.dalmatian-two-col.outer-width.reversed > .dalmatian-col-side {
  direction: ltr;
}

.col-side-image {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  min-height: 300px;
}

.col-side-content {
  background-color: var(--brown);
  border-radius: 10px;
  padding: 40px;
}

.col-side-content,
.col-side-content h2,
.col-side-content h3,
.col-side-content p,
.col-side-content a,
.col-side-content li {
  color: #fff;
}

.col-side-content a,
.col-side-content li,
.col-side-content p {
  font-size: 18px;
}

.col-side-content p strong:first-of-type,
.col-side-content h3,
.col-side-content h2 {
  font-family: var(--primaryFont);
  font-size: 24px;
  margin-bottom: 12px;
}

.col-side-content .wp-block-buttons {
  justify-content: center;
}

.col-side-paw {
  width: 116px;
  height: 116px;
  margin-bottom: 40px;
  display: block;
  filter: brightness(0) invert(1);
  margin-left: -5%;
}

.two-col-alt .col-side-content {
  background-color: var(--midnight);
  /* background-color: var(--brown); */
}

@media screen and (max-width: 1024px) {
  .col-side-content {
    padding: 24px;
  }
  .dalmatian-two-col.outer-width {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dalmatian-two-col.outer-width.reversed {
    direction: ltr;
  }
}

/* Block 2: Background Image Card */

.dalmatian-bg-card-bg {
  position: absolute;
  inset: -20% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dalmatian-bg-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  height: fit-content;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  max-width: none;
}

.dalmatian-bg-card-content {
  max-width: 600px;
  grid-column: 2;
  background-color: var(--midnight);
  background-repeat: repeat;
  background-size: auto;
  background-image: url(/wp-content/uploads/2026/06/low-contrast-linen-2880w.png);
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin: 60px 80px 60px 40px;
  border-radius: 10px;
  z-index: 3;

  & svg {
    max-width: 100px;
    height: fit-content;
    margin-bottom: 20px;
  }

  & p:first-of-type:has(strong) {
    font-size: 22px;
  }
}

.dalmatian-bg-card-content p,
.dalmatian-bg-card-content li,
.dalmatian-bg-card-content a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.dalmatian-bg-card-content a {
  color: var(--pink);
}

.dalmatian-bg-card-content {
  & li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    break-inside: avoid;
    color: #fff;
  }
  & li::before {
    top: 2px;
    content: "";
    position: absolute;
    left: 0;
    left: -10px;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2024/10/Group.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(18%) sepia(91%) saturate(4956%)
      hue-rotate(332deg) brightness(92%) contrast(101%);
    transform: rotate(-4deg);
  }
}

.dalmatian-bg-card-content h2,
.dalmatian-bg-card-content h3 {
  color: #fff;
  font-family: var(--primaryFont);
  font-size: 24px;
  margin-bottom: 12px;
}

.dalmatian-bg-card-content p:last-child {
  margin-bottom: 0;
}

.bg-card-heart {
  fill: var(--brown);
}

@media screen and (max-width: 1024px) {
  .dalmatian-bg-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dalmatian-bg-card-content {
    grid-column: 1;
    margin: 40px 20px;
    padding: 40px 20px;
  }

  .postid-3275 {
    .dalmatian-bg-card-content {
      margin: 40px 20px !important;
    }
  }
}

.postid-1845 {
  .dalmatian-double-card {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.postid-3275 {
  .dalmatian-bg-card-content {
    margin: 80px 0px 80px 80px;
    grid-column: 1;
  }
}

/* Block 3: Double Card */

.dalmatian-double-card {
  margin-top: 40px;
}

.dalmatian-double-card {
  position: relative;

  & ul {
    columns: 2;
    column-gap: 40px;
  }

  & li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    break-inside: avoid;
    margin-bottom: 1em;
  }

  & li::before {
    top: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    left: -10px;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2024/10/Group.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(18%) sepia(91%) saturate(4956%)
      hue-rotate(332deg) brightness(92%) contrast(101%);
    transform: rotate(-4deg);
  }
}

.dalmatian-double-card-bg {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  position: relative;
}

.dalmatian-double-card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #12364399;
  border-radius: inherit;
}

.dalmatian-double-card-grid {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  margin-top: -220px;
  padding: 0 40px;
}

.dalmatian-dcard {
  background-color: var(--azure);
  padding: 40px 48px;
  border-radius: 10px;
  color: var(--black);
}

.dalmatian-dcard:first-child {
  background: transparent;
  color: #fff;
  padding: 0;
}

.dalmatian-dcard:last-child {
  border: 1px solid var(--dark-gray);
}

.dalmatian-dcard:first-child h2,
.dalmatian-dcard:first-child h3 {
  color: #fff;
}

.dalmatian-dcard:first-child p,
.dalmatian-dcard:first-child a {
  color: #fff;
}

.dalmatian-dcard h2,
.dalmatian-dcard h3 {
  color: var(--black);
}

.dalmatian-dcard p,
.dalmatian-dcard li,
.dalmatian-dcard a {
  color: var(--black);
  font-size: 18px;
}

.dalmatian-dcard p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .dalmatian-dcard {
    background-size: 65% !important ;
  }
  .dalmatian-double-card-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: -300px;
    padding: 0 20px;
  }

  .dalmatian-double-card-bg {
    height: 400px;
  }

  .dalmatian-dcard {
    padding: 24px;
  }

  .dalmatian-double-card ul {
    columns: 1;
  }

  .dalmatian-dcard:first-child {
    padding: 24px 24px 24px 0;
  }
}

/* Block 4: Full Width Column */

.dalmatian-full-col-wrap {
  width: 100%;
  background-color: var(--azure);
  background-image: url(/wp-content/uploads/2026/06/tnv-logo-parts-09.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 85%;
  padding: 80px 0;
}

.dalmatian-full-col {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px;
  align-items: center;
}

.dalmatian-full-col-content {
  display: flex;
  flex-direction: column;
  gap: 16px;

  & p,
  a,
  li {
    font-size: 18px;
  }
}

.dalmatian-full-col-content p:last-child {
  margin-bottom: 0;
}

.dalmatian-full-col-image {
  border-radius: 10px;
  background-size: cover;
  background-position: left;
  min-height: 350px;
  height: 100%;
  border: 1px solid var(--brown);
}

@media screen and (max-width: 1024px) {
  .dalmatian-full-col {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dalmatian-full-col-wrap {
    padding: 60px 0;
    background-size: 100%;
  }
}

/* Block 5: Circle CTA */

.dalmatian-circle-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding: 80px 0;
}

.dalmatian-circle-cta-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.dalmatian-circle-cta h2 {
  color: var(--midnight);
  margin-bottom: 0;
}

.dalmatian-circle-cta-inner {
  max-width: 700px;
  width: 90%;
  color: var(--midnight);
}

.dalmatian-circle-cta-inner p:last-child {
  margin-bottom: 0;
}

.dalmatian-circle-cta-bottom-image img {
  max-width: 400px;
  width: 90%;
  height: auto;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .dalmatian-circle-cta {
    padding: 60px 0;
  }

  .dalmatian-circle-cta-image img {
    width: 150px;
    height: 150px;
  }
}

/* Service Cards */

.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 0 0;
  position: relative;
}

.service-cards-grid::before {
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: var(--azure);
  z-index: -1;
}

.service-card-item {
  border-radius: 10px;
  overflow: hidden;
  border-width: 1px 1px 2px 2px;
  border-style: solid;
  border-color: var(--brown);
  background-color: var(--azure);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  padding: 40px 20px 20px 20px;
  gap: 20px;
  /* aspect-ratio: 1 / 1; */
}

.service-card-item:hover {
  transform: translateY(-6px);
  border-color: var(--pink);

  & h3 {
    color: var(--pink);
  }
}

.service-card-icon {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(1200%)
    hue-rotate(310deg) brightness(90%) contrast(88%);
  transition: transform 0.3s ease;
}

.service-card-item:hover .service-card-icon {
  transform: scale(1.1);
}

.title-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
  padding: 0px 0 0;

  & h3 {
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-family: var(--primaryFont);
    font-size: 26px;
    font-weight: 400;
  }
}

.title-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: var(--azure);
  z-index: -1;
}

.service-card-item h3 {
  color: var(--brown);
  font-size: 18px;
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
  font-family: var(--primaryFont);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .service-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 60px 0;
  }

  .service-card-item:first-child {
    transform: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 600px) {
  .service-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .service-card-item {
    padding: 16px;
  }

  .service-card-icon {
    max-width: 60px;
    max-height: 60px;
  }

  .service-card-item h3 {
    font-size: 15px;
  }
}

/* Service Cards Title */
.service-cards-title {
  color: var(--pink);
  text-align: center;
  font-weight: bold;
  margin: 0;
  margin-bottom: 12px;
  padding: 0px 0 0;
}

/* Service Cards 6-column variant */
.service-cards-grid.cols-6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  padding: 0px 0;
}

.service-cards-grid.cols-6 .service-card-item {
  align-items: center;
  text-align: center;
  aspect-ratio: auto;
  padding: 20px;
}

.service-cards-grid.cols-6 .service-card-icon {
  max-width: 90px;
  max-height: 90px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .service-cards-grid.cols-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .service-cards-title {
    font-size: 26px;
  }
  .service-cards-grid.cols-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Resource Cards Grid */
.resource-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 600px) {
  .resource-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Low Stress Handling Section */

.specialty-services {
  margin-top: 0;

  .low-stress-card {
    margin: 80px auto;
    flex-wrap: wrap;
  }
}

.specialty-card-img {
  max-width: 120px;
  border-radius: 16px;
  order: 3;
  align-self: flex-end;
  margin-bottom: -24px;
}

.specialty-services .blue-button {
  order: 4;
}
.low-stress-section {
  position: relative;
}

.low-stress-bg {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  position: relative;
  border: 1px var(--dark-gray) solid;
}

.low-stress-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background-color: #12364366;*/
  background-color: rgba(18, 54, 67, 0.6);
  border-radius: inherit;
}

.low-stress-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 40px 40px 120px;
}

.low-stress-overlay h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  margin: 0;

  & span {
    font-size: 60px;
  }
}

.low-stress-card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--azure);
  border-radius: 100px;
  padding: 24px 40px;
  margin: -80px 60px 0;
  border: 1px var(--dark-gray) solid;
}

.low-stress-icon {
  flex-shrink: 0;
}

.low-stress-icon img,
.low-stress-icon svg {
  width: 80px;
  height: 80px;
}

.low-stress-content {
  flex: 1;
}

.low-stress-content h3 {
  color: var(--pink);
  font-size: 20px;
  margin: 0 0 6px;
  font-family: var(--pink);
}

.low-stress-content p {
  color: var(--midnight);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.low-stress-btn {
  flex-shrink: 0;
  display: inline-block;
  background-color: var(--pink);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 32px;
  border-radius: 30px;
  transition: opacity 0.3s ease;
}

.low-stress-btn:hover {
  opacity: 0.85;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .specialty-card-img {
    /* display: none; */
    margin: 0 auto;
  }

  .low-stress-card {
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    margin: -60px 20px 0;
    padding: 30px;
  }

  .low-stress-overlay h2 {
    & span {
      font-size: inherit;
    }
  }

  .low-stress-bg {
    height: 350px;
  }
}

@media screen and (max-width: 600px) {
  .low-stress-bg {
    height: 280px;
  }

  .low-stress-card {
    margin: -50px 10px 0;
    padding: 24px;
  }

  .low-stress-icon img,
  .low-stress-icon svg {
    width: 60px;
    height: 60px;
  }
}

.home .entry-content,
.home article,
.home #content {
  overflow: visible;
}

.community-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 120px;
}

.community-banner-bg {
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.community-banner-overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(
    135deg,
    rgba(119, 71, 77, 1),
    rgba(237, 15, 104, 0.1)
  );*/
  background: linear-gradient(
    135deg,
    rgba(119, 71, 77, 0.92),
    rgba(119, 71, 77, 0.55)
  );
}

.community-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.community-banner-photo {
  flex: 0 0 48%;
}

.community-banner-photo img {
  width: 100%;
  border-radius: 16px;
  border: 2px solid #fff;
}

.community-banner-text {
  flex: 1;
  color: #fff;
  padding-right: 4%;
}

.community-banner-text h2 {
  font-family: var(--headingFont);
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.1;
  font-weight: normal;
}

.community-banner-text h3 {
  font-family: var(--headingFont);
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: normal;
}

.community-banner-text p {
  color: #fff;
  /*line-height: 1.7;*/
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.community-banner-text a {
  font-size: inherit;
  color: var(--pink);
  text-decoration: underline;
  font-weight: 400;
}

.community-banner-text a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1024px) {
  .community-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .community-banner-photo {
    flex: 0 0 auto;
    max-width: 500px;
  }
}

@media screen and (max-width: 600px) {
  .community-banner-bg {
    min-height: auto;
  }

  .community-banner-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Appointment Form (Form 2) */
#gform_wrapper_12,
#gform_wrapper_2 {
  max-width: 600px;
  margin: 80px auto !important;
  padding: 40px 0;
}

#gform_wrapper_2 .gfield_label {
  font-weight: 700;
  color: var(--midnight);
  font-size: 15px;
}

#gform_wrapper_2 .gfield_required {
  color: var(--pink);
}

#gform_wrapper_2 input[type="text"],
#gform_wrapper_2 input[type="email"],
#gform_wrapper_2 input[type="tel"],
#gform_wrapper_2 textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  width: 100%;
  background: #fff;
}

#gform_wrapper_2 input[type="text"]:focus,
#gform_wrapper_2 input[type="email"]:focus,
#gform_wrapper_2 input[type="tel"]:focus,
#gform_wrapper_2 textarea:focus {
  border-color: var(--midnight);
  outline: none;
}

#gform_wrapper_2 textarea {
  min-height: 140px;
  resize: vertical;
}

#gform_wrapper_2 .gfield_radio label,
#gform_wrapper_2 .gfield_checkbox label {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

#gform_wrapper_2 .ginput_container_phone .instruction {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

#gform_wrapper_2 .gform_footer {
  text-align: center;
  padding: 20px 50px 0 50px;
}

#gform_wrapper_2 .gform_button {
  background-color: var(--pink);
  color: #fff;
  border: none;
  padding: 14px 50px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#gform_wrapper_2 .gform_button:hover {
  background-color: var(--midnight);
  color: #fff;
}

#gform_wrapper_12 {
  max-width: 600px;
  margin: 80px auto !important;
  padding: 40px !important;

  .gsection_title {
    margin-bottom: 24px !important;
  }
}

#gform_wrapper_12 .gfield_label {
  font-weight: 700;
  color: var(--midnight);
  font-size: 15px;
}

#gform_wrapper_12 .gfield_required {
  color: var(--pink);
}

#gform_wrapper_12 input[type="text"],
#gform_wrapper_12 input[type="email"],
#gform_wrapper_12 input[type="tel"],
#gform_wrapper_12 input[type="number"],
#gform_wrapper_12 textarea,
#gform_wrapper_12 select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  width: 100%;
  background: #fff;
}

#gform_wrapper_12 input[type="text"]:focus,
#gform_wrapper_12 input[type="email"]:focus,
#gform_wrapper_12 input[type="tel"]:focus,
#gform_wrapper_12 input[type="number"]:focus,
#gform_wrapper_12 textarea:focus,
#gform_wrapper_12 select:focus {
  border-color: var(--midnight);
  outline: none;
}

#gform_wrapper_12 textarea {
  min-height: 140px;
  resize: vertical;
}

#gform_wrapper_12 .gfield_radio label,
#gform_wrapper_12 .gfield_checkbox label {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

#gform_wrapper_12 .ginput_container_phone .instruction {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

#gform_wrapper_12 .gform_footer {
  text-align: center;
  padding: 20px 0px 0 0px;
}

#gform_wrapper_12 .gform_button {
  background-color: var(--pink);
  color: #fff;
  border: none;
  padding: 14px 50px;
  font-size: 16px;
  /* font-weight: 600; */
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#gform_wrapper_12 .gform_button:hover {
  background-color: var(--midnight);
  color: #fff;
}

/* Helpful Links cards */
.links-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.link-card {
  padding: 25px 30px !important;
  overflow: visible !important;
  background-color: #fff;
  border: 1px var(--mid-gray) solid;
  border-radius: 10px;
}

.link-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.link-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 4px 0 0;
}

.link-desc a {
  color: var(--pink);
}

a.link-learn-more {
  /* display: inline-block;
  width: fit-content;
  background-color: var(--pink);
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 6px;
  margin-top: 4px;
  transition: background-color 0.3s ease; */
}

a.link-learn-more:hover {
  background-color: var(--midnight);
}

.page-cta-right {
  text-align: right;
  font-size: 15px;
  color: var(--midnight);
  margin-top: 40px;
}

.page-cta-right a {
  color: var(--pink);
  text-decoration: underline;
}

.page-cta-right a:hover {
  color: var(--midnight);
}

/* Committed to Care CTA */

/*.committed-care-section {
  position: relative;
  margin-bottom: 60px;
}

.committed-care-card {
  overflow: hidden;
  position: relative;
}

.committed-care-img {
  max-width: 325px;
  border-radius: 16px;
  order: 3;
  align-self: flex-end;
  margin-bottom: -24px;
}

.committed-care-card .low-stress-content {
}

@media screen and (max-width: 1024px) {
  #gform_wrapper_12,
  #gform_wrapper_2 {
    max-width: 90vw !important;
  }
  .committed-care-img {
    max-width: 100%;
  }
  .committed-care-card .low-stress-content {
    padding-right: 140px;
  }
}

@media screen and (max-width: 768px) {
  .committed-care-card {
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 30px !important;
  }
  .committed-care-card .low-stress-content {
    padding-right: 0;
  }
}*/

.committed-care-section {
  position: relative;
  margin-bottom: 60px;
}

.committed-care-card {
  overflow: hidden;
  position: relative;
}

.committed-care-img {
  max-width: 450px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  order: 3;
  align-self: stretch;
  margin-bottom: -24px;
  margin-top: -24px;
}

.committed-care-card .low-stress-content {
}

@media screen and (max-width: 1024px) {
  #gform_wrapper_12,
  #gform_wrapper_2 {
    max-width: 90vw !important;
  }
  .committed-care-img {
    max-width: 100%;
  }
  .committed-care-card .low-stress-content {
    padding-right: 140px;
  }
}

@media screen and (max-width: 768px) {
  .committed-care-card {
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 30px !important;
  }
  .committed-care-card .low-stress-content {
    padding-right: 0;
  }
}

.page-id-768 {
  .entry-content {
    max-width: 900px;
    margin: auto;

    & p,
    h2,
    h3 {
      margin-left: 0;
      max-width: none;
    }
  }
}

/* customize panel css */

/*CONTACT FORM*/

#gform_wrapper_3 label.gfield_label,
#gform_wrapper_2 label.gfield_label {
  font-size: 20px;
}

#gform_3 .gfield {
  padding: 0 50px;
  margin-left: auto;
  margin-left: auto;
  box-sizing: border-box;
  width: 100%;

  input,
  textarea {
    background-color: #fafafa;
    border: 1px solid #444;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 10px 10px !important;
    color: #444;
    width: 100% !important;
  }

  input::placeholder,
  textarea::placeholder {
    font-size: 18px;
  }
}

/*END CONTACT FORM*/

/*NEWSLETTER FORM*/

#gform_wrapper_1 {
  margin-bottom: 20px;
}

#gform_fields_1 input {
  padding: 20px 65px 20px 12px;
}

#gform_submit_button_1 {
  margin-bottom: 0px;
}

/*END NEWSLETTER FORM*/

/*APPOINTMENT FORM*/

/*END APPOINTMENT FORM*/

#gform_wrapper_2 {
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  border-radius: 5px;
  box-shadow: none;
  width: 700px;
  max-width: 100%;

  .gform_heading {
    display: none;
  }

  .gfield_label {
    color: var(--midnight);
    font-size: 20px;
  }

  .gfield:not(#field_2_2) {
    padding: 0 50px;
  }

  .gfield input:not(.gfield-choice-input) {
    background-color: #fafafa;
    border: 1px solid #444;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 5px 10px !important;
    color: #444;
    width: 100% !important;
  }

  .gform_page_footer {
    border-top: none !important;
    padding: 0 50px !important;
    margin: 25px 0 0 0 !important;
  }

  .gfield select {
    background-color: #fafafa;
    border: 1px solid #444;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 5px 10px !important;
    color: #444;
    width: 100% !important;
  }
}

/*BLOG PAGE*/

/* Wrapper */
.blog-list {
  max-width: 90vw;
  padding: 1rem;
}

/* Each post item */
.blog-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 1.5rem 0;
}

.blog-item:last-child {
  border-bottom: none;
}

/* Thumbnail image */
.blog-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 1rem;
}

/* Title */
.blog-title {
  font-size: 40px;
  font-weight: 400;
  margin: 0.25rem 0 0.5rem;
}

.blog-title a {
  color: var(--midnight);
  text-decoration: none;
}

.blog-title a:hover {
  text-decoration: underline;
}

/* Date */
.blog-date {
  font-size: 0.9rem;
  color: var(--blue-green);
  margin-bottom: 0.75rem;
  display: none;
}

/* Excerpt */
.blog-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--gray);
  margin-bottom: 1rem;
}

/* Read more */
.blog-readmore a {
  font-weight: 600;
  color: var(--midnight);
  text-decoration: none;
}

.blog-readmore a:hover {
  text-decoration: underline;
}

/* Pagination */
.blog-pagination {
  text-align: center;
  margin-top: 2rem;
}

.blog-pagination ul {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}

.blog-pagination li a,
.blog-pagination li span {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  text-decoration: none;
  color: #111827;
  font-size: 0.95rem;
}

.blog-pagination li .current {
  background: var(--blue-green);
  color: #fff;
  border-color: var(--blue-green);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .blog-list {
    padding: 0.75rem;
  }
  .blog-title {
    font-size: 1.3rem;
  }
  .blog-thumb img {
    border-radius: 8px;
  }
}

.category-news {
  .hero-banner-container {
    text-align: center;
    justify-content: center;
    position: relative;
  }
}

.ngfll-confirmation {
  display: none;
}

#lwp-close svg {
  margin-right: 0px !important;
}

#lwp-popup .blue-button {
  display: flex;
}

/*ALEX EDITS*/

/*Removing margin on last menu item*/
#menu #main-menu > li:last-of-type {
  margin-right: 0px;
}

@media screen and (max-width: 1024px) {
  .community-banner-photo {
    margin-bottom: 3vh;
  }
}

/*adding icons to footer shit*/

#footer-phone,
#footer-email {
  display: flex;
  gap: 10px;

  svg {
    max-width: 28px;

    path {
      fill: var(--tan);
    }
  }
}

#footer-address {
  display: flex;
  gap: 10px;

  svg {
    max-width: 30px;

    path {
      fill: var(--tan);
    }
  }
}

.footer p {
  color: rgba(243, 239, 240, 1) !important;
  font-weight: 400;
}

/*aligning hours like current site*/

.footer {
  & .day {
    & p:first-of-type {
      font-weight: 400;
    }
  }
}

/*increase header height due to massive excerpt length*/
.page-id-39 {
  .header {
    height: 980px;
  }
}

/*adjustments to sub title on pages and posts*/
.entry-title h1 span.title-location {
  font-size: 60px;
}

.close-to-home h2 {
  margin-bottom: 0px;
}

/*making text color pink on dalmatian card components*/

.dalmatian-dcard a {
  color: var(--pink);
}

/*adding ridiculous flower graphic*/

.dalmatian-dcard {
  background-image: url(/wp-content/uploads/2026/06/tnv-logo-parts-02-1.svg);
  background-size: 50%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 48px;
}

.postid-1845 {
  .dalmatian-double-card-bg {
    background-size: 110%;
  }
}

/*increasing padding on paragraph in bottom so that the flower isn't overlapping*/

.dalmatian-dcard p:last-of-type:last-child {
  /* padding: 0% 8%; */
}

/*reducing header height on specific pages*/

.page-id-564,
.page-id-3348,
.page-id-3336,
.page-id-567 {
  .header {
    height: 650px;
  }

  .inner-header {
    justify-content: center;

    .entry-title {
      width: 100%;
      margin-left: 0px;

      & h1 {
        text-align: center;
      }
    }
  }
}

/*reducing header height on services posts*/

.category-services {
  .header {
    height: 700px;
  }
}

/*this one needed a custom height*/

.postid-3275 {
  .header {
    height: 800px;
  }
}

.page-id-3407 {
  .service-card-item {
    justify-content: center;
    align-items: center;

    h3 {
      color: var(--pink);
    }
  }
}

/*removing background on form and removing extra padding*/

#gform_wrapper_12 {
  padding: 0px !important;
  max-width: 960px;
  background-color: transparent;
  box-shadow: none;
}

/*adding media queries for ridiculous flower graphic so it doesn't overlap - prob a better way to do this, but I'm slammed*/

@media screen and (min-width: 1539px) {
  .dalmatian-full-col-wrap {
    background-position: 12.5% center !important;
  }
}

@media screen and (min-width: 1135px) and (max-width: 1425px) {
  .dalmatian-full-col {
    padding-left: 4vw;
  }
}

@media screen and (max-width: 1134px) {
  .dalmatian-full-col {
    padding-left: 8vw;
  }
}

/*making links pink in this component*/

.dalmatian-col-side {
  a {
    color: var(--pink);
  }
}

/*adding paw to ul li in this component*/
.dalmatian-col-side {
  ul {
    margin-left: 0;
  }

  & ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    break-inside: avoid;
    color: #fff;
  }
  & li::before {
    top: 2px;
    content: "";
    position: absolute;
    left: 0;
    left: -10px;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2024/10/Group.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(18%) sepia(91%) saturate(4956%)
      hue-rotate(332deg) brightness(92%) contrast(101%);
    transform: rotate(-4deg);
  }
}

.postid-1092 {
  .dalmatian-dcard {
    & ul {
      columns: 1;

      li {
        margin-bottom: 20px;
      }
    }
  }
}

/*overriding the capitalize on header because we need the lowercase t in first the*/

.page-id-567 {
  .entry-title {
    & h1 {
      text-transform: none;
    }
  }
}

.page-id-3407 {
  .entry-title {
    margin-bottom: 200px;
  }
}
