/*
	Theme Name: GeneratePress
	Description: This is your custom style sheet
        for your child themes custom CSS code.
	Author: Wilkes Booth
	Author URI: http://example.com/
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1. Sitewide Styles
2. Header Styles
3. Homepage Styles
4. Features
	4a. Services
	4b. Testimonials
	4c. Map
	4d. Doctors
5. Sidebar Styles
6. G-Form Styles
7. Footer Styles
8. Individual Page Styles
9. Animations & Keyframes
10. Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. SITEWIDE STYLES
--------------------------------------------------------------*/

:root {
  --charcoal: #191919;

  /*--brown: #50402d;*/
  
  --Myrtle-Green: #274023;
  --Pine-Green: #538464;
  --Pale-Jade: #D7E8D4;
  
  /*--lite-yellow: #ffeecb;*/
  /*--yellow: #f9cd77;*/
  /* --mustard: #f5ac1c;*/

  /*--med-brown: #786044;*/
  /*--lion: #c0a285;*/

  --small: 400;
  --medium: 500;
  --bold: 700;
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
body {
  position: relative;
  color: var(--Myrtle-Green);
}
body,
p,
a,
ul,
li,
u,
em,
strong,
span,
div,
button,
input,
figure,
footer,
header,
section,
aside,
nav,
form {
  /*font-family: adelle, serif;*/
  font-family: "pennypacker", sans-serif;
}

h1,
h2,
hgroup {
  /*font-family: "vista-slab", serif;*/
  font-family: "adrianna", sans-serif;
  font-weight: var(--bold);
}
h1 {
  color: #000;
}
h3,
h4,
h5,
h6 {
  /*font-family: "vista-slab", serif;*/
  font-family: "adrianna", sans-serif;
}

.gsection_title {
  font-weight: var(--bold);
  color: var(--Myrtle-Green);
  font-size: 24px;
}
a,
a:visited {
  color: var(--Myrtle-Green);
}
body .grid-container {
  max-width: none;
}

#page {
  margin-top: 125px;
  margin-bottom: 0;
}
#main {
  margin-bottom: 0;
}
.inside-article {
  padding: 0 !important;
}
.comments-area {
  display: none;
}

header.entry-header h1.entry-title {
  padding-top: 50px;
  color: var(--Pale-Jade);
  width: 1200px;
  max-width: 90vw;
  margin: 0 auto;
  text-transform: uppercase;
}

.page-image {
  max-width: 725px;
}

.primary-button,
.primary-button:visited,
.button.gform_button,
.button.gform_button:visited {
  padding: 15px 25px;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--Myrtle-Green) !important;
  padding: 15px 25px;
  border-radius: 100px;
  border: 2px solid var(--Myrtle-Green) !important;
  font-weight: var(--medium);
  display: flex;
  justify-content: center;
  max-width: 250px;
  width: fit-content;
}

.video-banner .primary-button:hover {
  padding: 15px 25px;
  color: #fff !important;
  text-transform: capitalize;
  background-color: var( --Pine-Green) !important;
  padding: 15px 25px;
  border-radius: 100px;
  /*border: 2px solid #fff !important;*/
  font-weight: var(--medium);
}

.primary-button:hover,
.button.gform_button:hover {
  background-color: var( --Pine-Green) !important;
  border-color: var( --Pine-Green) !important;
  color: #fff;
}

.ghost-button,
.ghost-button:visited {
  padding: 15px 25px;
  color: #fff;
  text-transform: capitalize;
  background-color: var( --Pine-Green);
  padding: 15px 25px;
  border-radius: 100px;
  border: 2px solid #fff;
  font-weight: var(--medium);
}

.ghost-button:hover {
  color: #fff;
  border-color: var(--Myrtle-Green);
  background-color: var(--Myrtle-Green);
}

/*--------------------------------------------------------------
2. HEADER STYLES
--------------------------------------------------------------*/

#main-header-wrapper .cah-cust-nav-bar-logo-wrapper {
  .call-us {
    background-color: var(--Myrtle-Green);
    border-radius: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    /* display: none; */
    & i {
      transform: rotate(90deg);
    }
  }
}

#hamburger-1,
#hamburger-2 {
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.menu-item-has-children .sub-menu li a {
  color: #fff !important;
}

#menu-header-menu li:hover > a {
  color: var(--Myrtle-Green);
}

.cah-cust-nav-bar-wrapper {
  width: 100vw;
  background-color: var(--Pale-Jade);
  height: 125px;
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 1px 6px 0 rgba(68, 68, 68, 0.1);
  transition: all 250ms ease;
}
.cah-cust-nav-bar-wrapper img {
  transition: all 250ms ease;
}
.cah-cust-nav-bar-logo-wrapper {
  /* height: 75px; */
}
.cah-cust-nav-bar-logo-wrapper > a {
  height: 75px;
  display: flex;
  align-items: center;
}
/* .menu-scroll.cah-cust-nav-bar-wrapper {
  position: fixed; 
  this is after - not original
} */
.menu-scroll {
  /* box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px; */
  /* background-color: rgba(0, 0, 0, 0.7); */
  height: 90px;
  /* box-sizing: border-box; */
  /* padding: 5px 0 5px 0; */
}
.menu-scroll img {
  /* height: 100% !important; */
  padding: 10px 0 !important;
}
.menu-scroll #hamburger-1 > div {
  /* color: white !important; */
}
.cah-cust-nav-bar-wrapper ul {
  margin: 0;
  list-style-type: none;
}

.cah-cust-nav-bar-wrapper li {
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.cah-cust-nav-bar-inner-wrapper {
  height: 100%;
  width: 95vw;
  display: flex;
  justify-content: space-between;
  /* position: relative; */
  /* align-items: center; */
  align-items: center;
  /* padding: 15px 0 15px 0; */
  /* max-width: 90vw; */
  margin: 0 auto;
  height: 100%;
}

.cah-cust-nav-bar-logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.cah-cust-nav-bar-logo-wrapper > a {
  height: 100%;
  /* display: flex;
	align-items: center; */
}

.cah-cust-nav-bar-logo-wrapper img {
  /* max-width: 230px!important; */
  /* max-width: 125px !important; */
  height: 100%;
  /* padding: 5px 0 5px 0;
	box-sizing: border-box; */
  padding: 20px 0 20px 0;
  box-sizing: border-box;
}

.cah-cust-nav-bar-contact-wrapper {
  /* height: 50px; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cah-cust-nav-bar-contact-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--Myrtle-Green);
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--Myrtle-Green);
  white-space: nowrap;
}

.cah-cust-nav-bar-contact-wrapper span:nth-child(1) {
  margin-right: 10px;
}

.cah-cust-nav-bar-contact-wrapper span img {
  margin-right: 10px;
}

.cah-cust-nav-bar-contact-wrapper span:nth-child(1) img {
  width: 20px;
}

.cah-cust-nav-bar-contact-wrapper span:nth-child(2) img {
  width: 18px;
}

.cah-cust-nav-bar-contact-wrapper span a {
  color: var(--Myrtle-Green);
  font-weight: 900;
}

.cah-cust-nav-bar-menu-wrapper > div > ul {
  display: flex;
  height: 100%;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  /* padding: 10px 10px; */
  cursor: pointer;
  text-align: center;
  margin: 0 5px;
  /* border-top: 3px solid transparent; */
  box-sizing: border-box;
}

/*.cah-cust-nav-bar-menu-wrapper > div > ul > li:nth-last-child(2) {
  & > a {
    color: var( --Pine-Green);
  }
}*/
.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover {
  /* border-top: 3px solid #fff; */
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li > a {
  padding: 10px 8px;
  color: var(--Myrtle-Green);
  white-space: nowrap;
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2459 a {
  color: var( --Pine-Green);
  border: 1px solid var( --Pine-Green);
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2459 a:hover {
  background-color: var( --Pine-Green);
  color: white;
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2460 a {
  color: var(--Myrtle-Green);
  border: 1px solid var(--Myrtle-Green);
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2460 a:hover {
  background-color: var(--Myrtle-Green);
  color: white;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover a {
  /* color: white; */
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover ul {
  display: block;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li a {
  font-size: 16px;
  font-weight: var(--small);
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:last-of-type a {
  color: #fff;
  text-transform: capitalize;
  background-color: var(--Myrtle-Green);
  padding: 15px 25px;
  border-radius: 100px;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:last-of-type:hover a {
  color: #fff !important;
  background-color: var( --Pine-Green);
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 50%;
  left: 50%;
  width: fit-content;
  transform: translate(-50%, 0);
  z-index: 1;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:last-child {
  margin-right: 0;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:last-child ul {
  left: -92px;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li {
  background-color: var(--Myrtle-Green);
  padding: 5px 15px;
  /* border-bottom: 3px solid var(--charcoal); */
  white-space: nowrap;
  text-align: center;
}

ul.sub-menu {
  /* border-top: 8px solid #8c040d; */
}
ul#menu-header-menu > li > ul > li.menu-item-has-children {
  position: relative;
}
ul#menu-header-menu > li > ul > li.menu-item-has-children > ul.sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
ul#menu-header-menu > li > ul > li.menu-item-has-children:hover ul.sub-menu {
  display: flex;
  flex-direction: column;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
  background-color: var( --Pine-Green);
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover a {
  color: #fff !important;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
  color: var(--Myrtle-Green);
}

.cah-cust-nav-bar-floating-nav-wrapper {
  width: 100vw;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  /* box-shadow: 0 5px 30px 0 lightgrey; */
  background-color: #fff;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper {
  max-width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 12px 45px 10px 45px;
  margin: 0 auto;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--Myrtle-Green);
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--Myrtle-Green);
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(2) {
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span img {
  margin-right: 10px;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(2) img {
  width: 20px;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(3) img {
  width: 18px;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span a {
  color: var(--Myrtle-Green);
  font-weight: 900;
}

.cah-cust-nav-bar-hamburger-btn {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  /* background-color: var(--Myrtle-Green);
	border: 2px solid var(--Myrtle-Green); */
  cursor: pointer;
}

.cah-cust-nav-bar-hamburger-btn:hover {
  /* background-color: white; */
}

.cah-cust-nav-bar-hamburger-btn .burger-line {
  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);
}

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

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

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

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

.cah-cust-nav-bar-hamburger-btn:hover div {
  /* background-color: var(--Myrtle-Green); */
}

.cah-cust-nav-bar-hamburger-btn div:nth-child(1) {
  top: 13px;
  left: 11px;
}

.cah-cust-nav-bar-hamburger-btn div:nth-child(2) {
  top: 18px;
  left: 11px;
}

.cah-cust-nav-bar-hamburger-btn div:nth-child(3) {
  top: 23px;
  left: 11px;
}

.cah-cust-nav-bar-mobile-menu-wrapper {
  display: none;
  /* border-top: 1px solid var(--Myrtle-Green);
	border-bottom: 1px solid var(--Myrtle-Green); */
}

.cah-cust-nav-bar-mobile-menu-wrapper li {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cah-cust-nav-bar-mobile-menu-wrapper a {
  padding: 10px;
  font-size: 18px;
  font-weight: var(--medium);
  text-align: left;
}
/* .cah-cust-nav-bar-mobile-menu-inner-wrapper > ul {
	background-color: white;
} */
.cah-cust-nav-bar-mobile-menu-wrapper ul#menu-mobile {
  background-color: var(--Myrtle-Green);
  height: 100vh;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li {
  position: relative;
  background-color: var(--Myrtle-Green);
  border-bottom: 1px solid var( --Pine-Green);
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li:last-child {
  /* background-color: #F2F5FA;
	border-bottom: none;
	color: var(--Myrtle-Green); */
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li > a {
  color: #fff;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul {
  display: none;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li i {
  position: absolute;
  top: 14px;
  right: 10px;
  color: #fff;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li {
  background-color: var(--Myrtle-Green);
  border-bottom: 1px solid var( --Pine-Green);
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:first-child {
  /* border-top: 1px solid var(--Myrtle-Green); */
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:last-child {
  border-bottom: none;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper li:hover {
  background-color: var(--Myrtle-Green);
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper li:hover > a {
  color: #fff;
}
/* .cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:hover {
	background-color: #9FA1A4;
} */

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:last-child:hover {
  border-bottom: none;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li a {
  color: #f2f5fa;
}

@media screen and (max-width: 800px) {
  .menu-scroll .cah-cust-nav-bar-logo-wrapper {
    height: 90px;
  }
  .menu-scroll .cah-cust-nav-bar-logo-wrapper > a {
    height: 90px;
  }
  .cah-cust-nav-bar-logo-wrapper img {
    height: 100px;
  }
  .menu-scroll .cah-cust-nav-bar-logo-wrapper > a > img {
    height: 80px !important;
    padding: 15px 0 !important;
  }
}

.header-bottom-bar {
  width: 100vw;
  height: 40px;
  background-image: linear-gradient(to bottom, #c20020, var(--Myrtle-Green));
}

.mobile-call {
  display: flex;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}

.mobile-call p {
  margin-bottom: 0;
  color: var(--Myrtle-Green) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-call i {
  transform: rotate(-20deg);
  color: var(--Myrtle-Green);
  margin-right: 5px;
}

.mobile-call:hover i,
#map-call:hover i {
  animation: shake 0.7s;
  animation-iteration-count: 1;
}

.mobile-appt {
  display: flex;
  align-items: center;
  text-align: center;
}

.mobile-appt p {
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-appt i {
  color: var(--Myrtle-Green);
  margin-right: 5px;
}

.mobile-appt:hover i,
#map-appt:hover i {
  animation: shake2 0.7s;
  animation-iteration-count: 1;
}

.mobile-appt:hover p {
  color: var(--Myrtle-Green);
}

.mobile-btns-container {
  display: flex;
  align-items: center;
  /* margin-bottom: 10px; */
}

.cah-cust-nav-bar-contact-wrapper i {
  font-size: 34px;
}

.floating-button {
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 2px solid var(--Myrtle-Green);
  padding: 5px 0px;
  text-align: center;
}

.floating-button p {
  margin-bottom: 0;
  color: var(--Myrtle-Green) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.floating-button i {
  color: var(--Myrtle-Green);
  margin-right: 5px;
}

#phone-icon {
  transform: rotate(-20deg);
}

.floating-button:hover {
  background-color: var(--Myrtle-Green);
}

.floating-button:hover p {
  color: white !important;
}

.floating-button:hover i {
  color: white;
}

.home #right-sidebar,
.home .sidebar {
  display: none !important;
}

/* ul#menu-header-menu li.menu-item-has-children a {
	margin-right: 6px;
}

ul#menu-header-menu li.menu-item-has-children::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid black;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	transform: translateY(2px);
}

ul#menu-header-menu li.menu-item-has-children:hover::after {
	border-top: 5px solid white;
} */

#logo-mobile {
  display: none;
}

.cah-cust-nav-bar-floating-nav-wrapper img {
  max-width: 100px;
}

a.mobile-call:hover {
  color: var(--Myrtle-Green);
}

/*--------------------------------------------------------------
3. HOMEPAGE STYLES
--------------------------------------------------------------*/

.page-id-133 .inside-article {
  padding: 0;
}

.page-id-133 p {
  /* margin: 0; */
}

.home header.entry-header {
  display: none;
}

.home article#post-133,
.home main#main,
.home article#post-133 .entry-content {
  margin-top: 0;
  max-width: none;
  width: 100%;
}

.home article#post-133 .inside-article {
  padding-top: 0;
}

.home .entry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home #page {
  /* margin-top: 0; */
  margin-bottom: 0;
}

.home-hero {
  background-image: url("/wp-content/uploads/2019/07/home-hero-background.png");
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 660px;
  max-width: 100vw;
  max-height: 36.667vw;
  background-size: cover;
}

.home-hero-text-container h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}

.home-hero-big-text {
  font-size: 52px;
}

.home-hero-caption {
  background-color: #4c0000;
  width: 33%;
}

.home-hero-caption p {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-bottom: 0px;
  padding: 15px 0px;
  font-size: 20px;
}

.learn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.learn-more:hover .fa-chevron-down {
  animation: bounce 2s infinite;
}

.learn-more p {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
}

.learn-more i {
  color: white;
  font-size: 40px;
}

.three-icon-container {
  height: 300px;
  width: 100vw;
  display: flex;
  justify-content: center;
}

.home-icon {
  height: 100%;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home-icon:not(:last-of-type) {
  margin-right: 30px;
}

.home-icon i {
  color: #910d18;
  font-size: 80px;
}

.home-icon p {
  text-transform: uppercase;
  color: #910d18;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
}

.home-icon:hover {
  background-color: #910d18;
  transition: background-color 0.9s ease;
}

.home-icon:hover p,
.home-icon:hover i {
  color: white;
  transition: color 0.9s ease;
}

.home-forms-container {
  width: 100vw;
  height: 500px;
  background-image: url("/wp-content/uploads/2019/08/icon-bg-bottom-fade.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.forms-intro-text,
.forms-image {
  width: 50%;
}

.forms-intro-text {
  margin-left: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.forms-intro-text h2,
.forms-intro-text p {
  text-align: center;
}

.forms-intro-text h2 {
  text-transform: uppercase;
  color: #910d18;
  font-weight: bold;
}

.forms-intro-text p {
  color: black;
  font-size: 20px;
}

.forms-image {
  display: flex;
  justify-content: center;
}

.forms-image img {
  height: auto;
  width: 400px;
  margin-bottom: 20em;
}

.new-clients-button {
  border: 2px solid #910d18;
  margin-top: 30px;
  background-color: white;
}

.new-clients-button p {
  color: #910d18;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 15px;
}

.new-clients-button:hover {
  background-color: #910d18;
  transition: background-color 0.7s ease;
}

.new-clients-button:hover p {
  color: white;
  transition: color 0.7s ease;
}

/*--------------------------------------------------------------
4. FEATURES
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4a. SERVICES
--------------------------------------------------------------*/

.services-grid-section {
  width: 100vw;
  display: flex;
  flex-direction: row;
}

.services-grid-section-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.services-column {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.service-img {
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
  background-color: grey;
  margin-bottom: 10px;
}

.service-card {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 15px;
}

.services-grid-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 50px;
}

.service-card h3 {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
  color: #8c020d;
  border: 2px solid #8c020d;
  word-wrap: normal;
  font-size: 18px;
}

.service-card:hover h3 {
  background-color: #8c020d;
  color: white;
  transition: all 0.7s ease;
}

#service-column-1 {
  background-image: url("/wp-content/uploads/2019/07/left_slash.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#service-column-2 {
  background-image: url("/wp-content/uploads/2019/07/slash_right.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

#our-services-header {
  font-weight: bold;
  color: #8c020d;
  text-transform: uppercase;
}

#view-services-button {
  margin: 30px 0px;
  border: 2px solid #910d18;
  background-color: #910d18;
}

#view-services-button p {
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 15px;
}

#view-services-button:hover {
  background-color: white;
  transition: background-color 0.7s ease;
}

#view-services-button:hover p {
  color: #910d18;
  transition: color 0.7s ease;
}

#services-intro-text {
  text-align: center;
  width: 75%;
  color: black;
  font-size: 20px;
}

/*--------------------------------------------------------------
4b. TESTIMONIALS
--------------------------------------------------------------*/

#testimonials-title {
  color: var(--Myrtle-Green);
  /* font-weight: bold; */
  /* margin: 20px 0px; */
  text-align: center;
  font-size: 32px;
}

#testimonials-sub-title {
  color: #c20020;
  font-size: 28px;
  text-align: center;
}

.ts-carousel .fa-quote-left {
  font-size: 40px;
  color: #c20020;
}

.left-chevron i,
.right-chevron i {
  color: #fff;
}

.ts-wrapper {
  width: 100vw;
  background-color: var(--Pale-Jade);
  /* background-image: url('/wp-content/uploads/2019/08/icon-bg-top-fade.png');
	background-position: center;
	background-size: cover; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 50px 0 50px 0;
}

.ts-carousel {
  /* width: 960px; */
  width: 1200px;
  max-width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ts-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0;
}

.ts-title .ts-content {
  text-align: center;
  color: #9fa1a4;
  margin: 0;
  padding: 0;
}

.ts-slide-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* margin-bottom: 40px; */
  overflow: hidden;
  width: 100%;
}

.testimonial-container {
  display: flex;
  /* flex-direction: column; */
  /* align-items: center; */
  justify-content: center;
  margin: 10px;
}
.testimonial-column {
  width: 33.333%;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .testimonial-container {
    flex-direction: column;
    align-items: center;
  }
  .testimonial-column {
    width: 100%;
  }
}
.testimonial-column img {
  width: 32px;
  margin-bottom: 15px;
}
.testimonial-column h3 {
  color: white;
  text-transform: uppercase;
}
.testimonial-column p {
  color: white;
  font-size: 14px;
  margin-bottom: 1em;
}
.testimonial-column p:last-of-type {
  margin-bottom: 0;
}
.testimonial-container .ts-content {
  color: black;
  text-align: center;
}

.testimonial {
  /* padding: 15px;
  width: 400px;
  max-width: 100%;
  text-align: center; */
}

.ts-content {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #9fa1a4;
  font-size: 22px;
}
.testimonial .ts-content {
  padding: 10px;
  text-align: center;
  font-style: italic;
  line-height: 25px;
  color: black;
  font-weight: normal;
}

.ts-triangle {
  width: 0;
  height: 0;
  border-top: 25px solid #9fa1a4;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  margin-bottom: 20px;
}

.ts-buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.ts-buttons .ts-button {
  width: 15px;
  height: 15px;
  margin: 5px;
}

.ts-buttons .ts-button:hover {
  background-color: #c6c6c6;
  cursor: pointer;
}

.ts-white {
  background-color: #9fa1a4;
}

.ts-grey {
  background-color: #c6c6c6;
}
.right-chevron,
.left-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
  /* padding: 10px; */
  width: 35px;
  height: 35px;
}
.right-chevron i,
.left-chevron i {
  font-size: 20px;
}

.right-chevron:hover,
.left-chevron:hover {
  cursor: pointer;
}

/* .ts-wrapper h3 {
	font-style: italic;
	font-weight: bold;
	text-align: center;
} */

.ts-wrapper h2 {
  font-weight: bold;
  color: var(--Myrtle-Green);
  margin-bottom: 0;
  padding: 5px 10px;
  background-color: white;
  transform: translateY(20px);
  text-align: center;
}

/*--------------------------------------------------------------
4c. MAP
--------------------------------------------------------------*/

.map-section-container {
  width: 100vw;
  background-image: url("/wp-content/uploads/2019/07/home-hero-background.png");
  background-size: cover;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2% 0;
}

.map-section-container iframe {
  width: 75%;
  height: 320px;
}

.map-section-container h1 {
  margin: 20px 0px;
  color: white;
  font-weight: bold;
}

.map-section-buttons {
  margin: 20px 0px;
}

.map-section-buttons,
.map-button {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.map-button:first-of-type {
  margin-right: 30px;
}

.map-button i,
.map-button p {
  color: white;
}

.fa-phone-volume {
  transform: rotate(-20deg);
}

.map-button p {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}

.map-button i {
  margin-right: 10px;
  font-size: 34px;
}

.contact-map .fa.fa-phone {
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
4d. DOCTORS
--------------------------------------------------------------*/

.doctors-page {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
}

.doctor-card {
  margin-bottom: 25px;
  border-bottom: 2px solid #910d18;
}

.doctor-card img {
  width: 250px;
  margin: 0 25px 15px 0;
  float: left;
}

.doctor-card h3 {
  color: #910d18;
  font-size: 24px;
}

/*--------------------------------------------------------------
5. SIDEBAR STYLES
--------------------------------------------------------------*/

.sidebar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0 40px 0;
}

.sidebar-icon p {
  color: var(--Myrtle-Green) !important;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-icon img {
  margin-bottom: 10px;
}

#right-sidebar .widget_custom_html {
  margin-bottom: 0;
  padding: 0;
}

#right-sidebar .widget {
  border-bottom: 2px solid #9fa1a4;
}

#right-sidebar .widget:last-of-type {
  border-bottom: none;
}

#right-sidebar {
  border-radius: 55px;
  padding: 0 40px 0 40px;
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.5);
}

.sidebar .widget {
  background-color: transparent;
}

/*--------------------------------------------------------------
6. G-FORM STYLES
--------------------------------------------------------------*/

li#field_4_1,
li#field_4_2 {
  padding-right: 0;
}

/* input#gform_submit_button_2,
input#gform_submit_button_3 {
  color: white;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover {
} */

.gform_body h2 {
  /* color: var(--Myrtle-Green); */
}

/* .gform_button {
	color: var(--Myrtle-Green) !important;
	background-color: white !important;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
	border: 2px solid var(--Myrtle-Green) !important;
	font-weight: bold;
	text-transform: none !important;
	border-radius: 0px !important;
}

.gform_button:hover {
	color: white !important;
	background-color: var(--Myrtle-Green) !important;
	border: 2px solid var(--Myrtle-Green) !important;
} */
.gform_button {
  background-color: var(--charcoal) !important;
}
.gform_button:hover {
  background-color: var(--charcoal) !important;
}
ul.gfield_radio li {
  overflow: visible !important;
}

li#field_3_16 .gfield_label {
  display: none;
}

li#field_3_14 .gfield_label {
  display: none;
}

#gform_wrapper_4 li {
  width: 100% !important;
}

#gform_wrapper_4 label {
  display: none;
}

#gform_4 {
  display: flex;
  border-bottom: 1px solid var(--Pale-Jade);
  padding-bottom: 8px;

  .gform_footer {
    margin: 0;
    padding: 0;
    width: fit-content;
  }

  input#input_4_2 {
    border: none;
    background-color: transparent;
    padding-bottom: 0 !important;
    padding-top: 10px !important;
  }
}

input#gform_submit_button_4,
input#gform_submit_button_4:visited {
  padding: 15px 25px;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--Pine-Green) !important;
  padding: 15px 25px;
  border-radius: 100px;
  border: 2px solid var(--Pine-Green) !important;
  font-weight: var(--medium) !important;
  display: flex;
  justify-content: center;
  max-width: 250px;
  width: fit-content;
  margin-right: 0 !important;
}

input#gform_submit_button_4:hover {
  background-color: var( --Pine-Green) !important;
  border-color: var( --Pine-Green) !important;
  color: #fff;
}

.form-call {
  margin-left: 5px;
  background-color: var(--charcoal);
  /* border: 2px solid var(--Myrtle-Green); */
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 0;
  color: #fff !important;
  /* font-weight: bold; */
  text-transform: uppercase;
  white-space: nowrap;
}
.form-call i {
  transform: rotate(90deg);
  /* color: var(--Myrtle-Green); */
  margin-right: 5px;
}

.form-call:focus {
  background-color: white;
}

.form-call:hover {
  background-color: var(--charcoal);
  color: white !important;
}

.form-call:hover i {
  color: white;
}

#gform_wrapper_3 {
  display: block !important;
}

#masthead,
.title {
  display: none;
}
.main-fluid {
  background-color: #eee;
}

/*--------------------------------------------------------------
7. FOOTER STYLES
--------------------------------------------------------------*/

aside#custom_html-6 .textwidget {
  display: flex;
  flex-direction: column;
  align-items: center;
}
aside#custom_html-6 .textwidget img {
  margin-bottom: 20px;
  max-width: 205px;
}

h2.widget-title {
  color: #fff !important;
  font-family: adelle, serif;
}

.page-id-133 main#main {
  margin-bottom: 0px;
}

.page-id-133 article#post-133 {
  margin-bottom: 0px;
}

.site-info {
  background-color: var( --Pine-Green);
  text-align: right;
  padding: 10px;
}

.site-info a:hover {
  color: var( --Pine-Green);
}

.site-info a,
.site-info a:visited {
  color: var(--Pale-Jade) !important;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto !important;
  display: flex;
  justify-content: space-between;

  #gform_wrapper_4 .gform_title,
  .tag {
    background-color: var( --Pine-Green);
  }

  & p {
    line-height: 200%;

    & a,
    a:visited {
      color: var(--Pale-Jade);
    }
    & a:hover {
      color: var(--Pale-Jade);
    }
  }

  & iframe {
    border-radius: 16px;
  }
}

.inside-footer-widgets::after {
  display: none !important;
}

.inside-footer-widgets > .footer-widget-1,
.inside-footer-widgets > .footer-widget-2 {
  width: 48%;
  padding: 80px 0;
  color: var(--Pale-Jade);
}

.footer-socials {
  display: flex;
  align-self: center;
  justify-content: center;
  /* margin-bottom: 25px; */
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px !important;
  background-color: var(--Myrtle-Green);
  border-radius: 50%;
  height: 48px;
  width: 48px;
  /* border: 2px solid var(--Myrtle-Green);
	width: 25px;
	height: 25px; */
}

.footer-socials a i {
  color: #fff;
  font-size: 26px;
}

.footer-socials a:hover {
  background-color: var(--Pale-Jade);
}

.footer-socials a:hover i {
  color: #f2f5fa;
  transition: color 0.7s ease;
}

.footer-buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.footer-buttons a {
  color: #8c020d;
  background-color: white;
  padding: 5px;
  width: 250px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #8c020d;
}

.footer-buttons a:hover {
  background-color: var(--Myrtle-Green);
  color: white;
  transition: all 0.7s ease;
}

.footer-hours {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}

.footer-day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid black;
}

.footer-day p {
  margin-bottom: 4px;
  color: black;
}

.copyright-bar {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}

.copyright-bar p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
8. INDIVIDUAL PAGE STYLES
--------------------------------------------------------------*/

#page {
  max-width: none;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-top: 0px; */
}

#page .page-id-133 {
  background-image: default;
}
.page-header-image-single {
  margin-left: 0 !important;
}
.separate-containers,
.inside-article {
  background-color: transparent !important;
}

.page-id-133 .inside-article {
  margin-top: 0px;
}

.sidebar-icon i {
  font-size: 70px;
  margin-bottom: 12px;
}

.sidebar-icon:hover {
  color: var(--Myrtle-Green);
}

/*--------------------------------------------------------------
9. ANIMATIONS & KEYFRAMES
--------------------------------------------------------------*/
#fear-free-1 img {
  opacity: 0;
  transition: opacity 1s ease 500ms;
  transform: translateX(-100vw);
}
#fear-free-1 .home-beginning-right {
  opacity: 0;
  transition: opacity 1s ease 500ms;
  transform: translateX(100vw);
}
#fear-free-3 img {
  opacity: 0;
  transition: opacity 1s ease 500ms;
  transform: translateX(-100vw);
}
#fear-free-3 .home-beginning-right {
  opacity: 0;
  transition: opacity 1s ease 500ms;
  transform: translateX(100vw);
}
#fear-free-5 img {
  opacity: 0;
  transition: opacity 1s ease 500ms;
  transform: translateX(-100vw);
}
#fear-free-5 .home-beginning-right {
  opacity: 0;
  transition: opacity 1s ease 500ms;
  transform: translateX(100vw);
}
#fear-free-2 img {
  opacity: 0;
  transition: opacity 1s ease 500ms;
  transform: translateX(100vw);
}
#fear-free-2 .home-beginning-right {
  opacity: 0;
  transition: opacity 1s ease 500ms;
  transform: translateX(-100vw);
}
#fear-free-4 img {
  opacity: 0;
  transition: opacity 1s ease 500ms;
  transform: translateX(100vw);
}
#fear-free-4 .home-beginning-right {
  opacity: 0;
  transition: opacity 1s ease 500ms;
  transform: translateX(-100vw);
}
.slide-up-1 {
  animation: slideUp 500ms ease 0s forwards;
}

.slide-up-2 {
  animation: slideUp 500ms ease 200ms forwards;
}

.slide-up-3 {
  animation: slideUp 500ms ease 400ms forwards;
}

.slide-left {
  animation: slideLeft 500ms ease 0s forwards;
}

.slide-right {
  animation: slideRight 500ms ease 0s forwards;
}

.slide-out-left {
  animation: slideOutLeft 750ms ease-out 0s 1 forwards;
  /* height: 0px !important;
  padding: 0 !important; */
  /* animation: disappear 750ms 0s 1 forwards; */
  /* display: none; */
}

.slide-in-left.slide-in-right {
  display: flex;
}

.slide-in-left {
  display: flex !important;
  opacity: 1 !important;
  animation: slideInLeft 500ms ease-out 0s 1 forwards;
}

.slide-out-right {
  animation: slideOutRight 500ms ease-out 0s 1 forwards;
}

.slide-in-right {
  opacity: 1 !important;
  animation: slideInRight 500ms ease-out 0s 1 forwards;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    /* opacity: 0; */
    /* visibility: hidden; */

    transform: translateX(100vw);
  }
  100% {
    /* visibility: visible; */
    transform: translateX(0);
    opacity: 1 !important;
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(-20deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-21deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(-19deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(-20deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(-19deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-21deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(-20deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-21deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(-19deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(-20deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-21deg);
  }
}

@keyframes shake2 {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(-200vw);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(100vw);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes clickShrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
10. MEDIA QUERIES
--------------------------------------------------------------*/

@media screen and (min-width: 1600px) {
  .forms-image img {
    width: 430px;
    margin-right: 10em;
  }
  #forms-intro-text {
    width: 75%;
  }
}

@media screen and (min-width: 1550px) {
  #page {
    background-repeat: repeat-x;
    background-size: cover;
  }
}

@media screen and (min-width: 1350px) {
  div#content {
    padding: 0px 60px;
  }
}

@media screen and (min-width: 1260px) {
  .home-forms-container,
  .ts-wrapper {
    background-size: contain;
  }
}

@media screen and (max-width: 1210px) {
  .home-hero-caption,
  #learn-more-link,
  .forms-image,
  #kitten-img {
    display: none;
  }
  .forms-intro-text {
    margin-top: 5%;
    margin-left: 0px;
    width: 85%;
  }
  .home-forms-container {
    justify-content: initial;
    align-items: center;
    flex-direction: column;
  }
  .services-grid-section {
    flex-direction: column;
  }
  .services-column {
    width: 100%;
  }
  .home-hero-text-container h1 {
    margin-bottom: 0px;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
  .cah-cust-nav-bar-menu-wrapper > div > ul > li a {
    /* font-size: 14px; */
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .cah-cust-nav-bar-menu-wrapper > div > ul > li a {
    /* font-size: 13px; */
  }
}

@media screen and (min-width: 1025px) {
  .mobile-btns-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .cah-cust-nav-bar-logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #main-header-wrapper .cah-cust-nav-bar-logo-wrapper .call-us {
    display: flex;
  }
  #hamburger-1 {
    display: flex;
  }
  .header-socials {
    display: none;
  }
  .four-icons-card {
    transform: translateY(0);
  }
  .four-icons-card h1 {
  }
  .right-chevron,
  .left-chevron {
    font-size: 40px;
  }
  #footer-widgets {
    background-image: none;
  }
  .site-footer {
    /* border-top: 8px solid #8c020e; */
  }
  .page-id-133 .site-footer {
    border-top: 0px;
  }
  .cah-cust-nav-bar-wrapper {
    /* position: relative;
		top: 0;
		left: 0; */
  }
  .cah-cust-nav-bar-menu-wrapper {
    display: none;
  }
  .cah-cust-nav-bar-floating-nav-wrapper {
    display: none;
  }
  .cah-cust-nav-bar-contact-menu-wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .cah-cust-nav-bar-contact-wrapper {
    /* height: 90px; */
    flex-direction: column;
    align-items: flex-end;
  }
  .cah-cust-nav-bar-contact-wrapper span:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cah-cust-nav-bar-hamburger-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-footer-links {
    display: none;
  }
  aside#gform_widget-2,
  .site-footer .footer-widgets-container .inner-padding {
    padding-left: 0;
  }
  .footer-hours {
    width: 250px;
  }
  .doctor-card {
    display: flex;
    flex-direction: column;
  }
  .doctor-card img {
    float: none;
  }
  .mobile-banner {
    display: flex;
  }
  #gform_widget-2 {
    max-width: 250px;
  }
  .footer-widgets {
    padding: 40px 0;
  }
  .inside-footer-widgets > .footer-widget-1,
  .inside-footer-widgets > .footer-widget-2 {
    width: 100%;
    padding: 10px 0;
  }
  .inside-footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  aside#custom_html-2 .textwidget {
    display: flex;
    justify-content: center;
  }
  .copyright-bar {
    flex-direction: column;
    padding-bottom: 50px;

    & p {
      padding-top: 8px;
    }
  }
}

@media screen and (min-width: 936px) {
  .three-icon-container {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 935px) {
  .three-icon-container {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .three-icon-container a {
    margin-bottom: 20px;
  }
  .home-icon {
    height: 170px;
    width: 170px;
    padding: 20px;
  }
}

@media screen and (max-width: 787px) {
  .header-stick {
    position: fixed !important;
    box-shadow: 0 5px 30px 0 lightgrey;
  }
  .four-icons-card {
    transform: translateY(0);
    border-radius: 0;
  }
  .entry-content br:first-of-type {
  }
}

@media (min-width: 784px) and (max-width: 1045px) {
  .icon-card {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 769px) {
  nav#site-navigation .inside-navigation {
    display: flex !important;
    justify-content: flex-end !important;
  }
}

@media screen and (max-width: 768px) {
  #right-sidebar {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .floating-appt {
    margin-bottom: 5px;
  }
}

@media (max-width: 660px) {
  .cah-cust-nav-bar-inner-wrapper {
    /* align-items: center; */
    /* padding: 15px; */
  }
  .cah-cust-nav-bar-logo-wrapper {
    /* margin-bottom: 14px; */
  }
}

@media screen and (max-width: 635px) {
  .home-hero-text-container h1 {
    font-size: 20px;
  }
  .home-hero-big-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 550px) {
  .floating-button {
    margin-bottom: 5px;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .cah-cust-nav-bar-inner-wrapper {
    /* display: flex;
    flex-direction: column; */
  }
  .cah-cust-nav-bar-contact-wrapper {
    align-items: center;
  }
  .mobile-appt,
  .mobile-call {
    border: 2px solid #8c030c;
  }
  .mobile-call {
    border-radius: 0px;
  }
  .mobile-appt {
    padding: 5px 10px;
  }
  .cah-cust-nav-bar-logo-wrapper {
    /* margin-bottom: 30px; */
  }
  .floating-button {
    justify-content: center;
  }
  .cah-cust-nav-bar-contact-wrapper i {
    font-size: 20px;
  }
  .mobile-btns-container {
    width: 100%;
  }
  a.mobile-call {
    width: 100%;
    margin-right: 0px;
    justify-content: center;
  }
}

@media screen and (max-width: 434px) {
  .map-button i {
    margin-right: 5px;
    font-size: 18px;
  }
  .map-button p {
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .hib-pop-up-slides-2-wrapper {
    max-width: 100vw !important;
  }
  .hib-pop-up-slides-2-slide-wrapper {
    width: 45% !important;
  }
}

@media screen and (max-width: 400px) {
  .cah-cust-nav-bar-contact-wrapper i {
    font-size: 28px;
  }
}

@media screen and (max-width: 336px) {
  .map-button p {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 800px) {
  .ts-slide-wrapper {
    flex-direction: column;
  }
  .testimonial {
    /* width: 80vw; */
  }
}
.page-id-3389 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-3389 #right-sidebar,
.page-id-3389 .site-footer,
.page-id-3389 .cah-cust-nav-bar-hamburger-btn,
.page-id-3389 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-3389 .cah-cust-nav-bar-inner-wrapper,
.page-id-3389 .cah-cust-nav-bar-logo-wrapper {
  display: flex;
  justify-content: center;
}
.page-id-3389 #primary {
  width: 100%;
}
.page-id-3389 {
  .subpage-banner {
    display: none;
  }
  .entry-content {
    padding: 0;
    width: 100%;
    max-width: none;
  }
  .cah-cust-nav-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.page-id-369 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-369 #right-sidebar,
.page-id-369 .site-footer,
.page-id-369 .cah-cust-nav-bar-hamburger-btn,
.page-id-369 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-369 .cah-cust-nav-bar-inner-wrapper,
.page-id-369 .cah-cust-nav-bar-logo-wrapper {
  display: flex;
  justify-content: center;
}
.page-id-369 #primary {
  width: 100%;
}
.page-id-371 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-371 #right-sidebar,
.page-id-371 .site-footer,
.page-id-371 .cah-cust-nav-bar-hamburger-btn,
.page-id-371 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-371 .cah-cust-nav-bar-inner-wrapper,
.page-id-371 .cah-cust-nav-bar-logo-wrapper {
  display: flex;
  justify-content: center;
}
.page-id-371 #primary {
  width: 100%;
}
.home-intro {
  width: 100vw;
  display: flex;
  justify-content: center;
  padding: 50px 0 0 0;
}
.home-intro-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-intro-text {
  width: 960px;
  max-width: 100%;
  text-align: center;
}
.home-intro-text h1 {
  color: var(--Pale-Jade);
  text-transform: uppercase;
  font-size: 36px;
}
.home-intro-container img {
  filter: grayscale(100%);
}
.home-intro-container img:hover {
  filter: grayscale(0%);
}
#home-intro-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-services {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-services-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 50px 0;
  justify-content: center;
}
.home-services-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-services h2 {
  text-align: center;
  font-size: 32px;
  color: var(--Pale-Jade);
  text-transform: uppercase;
}
.home-service-card {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.home-service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 250ms ease;
}
.home-service-overlay {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 2;
}
.home-service-overlay h3 {
  color: white;
  text-transform: uppercase;
  text-shadow: 0 0 5px black;
}
.home-service-overlay p {
  padding: 5px 15px;
  border: 1px solid white;
  color: white;
  margin-bottom: 0;
  font-size: 14px;
}
.home-service-card:hover .home-service-bg {
  width: 125%;
  height: 125%;
}
.home-service-card:hover .home-service-overlay p {
  color: #333344;
  background-color: white;
}
#video-img {
  width: 100vw;
  max-width: none;
}
.header-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
}
.header-socials a {
  margin: 5px;
}
.header-socials a i {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header-socials {
    display: none;
  }
}
.cah-cust-nav-bar-contact-menu-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cah-cust-nav-bar-menu-wrapper {
  height: 100%;
}
.menu-header-menu-container {
  height: 100%;
}
.inside-footer-widgets i {
  font-size: 26px;
  margin-bottom: 15px;
}
.inside-footer-widgets i.fa-phone {
  transform: rotate(90deg);
}
.home-testimonials {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
  background-image: url("/wp-content/uploads/2020/04/STVH-website-bark-of-town-scaled.jpg");
  background-position: center;
  background-size: cover;
  min-height: 500px;
}
.home-testimonials-positioner {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-end;
}
.home-testimonials-container {
  width: 60%;
  /* max-width: 90vw; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .home-testimonials-positioner {
    justify-content: center;
  }
  .home-testimonials-container {
    width: 100%;
  }
}
.home-testimonials-container h2 {
  font-size: 42px;
}
.home-testimonials-container * {
  color: white;
}
.home-testimonials-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-test-dot {
  border-radius: 100%;
  border: 1px solid white;
  width: 10px;
  height: 10px;
  margin: 5px;
}
.home-test-dot:hover {
  background-color: white !important;
  cursor: pointer;
}
.home-testimonials-imgs img {
  width: 50px;
  margin: 10px;
  border-radius: 100%;
  opacity: 0.5;
}
.home-testimonials-imgs img:hover {
  opacity: 1;
  cursor: pointer;
}
.home-testimonial p {
  /* font-size: 15px; */
  font-style: italic;
}
.home-testimonial p:last-of-type {
  /* font-size: 11px;
	letter-spacing: 4px; */
  font-weight: bold;
  font-style: normal;
}
.home-testimonial {
  display: none;
}
.home-testimonial#home-test-2411 {
  display: block;
}
img#home-test-2411 {
  opacity: 1;
}
#right-sidebar {
  display: none;
}
#primary {
  width: 100%;
}
.header-bottom-bar {
  display: none !important;
}
#main {
  margin-right: 0;
}
.home div#content {
  padding: 0;
}
.home .entry-content > p:first-of-type {
  display: none !important;
}
footer.entry-meta {
  display: none;
}
.category-service .page-header-image-single,
header.entry-header {
  display: none;
}

.category-service .inside-article {
  padding-top: 0;
}
.category-service .entry-content,
.cat-12 #main {
  /* margin-top: 0; */
}
/* .page-header-image-single, header.entry-header {
	display: none;
} */
.subpage-banner {
  width: 100vw;
  /* height: 40.196078vw; */
  min-height: 600px;
  box-sizing: border-box;
  padding: 100px 0;
  max-width: none;
  margin-left: calc(-50vw + 50%);
  /* margin-bottom: 25px; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  /* min-height: 600px; */
}
.subpage-banner.no-featured-img {
  /* background-image: linear-gradient(to top right, var(--charcoal), var(--charcoal)); */
  background-image: linear-gradient(to top right, #000, var(--charcoal));
}
.subpage-banner-overlay {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 99;
  top: 0;
}
.subpage-banner-container {
  /* width: 100%;
	padding: 0 60px; */
  width: 1200px;
  max-width: 90vw;
  /* max-width: 90vw; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1349px) {
  .subpage-banner-container {
    padding: 0;
  }
}
.subpage-banner-caption {
  width: 50%;

  & a {
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.4px;

    & svg {
      padding-right: 12px;
    }
  }
}
.subpage-banner-caption h1 {
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 110%;
}
@media screen and (max-width: 1024px) {
  .subpage-banner {
    min-height: 300px;
  }
  .subpage-banner-container {
    justify-content: center;
  }
  .subpage-banner-caption {
    width: 100%;
  }
}
.inside-article {
  padding-top: 0 !important;
}
.entry-content,
#main {
  margin-top: 0;
}
.page-id-416 .ts-wrapper,
.page-id-416 .home-intro {
  margin-left: calc(-50vw + 50%);
}
.page-id-416 .home-intro-text {
  display: none;
}
.featured-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 50px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-section-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 960px;
  max-width: 90vw;
}
.featured-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.featured-section h2 {
  color: var(--Pale-Jade);
  text-transform: uppercase;
  margin-bottom: 25px;
}
.featured-section img {
  filter: grayscale(100%);
}
.featured-section img:hover {
  filter: grayscale(0%);
}
.page-id-416 #video-img {
  margin-left: calc(-50vw + 50%);
}
.page-id-416 #page,
.page-id-416 #main,
.page-id-416 .inside-article {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .featured-section-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.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);
}
.team-page {
  /* width: 100%; */
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.team-card {
  width: 250px;
  margin: 25px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-card img {
  width: 100%;
}
.team-overlay {
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  z-index: 99;
  transition: all 500ms ease;
  opacity: 1;
}
.team-overlay h3 {
  color: white;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.team-overlay p {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 8px;
}
.team-overlay p:last-of-type {
  margin-bottom: 0;
}
.team-card:hover .team-overlay {
  transform: translateY(-100%);
  opacity: 0;
}
.category-dvm .inside-article,
.category-staff .inside-article {
  display: flex;
  flex-direction: column;
}
.category-dvm .page-header-image-single,
.category-staff .page-header-image-single {
  width: 25%;
  margin-right: 25px;
  box-sizing: border-box;
}
.category-dvm .entry-content,
.category-staff .entry-content {
  /* width: 75%; */
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .category-dvm .inside-article,
  .category-staff .inside-article {
    flex-direction: column;
  }
  .category-dvm .page-header-image-single,
  .category-staff .page-header-image-single {
    width: 100%;
  }
  .category-dvm .entry-content,
  .category-staff .entry-content {
    width: 100%;
  }
}
.locations-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.locations-wrapper {
  display: flex;
  /* flex-wrap: wrap;
	justify-content: center; */
  flex-direction: column;
  width: 100%;
}
.locations-section {
  display: flex;
  width: 100%;
}
.locations-card {
  width: 535px;
  max-width: 50%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px;
  position: relative;
  /* max-width: 90vw; */
  overflow: hidden;
}
.locations-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 500ms ease;
}
#locations-na {
  background-image: url("/wp-content/uploads/2020/01/p.jpg");
}
#locations-sa {
  background-image: url("/wp-content/uploads/2020/01/20190621_065543-1.jpg");
}
#locations-k {
  background-image: url("/wp-content/uploads/2020/01/Seeks-LTR-2.jpg");
}
#locations-h {
  background-image: url("/wp-content/uploads/2020/01/ZippiVet-Location-Page-Image-Creation-1.jpg");
}
.locations-overlay {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 99;
}
.locations-overlay * {
  color: white;
  margin-bottom: 0;
  text-shadow: 0 0 5px black;
}
.locations-overlay h3 {
  font-size: 28px;
}
.locations-overlay p {
  font-size: 16px;
}
.locations-card-map {
  width: 535px;
  height: 450px;
  margin: 25px;
  /* max-width: 90vw; */
  max-width: 50%;
}
.locations-card:hover .locations-img {
  width: 125%;
  height: 125%;
}
@media screen and (max-width: 600px) {
  .locations-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .locations-card,
  .locations-card-map {
    max-width: 100%;
  }
}
.blog-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog-card {
  width: 100%;
  margin-bottom: 40px;
}
.blog-card h3 {
  color: #97d700;
  margin-bottom: 5px;
  font-size: 20px;
}
.blog-card h3:hover {
  color: var(--Myrtle-Green);
}
.blog-card > p {
  font-size: 15px;
}
.blog-footer {
  display: flex;
  flex-wrap: wrap;
}
.blog-tag {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin: 0 30px 10px 0;
}
.blog-tag i,
.blog-tag p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-weight: bold;
}
.blog-tag i {
  margin-right: 10px;
}
.blog-tag p .list-comma:last-of-type {
  display: none;
}
.blog-tag p a {
  color: var(--charcoal);
}
.bh-pages {
  display: flex;
  align-items: center;
}
.bh-btn {
  padding: 10px 15px;
  font-size: 11px;
  margin: 2px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 3px;
  background-color: #c1c1c1;
}
.bh-btn a {
  color: white;
}
.bh-btn:hover {
  background-color: #303030;
}
.blog-page h1 {
  color: var(--Myrtle-Green);
  text-transform: uppercase;
}
.category-news header.entry-header {
  display: block;
}
.team-back {
  padding: 40px;
  display: block;
  font-size: 15px;
  color: var(--Pale-Jade) !important;
}
.team-back:hover {
  color: var(--Pale-Jade) !important;
}
.page-id-329 #page,
.page-id-329 #main,
.page-id-329 .inside-article {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .n2-section-smartslider {
    display: none !important;
  }
}
.home-video {
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;

  .video-banner {
    max-width: 1200px;
    width: 90%;
    background-color: var( --Pale-Jade);
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 10;
    margin-bottom: -42px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    & h2 {
      color: #fff;
      font-weight: var(--Myrtle-Green);
      margin-bottom: 0;

      & span {
        font-weight: var(--bold);
		color: var(--Myrtle-Green);
      }
    }
  }
}

/* .home-video img {
	position: absolute;
	width: 100%;
	z-index: 99;
	top: 0;
} */

.video-img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.video-img > img {
  /* height: 86.893624%; */
}
.desktop-video-img {
  width: 100%;
}
.mobile-video-img {
  display: none;
}

.control-blocker {
  /* background-color: white; */
  /* flex-grow: 1; */
  flex-grow: 0.991;
  /* height: 13.106376%; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);

  & > a {
    padding-left: 5%;
  }
}
.hero-caption {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  text-align: center;
  width: 650px;
  max-width: 90vw;
  padding-left: 5%;
}
.hero-caption h1 {
  color: white;
  font-size: 64px;
  text-align: left;
}
.hero-caption p {
  color: white;
}
.control-blocker-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .subpage-banner-caption h1,
  .hero-caption h1 {
    font-size: 40px;
  }
  .home-video {
    height: 80vh;
    background-image: url(/wp-content/uploads/2025/04/hero-MOBILE.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    .video-banner {
      flex-direction: column;
      width: 80%;
      padding: 20px;
      margin-bottom: -80px;

      & h2 {
        margin-bottom: 20px;
        text-align: center;
      }
    }
    .wp-video {
      display: none !important;
    }
  }
  .desktop-video-img {
    display: none;
  }
  .mobile-video-img {
    display: block;
  }
  .home-video > .wp-video {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 115px; */
  }
  .video-img {
    align-items: center;
  }
  .control-blocker {
    align-self: stretch;
  }
  #video-697-2 {
    width: 1000px !important;
  }
}
@media (min-width: 701px) and (max-width: 1023px) {
  #home-beginning {
    margin-top: 50vw;
  }
}
@media screen and (max-width: 700px) {
  #home-beginning {
    margin-top: 15vw;
  }
}
.home #page {
}
.control-blocker-btns a {
  border-radius: 3px;
  text-align: center;
  background-color: transparent;
  color: white;
  border: 2px solid #fff;
  font-size: 22px;
  /* width: 295px; */
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  margin: 5px;
}
.control-blocker-btns a:hover {
  background-color: white;
  color: black;
}
.home-beginning {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
  overflow: hidden;
}
.home-beginning-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
}
.home-beginning-container > div {
  width: 50%;
  box-sizing: border-box;
}

.home-beginning-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
}
.home-beginning-right h2 {
  color: var(--charcoal);
  font-size: 37px;
}
.home-title-line {
  width: 166px;
  height: 2px;
  background-color: var(--charcoal);
  margin-bottom: 8px;
}
.home-beginning-left {
  padding: 50px;
  position: relative;
}
#home-beginning .home-beginning-left .red-star {
  position: absolute;
  top: 0;
  left: 0;
}
#home-beginning .home-beginning-left .white-star {
  position: absolute;
  top: 75px;
  left: 75px;
}
#home-culture .home-beginning-right .red-star {
  position: absolute;
  top: 0;
  left: 0;
}
#home-culture .home-beginning-right .blue-star {
  position: absolute;
  top: 75px;
  left: 75px;
}
#home-beginning-left {
  /* opacity: 0; */
  /* transform: translateX(-100vw); */
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1s ease;
}
#home-beginning-right {
  /* opacity: 0; */
  /* transform: translateX(100vw); */
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
#home-culture-left {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1s ease;
}
#home-culture-right {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
.home-beginning-left img {
  box-shadow: 10px 10px 50px 10px grey;
}
.home-intro {
  padding: 96px 0;

  & p {
    width: 90%;
    max-width: 800px;
    text-align: center;
    font-size: 24px;
    margin: 0 auto;

    & span {
      background-color: var(--Pale-Jade);
      padding: 0 5px 5px 5px;
    }
  }
}
@media screen and (max-width: 1024px) {
  .home-intro {
    padding-top: 120px;
  }
}
.growth-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-image: url("/wp-content/uploads/2020/04/STVH-website-growth-scaled.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
.growth-container {
  max-width: 90vw;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 0 50px 0;
  box-sizing: border-box;
  position: relative;
}
.growth-container .blue-star {
  position: absolute;
  top: -100px;
  right: 0;
  transform: translateY(-500px);
  opacity: 0;
}
.growth-container .white-star {
  position: absolute;
  top: -25px;
  right: 75px;
  transform: translateY(-500px);
  opacity: 0;
}
.growth-container > * {
  color: white;
}
.growth-container > h2 {
  font-size: 42px;
}
#footer-widgets {
  /* display: none; */
}
.best-vet-section {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
  background-color: #f2f2f2;
}
.best-vet-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.best-vet-container > div {
  width: 50%;
  box-sizing: border-box;
  padding: 50px;
}
.best-vet-container h2 {
  font-size: 42px;
  text-align: center;
}
.best-vet-left {
  position: relative;
}
.best-vet-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .best-vet-container {
    flex-direction: column;
    align-items: center;
  }
  .best-vet-container > div {
    width: 100%;
  }
}
.best-vet-left .blue-star {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-500px);
  opacity: 0;
}
.best-vet-right .red-star {
  position: absolute;
  top: -50px;
  right: 75px;
  transform: translateY(-500px);
  opacity: 0;
}
.best-vet-right .white-star {
  position: absolute;
  top: -125px;
  right: 0;
  transform: translateY(-500px);
  opacity: 0;
}
.bottom-blue-star {
  animation: bottomBlueStar 1s ease 0.5s 1 forwards;
}
.bottom-red-star {
  animation: bottomBlueStar 1s ease 1s 1 forwards;
}
.bottom-white-star {
  animation: bottomBlueStar 1s ease 0s 1 forwards;
}
@keyframes bottomBlueStar {
  0% {
    opacity: 0;
    transform: translateY(-500px);
  }
  11.11% {
    transform: translateY(0);
  }
  18.18% {
    transform: translateY(-50px);
  }
  27.27% {
    transform: translateY(0);
  }
  36.36% {
    transform: translateY(-25px);
  }
  45.45% {
    transform: translateY(0);
  }
  54.54% {
    transform: translateY(-12.5px);
  }
  63.63% {
    transform: translateY(0);
  }
  72.72% {
    transform: translateY(-6.25px);
  }
  81.81% {
    transform: translateY(0);
  }
  90.90% {
    transform: translateY(-3.125px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-phone-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  height: 100%;
  box-sizing: border-box;
  padding: 5px 0;
}
.header-phone {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 3px;
  padding: 15px 20px;
  font-weight: bold;
  display: block;
  max-height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-phone:hover {
  background-color: #fff;
  color: black;
}
@media screen and (max-width: 1024px) {
  .header-phone {
    display: none;
  }
}
.value-banner {
  width: 100vw;
  background-image: url("/wp-content/uploads/2020/04/STVH-website-our-values-slider.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  padding: 80px 30px 60px 30px;
  box-sizing: border-box;
  margin-left: calc(-50vw + 50%);
  min-height: 600px;
}
.value-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.value-banner-caption {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.value-banner-caption h1 {
  color: white;
  font-size: 52px;
}
.value-banner-caption p {
  font-size: 27px;
  color: white;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .value-banner {
    height: auto;
  }
  .value-banner-container {
    justify-content: center;
  }
  .value-banner-caption {
    width: 100%;
  }
}
.cat-friendly-banner {
  width: 100vw;
  background-image: url("/wp-content/uploads/2020/04/STVH-website-cat-friendly.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  padding: 80px 30px 60px 30px;
  box-sizing: border-box;

  margin-left: calc(-50vw + 50%);
}
.cat-friendly-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cat-friendly-caption {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cat-friendly-caption h1 {
  color: black;
  font-size: 52px;
}
.cat-friendly-caption p {
  color: black;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .cat-friendly-banner {
    height: auto;
  }
  .cat-friendly-container {
    justify-content: center;
  }
  .cat-friendly-caption {
    width: 100%;
  }
}
.contact-banner {
  width: 100vw;
  background-image: url("/wp-content/uploads/2024/04/banner-contact.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}
.contact-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.contact-container img {
  position: absolute;
}
.contact-container > .blue-star {
  left: 0;
  top: 50%;
  opacity: 0;
  transform: translateY(-100px);
  animation: contactBlue 500ms ease 2.5s 1 forwards;
}
.contact-caption {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var( --Pine-Green);
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  transform: translateY(-100%);
  animation: blueSlide 500ms ease 1s 1 forwards;
}
.contact-caption > .white-star {
  left: -25px;
  top: 100px;
  opacity: 0;
  transform: translateY(-100px);
  animation: contactBlue 500ms ease 3s 1 forwards;
}
.contact-caption > .red-star {
  right: -50px;
  bottom: 100px;
  opacity: 0;
  transform: translateY(-100px);
  animation: contactBlue 500ms ease 2s 1 forwards;
}
.contact-caption h1 a {
  color: white;
  font-size: 34px;
}
.contact-caption p a {
  color: white;
  margin-bottom: 0;
}
.contact-caption h1 {
  color: white;
  opacity: 0;
  animation: textFadeIn 500ms ease 1.5s 1 forwards;
}
.contact-caption p {
  color: white;
  opacity: 0;
  animation: textFadeIn 500ms ease 1.5s 1 forwards;
}
@keyframes contactBlue {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  11.11% {
    transform: translateY(0);
  }
  18.18% {
    transform: translateY(-50px);
  }
  27.27% {
    transform: translateY(0);
  }
  36.36% {
    transform: translateY(-25px);
  }
  45.45% {
    transform: translateY(0);
  }
  54.54% {
    transform: translateY(-12.5px);
  }
  63.63% {
    transform: translateY(0);
  }
  72.72% {
    transform: translateY(-6.25px);
  }
  81.81% {
    transform: translateY(0);
  }
  90.90% {
    transform: translateY(-3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes contactRed {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  11.11% {
    transform: translateY(0);
  }
  18.18% {
    transform: translateY(-50px);
  }
  27.27% {
    transform: translateY(0);
  }
  36.36% {
    transform: translateY(-25px);
  }
  45.45% {
    transform: translateY(0);
  }
  54.54% {
    transform: translateY(-12.5px);
  }
  63.63% {
    transform: translateY(0);
  }
  72.72% {
    transform: translateY(-6.25px);
  }
  81.81% {
    transform: translateY(0);
  }
  90.90% {
    transform: translateY(-3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blueSlide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
    /* transform: translateY(100%); */
  }
  100% {
    opacity: 1;
    /* transform: translateY(0); */
  }
}
.contact-bottom {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
  display: flex;
}
.map-wrapper {
  width: 50%;
  box-sizing: border-box;
}
.contact-right {
  width: 50%;
  box-sizing: border-box;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .contact-bottom {
    flex-direction: column;
  }
  .map-wrapper,
  .contact-right {
    width: 100%;
  }
  .map-wrapper {
    height: 400px;
  }
  .contact-banner {
    height: auto;
  }
  .contact-container {
    justify-content: center;
  }
  .contact-caption {
    width: 100%;
  }
}
.service-page {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.service-banner {
  width: 100%;
  background-image: url("/wp-content/uploads/2020/04/services-sec1img01-1.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 30px 60px 30px;
  box-sizing: border-box;
  min-height: 600px;
}
.service-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service-banner-caption {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-banner-caption h1 {
  color: white;
}
.service-banner-caption h2 {
  color: white;
}
.service-banner-caption img {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .service-banner {
    height: auto;
  }
  .service-banner-container {
    justify-content: center;
  }
  .service-banner-caption {
    width: 100%;
  }
}
.service-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
  width: 100%;
}
.service-bottom-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.service-sliderr {
  width: 45%;
  box-sizing: border-box;
  margin: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 300px;
}
.service-sliderr > h3 {
  color: white;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  z-index: 2;
  max-width: 60%;
  font-size: 32px;
}
.service-sliderr > img {
  width: 100%;
  position: absolute;
}
.service-sliderr-bottom {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}
.service-sliderr-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.service-sliderr-toggle:hover {
  cursor: pointer;
}
.service-sliderr > i:hover {
  cursor: pointer;
}
.service-slider .slide-copy {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .service-sliderr {
    width: 100%;
  }
}
.service-slide {
  animation: serviceSlide 500ms ease 0s 1 forwards;
}
@keyframes serviceSlide {
  0% {
    height: 100px;
  }
  100% {
    height: auto;
  }
}
.staff-page {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.staff-banner {
  width: 100%;
  background-image: url("/wp-content/uploads/2020/04/team-bg22-1.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 30px 60px 30px;
  box-sizing: border-box;
  min-height: 600px;
}
.staff-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.staff-banner-caption {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.staff-banner-caption h1 {
  color: black;
}
.staff-banner-caption h2 {
  color: black;
}
.staff-banner-caption img {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .staff-banner {
    height: auto;
  }
  .staff-banner-container {
    justify-content: center;
  }
  .staff-banner-caption {
    width: 100%;
  }
}
.staff-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
}
.staff-section-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staff-section-container > p {
  font-style: italic;
  text-align: center;
  font-size: 24px;
}
.staff-section-container > h2 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 90px;
  color: #d1d1d1;
}
.staff-section-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.staff-card {
  width: 250px;
  height: 250px;
  box-sizing: border-box;
  margin: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.staff-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
}
.staff-title h3 {
  color: white;
  background-color: var(--charcoal);
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 18px;
}
.staff-title p {
  color: white;
  background-color: #556270;
  margin-bottom: 0;
  padding: 5px 10px;
  /* width: 100%; */
  box-sizing: border-box;
  /* text-align: center; */
  font-size: 14px;
}
.staff-card:hover {
  cursor: pointer;
}
.staff-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999999999;
}
.staff-modal {
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 640px;
  max-width: 100vw;
  background-color: white;
}
.staff-modal-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #556270;
  width: 100%;
  box-sizing: border-box;
}
.staff-modal-close {
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.staff-modal-top i {
  color: white;
}
.staff-modal-close:hover {
  cursor: pointer;
  background-color: #0c1c8c;
}
.staff-modal-header {
  display: flex;
  justify-content: flex-end;
}
.staff-modal-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
}
.staff-modal-title h3 {
  color: white;
  background-color: var(--charcoal);
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.staff-modal-title p {
  color: white;
  background-color: #556270;
  margin-bottom: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
}
.staff-modal-body {
  padding: 40px;
  overflow: scroll;
  height: 100%;
}
.staff-quote {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 80px 0;
  background-image: url("/wp-content/uploads/2020/04/doctors-sep-bg01-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.staff-quote-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.staff-quote-container > p {
  color: white;
  font-size: 24px;
}
.staff-quote-container > p:first-of-type {
  font-style: italic;
}
.staff-quote-container > p:last-of-type {
  font-weight: bold;
  margin-bottom: 0;
}
#quote-2 {
  background-image: url("/wp-content/uploads/2020/04/leader-sep-img01.jpg");
}
#quote-3 {
  background-image: url("/wp-content/uploads/2020/04/Techn-sep-bg01.jpg");
}
#staff-2811 .staff-title > p {
  display: none;
}
.fear-free-page {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.fear-free-banner {
  width: 100%;
  background-image: url("/wp-content/uploads/2020/04/STVH-website-fear-free.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 30px 60px 30px;
  box-sizing: border-box;
  min-height: 600px;
}
.fear-free-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fear-free-banner-caption {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fear-free-banner-caption h1 {
  color: white;
}
.fear-free-banner-caption h2 {
}
.fear-free-banner-caption > img {
  width: 110px;
  margin-bottom: 15px;
}
.fear-free-banner-caption > a > img {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .fear-free-banner {
    height: auto;
  }
  .fear-free-banner-container {
    justify-content: center;
  }
  .fear-free-banner-caption {
    width: 100%;
  }
}
.new-client-page {
  width: 100vw;
  display: flex;
  flex-direction: column;
  margin-left: calc(-50vw + 50%);
}
.new-client-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 30px 60px 30px;
  box-sizing: border-box;
  min-height: 600px;
}
.new-client-container {
  width: 960px;
  max-width: 90vw;
  background-color: white;
  border-radius: 6px;
}
#gform_13 .gform_fields {
  padding: 50px;
}
#gform_wrapper_13 {
  margin-bottom: 0 !important;
}
#gform_14 .gform_fields {
  padding: 50px;
}
#gform_wrapper_14 {
  margin-bottom: 0 !important;
}
#gform_15 .gform_fields {
  padding: 50px;
}
#gform_wrapper_15 {
  margin-bottom: 0 !important;
}
#gform_16 .gform_fields {
  padding: 50px;
}
#gform_wrapper_16 {
  margin-bottom: 0 !important;
}
#gform_17 .gform_fields {
  padding: 50px;
}
#gform_wrapper_17 {
  margin-bottom: 0 !important;
}
#gform_18 .gform_fields {
  padding: 50px;
}
#gform_wrapper_18 {
  margin-bottom: 0 !important;
}
#gform_19 .gform_fields {
  padding: 50px;
}
#gform_wrapper_19 {
  margin-bottom: 0 !important;
}
.gf_progressbar_wrapper {
  display: none;
}
.gform_page_footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0c1c8c;
  margin-bottom: 0 !important;
  padding: 15px 0 15px 0 !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: none !important;
}
.gform_previous_button,
.gform_next_button {
  background-color: #0c1c8c !important;
}
.new-client-container .gform_confirmation_message {
  padding: 50px;
}
#home-test-2878 {
  display: block;
}
.home-test-dot#home-test-2878 {
  background-color: white;
}
.full-width-content {
  .entry-content {
    padding: 0;
    width: 100%;
    max-width: none;
    min-height: 0;
  }
  div#content {
    padding: 0;
  }
  .entry-content > p:first-of-type {
    width: 90%;
    max-width: 800px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;

    & strong {
      font-weight: var(--small);
      background-color: var(--Pale-Jade);
      padding: 0 5px 5px 5px;
    }

    & a {
      text-decoration: underline;
    }
  }
}
.category-service {
  .entry-content {
    width: 90%;
    max-width: 900px;

    > p:first-child {
      text-align: center;
      font-size: 24px;
      margin-bottom: 0;
      padding: 40px 0;

      & strong {
        font-weight: var(--small);
        background-color: var(--Pale-Jade);
        padding: 0 5px 5px 5px;
      }
    }
  }
}
.entry-content {
  min-height: 450px;
  padding: 50px 0;
  width: 1200px;
  max-width: 90vw;
  margin: 0 auto;
}
.home .entry-content {
  padding: 0;
}
.page-id-2608 .cah-cust-nav-bar-contact-menu-wrapper {
  display: none;
}
.page-id-2608 .cah-cust-nav-bar-inner-wrapper {
  display: flex;
  justify-content: center;
}
.page-id-2132 .cah-cust-nav-bar-contact-menu-wrapper {
  display: none;
}
.page-id-2132 .cah-cust-nav-bar-inner-wrapper {
  display: flex;
  justify-content: center;
}
.page-id-2077 .cah-cust-nav-bar-contact-menu-wrapper {
  display: none;
}
.page-id-2077 .cah-cust-nav-bar-inner-wrapper {
  display: flex;
  justify-content: center;
}
.page-id-2079 {
  .cah-cust-nav-bar-wrapper,
  .exam-cta-section {
    display: none !important;
  }
  #page {
    margin-top: 0;
  }
}
.page-id-2079 .cah-cust-nav-bar-contact-menu-wrapper {
  display: none;
}
.page-id-2079 .cah-cust-nav-bar-inner-wrapper {
  display: flex;
  justify-content: center;
}
#top {
  height: 0px;
  /* position: fixed; */
  top: 0;
  display: inline;
  transform: translateY(-50px);
}
#toTop {
  position: fixed;
  right: 75px;
  bottom: 0;
  border-radius: 4px 4px 0 0;
  background-color: rgba(51, 51, 51, 0.9);
  text-align: center;
  height: 35px;
  width: 48px;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#toTop i {
  color: white;
}
#toTop:hover {
  background-color: var(--charcoal);
  cursor: pointer;
}
.covid-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.covid-popup h3 {
  font-weight: bold;
  color: var(--charcoal);
}
.covid-popup a {
  background-color: var(--charcoal);
  border-radius: 3px;
  padding: 10px 20px;
  color: white;
  display: block;
  border: 2px solid var(--charcoal);
}
.covid-popup a:hover {
  background-color: #fff;
  color: var(--charcoal);
}
.sticky-footer {
  display: none;
}
@media screen and (max-width: 800px) {
  .footer-stick {
  }
  .sticky-footer {
    display: flex;

    position: fixed;
    z-index: 9999999999;
    bottom: 0;
    width: 100vw;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /* padding: 10px; */
    background-color: rgba(255, 255, 255, 0.8);
  }
  .sticky-footer a {
    color: white;
    text-align: center;
    display: block;
    background-color: var(--Myrtle-Green);
    /* border-radius: 3px; */
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }
  #toTop {
    display: none;
  }
  .userway {
    bottom: 60px !important;
  }
}

#post-2834 .new-client-page {
  background-size: cover;
  background-repeat: no-repeat;
}
.drag-slider {
  width: 100vw;
  position: relative;
  min-height: 600px;
  display: flex;
  box-sizing: border-box;
}
.drag-top {
  /* background-color: red; */
  width: 100vw;
  overflow: hidden;
  position: absolute;
  /* display: flex;
	justify-content: center;
	align-items: center; */
  z-index: 4;
  background-image: url("/wp-content/uploads/2020/04/STVH-website-growth-scaled.jpg");
  background-size: cover;
  width: 90%;
  height: 100%;
}
/* .drag-top h2 {
	color: white;
	font-size: 42px;
	text-align: center;
} */
#growth-header {
  color: white;
  font-size: 50px;
  position: absolute;
  width: 100vw;
  margin-left: calc(-50vw - 50%);
  text-align: center;
  z-index: 5;
  align-self: center;
  /* margin-bottom: 0; */
  top: 38%;
  margin: 0 auto;
  text-shadow: 0 0 5px black;
}
.drag-bottom {
  position: relative;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 600px;
}
.drag-bottom .wp-video {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 2;
}
.drag-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 3;
}
.drag-bottom h2 {
  color: white;
  font-size: 50px;
  /* position: absolute;
	top: 200px; */
  text-shadow: 0 0 5px black;
  z-index: 3;
}
.drag-container p {
  color: white;
  margin-bottom: 0;
  text-shadow: 0 0 5px black;
}
#drag-handle {
  height: 100%;
  width: 1px;
  background-color: white;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 6;
  left: 90%;
}
#drag-handleheader {
  width: 75px;
  cursor: move;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#drag-handleheader p {
  position: absolute;
  color: white;
  text-transform: uppercase;
  left: -85px;
}
#drag-handleheader > i {
  color: white;
  font-size: 30px;
}
.home .subpage-banner {
  display: none;
}
.inside-footer-widgets {
  /* text-align: center; */
}
@media screen and (max-width: 1024px) {
  .inside-footer-widgets > div {
    /* margin-bottom: 50px !important; */
    /* width: 100%; */
  }
}
.textwidget a {
  color: white;
}
.page-id-2727 .subpage-banner {
  display: none;
}
.page-id-2727 .entry-content {
  padding: 0;
}
.page-id-2608 .site-footer {
  display: none !important;
}
.page-id-2132 .site-footer {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .footer-widgets-container {
    max-width: none !important;
  }
  #footer-widgets {
    padding: 0;
  }
  .inside-footer-widgets > div {
    padding: 40px;
    box-sizing: border-box;
  }
  .inside-footer-widgets > div > aside {
    padding-left: 0 !important;
  }
  .footer-widget-1 > aside {
    padding-left: 0 !important;
  }
}
.page-id-2727 #footer-widgets {
  display: none;
}
.gform_body ul li input {
  border-radius: 3px;
}
.gform_button {
  border-radius: 3px;
}
@media screen and (min-width: 1025px) {
  #field_3_13,
  #field_3_15 {
    width: 25%;
  }
}
#gform_wrapper_20 li.gfield input,
#gform_wrapper_20 li.gfield textarea,
#gform_wrapper_20 li.gfield select {
  background-color: #fafafa;
  border: 1px solid var(--Myrtle-Green);
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px !important;
  color: var(--Myrtle-Green);
  width: 100% !important;
}

#gform_wrapper_20 label.gfield_label {
  color: var(--Myrtle-Green);
}
#gform_wrapper_20 .gfield_required {
  color: var(--Myrtle-Green) !important;
}
.page-id-172 #right-sidebar {
  display: none;
}
.page-id-172 .inside-article {
  padding: 0;
}
.page-id-172 #primary {
  width: 100%;
}
.page-id-172 #main {
  margin-right: 0;
}
.page-id-172 {
}
.page-id-172 .entry-content {
  justify-content: center;
  display: flex;
}
.page-id-172 .inside-article {
  background-color: transparent;
}
.page-id-172 header.entry-header {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.page-id-172 header.entry-header h1.entry-title {
  text-align: center;
}
#gform_wrapper_20 {
  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: 600px;
  max-width: 100%;
  margin-bottom: 0;
}
#gform_fields_20 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#gform_fields_20_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#field_20_2 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #field_20_2 {
    display: flex;
    flex-direction: column;
  }
}
#field_20_26 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}
.appt-header {
  width: 100%;
  background-color: var(--Pale-Jade);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 50px 0 35px 0;
  position: relative;
}
.appt-header h2 {
  margin-bottom: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: var(--Myrtle-Green);
  font-size: 32px;
}
.appt-header > p {
  font-style: italic;
  color: var(--Myrtle-Green);
  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(--Pale-Jade);
  border-radius: 100%;
  top: -25px;
}
.appt-page-number > p {
  color: var(--Myrtle-Green);
  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_20_24 {
  padding: 0 !important;
}
#input_20_3 {
  /* margin-left: 0 !important; */
  margin-bottom: 0 !important;
  display: flex;
}
#input_20_3 > li {
  margin-bottom: 0 !important;
  margin-right: 15px;
  display: flex;
  align-items: center;
  overflow: visible;
}
#input_20_3 > li > * {
  margin-top: 0 !important;
  white-space: nowrap;
  overflow: visible;
}
#input_20_3 > li > input {
  min-width: 10px !important;
}
#field_20_3 {
  display: flex;
  align-items: center;
  /* padding-bottom: 15px !important; */
  /* padding: 15px 50px 15px 50px !important; */
  /* margin: 0 50px 0 50px !important; */
  /* border-bottom: 1px solid #444; */
}
#field_20_3 > .ginput_container {
  margin-top: 0;
}
#gform_wrapper_20 .gform_page_footer {
  border-top: none !important;
  padding: 0 50px !important;
  margin: 25px 0 0 0 !important;
}
#gform_wrapper_20 ul.gfield_radio input {
  box-shadow: none;
}
#gform_wrapper_20 ul.gfield_radio input:checked ~ label {
  color: #014051;
}
/* .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: #014051;

} */
#gform_wrapper_20 .gform_next_button {
  /* border: 2px solid var(--Myrtle-Green); */
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--Myrtle-Green) !important;
  color: #fff;
  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_20 .gform_next_button:hover {
  background-color: var( --Pine-Green) !important;
  color: #fff;
  cursor: pointer;
}
/* #gform_page_20_2 {
  display: block !important;
} */
#field_20_13 > .ginput_container {
  position: relative;
}
#field_20_13 > .ginput_container > .ui-datepicker-trigger,
#field_13_13 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 8px;
}
#field_20_15 > .ginput_container {
  position: relative;
}
#field_20_15 > .ginput_container > .ui-datepicker-trigger,
#field_20_15 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 8px;
}
#gform_fields_20_2 .gfield_radio {
  margin: 0 !important;
  display: flex;
}
#gform_fields_20_2 .gfield_radio > li {
  display: flex;
  align-items: center;
}
#gform_fields_20_2 .gfield_radio > li > * {
  margin-top: 0 !important;
}
#field_20_14 .ginput_container {
  margin-top: 0 !important;
}
#field_20_16 .ginput_container {
  margin-top: 0 !important;
}
#gform_page_20_2 .gform_page_footer {
  display: flex;
  flex-direction: column;
}
#gform_wrapper_20 .gform_previous_button,
#gform_previous_button_20,
#gform_submit_button_20,
#gform_submit_button_20,
#gform_previous_button_20 {
  box-shadow: none;
  /* border: 2px solid var(--Myrtle-Green); */
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--Myrtle-Green) !important;
  border-color: var(--Myrtle-Green) !important;
  color: white !important;
  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;
  border-radius: 0 !important;
  width: 100%;
}
#gform_wrapper_20 .gform_previous_button:hover,
#gform_submit_button_20:hover,
#gform_submit_button_20:hover,
#gform_previous_button_20:hover {
  background-color: var( --Pine-Green) !important;
  border-color: var( --Pine-Green) !important;
  color: #fff !important;
  cursor: pointer;
}
#gform_submit_button_20 {
  box-shadow: none;
  /* border: 2px solid var(--Myrtle-Green); */
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--charcoal);
  color: #fff;
  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;
  max-width: none !important;
  width: 100%;
}
#gform_submit_button_20:hover {
  background-color: var(--charcoal);
  color: #fff;
  cursor: pointer;
}
#field_20_11 {
  width: 100% !important;
}
#gform_wrapper_20 .gform_page_footer {
  background-color: white;
}

/* 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;
    padding-top: 140px;

    & 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: 20%;
      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 {
  /* bottom: 0;
  left: 50%; */
  /* transform: translate(-50%, 0%); */
  max-width: 900px;
  width: 90%;
  animation: hideshow 3s ease infinite;
}

@keyframes hideshow {
  /* 0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  } */
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
/* .page-id-369 {
  .entry-header {
    justify-content: center;
  }
  .footer-top-border img {
    display: none;
  }
} */
/* .page-id-2709 {
  #right-sidebar {
    display: none;
  }
  #primary {
    width: 100%;
  }
  .site-main {
    margin-right: 0 !important;
  }
  .entry-header {
    display: none !important;
  }
  #page {
    max-width: none;
    width: 100%;
  }
  .post-container {
    margin-top: 0;
    max-width: none;
  }
} */
.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 {
  /* margin-bottom: 60px !important; */
  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 {
    /* flex-direction: column; */
  }
  .ty .rye-btns {
    flex-direction: row;

    & a {
      margin: 10px !important;
    }
  }
  .rye-btns > a:first-of-type {
    /* margin-right: 0;
    margin-bottom: 60px; */
  }
  .rye-btns > a:last-of-type {
    /* margin-left: 0; */
  }
  .rye h1 {
    font-size: 50px !important;
  }
  .rye-hero img {
    max-width: 80vw;
  }
  .rye .rye-hero div {
    top: 20%;
    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;
}

/* slider cta */

.slideshow-section {
  background-color: var(--Pale-Jade);
  width: 100%;
  padding: 96px 0;
  /* margin-left: calc(-50vw + 50%); */
  /* width: 100vw; */
  overflow: hidden;
}

.slideshow-container {
  position: relative;
  margin: auto;
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* Hide the images by default */

.slide {
  /* height: 400px; */
  width: 1200px;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: right !important;

  .slide-copy {
    background-color: #fff;
    padding: 50px;
    max-width: 450px;
    box-sizing: border-box;
    /* transition: opacity 1s ease 1s; */
  }

  & h2 {
    font-weight: var(--bold);
    color: var(--Myrtle-Green);
    text-transform: capitalize;
  }
}
/* .slide-out-right .slide-copy, .slide-out-left .slide-copy {
  opacity: 0;
} */
.slide-in-left .slide-copy,
.slide-in-right .slide-copy,
.fade .slide-copy {
  animation: fadeIn 500ms ease 500ms 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slide > img {
  display: none;
}

#gform_wrapper_4 {
  padding-top: 20px;
}

#gform_wrapper_4 .gform_title,
.tag {
  color: var(--Myrtle-Green);
  font-size: 12px;
  padding: 10px 20px;
  background-color: var(--Pale-Jade);
  border-radius: 100px;
  width: fit-content;
  font-weight: var(--bold);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2.4px !important;
}

/* Number text  */
.tag.numbertext {
  margin-bottom: 10px;
  font-size: 12px;
}

.dot-container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 40px 0 0 0;
}

.dot {
  width: 50%;
  cursor: pointer;
  margin: 0 2px;
  background-color: #fff;
  display: inline-block;
  transition: background-color 0.6s ease;
  height: 8px;
  border-radius: 10px;
}

.active,
.dot:hover {
  background-color: var(--Pine-Green);
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

/* testimonial section */

.testimonial-section {
  .slide {
    display: flex !important;
    justify-content: flex-end;
    background-position: left !important;
    height: 400px;

    .slide-copy {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      opacity: 0;
    }
  }

  .reviewer {
    font-weight: var(--bold);
    color: var( --Pine-Green);
    margin-bottom: 0;
  }

  .testimonial {
    display: none;
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;

    .content {
      height: 100%;
      display: flex;
      align-items: center;
      font-size: 16px;
      & p {
        color: var(--Myrtle-Green);
      }
      & p:last-of-type {
        margin-bottom: 0;
      }
    }
  }
  .testimonial.active {
    background-color: #fff;
  }
}

/* wellness sldier section */

.wellness-slider {
  .dot {
    width: 49%;
  }
  .slide {
    & h2 {
      margin-bottom: 8px;
    }
    & h3 {
      font-size: 24px;
      color: var(--Myrtle-Green);
      font-weight: var(--medium);
    }
  }
}

/* free first exam cta */

.exam-cta-section {
  .slideshow-container {
    justify-content: flex-start;

    .slide {
      display: flex !important;
      justify-content: flex-end;
      background-position: left !important;
      /* height: 400px; */
    }
    .slide-copy {
      background-color: var( --Pine-Green);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 100px 100px;

      & h2 {
        color: #fff;
        text-align: center;
        font-size: 32px;
      }

      .ghost-button {
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  .slide {
    padding: 0;
    background-image: none !important;
    background-size: cover !important;
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
  }
  .slideshow-container {
    width: 100%;
    max-width: 100%;
  }
  .slide > img {
    display: block;
  }
  .wellness-slider,
  .home-slider {
    .slide-copy {
      padding: 40px;
      width: 90%;
      max-width: 90%;
      transform: translateY(-50px);
    }
    .wellness-slider {
      & p {
        display: none;
      }
    }
  }
  .testimonial-section {
    .slide {
      /*       background-image: none !important; */
      height: auto;
      padding: 0;

      .slide-copy {
        height: fit-content !important;
        padding: 40px;
        width: 90%;
        max-width: 90%;
        /* height: 100%; */
        transform: translateY(-50px);

        .content p {
          padding: 10px 0;
        }
      }
    }
  }
  .exam-cta-section {
    .slideshow-container {
      .slide-copy {
        transform: translateY(-50px);
        max-width: none;
        padding: 40px;
        width: 90%;
      }
    }
  }
}

/* home promise  */

.list-section {
  padding: 96px 0;
  width: 100%;

  .list__inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
  .list__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;

    & h2 {
      font-weight: var(--bold);
      color: var(--Myrtle-Green);
      margin-bottom: 0;
    }

    .buttons-ctn {
      display: flex;

      .primary-button:first-child {
        margin-right: 20px;
      }
    }
  }
  .list {
    columns: 2;
    column-width: 50%;
    margin: 0;

    & li {
      font-family: "adrianna", sans-serif;
      list-style: none;
      padding: 15px;
      border-top: 2px solid var(--Pale-Jade);
      color: var(--Myrtle-Green);
      font-size: 22px;
      display: flex;
      align-items: center;
      font-weight: var(--bold);

      &:last-of-type {
        border-bottom: 2px solid var(--Pale-Jade);
      }
      &:nth-of-type(3) {
        border-bottom: 2px solid var(--Pale-Jade);
      }

      & img {
        padding-right: 10px;
        width: 80px;
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  .list-section {
    .list__title {
      flex-direction: column;
      align-items: flex-start;
      padding-bottom: 0;

      & h2 {
        margin-bottom: 20px;
      }

      .buttons-ctn {
        display: none;
      }
    }
    .list {
      & li:nth-of-type(3) {
        border-bottom: none;
      }
    }
  }
  .list {
    display: flex;
    flex-direction: column;
  }
}

/* posts list section */

.entry-content {
  .posts-section:last-of-type .service-list {
    border-bottom: none;
  }
}

.posts-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.post-template-default {
  .posts-section__inner {
    width: 90;
    max-width: 1200px;
  }
}
.posts-section__inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.service-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid var(--Pale-Jade);
  padding: 40px 0;

  .service-excerpt {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: var(--charcoal);

    & p {
      font-size: 18px;
    }
    .more-details {
      color: var(--Myrtle-Green);
      margin-bottom: 0;
      font-size: 18px;
    }

    &:hover {
      background-color: var( --Pine-Green);
      color: #fff;

      .more-details {
        text-decoration: underline;
        color: #fff;
      }
    }
  }
  .service-title {
    width: 40%;
    font-size: 32px;
    color: var(--Myrtle-Green);
    font-weight: var(--medium);
    margin-bottom: 0;
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .service-list {
    flex-direction: column;

    .service-title {
      width: 100%;
      padding: 10px 0;
    }
    .service-excerpt {
      width: fit-content;
      padding: 10px 0;
    }
  }
}

/* wellness plans page */

.plan-toggle-section {
  width: 100%;
  background-color: var(--Pale-Jade);
  padding: 40px 0 0 0;

  .plans {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
  }
  .plan-btn {
    color: var(--Myrtle-Green);
    background-color: #fff;
    width: 50%;
    padding: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: var(--medium);
  }
  .plan-btn.active-plan {
    background-color: var(--Myrtle-Green);
    color: #fff;
  }
}
.plan-toggle-section h3 {
  margin-bottom: 0;
  display: none;
}
@media screen and (max-width: 1024px) {
  .plan-toggle-section h3 {
    display: block;
  }
  .plan-toggle-section .plans {
    padding-bottom: 20px;
  }
}
.feline-plan,
.canine-plan {
  display: none;
}

.active-plan {
  display: flex;
}

.wp-block-table {
  width: 100%;
  background-color: var(--Pale-Jade);
  padding: 20px 0 40px 0;
  margin-bottom: 0 !important;

  & table {
    background-color: #fff;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    border: 0 !important;

    & thead {
      border: none;

      & th {
        font-size: 24px;
        color: var(--Pale-Jade);
        font-weight: var(--medium);
        border: none;
        border-bottom: 1px solid var(--Pale-Jade);
      }
    }

    & tbody {
      & td {
        border: 0;
        border-bottom: 1px solid var(--Pale-Jade);
        padding: 12px;
        font-size: 18px;
        font-weight: var(--medium);
      }
    }

    & tfoot {
      border: 0;
      & td {
        color: var(--Pale-Jade);
        font-weight: var(--medium);
        border: none;
        font-size: 24px;
      }
    }
  }
}

.wellness-details {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: none !important;
  padding: 80px 0;

  & h2 {
    font-size: 32px;
    font-weight: var(--medium);
    color: var(--Pale-Jade);
    margin-bottom: 40px;
  }
  .wp-block-column:first-of-type {
    margin-left: 0;
  }
  .wp-block-column:last-of-type {
    & img {
      width: 100%;
    }
  }
}

.wellness-details.active-plan {
  display: flex !important;
}

#ub-content-toggle-cad2b0fd-3dca-4e39-846f-df88e2a65cbf
  .wp-block-ub-content-toggle-accordion {
  border: 0 !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap {
  background-color: #fff !important;
  border: none;
  border-bottom: 1px solid var(--Pale-Jade) !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: adelle, serif;
}
.wp-block-ub-content-toggle-accordion {
  background-color: #fff !important;
  border: none;

  .wp-block-ub-content-toggle-accordion-title {
    color: var(--charcoal) !important;
    font-weight: var(--medium);
    padding-left: 0;
    font-size: 24px;
  }
  .wp-block-ub-content-toggle-accordion-toggle-wrap {
    background-color: var(--Pale-Jade);
    border-radius: 50%;
    height: 45px;
    width: 45px;

    .wp-block-ub-content-toggle-accordion-state-indicator {
      margin-bottom: -2px;
      margin-left: 6px;
    }
  }
  .wp-block-ub-content-toggle-accordion-content-wrap p {
    font-size: 18px;
  }
}

.square-cta {
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--Myrtle-Green);
  margin-top: 40px;

  & h3 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: var(--medium);
  }

  .ghost-button {
    width: fit-content;
    text-align: center;
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  .plan-toggle-section {
    .plans {
      width: fit-content;
      padding: 40px 10px 0 10px;
    }
    .plan-btn {
      font-size: 18px;
    }
  }
}

@media screen and (max-width: 500px) {
  .wp-block-table {
    padding: 20px 10px 40px 10px;
    overflow: scroll;
    width: calc(100% - 20px);

    & table {
      /* margin-right: 20px; */

      & thead {
        &th {
          font-size: 16px;
          padding: 10px 6px;
        }
      }
      &tbody {
        & td {
          font-size: 14px;
          padding: 10px 6px;
        }
      }
      &tfoot {
        font-size: 14px;
        padding: 10px 6px;
      }
    }
  }

  .square-cta h3,
  .page-id-3802 h2.wp-block-heading,
  .page-id-3516 h2.wp-block-heading,
  .exam-cta-section .slideshow-container h2,
  .service-list .service-title,
  .wellness-details h2 {
    font-size: 24px;
  }
  .home-intro p,
  .full-width-content .entry-content > p:first-of-type,
  .wp-block-ub-content-toggle-accordion
    .wp-block-ub-content-toggle-accordion-title {
    font-size: 20px;
  }
  .wp-block-table {
    & table {
      & thead {
        & th {
          font-size: 20px;
        }
      }
      & tbody {
        & td {
          font-size: 16px;
        }
      }
      & tfoot {
        & td {
          font-size: 16px;
        }
      }
    }
  }
}

/* forms container */

.form-block {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var( --Pine-Green);
  width: 20%;
  min-width: 200px;
  margin: 4px;
  transition: all 250ms ease;

  & h3 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 24px;
    padding-top: 20px;
    margin-bottom: 0;
  }

  & a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

.page-id-3494 {
  .entry-content {
    .wp-block-columns {
      background-color: var(--Pale-Jade);
    }
    .wp-block-column {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 80px;
    }
  }
}

/* puppy wellness */

.puppy-wellness {
  .slide {
    display: flex !important;
  }
  .slide-copy {
    & h2 {
      margin-bottom: 0;
    }
    & h3 {
      color: var(--Myrtle-Green);
    }
  }
}

.page-id-3802,
.page-id-3516 {
  h2.wp-block-heading {
    font-size: 32px;
    color: var(--Myrtle-Green);
    font-weight: var(--medium);
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
    padding-top: 80px;
  }
  .wp-block-ub-content-toggle {
    max-width: 800px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 60px 0;
  }
  .wp-block-ub-content-toggle-accordion:last-of-type
    .wp-block-ub-content-toggle-accordion-title-wrap {
    /* border-bottom: 0 !important; */
  }
}

#explore {
  scroll-margin-top: 90px;
  scroll-snap-type: x mandatory;
}

/* service */

.category-service {
  .slideshow-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}

.page-id-3660,
.page-id-39 {
  .slideshow-section.testimonial-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}

/* .home .home-slider {
  overflow: visible;

  .slideshow-container {
    max-width: none;
    width: 100%;
    display: flex;
    transition: all 0.6s ease;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;

    .slide {
      scroll-snap-align: center;
      min-width: calc(100vw - 40px);
      max-width: 1200px !important;
      margin: 0 auto;
      display: flex !important;
      margin-left: 40px;

      &:last-of-type {
        margin-right: 40px;
      }
    }
  }
} */
