/*
Theme Name: iVET360 Base 12
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
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

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;
}
body {
  line-height: 1;
  color: var(--charcoal);
  font-weight: 400;
}
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 {
}
.about-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: "DM Sans", sans-serif;
}
h1,
h2 {
  font-family: "DM Sans", sans-serif;
}
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  /* text-decoration: none; */
  color: var(--medium);
  transition: all ease-in 0.3s;

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

#footer,
#copyright,
#sticky-header,
.appointment-area,
.service-apt-cta,
#main-header {
  a {
    text-decoration: none;
  }
}

ol {
  list-style: decimal;
}

h1 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25em;
}

h2 {
  font-size: 2.25em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25em;
}

h3 {
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25em;
}

h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

body {
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 1.25em;
  }

  h4 {
    font-size: 1.25em;
  }
}

p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
li {
  line-height: 1.5em;
}
.home .entry-content > p {
  margin-bottom: 0;
  display: none;
}
i,
em {
  font-style: italic;
}

body {
  position: relative;
  font-weight: lighter;
}

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

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

#opacity-effect {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #00000059;
  z-index: 9998;
}

.inner-wrapper {
  width: 100%;
  max-width: 1400px;
  /* 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 {
  /* display: inline-block;
  background: var(--charcoal) !important;
  color: var(--lite) !important;
  border-color: var(--charcoal) !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 10px 80px;
  transition: 0.25s;
  width: 100%; */
}
.button:hover,
.button:focus {
  /* color: #fff !important;
  background-color: var(--medium) !important;
  border-color: var(--medium) !important; */
}

.gform_next_button,
.gform_previous_button,
.gform_submit_button,
.wp-element-button,
.footer-button,
.blue-button,
.ghost-button,
.gform_button {
  font-size: 18px;
  /* padding: 6px 12px; */
  padding: 20px 32px;
  text-transform: uppercase;
  font-weight: 500;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
  border-radius: 80px;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 150%;
}

.blue-button {
  background-color: var(--medium);
  border: 2px solid var(--medium);
  color: var(--lite);
}

.gform_next_button,
.gform_previous_button,
.gform_submit_button,
.gform_button,
.footer-button {
  background-color: var(--medium) !important;
  border: 2px solid var(--medium) !important;
  color: #fff !important;
  border-radius: 80px !important;
}

.ghost-button {
  background-color: transparent;
  color: var(--medium);
  border: 2px solid var(--medium);
}

.gform_next_button:hover,
.gform_previous_button:hover,
.gform_submit_button:hover,
.gform_button:hover,
.footer-button:hover {
  background-color: var(--hover) !important;
  border: 2px solid var(--hover) !important;
  color: #fff !important;
}

.blue-button:hover,
.ghost-button:hover,
.gform_button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
  color: #fff;
}

.wp-block-buttons {
  .wp-block-button {
    display: flex;
  }
  & > .wp-block-button:first-of-type .wp-element-button {
    background-color: var(--medium) !important;
    border: 2px solid var(--medium) !important;
    color: var(--lite) !important;

    &:hover {
      background-color: var(--hover) !important;
      border-color: var(--hover) !important;
      color: #fff !important;
    }
  }
  .wp-element-button {
    background-color: transparent !important;
    color: var(--medium) !important;
    border: 2px solid var(--medium) !important;

    &:hover {
      background-color: var(--hover) !important;
      border-color: var(--hover) !important;
      color: #fff !important;
    }
  }
}
#footer {
  .wp-block-buttons {
    .wp-block-button {
      .wp-element-button {
        background-color: var(--medium) !important;
        border: 2px solid var(--medium) !important;
        color: var(--lite) !important;

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

#gform_submit_button_1 {
  border-left: none;
  font-weight: 500 !important;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 150%;
  padding: 20px 32px;
}

@media screen and (max-width: 1024px) {
  #footer {
    .wp-block-buttons {
      flex-direction: column;
    }
  }
}

/*--------------------------------------------------------------
# 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(--charcoal);
}

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

#exit-search-icon {
  font-size: 34px;
  color: var(--charcoal);
  transition: all 0.4s ease;
}

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

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

#post-2 header {
  display: none;
}

#header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.sticky-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 28px;
}

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

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

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

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

  .sticky-button {
    color: #fff;
  }
}

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

.header-top-buttons {
  color: var(--lite);
  background-color: var(--charcoal);
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  transition: all ease-in 0.3s;

  &:hover {
    background-color: var(--medium);
    color: var(--lite);
  }
}
.header-top-buttons:first-of-type {
  border-bottom-left-radius: 16px;
}
.header-top-buttons:nth-last-child(2) {
  background-color: var(--hover);
  color: #fff !important;

  &:hover {
    background-color: var(--charcoal);
  }
}
#header-appointment {
  background-color: var(--medium);
  color: #fff;

  &:hover {
    background-color: var(--charcoal);
  }
}

#main-header {
  position: relative;
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: space-between;
  background-color: var(--lite);
  z-index: 2;
}

#header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;

  & a {
    display: flex;
  }
}

#header-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 75%;
}

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

#header-top-inner {
  display: flex;
}

#header-logo {
  width: 240px;
  margin-left: 20px;
}

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

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

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

#menu #main-menu > li {
  height: 100%;
  margin-right: 30px;
}

#menu #main-menu > li:hover {
  & > a i {
    transform: rotate(180deg);
    color: var(--hover);
  }
  & > a {
    color: var(--hover);
  }
}
#menu #main-menu > li:hover > .sub-menu {
  z-index: 9999;
  display: block;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
#menu #main-menu > li:last-of-type.menu-item-has-children:hover > .sub-menu {
  right: 0;
}

#menu #main-menu > li > a {
  height: 100%;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--charcoal);
  font-size: 18px;
  display: flex;
  align-items: center;
}

#menu #main-menu > li i {
  color: var(--charcoal);
  margin-left: 4px;
  font-size: 14px;
  transition: all ease-in 0.3s;
}

#menu #main-menu > .menu-item-has-children > a::after {
}

#menu #main-menu > li > a:hover:after {
}

#menu #main-menu .current_page_item > a:after {
  transform: scaleX(1);
}

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

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

#menu .sub-menu > li:hover {
  background-color: var(--hover);
}
#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: 18px;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
}

/*#menu-item-2763 .sub-menu {
	column-count: 2;
    gap: 0;
    background: var(--medium);
}*/

#open-search {
  padding: 5px 10px;
  border-left: 2px solid var(--charcoal);
  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: var(--charcoal);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.burger-line::before,
.burger-line::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  background: var(--charcoal);
  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: var(--charcoal);
}

#social-box {
  z-index: 8;
  display: flex;
}

.social-links {
  width: 48px;
  height: 48px;
  color: var(--lite);
  background-color: var(--medium);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  text-decoration: none;
}

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

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

#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: var(--medium);
  border-bottom: 1px solid var(--charcoal);
  cursor: pointer;

  .fa-chevron-down {
    display: none;
  }
}

#mobile-menu-container #mobile-menu > li > a {
  padding: 24px 0;
  width: fit-content;
  color: white;
  font-size: 20px;
  text-decoration: none;
}

#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(--hover);
  border-top: 1px solid var(--medium);
}

#mobile-menu-container .sub-menu > li > a {
  padding: 16px 0;
  color: var(--lite);
  font-size: 18px;
  text-decoration: none;
}

#mobile-menu-container .fa-chevron-right {
  position: absolute;
  top: 30px;
  right: 2%;
  transition: all 0.2s ease;
  color: white;
}

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

.sub-menu-open {
}

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

#hero-container {
  position: relative;
  width: 100vw;
  height: 45vw;
  background-size: cover;
  overflow: hidden;
}

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

#video-text {
  position: absolute;
  bottom: 35%;
  left: 15%;
  z-index: 20;
}

#video-text h1 {
  text-align: center;
  color: white;
  text-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);
  margin: 0;
  line-height: 1em;
}

.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;
}

#video-text h1:not(#video-italics-text) {
  text-transform: uppercase;
}

.video-thin-text {
  font-size: 55px;
  font-weight: lighter;
}

#video-bold-text {
  font-size: 80px;
  font-weight: bold;
}

#video-italics-text {
  font-style: italic;
  font-size: 70px;
  font-weight: bold;
}

.video-underline {
  position: relative;
}

.video-underline::after {
  content: "";
  display: block;
  border-bottom: 2px solid white;
  width: 0;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.video-underline.hundid::after {
  width: 100%;
}

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

.three-callouts {
  width: 90%;
  height: min(25vw, 365px);
  display: flex;
  margin: var(--space-large) auto;
  max-width: 1400px;
  gap: 20px;
}

.callout {
  width: 33.333%;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%;
  width: calc(33.333% - 24px);
  margin: 0;
  position: relative;
  border-radius: var(--border-rad);
  overflow: hidden;
  transition: all ease-in 0.2s;
  max-height: 365px;
  text-decoration: none;
}

.callout-text {
  width: 85%;
  text-align: center;
  transform: translateY(55%);
  opacity: 0;
  transition: transform 1.2s ease, opacity 2s ease;
  background-color: var(--charcoal-opacity);
  padding: 20px 0;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

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

.callout:hover .callout-text {
  background-color: var(--medium);
  transition: all ease-in 0.2s;
}

.callout:hover {
  background-size: 125%;
}

.callout-text h2 {
  transition: all ease-in 0.2s;
  font-size: 28px;
  color: white;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

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

@media screen and (max-width: 1024px) {
  .three-callouts {
    flex-direction: column;
    height: auto;
    gap: var(--space-sm);
  }
  .callout {
    min-height: 300px;
    width: 100%;
    background-size: cover;
    margin: 0;
  }
}

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

.services-section {
  max-width: 1400px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  padding: var(--space-large) 0;
  margin: auto;

  & > h2 {
    color: var(--charcoal);
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;

    .service {
      min-width: 250px;
      width: calc(25% - 20px);
      background-color: var(--medium);
      border-radius: var(--border-rad);
      padding: var(--space-sm);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease-in-out;
      margin: 0px;
      text-decoration: none;

      & h3 {
        margin-bottom: 0;
        font-size: 24px;
        text-transform: capitalize;
        color: var(--lite);
        font-weight: 500;
        text-align: center;
        padding-top: 12px;
        transform: translateY(55%);
        transition: transform 1.2s ease, opacity 2s ease;
        opacity: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
      }

      & img {
        transform: translateY(55%);
        opacity: 0;
        transition: transform 1.2s ease, opacity 2s ease;
      }

      &:hover {
        background-color: var(--hover);
      }
    }
  }
  .text-btn-ctn {
    width: 90%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .text-btn {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: var(--charcoal);
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
    text-decoration: none;

    & span {
      color: var(--medium);
      transition: all 0.2s ease-in-out;
      text-decoration: underline;
    }

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

      & span {
        text-decoration: underline;
        color: var(--hover);
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  .services-section {
    .services {
      .service {
        min-width: 155px;
        padding: 20px 0;

        & h3 {
          font-size: 16px;
        }

        & img {
          max-height: 60px;
        }
      }
    }
  }
}

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

.appointment-area {
  width: 90%;
  height: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  position: relative;
  margin: auto;
  border-radius: var(--border-rad);

  &.inner-wrapper {
    padding: 0 var(--space-med);
  }
}
.home .appointment-area {
  margin-bottom: var(--space-med);
}
.appt-bottom-divider {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.appt-bottom-divider > path {
  fill: var(--alt-lite);
}
.appointment-area .inner-wrapper {
}

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

.appointment-container {
  background-color: var(--lite);
  padding: 60px 60px;
  border-radius: var(--border-rad);
}

#hp-appointment-container {
  opacity: 0;
  transition: opacity 1.8s ease;
}

#sp-appointment-container {
  transform: translateX(-300px);
  opacity: 0;
  transition: all 0.6s ease-in;
}

.appointment-container h2 {
  font-size: 28px;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 20px;
  text-transform: capitalize;
  text-align: center;
}

.appointment-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  gap: 12px;

  .post-container .blue-button-container {
    /* width: 48%; */
  }

  .blue-button-container {
    /* width: 100%;
    display: flex;
    justify-content: center; */

    .ghost-button,
    .blue-button {
      width: 100%;
      max-width: 255px;
      text-align: center;
    }
  }
}

.appointment-box a:first-of-type {
  /* margin-bottom: 10px; */
}

.promotions {
  .appointment-container {
    width: 100%;
    max-width: 450px;

    .blue-button {
      max-width: none;
    }
  }
}

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

.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: 1400px;
  margin: 96px 0;
}

.post-content {
  margin: 0;
}

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

.header {
  display: flex;
  justify-content: center;
  width: 100vw;
  background-color: var(--lite);
  padding: 60px 0;
}

.inner-header {
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  & p {
    text-align: center;
    margin-bottom: 0;
  }
}

.entry-title {
  color: var(--charcoal);
  margin-left: 0px;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.service-post .inner-header {
  display: flex;
}
.first-word {
  font-weight: lighter;
  font-size: 40px;
  line-height: 1em;
}

.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;
}

.post-title {
  font-size: 40px;
  color: var(--medium);
  margin-bottom: 25px;
}

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

.team-container {
  /* display: flex;
  justify-content: center; */
}

.team-container-inner {
  display: flex;
  width: 90%;
  max-width: 1400px;
  align-items: flex-start;
}

.odd-background {
  display: flex;
  min-height: 1000px;
  background-image: url(/wp-content/uploads/2020/04/staff-section-highlight.png);
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.team-photo {
  width: 300px;
  min-width: 300px;
  height: auto;
  max-width: 90%;
  flex: none;
  background-color: var(--charcoal);
}

.team-photo img {
  width: 100%;
  transform: translate(12px, 12px);
  max-width: 100%;
}

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

.team-text h2 {
  font-size: 45px;
  font-weight: normal;
  color: var(--medium);
  font-style: italic;
  margin-bottom: 20px;
}

.team-text p {
  color: #013f50;
  line-height: 25px;
}

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

#subpage-services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 0 var(--space-large) 0;
}

.service-box {
  width: 33.3%;
  padding: 20px;
  min-width: 295px;
}

.inner-service-box {
  position: relative;
  width: 100%;
}

.service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000003d;
  transition: background-color 0.6s ease;
}

.service-box:hover .service-overlay {
  background-color: #003f50b5;
}

.inner-service-box img {
  width: 100%;
  display: flex;
  align-self: stretch;
}

.service-title-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-title-box h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 8px;
}

.service-learn-more {
  color: var(--charcoal);
  background-color: var(--alt-lite);
  font-style: italic;
  font-size: 18px;
  padding: 5px 30px;
  margin: 0 !important;
}

/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/

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

.page-id-43 header {
  display: none;
}

.page-id-43 {
  .entry-content > .wp-block-columns:first-of-type {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: var(--lite);
    padding: var(--space-med) 0;
    z-index: 1;

    & > .wp-block-column {
      width: 1400px;
      max-width: 90vw;

      .wp-block-columns {
        gap: var(--space-large);
      }
    }
    .wp-block-column {
      margin: 0;

      & img {
        border-radius: var(--border-rad);
      }
    }
  }
}

#contact-us {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--alt-lite);

  .home-banner-caption > p {
    color: var(--charcoal);
    font-size: 20px;

    & a {
      color: var(--charcoal);
      font-weight: bold;
      text-decoration: underline;
    }
  }
}

#contact-map {
  width: 65%;
}

#contact-info {
  width: 90%;
  max-width: 800px;
  margin: 96px auto;
  border-radius: var(--border-rad);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.contact-form-banner {
  padding: 40px;
  background-color: var(--medium);
  width: 100%;
}

.contact-form-ctn {
  padding: 40px;
  background-color: var(--lite);
}

#contact-info h2 {
  font-size: 26px;
  color: var(--lite);
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

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

#gform_8 {
  .gfield_label {
    font-weight: bold;
  }
  & input,
  textarea {
    border: 2px solid var(--charcoal) !important;
    border-radius: 5px;
  }
  #input_8_6 {
    border: none !important;
  }
  #gform_submit_button_8 {
    max-width: 400px;
  }
  #gform_submit_button_8:hover {
    color: var(--charcoal) !important;
    background-color: var(--medium) !important;
    border-color: var(--medium) !important;
  }
}
#gform_3 input,
#gform_3 textarea {
  width: 100%;
  border: 2px solid var(--charcoal) !important;
  padding: 8px;
  background-color: var(--lite) !important;
  border-radius: 5px;
}

#gform_3 .button {
  display: inline-block;
  background: var(--medium) !important;
  color: var(--lite) !important;
  border-color: var(--medium) !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 10px 80px;
  transition: 0.25s;
  width: 100%;
}
#gform_3 .button:hover,
#gform_3 .button:focus {
  /* color: var(--charcoal) !important; */
  background-color: var(--hover) !important;
  border-color: var(--hover) !important;
}

#gform_fields_3 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px !important;
}

#gform_fields_3 li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .page-id-43 .entry-content {
    & > .wp-block-columns:first-of-type {
      .wp-block-column .wp-block-columns {
        flex-direction: column;
      }
    }
  }
}

/*--------------------------------------------------------------
## 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;
}

.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: 1400px;
  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(--charcoal);
  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(--charcoal);
  border: 2px solid var(--charcoal) !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
}

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

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

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

#error-box {
  display: flex;
  flex-direction: column;
}

.entry-title.error {
  font-weight: 32px !important;
  text-transform: none !important;
  margin-bottom: 24px !important;
}

.error-content {
  .blue-button {
    text-decoration: none;
  }
  .body-color {
    align-content: center;
  }
}

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

#footer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--charcoal);
  padding: 60px 0;
}
#top-angle {
  z-index: 1;
  width: 100vw;
  height: 65px;
  transform-origin: top right;
  transform: rotate(1.8deg);
  background-color: var(--alt-lite);
}

#about-area .inner-wrapper {
  max-width: 1250px;
  margin: auto;
}
#footer .inner-wrapper {
  max-width: 1400px;
  /* padding: 0 2.5%; */
  width: 90%;
  margin: auto;

  gap: var(--space-med);

  > .fifty-percent {
    padding: 0;
  }
}

#homepage-footer {
  width: 100%;
}

.footer-column {
  & > p {
    margin-bottom: 0;
  }
  .hours {
    padding: var(--space-sm) 0;
    .day {
      color: var(--lite);
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid var(--lite-opacity);
      padding: 10px 0;

      & p {
        margin-bottom: 0;
      }
    }
    .day:first-of-type {
      border-top: 2px solid var(--lite-opacity);
    }
  }
}

#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;
  margin-bottom: 40px;
}

#hp-footer-logo {
  .footer-column .wp-block-columns {
    /* justify-content: center; */
  }
}

#hp-footer-logo,
#sp-footer-logo {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 1.4s ease;
}

#footer-map {
  max-width: 100%;
}

#hp-visit-us {
  overflow: hidden;
}
#hp-visit-us > div {
  transform: translateX(40%);
  opacity: 0;
  transition: transform 0.8s ease, opacity 1.4s ease;
  overflow-x: hidden;
}

.visit-us h2 {
  font-size: 44px;
  font-weight: bold;
  color: var(--charcoal);
  margin-bottom: 20px;
  text-transform: uppercase;
}

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

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

.visit-us a {
  color: var(--charcoal);
  font-size: 20px;
}
#hp-visit-us a,
#hp-visit-us h2 {
  color: var(--alt-lite);
}
#hp-visit-us h2 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}

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

.bold {
  font-weight: bold;
}

#gform_wrapper_1 {
  margin-top: 10px;

  .gform_title {
    color: var(--alt-lite);
    text-transform: capitalize;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
}

#gform_1 {
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(247, 222, 235, 0.2);
}

#field_1_2 .gfield_label {
  position: absolute;
  font-weight: bold;
  color: var(--alt-lite);
  text-align: center;
  font-size: 20px;
  top: -39px;
  white-space: nowrap;
  text-transform: capitalize;
  display: none;
}

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

#gform_1 .gform_body {
  display: flex;
  align-items: center;
}

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

#gform_fields_1 input {
  color: #fff;
  width: 100%;
  border: none;
  padding: 16px 65px 10px 0px;
  background: transparent;
}

#gform_fields_1 input::placeholder {
  color: var(--alt-lite) !important;
}

#gform_submit_button_1 {
  height: 100%;
  margin-right: 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(--charcoal);
  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(--charcoal);
}

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

.socials {
  display: flex;
}

#copyright {
  width: 100vw;
  display: flex;
  justify-content: center;
  background-color: var(--alt-lite);
  padding: 20px 0;

  .inner-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    padding: 0 2.5%;
  }
}

#copyright-text,
#copyright-text a {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--charcoal);
  margin-bottom: 0;
  text-align: right !important;
}

body:not(.home) #copyright-text {
  width: 100%;
  text-align: center;
  padding: 0px 0 !important;
}

#lowercase {
  text-transform: lowercase;
}

/*--------------------------------------------------------------
# Hidden Elements
--------------------------------------------------------------*/

.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 {
  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;
}

.page-id-369 .entry-title,
.page-id-371 .entry-title {
  width: auto;
  font-size: 80px;
}

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

/* @media screen and (max-width: 1200px) { */
@media screen and (max-width: 1400px) {
  /* 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;
  }

  .appointment-area {
    justify-content: center !important;
    align-items: flex-start;
  }

  .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,
  #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-image: none !important;
    height: auto;
    width: 100%;
  }

  /* SUBPAGES */

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

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

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

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

  /* FOOTER */

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

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

  #footer-map {
    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 {
    left: 18%;
    width: 100%;
  }

  #copyright {
    padding: 30px 0;
  }

  #copyright .inner-wrapper {
    justify-content: center;
    gap: 10px;
  }

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

.page-id-41 {
  #content {
    width: 100% !important;
    max-width: none !important;
  }
}

@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. */

  .sticky-button {
    font-size: 32px;
    & span {
      /*display: none;*/
      font-size: 18px;
    }
  }
  #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;
  }

  #hamburger {
    display: flex;
  }

  #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);
  }
}

@media screen and (max-width: 850px) {
  .team-photo {
    float: none;
  }
  .entry-title {
    width: auto;
    margin-left: 0;
  }

  .page-id-41 .inner-header {
    justify-content: center;
  }

  .page-id-41 .entry-title {
    margin-right: 0;
  }

  #subpage-footer-inner {
    margin: 0 0 5% 0;
    flex-direction: column-reverse;
  }

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

  #sp-footer-left {
    margin-top: 2.5%;
  }

  .inner-header {
    justify-content: center !important;
  }
  .first-word {
    font-size: 30px;
  }
  .entry-title {
    text-align: center;
    font-size: 36px;
  }
}

@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 40px;
  }

  .appointment-box .ghost-button {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
  }
  .appointment-box {
    flex-direction: column;
  }
  .appointment-container {
    padding: 20px !important;
  }
  .appointment-container h2 {
    /* font-size: 28px; */
  }

  .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: 500px) {
  #header-logo {
    width: 200px;
  }

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

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

  #gform_fields_1 input {
    height: 65px;
  }

  .wp-video,
  #video-text {
    display: none;
  }
}
#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: var(--lite);
  border: 1px solid var(--charcoal);
  border-radius: 5px;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */
  padding: 5px 10px !important;
  color: var(--charcoal);
  width: 100% !important;
}

#gform_wrapper_2 label.gfield_label {
  color: var(--charcoal);
}
#gform_wrapper_2 .gform_wrapper .gfield_required {
  color: var(--charcoal) !important;
}
.page-id-564 #container {
  background-color: var(--alt-lite);
}
.page-id-564 .entry-content {

}
#gform_wrapper_2 {
  background-color: var(--lite);
  box-sizing: border-box;
  padding: 0 0 50px 0;
  border-radius: var(--border-rad);
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
  width: 700px;
  max-width: 100%;
}
#gform_fields_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#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;
}
.appt-header {
  width: 100%;
  background-color: var(--medium);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: var(--border-rad);
  border-top-right-radius: var(--border-rad);
  box-sizing: border-box;
  padding: var(--space-sm) 0 var(--space-sm) 0;
  position: relative;
}
.appt-header h2 {
  margin-bottom: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: var(--lite);
  font-size: 32px;
}
.appt-header > p {
  font-style: italic;
  color: var(--lite);
  margin-bottom: 0 !important;
}
.appt-page-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: var(--hover);
  border-radius: 100%;
  top: -25px;
}
.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: var(--highlight);
  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_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(--charcoal);
}
#gform_wrapper_2 .gform_next_button {
  border: 2px solid var(--charcoal);
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--charcoal);
  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_wrapper_2 .gform_next_button:hover {
  background-color: #fff;
  color: var(--charcoal);
  cursor: pointer;
}
#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(--charcoal);
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--charcoal);
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  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(--charcoal);
  cursor: pointer;
}
#gform_submit_button_2 {
  border: 2px solid var(--charcoal);
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--charcoal);
  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_2:hover {
  background-color: #fff;
  color: var(--charcoal);
  cursor: pointer;
}
#field_2_11 {
  width: 100% !important;
}
.career-page h1 {
  text-transform: uppercase;
  color: var(--charcoal);
  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(--charcoal) 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(--charcoal);
}
.cta-section a h3 {
  margin-bottom: 0;
  text-align: center;
}
.career-about {
  background: var(--charcoal)
    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: var(--charcoal);
  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) {
  .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(--alt-lite) !important;
}
.dark-blue-text {
  color: var(--charcoal) !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: var(--charcoal);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.accordion .head span:last-child {
  color: var(--alt-lite);
  font-size: 18px;
  text-decoration: underline;
}
.accordion .body {
  margin-top: 30px;
}
.accordion + .accordion {
  margin-top: 30px;
}
.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%);
    }
  }

  & strong {
    font-weight: bold;
  }
  .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;
  color: #183f4e;
  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;
}

/* VETNCARE */

:root {
  --ghost: #eff1fb;
  --charcoal: #28292a;
  --medium: #f16523;
  --highlight: #eb5757;
  --hover: #f48652;
  --lite: #fef2ec;
  --alt-lite: #fde4d9;
  --lite-opacity: #fde4d933;
  --charcoal-opacity: #f16523e6;
  /* --space-large: 100px;
  --space-med: 80px; */
  --space-large: 80px;
  --space-med: 60px;
  --space-sm: 40px;
  --border-rad: 80px;
}

@media (max-width: 1024px) {
  :root {
    --space-large: 60px;
    --space-med: 40px;
    --space-sm: 20px;
    --border-rad: 20px;
  }
}

strong {
  font-weight: bold;
}

/* home banner */

.home .entry-content {
  padding-bottom: var(--space-large);

  & > .wp-block-columns:first-of-type {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: var(--lite);
    padding: var(--space-med) 0;
    z-index: 1;

    & > .wp-block-column {
      width: 1400px;
      max-width: 90vw;

      .wp-block-columns {
        gap: var(--space-large);
      }
    }
    .wp-block-column {
      margin: 0;

      & img {
        border-radius: var(--border-rad);
      }
    }
  }
}
.home-banner-container {
  width: 1400px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 2;
}
.home-banner-caption {
  width: 55%;
}
.home-banner-caption > h1 {
  font-size: 56px;
  margin-bottom: 24px;
  color: var(--charcoal);
  line-height: 120%;
}
.home-banner-caption > p {
  font-size: 24px;
  margin-bottom: 40px;
}
.home-banner > img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 950px;
  z-index: 1;
}
.btns-ctn {
  display: flex;

  .blue-button-container {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .home .entry-content {
    & > .wp-block-columns:first-of-type {
      .wp-block-column .wp-block-columns {
        flex-direction: column;
      }
    }
  }
  .home-banner {
    padding: 60px 0 0px 0;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .home-banner-caption {
    width: 100%;
  }
  .home-banner-caption > h1 {
    font-size: 36px;
  }
  .btns-ctn {
    flex-direction: column;
    justify-content: center;

    & a:first-of-type {
      margin-bottom: 10px;
    }
  }
  .appointment-area {
    justify-content: center !important;
    align-items: center;
    width: 100%;

    &.inner-wrapper {
      padding: 0 20px;
    }
  }
  .appointment-box {
    gap: 10px;
  }

  .home-banner > img {
    width: 80%;
    position: relative;
  }
}

#about-area {
  display: flex;
  justify-content: center;
}

.welcome-to {
  display: flex;
  background-color: var(--lite);
  border-radius: var(--border-rad);
  padding: 60px 60px;
  width: 90%;

  .welcome-to__img {
    width: 45%;
    height: fit-content;
    border-radius: var(--border-rad);
    padding: 40px;
  }
  .welcome-to__content {
    padding: 40px;
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    & h2 {
      margin-bottom: 20px;
      font-size: 40px;
      color: var(--charcoal);
    }
  }
}

@media screen and (max-width: 1024px) {
  .welcome-to {
    flex-direction: column;
    padding: 20px;
    width: 90%;

    .welcome-to__img {
      width: 100%;
      padding: 0;
      display: none;
    }

    .welcome-to__content {
      width: 100%;
      padding: 20px;
    }
  }
}

.footer-btns-ctn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 0 60px 0;

  .blue-button-container {
    .footer-button {
      margin: 5px;
      width: 100%;
      text-align: center;
    }
  }
}

.footer-hours {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-bottom: 40px;
  margin: auto;

  .footer-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(247, 222, 235, 0.2);

    & p {
      color: #fff;
      margin-bottom: 10px;
      padding-top: 10px;
      font-weight: 500;
    }
    &:first-of-type {
      border-top: 2px solid rgba(247, 222, 235, 0.2);
    }
  }
}

/* body color/thumbnail pages */

@media screen and (max-width: 1024px) {
  .home .entry-content {
    & h1 {
      font-size: 36px;
    }
  }
}

.post-template-default,
.error404,
.page-template-thumbnail-page {
  background-color: var(--lite);

  .entry-title {
    align-items: flex-start;
  }

  .entry-content {
    display: flex;
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: var(--space-large) 0;
    position: relative;
  }

  .body-color {
    padding: 80px 210px 80px 80px;
    background-color: #fff;
    box-sizing: border-box;
    width: 75%;
    border-radius: var(--border-rad);
    min-height: 500px;
  }

  .wp-post-image {
    height: fit-content;
    position: absolute;
    top: 170px;
    right: 0;
    width: 100%;
    max-width: 425px;
    border-radius: var(--border-rad);
  }
}

.service-post {
  .appointment-box {
    flex-direction: row;
    gap: 20px;

    & a {
      /* margin: 0;
      justify-content: flex-start;
      width: 45%; */
    }
  }
}

/* payments page  */

.page-template-payments {
  background-color: var(--lite);

  .disclaimer {
    font-size: 14px;
  }

  #pricing {
    scroll-margin-top: 70px;
  }

  .entry-content {
    .wp-block-group {
      gap: var(--space-med);
      margin-bottom: var(--space-sm);
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }

    .wp-block-group h2 {
      margin-bottom: 0;
      padding-bottom: 10px;
      &:hover {
        cursor: pointer;
      }
    }
    .wp-block-group h2.active-tab {
      border-bottom: 4px solid var(--charcoal);
    }

    .packages.active-tab {
      display: flex !important;
    }

    .wp-block-columns.packages {
      display: none;
    }

    .wp-block-table.additional-packages,
    .wp-block-table.packages {
      display: none;
      margin: 0 auto var(--space-med);
      max-width: 1400px;
      width: 90%;

      .fa-paw {
        color: var(--medium);
        transform: rotate(15deg);
      }

      & table {
        width: 100%;
      }
      & thead {
        & tr th {
          text-align: center;
          font-size: 24px;
          color: var(--lite);
          padding: 20px;
          border-top-left-radius: 40px;
          border-top-right-radius: 40px;
          line-height: 1.25;
          position: relative;
          border-left: 12px solid var(--lite);
          border-right: 12px solid var(--lite);

          & strong {
            font-size: 40px;
            color: var(--lite);
            font-weight: bold;
          }

          &::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--medium);
            border-top-left-radius: 40px;
            border-top-right-radius: 40px;
            z-index: -1;
          }

          &:first-of-type {
            text-align: left;
            background-color: transparent;
            color: var(--charcoal);
            padding: 4px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            vertical-align: bottom;
            font-weight: bold;

            &::after {
              display: none;
            }
          }
        }
      }
      & tbody tr {
        &:nth-of-type(odd) {
          background-color: #fff;

          & td:first-of-type {
            background-color: var(--lite);
          }
        }
        &:nth-of-type(even) {
          background-color: var(--alt-lite);
        }
        & td {
          text-align: center;
          border-left: 12px solid var(--lite);
          border-right: 12px solid var(--lite);
          padding: 8px;

          &:first-of-type {
            text-align: left;
          }
        }
      }
    }

    .tables-container
      .wp-block-column:last-of-type
      .wp-block-table.additional-packages {
      & tbody tr {
        & td {
          text-align: center;
        }
      }
    }

    .wp-block-table.additional-packages {
      display: block;
      margin: 0;
      width: 100%;

      & thead {
        position: relative;

        & tr th:first-of-type {
          text-align: center;
          font-size: 24px;
          color: var(--lite);
          padding: 20px;
          border-top-left-radius: 40px;
          border-top-right-radius: 40px;
          line-height: 1.25;
          position: relative;
          border-left: 0;
          border-right: 0;

          & strong {
            font-size: 40px;
            color: var(--lite);
            font-weight: bold;
          }
        }
        &::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: var(--medium);
          border-top-left-radius: 40px;
          border-top-right-radius: 40px;
          z-index: -1;
        }
      }
      & tbody tr {
        & td {
          border: 0 !important;
        }
        &:nth-of-type(2n + 1) {
          & td:first-of-type {
            background-color: #fff;
          }
        }
      }
    }

    & h2,
    h2 strong {
/*       font-family: menco, sans-serif !important; */
    }
    & > h2 {
      max-width: 900px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
/*       font-family: menco, sans-serif; */
      margin-bottom: 0 !important;
    }
    & > p {
      max-width: 900px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    & > .wp-block-buttons {
      max-width: 900px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }

    .wp-block-columns {
      gap: 0;

      .wp-block-column {
        padding: var(--space-med);
        margin: 0;
      }
      & img {
        border-radius: var(--border-rad);
      }
    }

    .wp-block-columns:first-of-type {
      max-width: 1400px;
      width: 90%;
      margin: var(--space-large) auto !important;
      position: relative;
      border-radius: var(--border-rad);
      overflow: hidden;

      .wp-block-buttons {
        margin-bottom: 12px;
      }

      & > .wp-block-column:first-of-type {
        width: fit-content;
      }

      & > .wp-block-column:last-of-type {
        width: 100%;
        padding: 0;

        & img {
          margin-top: 80px;
        }
      }

      &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        max-width: 1310px;
        height: 100%;
        background: #fff;
        border-top-right-radius: var(--border-rad);
        border-bottom-right-radius: var(--border-rad);
        z-index: -1;
      }
      .is-vertically-aligned-top {
        padding-right: 0;
      }
    }
    .is-vertically-aligned-top {
      align-self: flex-start;
      max-width: 425px;
      width: 100%;

      .wp-block-image:last-of-type {
        /*padding-top: 70px;*/
      }
    }
    .full-width-col {
      width: 100%;
      margin: 0;
      padding: 0;
      background-color: #fff;
      justify-content: center;

      & > .wp-block-column {
        padding: var(--space-med);
        margin: 0;

        .image-content-block {
          margin: var(--space-med) auto;
          width: 100%;

          .content-section .wp-block-image {
            margin-bottom: 20px;
          }
        }

        & > h2 {
          text-align: center;
          margin-bottom: 0;
        }
        & > p {
          text-align: left;
          margin-bottom: 0;
          margin-left: auto;
          margin-right: auto;
          max-width: 1400px;
          width: 90%;
        }
      }
    }
  }
  .entry-content > .wp-block-columns.tables-container {
    width: 90%;
    gap: var(--space-sm);
    margin: 0 auto;
    max-width: 1400px;
    align-items: flex-start;

    & > .wp-block-column {
      padding: 0;
      width: 100%;

      &:first-of-type {
        .wp-block-table.additional-packages {
          & thead {
            & tr th:last-of-type {
              display: none;
            }
            & tr th {
              width: 100%;
            }
          }
        }
      }
    }
  }
  .wp-block-columns.book-appointment-card {
    padding: var(--space-med) 0;
	  display: block;
    & h2 {
      color: var(--lite);
    }
    & > .wp-block-column {
      border-radius: var(--border-rad);
      padding: var(--space-med);
      background-color: var(--charcoal);
      width: 90%;
      max-width: 1400px;
      margin: 0 auto;

      & h2 {
        margin-bottom: var(--space-sm);
      }
    }
    .wp-block-buttons .wp-block-button {
      .wp-element-button {
        background-color: var(--medium) !important;
        border: 2px solid var(--medium) !important;
        color: var(--lite) !important;

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

@media screen and (max-width: 1024px) {
  .page-template-payments {
    .entry-content {
      .wp-block-group {
        flex-wrap: nowrap;

        & h2 {
          font-size: 20px;
        }
      }
      .wp-block-columns:first-of-type {
        flex-direction: column;

        & > .wp-block-column:last-of-type {
          & img {
            margin-top: 0px;
          }
        }

        &::after {
          width: 100%;
        }

        .is-vertically-aligned-top {
          padding-right: 20px;
          padding-top: 0;

          .wp-block-image:last-of-type {
            margin-top: 0;
          }
        }
        & > .wp-block-column:last-of-type {
          padding: 0 20px 20px 20px;
        }
      }
      .wp-block-columns:nth-of-type(2) {
        flex-direction: column-reverse;

        &::after {
          width: 100%;
        }
        .is-vertically-aligned-top {
          padding-top: 0;
        }
      }
      & .wp-block-columns {
        .wp-block-column {
          padding: 40px 20px;
        }
      }
      .wp-block-table.packages {
        width: 100%;
        overflow: scroll;
      }
      .wp-block-columns.tables-container {
        flex-direction: column;
      }
      .wp-block-table.additional-packages,
      & .wp-block-table.packages {
        & thead {
          & tr th {
            font-size: 20px;

            & strong {
              font-size: 24px;
            }
          }
        }
      }
    }
  }
  .page-template-default:not(.home) #content {
    margin: 40px 0;
  }
  .post-template-default,
  .error404,
  .page-template-thumbnail-page {
    .body-color {
      width: 100%;
      padding: 16px 16px 32px 16px;
    }
    .wp-post-image-ctn {
      position: relative;
      height: fit-content;
      top: 0;
    }
    .wp-post-image {
      position: relative;
      top: 0;
      margin-bottom: 20px;
      height: auto !important;
    }

    .entry-content {
      padding: var(--space-sm) 0;
    }
  }

  .footer-btns-ctn {
    flex-direction: column;
    align-items: center;

    .footer-button {
      width: 100%;
      text-align: center;
      margin-bottom: 8px;
    }
  }

  .service-post {
    .appointment-box {
      flex-direction: column;
      gap: 10px;

      & a {
        width: 100%;
      }

      & a:first-of-type {
        /* margin-bottom: 10px; */
      }
    }
  }
}

/* gf cont */

#gform_submit_button_3:hover {
  color: white !important;
}

/* carousel/team */

.page-template-fullwidth .entry-content > p:first-of-type,
.page-template-fullwidth .entry-content > p:last-of-type {
  margin-bottom: 0;
}

.page-template-fullwidth .entry-content {
  .image-content-block {
    margin: var(--space-med) auto;
  }
}
/* .team-carousel-container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin: auto;
}
.carousel-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-color: #b9e6d0;
  left: 0;
  bottom: 0;
}
.carousel-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}
.carousel-top > h2 {
  margin-bottom: 0;
  color: var(--charcoal);
}
.carousel-btns {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.carousel-btn {
  width: 50px;
  height: 50px;
  color: white;
  background-color: var(--charcoal);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}
.carousel-btn:hover {
  background-color: var(--medium);
  cursor: pointer;

  & i {
    color: #fff;
  }
}
#slideLeft {
  margin-right: 10px;
}
#slideRight {
  margin-left: 10px;
}
.carousel-body {
  overflow: visible;
}
.carousel-inner {
  display: flex;
  transition: all 0.6s ease;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;

  &::-webkit-scrollbar {
    display: none;
  }
}
.carousel-card {
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: var(--border-rad);
  margin-right: 32px;
  width: calc(30% - 32px);

  &:first-of-type {
    margin-left: 40px;
  }
} */
.wellcare-card {
  padding: 56px 50px 82px 50px;
  background-color: white;
  box-sizing: border-box;
}
.services-card {
  position: relative;
  overflow: hidden;
  min-height: 365px;
  min-width: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-card > img {
  width: 100%;
}
.services-card > img:first-of-type {
  position: relative;
  z-index: 1;
}
.services-card > img:last-of-type {
  position: absolute;
  z-index: 2;
  transition: all 0.6s ease;
}
.service-card-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 48px;
  box-sizing: border-box;
  background-image: linear-gradient(
    to bottom,
    transparent,
    transparent,
    rgba(0, 0, 0, 0.7)
  );
}
.service-card-overlay > h3 {
  color: white;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 23px;
}
.service-card-overlay > p {
  color: white;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}
.services-card:hover > img:last-of-type {
  transform: scale(1.1);
}
.wellcare-card > img {
  margin-bottom: 37px;
}
.wellcare-card > h3 {
  font-size: 28px;
  margin-bottom: 22px;
  font-weight: bold;
  color: var(--charcoal);
}
.wellcare-card > p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .team-carousel {
    padding: 0;
  }
  .carousel-card {
    width: calc(50% - 32px);
    min-width: 300px;
    min-height: 245px;
  }
  .service-card-overlay {
    padding: 24px;
  }
  .contact-form-banner {
    padding: 20px;
  }
  .contact-form-ctn {
    padding: 20px 20px 0 20px;
  }
  #footer
    .wp-container-core-columns-layout-1.wp-container-core-columns-layout-1 {
    justify-content: center;
  }
  .carousel-btns {
    display: none;
  }
}

.team-section-title {
  text-align: center;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 500;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* fear free & error */

.fear-free-section {
  padding: 96px 0;

  .welcome-to__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#footer iframe {
  border-radius: 20px;
  margin-top: 0px;
}

.entry-content li > a,
.entry-content p > a {
  color: var(--charcoal);
  text-decoration: underline;
}

.entry-content li > a:hover,
.entry-content p > a:hover {
  color: var(--medium);
  transition: all ease-in-out 0.2s;
}

.error404 .entry-content {
  padding-bottom: 120px;
}

.postid-2343 .service-apt-cta {
  display: none;
}

/* custom banner */

.custom-banner {
  width: 100%;
  background-color: var(--alt-lite);
  text-transform: uppercase;
  color: var(--medium);
  font-weight: 600;
}

/* gallery */

.about-gallery {
  position: relative;
  overflow: hidden;
  width: 90vw;
  height: 650px;
  max-width: 1400px;
  border-radius: var(--border-rad);
  margin: 0 auto var(--space-large) auto;
}

.gallery-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: var(--space-sm);
  border-top-right-radius: var(--border-rad);
  background-color: var(--alt-lite);
  z-index: 2;

  & > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  & h2 {
    margin-bottom: 12px;
  }

  & button {
    background-color: var(--charcoal);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid var(--charcoal);
    & i {
      color: #fff;
    }

    &:hover {
      background-color: var(--hover);
      border-color: var(--hover);
    }
  }
}

.about-gallery figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.about-gallery figure.active {
  opacity: 1;
}

.custom-banner {
  & span {
    font-size: 16px;
  }
}

.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .about-gallery {
    width: 90%;
    height: 350px;

    & h2 {
      display: none;
    }
  }
  .gallery-controls {
    background-color: #fde4d9ad;
  }
}

/* team grid */

.team-grid-container {
  background-color: var(--alt-lite);
  padding: var(--space-med) 0;
}

.team-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.team-card {
  text-decoration: none;
  border-radius: var(--border-rad);
  height: 100%;
  width: 100%;
  max-width: 290px;
  height: 340px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in;

  &:hover {
    .team-card-overlay {
      background-color: var(--hover);
    }
  }
}

.team-card-overlay {
  background-color: var(--medium);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in;
  padding: 10px 0;
  gap: 10px;

  & h3 {
    color: #fff;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    font-size: 28px;
  }
  & p {
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
  }
}

/* dvm carousel */

.team-section {
  background-color: var(--alt-lite);
  padding: var(--space-med) 0;

  &.item-count-1 {
    .team-container .team-wrapper {
      justify-content: center;
    }
    .team-container {
      .arrow-btn {
        display: none;
      }
    }
  }
  &.item-count-3 {
    .team-wrapper {
      max-width: none;
      width: 100%;
    }
    .team-carousel.carousel-inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .team-container .team-wrapper {
      justify-content: center;
    }
    .team-container {
      .arrow-btn {
        display: none;
      }
    }
  }

  &.item-count-2 {
    .team-container .team-wrapper {
      justify-content: center;
    }
    .team-container {
      .arrow-btn {
        display: none;
      }
    }
  }
}

@media screen and (max-width: 700px) {
  .team-section {
    &.item-count-2 {
      .team-container .team-wrapper {
        .team-carousel {
          flex-direction: column;
        }
      }
    }

    &.item-count-1 {
      .team-container .team-wrapper {
        .team-carousel {
          flex-direction: column;
        }
      }
    }

    &.item-count-3 {
      .team-container .team-wrapper {
        .team-carousel {
          flex-direction: column;
        }
      }
    }
  }
}

.team-container {
  width: 90%;
  max-width: 1400px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  /* overflow: hidden; */
}
.team-container > h2 {
  margin-bottom: 54px;
}
.team-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

#left-team {
  left: 0;
  z-index: 3;
  position: absolute;
  left: -20px;
}
#right-team {
  right: 0;
  z-index: 3;
  position: absolute;
  right: -20px;
}
.team-carousel {
  width: max-content;
  max-width: none;
  position: relative;
  bottom: 0;
  display: flex;
  transition: all 0.6s ease;
  background-color: var(--alt-lite);
  padding: 0;
  gap: 40px;
}
.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.dvm-card {
  box-sizing: border-box;
  width: 400px;
  min-width: 400px;
  height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(79, 71, 137, 0.1);
  display: flex;
  justify-content: center;
  transition: all 0.4s ease;
  border-radius: var(--border-rad);
}
.dvm-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(79, 79, 79, 0) 0%,
    rgba(79, 79, 79, 0.4) 100%
  );
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  transition: all 0.4s ease;
}
.dvm-card h3 {
  position: absolute;
  bottom: 32px;
  color: white;
  font-size: 24px;
  margin-bottom: 0;
  text-align: center;
}
.dvm-card:hover > .team-overlay {
  background: linear-gradient(
    180deg,
    rgba(79, 79, 79, 0) 0%,
    rgba(79, 79, 79, 0.6) 100%
  );
}
.arrow-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  color: white;
  background-color: var(--medium);
  border: none;
  font-size: 20px;
  transition: all 0.4s ease;
}
.arrow-btn:hover {
  cursor: pointer;
  background-color: var(--hover);

  transform: scale(117%);
}

@media screen and (max-width: 1024px) {
  .team-container {
    padding: 0;
    width: 85%;
    max-width: none;
  }
  .team-carousel {
    gap: 20px;
  }
  .dvm-card {
    width: 275px;
    min-width: 275px;
    height: 310px;
  }
  .team-grid {
    justify-content: center;
  }
}

/* about page */
.page-id-39 {
  .entry-content .body-color > h3:last-of-type {
    margin-bottom: 1.5em;
  }
}

.page-template-fullwidth #careers {
  scroll-margin-top: 60px;
}

#announcement {
  scroll-margin-top: 60px;
}

.marg-bot {
  margin-bottom: var(--space-large);
}

.page-template-landing-form {
  #sticky-header,
  #header-right,
  #footer,
  #header .custom-banner {
    display: none !important;
  }
  #main-header {
    justify-content: center;
  }
  #header-logo {
    margin-left: 0;
  }
  .entry-content {
    max-width: 900px;
    width: 90%;
    padding: var(--space-med) 0;
    margin: 0 auto;
  }
}

.page-template-landing-form,
.page-template-landing {
  #vetstoria-fw-btn-container {
    display: none !important;
  }
}
