/*
	Theme Name: GeneratePress
	Description: This is your custom style sheet
        for your child themes custom CSS code.
	Author: Brandon Kudo
	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
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}
body {
  position: relative;
}
body,
p,
a,
ul,
li,
u,
em,
strong,
span,
div,
button,
input,
figure,
footer,
header,
section,
aside,
nav,
form {
  font-family: var(--barlow-sans);
}

h1,
h2,
h3,
hgroup {
  font-family: var(--serif);
  font-weight: 600;

  & strong {
    color: inher;
    font-weight: inherit;
    font-family: inherit;
  }
}
h3,
h4,
h5,
h6 {
  font-family: var(--serif);

  & strong {
    color: inher;
    font-weight: inherit;
    font-family: inherit;
  }
}

a,
a:visited {
  color: var(--orange);
}

#page {
  /* margin-top: 110px; */
  /* margin-top: 0; */
  /* margin-bottom: 50px; */
  margin-bottom: 0;
}
.page-id-2722 #page {
  /* margin-top: 0; */
}
#main {
  margin-bottom: 0;
}
.inside-article {
  padding: 0 !important;
}
.comments-area {
  display: none;
}

header.entry-header h1.entry-title {
  /* padding: 5px 10px 5px 0; */
  padding-top: 50px;
  color: var(--space);
  /* color: #333; */
  width: 1200px;
  max-width: 90vw;
  margin: 0 auto;
  /* font-weight: bold; */
  text-transform: uppercase;
  /* transform: translateY(30px); */
}

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

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

#hamburger-2 {
  display: none;
}

.menu-item-has-children .sub-menu li a {
  font-family: serif;
}

#menu-header-menu li:hover > a {
}

.cah-cust-nav-bar-wrapper {
  position: fixed;
  width: 100vw;
  height: 75px;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  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;
}
.cah-cust-nav-bar-logo-wrapper > a > img {
  height: 75px;
}
.menu-scroll {
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px;
  /* background-color: rgba(0, 0, 0, 0.7); */
  height: 50px;
  box-sizing: border-box;
}
.menu-scroll img {
  height: 100% !important;
  padding: 5px 0 !important;
}
.menu-scroll #hamburger-1 > div {
}
@media screen and (max-width: 800px) {
  .menu-scroll .cah-cust-nav-bar-logo-wrapper {
    height: 50px;
  }
  .menu-scroll .cah-cust-nav-bar-logo-wrapper > a {
    height: 50px;
  }
  .menu-scroll .cah-cust-nav-bar-logo-wrapper > a > img {
    height: 50px !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;
  /* 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: 110px !important; */
  height: 100%;
  /* padding: 5px 0 5px 0;
	box-sizing: border-box; */
  padding: 10px 0 10px 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(--sky);
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--sky);
  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(--sky);
  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 0 5px;
  border-top: 3px solid transparent;
  box-sizing: border-box;
}
.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: 5px 5px;
  font-family: var(--serif);
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2459 a {
  color: var(--orange);
  border: 1px solid var(--orange);
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2459 a:hover {
  background-color: var(--orange);
  color: white;
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2460 a {
  color: var(--orange);
  border: 1px solid var(--orange);
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2460 a:hover {
  background-color: var(--orange);
  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: 15px; */
  font-size: 17px;
  font-weight: bold;
  /* text-transform: uppercase; */
}

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

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  /* top: calc(100% + 5px); */
  left: 0;
  z-index: 1;
  /* box-shadow: 0px 10px 10px #000000;
	-webkit-box-shadow: 3px 3px 3px -3px black, 3px 3px 3px -3px black, -3px 3px 3px -3px black;
	-moz-box-shadow:    3px 3px 3px -3px black, 3px 3px 3px -3px black, -3px 3px 3px -3px black; */
}

.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(--alice);
  padding: 5px 15px;
  /* border-bottom: 3px solid #3a3a3a; */
  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(--orange);
}

.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(--space) !important;
}

.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(--sky);
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--sky);
}

.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(--sky);
  font-weight: 900;
}

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

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

.cah-cust-nav-bar-hamburger-btn div {
  width: 16px;
  height: 2px;
  position: absolute;
  /* background-color: #282a2b; */
  background-color: var(--space);
}

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

.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(--sky);
	border-bottom: 1px solid var(--sky); */
}

.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: 13px;
  /* font-weight: bold;
	text-transform: uppercase; */
  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: white;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li {
  position: relative;
  background-color: var(--space);
  border-bottom: 1px solid var(--dark-grey);
}

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

.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: 11px;
  right: 10px;
  color: #fff;
}

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

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

.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(--dark-grey);
}
.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;
}

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

.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(--sky) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-call i {
  transform: rotate(-20deg);
  color: var(--sky);
  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(--sky);
  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(--sky);
}

.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(--sky);
  padding: 5px 0px;
  text-align: center;
}

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

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

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

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

.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(--sky);
}

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

.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: 24px;
}

.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(--orange);
  /* 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: #333344;
  /* 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(--sky);
  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(--sky) !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;
  /* background-color: #9FA1A4; */
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  /* font-weight: bold; */
  text-transform: uppercase;
  /* border-radius: 5px; */
}

input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover {
  /* background-color: var(--sky); */
}

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

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

.gform_button:hover {
	color: white !important;
	background-color: var(--sky) !important;
	border: 2px solid var(--sky) !important;
} */
.gform_button {
  background-color: #282a2b !important;
}
.gform_button:hover {
  background-color: #3a3a3a !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;
}

input#gform_submit_button_4 {
  padding: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #3a3a3a !important;
}

input#gform_submit_button_4:hover {
  background-color: #fff !important;
  color: #282a2b;
  transition: all 0.7s ease;
}

.form-call {
  margin-left: 5px;
  background-color: #282a2b;
  /* border: 2px solid var(--sky); */
  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(--sky); */
  margin-right: 5px;
}

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

.form-call:hover {
  background-color: #3a3a3a;
  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
--------------------------------------------------------------*/

#custom_html-6 {
  margin-bottom: 0 !important;
}

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-weight: bold;
	text-transform: uppercase; */
}

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

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

.site-info {
  background-color: var(--sky);
}

#footer-widgets {
  /* background-image: url('/wp-content/uploads/2019/07/footer_background.png');
  background-size: cover; */
  background-color: var(--space);
}

.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;
  /* border: 2px solid var(--sky);
	width: 25px;
	height: 25px; */
}

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

.footer-socials a:hover {
  /* background-color: var(--sky);
	transition: background-color 0.7s ease; */
}

.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(--sky);
  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: center;
  align-items: center;
  /*border-bottom: 2px solid black;*/
  color: white;
}

.inside-footer-widgets .footer-day {
  justify-content: flex-start;
}

.footer-day p {
  margin-bottom: 4px;
  color: #fff;
  margin-left: 10px;
}

.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(--sky);
}

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

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

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

.slide-in-right {
  opacity: 1 !important;
  animation: slideInRight 1s 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(-100vw);
  }
}

@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) {
  .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: 80px; */
    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: block;
  }
  .top-footer-links {
    display: none;
  }
  #gform_wrapper_4 {
    width: 250px;
  }
  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;
  }
  .inside-footer-widgets .grid-parent {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .inside-footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .inside-footer-widgets .widget {
    margin: 0 auto;
  }
  .footer-day {
    justify-content: center;
  }
  aside#custom_html-2 .textwidget {
    display: flex;
    justify-content: center;
  }
}

@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;
  }
  #hamburger-1 {
    display: none;
  }
  #hamburger-2 {
    display: block;
  }
  .cah-cust-nav-bar-contact-wrapper {
    align-items: center;
  }
  .cah-cust-nav-bar-logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .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(--space);
  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(--space);
  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;
}
.inside-footer-widgets * {
  color: white;
}
.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 .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-color: var(--space);
  /* background-image: linear-gradient(to top right, #000, #3a3a3a); */
}
.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%;
  /* padding: 0 40px; */
  /* text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; */
}
.subpage-banner-caption h1 {
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
@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(--space);
  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(--orange);
}
.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: #3a3a3a;
}
.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(--orange);
  text-transform: uppercase;
}
.category-news header.entry-header {
  display: block;
}
.team-back {
  padding: 40px;
  display: block;
  font-size: 15px;
  color: #333344 !important;
}
.team-back:hover {
  color: var(--space) !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;
  /* overflow-x: hidden; */
}
.red-star {
  width: 100px !important;
  box-shadow: none !important;
  /* animation: shake 250ms linear 1s infinite forwards; */
}
.blue-star {
  width: 75px !important;
  box-shadow: none !important;
}
.white-star {
  width: 50px !important;
  box-shadow: none !important;
}
@media screen and (max-width: 1024px) {
  .red-star {
    display: none !important;
  }
  .blue-star {
    display: none !important;
  }
  .white-star {
    display: none !important;
  }
}
@keyframes starFidget {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@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);
  }
}

.banner-stars {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.banner-stars-container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90vw;
}
.banner-stars .blue-star {
  opacity: 0;
  transform: translateY(-100px);
  animation: bluestarFall 1s ease 0.5s 1 forwards;
}
.banner-stars .red-star {
  opacity: 0;
  transform: translateY(100px);
  animation: redstarFall 1s ease 1s 1 forwards;
}
@keyframes bluestarFall {
  0% {
    opacity: 0;
    transform: translateY(-500px);
  }
  11.11% {
    transform: translateY(-100px);
  }
  18.18% {
    transform: translateY(-150px);
  }
  27.27% {
    transform: translateY(-100px);
  }
  36.36% {
    transform: translateY(-125px);
  }
  45.45% {
    transform: translateY(-100px);
  }
  54.54% {
    transform: translateY(-112.5px);
  }
  63.63% {
    transform: translateY(-100px);
  }
  72.72% {
    transform: translateY(-106.25px);
  }
  81.81% {
    transform: translateY(-100px);
  }
  90.90% {
    transform: translateY(-103px);
  }
  100% {
    opacity: 1;
    transform: translateY(-100px);
  }
}
@keyframes redstarFall {
  0% {
    opacity: 0;
    transform: translateY(-900px);
  }
  11.11% {
    transform: translateY(100px);
  }
  18.18% {
    transform: translateY(150px);
  }
  27.27% {
    transform: translateY(100px);
  }
  36.36% {
    transform: translateY(125px);
  }
  45.45% {
    transform: translateY(100px);
  }
  54.54% {
    transform: translateY(112.5px);
  }
  63.63% {
    transform: translateY(100px);
  }
  72.72% {
    transform: translateY(106.25px);
  }
  81.81% {
    transform: translateY(100px);
  }
  90.90% {
    transform: translateY(103px);
  }
  100% {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* .banner-stars .blue-star:hover {
	transform: translateY(-100px);
	animation: shake 250ms linear 1s 1 forwards;
}
.banner-stars .red-star {
	transform: translateY(100px);
	animation: starFidgetRed 250ms linear 1s 1 forwards;
}
@keyframes starFidgetRed {
	0% {
		transform: rotate(0deg) translateY(100px);
	}
	25% {
		transform: rotate(45deg) translateY(100px);
	}
	50% {
		transform: rotate(0deg) translateY(100px);
	}
	75% {
		transform: rotate(45deg) translateY(100px);
	}
	100% {
		transform: rotate(0deg) translateY(100px);
	}
} */
@media screen and (max-width: 1024px) {
  .banner-stars {
    display: none;
  }
}
/* .home-video img {
	position: absolute;
	width: 100%;
	z-index: 99;
	top: 0;
} */

.video-img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
  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;
  /* height: 13.106376%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 650px;
  max-width: 90vw;

  .hours {
    display: flex;
    display: flex;
    gap: 40px;

    .day {
      & p:first-of-type {
        font-size: 20px;
      }
      & p:last-of-type {
        font-weight: normal;
        font-size: 18px;
      }
    }
  }
}
.hero-caption h1 {
  font-size: 60px;
  font-weight: 700;
  color: white;
  font-family: var(--barlow-sans);
  text-transform: uppercase;
}
.hero-caption p {
  color: white;
  font-weight: normal;
  font-size: 24px;
}
.control-blocker-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .control-blocker-btns {
    flex-direction: column;
  }
  .hero-caption {
    .hours {
      display: none;
    }
    & p {
      display: none;
    }
    & h1 {
      font-size: 36px;
    }
  }
}
@media screen and (max-width: 1024px) {
  .desktop-video-img {
    display: none;
  }
  .mobile-video-img {
    display: block;
    /* max-width: none;
		width: 1508px; */
  }
  .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 {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .home #page {
    /* margin-top: 110px; */
  }
  .page-id-2722 #page {
    margin-top: 110px;
  }
  .page-id-2722 .cah-cust-nav-bar-wrapper {
    background-color: white;
  }
}
.control-blocker-btns a {
  margin: 5px;
}
.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: #3a3a3a;
  font-size: 37px;
}
.home-title-line {
  width: 166px;
  height: 2px;
  background-color: #3a3a3a;
  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; */
}
@media screen and (max-width: 1024px) {
  .home-beginning {
    padding: 100px 0 50px 0;
  }
  .home-beginning-container {
    display: flex;
    flex-direction: column;
  }
  .home-beginning-container > div {
    width: 100%;
    /* padding: 0; */
    padding: 0 0 50px 0;
  }
}
.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 var(--orange);
  background-color: var(--orange);
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 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 {
  border-color: var(--sky) !important;
  background-color: var(--sky) !important;
}
@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;
  /* height: 66.25vw; */
  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;
  /* height: 66.25vw; */
  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/2025/08/Contact-Header.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  /* height: 66.25vw; */
  /* padding: 80px 30px 60px 30px; */
  box-sizing: border-box;

  margin-left: calc(-50vw + 50%);
  /* height: 41.764706vw; */
  overflow: hidden;
}
.contact-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  /* display: none; */
}
.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;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 120px 40px 40px 40px;
  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;
  /* transform: translateY(100%); */
}
.contact-caption p {
  color: white;
  opacity: 0;
  animation: textFadeIn 500ms ease 1.5s 1 forwards;
  /* transform: translateY(100%); */
}
@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;
  /* height: 66.25vw; */
  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-slider {
  width: 45%;
  box-sizing: border-box;
  margin: 25px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px #a0a0a0;
  position: relative;
}
.service-slider > h3 {
  text-align: center;
  color: white;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0 10px 0;
  background-color: var(--orange);
}
.service-slider > img {
  width: 100%;
}
.service-slider-bottom {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  /* height: 100px; */
  display: none;
}
.service-slider-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;

  & i {
    color: var(--orange);
  }
}
.service-slider-toggle:hover {
  cursor: pointer;
}
/* .service-slider > i {
	position: absolute;
	bottom: 10px;
	right: 10px;
} */
.service-slider > i:hover {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .service-slider {
    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;
  /* height: 66.25vw; */
  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;
  /* padding-bottom: 10px; */
  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(--space);
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 18px;
}
.staff-title p {
  color: white;
  background-color: var(--space);
  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: var(--space);
  /* padding: 15px; */
  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: var(--space);
}
.staff-modal-header {
  display: flex;
  justify-content: flex-end;
}
.staff-modal-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  align-items: flex-end;
  box-sizing: border-box;
}
.staff-modal-title h3 {
  color: white;
  background-color: var(--space);
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.staff-modal-title p {
  color: white;
  background-color: var(--space);
  margin-bottom: 0;
  padding: 5px 10px;
  /* width: 100%; */
  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;
  /* height: 66.25vw; */
  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 {
  /* color: black; */
}
.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%;
  /* background-image: url('/wp-content/uploads/2020/04/new-client-form-bg-1.jpg'); */
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /* height: 66.25vw; */
  padding: 80px 30px 60px 30px;
  box-sizing: border-box;
  min-height: 600px;
}
.new-client-container {
  width: 960px;
  max-width: 90vw;
  background-color: white;
  /* padding: 50px; */
  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;
}
.new-client-container .gform_confirmation_message {
  padding: 50px;
}
#home-test-2878 {
  display: block;
}
.home-test-dot#home-test-2878 {
  background-color: white;
}
.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-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;
}
#toTop i {
  color: white;
}
#toTop:hover {
  background-color: #3a3a3a;
  cursor: pointer;
}
.covid-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.covid-popup h3 {
  font-weight: bold;
  color: #3a3a3a;
}
.covid-popup a {
  background-color: #3a3a3a;
  border-radius: 3px;
  padding: 10px 20px;
  color: white;
  display: block;
  border: 2px solid #3a3a3a;
}
.covid-popup a:hover {
  background-color: #fff;
  color: #3a3a3a;
}
.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(--space);
    /* border-radius: 3px; */
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }
  #toTop {
    display: none;
  }
  .userway {
    bottom: 60px !important;
  }
  .control-blocker-btns {
    /* transform: translateY(-25px); */
  }
  .control-blocker-btns a {
    margin: 0 0 5px 0;
  }
  .appointment-box {
    flex-direction: column;
  }
}

#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 {
}
@media screen and (max-width: 1024px) {
  .inside-footer-widgets > div {
    margin-bottom: 50px !important;
  }
}
.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 {
    width: 25%;
    padding: 40px;
    box-sizing: border-box;
  }
  .inside-footer-widgets > .footer-widget-1 {
    width: 50%;
    padding: 0;
  }
  .inside-footer-widgets > div > aside {
    /* width: 25%; */
    padding-left: 0 !important;
  }
  .footer-widget-1 > aside {
    padding-left: 0 !important;
  }
  .site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
  }
}
.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%;
  }
}

@media screen and (max-width: 800px) {
  body .uwy.userway_p5 .uai {
    bottom: 70px !important;
  }
}

/* rye css */

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

    .rye-body-container {
      & p:last-of-type {
        font-weight: bold;
        text-transform: uppercase;
        color: var(--sky);
        font-size: 24px;
      }
    }
  }
}
.rye {
  .rye-hero {
    background-color: var(--alice);
    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: var(--space);
      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: var(--sky);
    & svg {
      transform: rotate(180deg);
    }
  }
  .tu {
    background-color: var(--space);
  }
}
.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-content p:nth-child(3) {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--sky);
    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: var(--space);
  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: var(--sky);
    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: var(--space);
  }
}
.ears.ears-active {
  opacity: 1;
}

:root {
  --space: #1d3459;
  --orange: #c72032;
  --sky: #91bed3;
  --alice: #e7f4fc;
  --blue-grey: #f8faff;
  --soft-grey: #f5f5f5;
  --dark-grey: #272a2b;
  --serif: "noto-serif", serif;
  --barlow-sans: "barlow", sans-serif;
}

/* pearland */

.arrow-button {
  border: 2px solid var(--orange);
  border-radius: 25px;
  padding: 10px 20px;
  width: 50px;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
}
.arrow-button svg {
  margin-left: -8px;
  fill: var(--orange);
  width: 35px;
  transition: all 0.5s;
  /* width: 20px; */
  height: 20px;
  transition: width 0.5s ease;
  overflow: visible;
}
.arrow-button svg line {
  stroke: var(--orange);
}
.arrow-button:hover {
  width: 100px;
  border: 2px solid var(--orange);
}
.arrow-button:hover svg {
  width: 100px;
}
.arrow-button:hover svg line {
  width: 100px;
}

.primary-button {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: bold;
  display: block;
  max-height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all ease-in 0.2s;
  text-transform: capitalize;

  &:hover {
    border: 2px solid var(--sky);
    background-color: var(--sky);
    color: #fff;
  }
}

.button {
  border: 2px solid var(--orange) !important;
  background-color: var(--orange) !important;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: bold;
  display: block;
  max-height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all ease-in 0.2s;
  text-transform: capitalize;

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

/* sp services */

.services-list {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  /* background-color: var(--space); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/08/Home-Services-Background.png);
  margin-top: 60px;
}
.services-list-container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 100px 0;
  justify-content: center;
}
.services-list-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 45px 0;
}
.service-list-card {
  position: relative;
  width: 40%;
  margin: 25px 25px 0px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-bottom: 2px solid var(--alice);
  transition: all 0.5s ease;
}
.service-list-card h2 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s ease;
  text-transform: initial;
  margin-bottom: 25px;
  text-align: left;
  font-family: var(--serif);
}
.service-list-card:hover {
  & h2 {
    color: var(--sky);
  }
}
.service-list-card:hover .service-list-bg {
  /* width: 125%;
  height: 125%; */
}
.service-list-card:hover .service-list-overlay p {
  /* color: #333344;
  background-color: white; */
}
.service-arrow-ctn {
  display: flex;
  margin-bottom: 20px;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid var(--alice);
}
.service-list-card svg {
  fill: var(--alice);
  width: 25px;
  height: 16px;
  transition: width 0.5s ease;
}
.service-list-card svg line {
  stroke: var(--alice);
  transition: width 0.5s ease;
}
.service-list-card:hover {
  border-bottom: 2px solid var(--sky);
}
.service-list-card:hover svg {
  width: 40px;
}
.service-list-card:hover svg line {
  width: 50px;
  stroke: var(--sky);
}
.service-list-card:hover .arrow-right {
  border-left: 8px solid var(--sky);
}

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

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

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

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

.appointment-container {
  background-color: var(--alice);
  padding: 40px 30px;
  width: 100%;
  max-width: 450px;
}

.appointment-container h2 {
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: capitalize;
  color: var(--space);
  text-align: center;
}

.appointment-box {
  display: flex;
  gap: 12px;

  .primary-button {
    width: 100%;
  }
}

.inner-wrapper {
  width: 100%;
  max-width: 1250px;
  padding: 0 5%;
  display: flex;
}

.hours {
  .day {
    & p:first-of-type {
      font-weight: bold;
      margin-bottom: 0;
    }
  }
}

.site-footer {
  .hours {
    .day {
      border-bottom: 2px solid #fff;
      margin-bottom: 10px;
      padding-bottom: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;

      & p:last-of-type {
        text-align: right;
      }
    }
  }
}

.wp-block-columns.emergency-care {
  gap: 0 !important;
}

/* landing page */

.page-template-landing {
  .entry-content {
    padding: 0;

    & > p {
      margin-bottom: 0;
    }
  }
  div#content {
    padding: 0 !important;
    width: 100%;
  }
  .sticky-footer,
  .site-footer,
  .cah-cust-nav-bar-wrapper,
  .site .footer-widgets,
  #sticky-header {
    display: none !important;
  }
  .page {
    margin: 0;
  }
  .entry-content {
    max-width: none;
    width: 100%;
    margin: 0;
  }
  .inside-footer {
    display: none !important;
  }
}
.page-id-3299 {
  .cah-cust-nav-bar-logo-wrapper {
    margin: auto;
  }
  .cah-cust-nav-bar-contact-menu-wrapper {
    display: none;

    .site-nav-inner {
      justify-content: center;
    }
    .btn,
    .call-us,
    #hamburger,
    .nav-menu-wrapper {
      display: none;
    }
  }
  .content-area {
    /* background-color: var(--space) !important; */
  }
  .footer-widgets {
    display: none;
  }
}
.content-wrapper {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
dialog {
  position: fixed;
  height: 100vh;
  width: 100vw;
  border: none;
  background: transparent;
  padding: 0;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container {
  position: relative;
  display: inline-block;
}
dialog img {
  width: fit-content;
  height: 90vh;
  max-height: fit-content;
  object-fit: contain;
  display: block;
  margin: auto;
  border-radius: 8px !important;
  position: relative;
  overflow: hidden;
}
.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--orange) !important;
  color: white;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  z-index: 10;
  padding: 0;
  outline: 0;
}
.new-lp {
  font-size: 16px;
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--space);
  }
}
.fifty-percent {
  width: 50%;

  &:first-of-type {
    padding-right: 5%;
  }
  &:last-of-type {
    padding-left: 5%;
  }
}
.lp-btn {
  background-color: var(--orange);
  color: white;
  text-transform: capitalize;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.6s ease;
}
.lp-btn:visited {
  color: white;
}
.lp-btn:hover {
  background-color: var(--orange);
  color: white;
}
.lp-hero {
  width: 100%;
  background-color: var(--space);
  color: #fff;
  padding: 80px 0;
  display: flex;
  flex-direction: column;

  .lp-hero-content {
    display: flex;
    padding-bottom: 80px;
  }
  .lp-logo {
    filter: brightness(0) invert(1);
  }
  & h1 {
    font-size: 40px;
    line-height: 120%;
    color: #fff;
  }
  & p {
    margin-bottom: 0;
    color: #fff;
  }
  .logo-ctn {
    margin-bottom: 80px;

    .lp-btn {
      display: none;
    }
  }
}
.hero-card {
  background-color: #fff;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;

  & img {
    border-radius: 8px;
    margin-bottom: 24px;
  }
  .lp-btn {
    margin-bottom: 16px;

    &:last-of-type {
      margin-bottom: 0;
    }
  }
}
.lp-hero-sub {
  border-top: 2px solid var(--soft-grey);
  display: flex;
  justify-content: space-between;
  padding: 24px 0 0 0;

  & p {
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
  }
  & a {
    color: #fff;
    text-transform: capitalize;
    line-height: 1.5;

    & span {
      color: #fff;
    }
  }
  & a:visited {
    color: #fff;

    & span {
      color: #fff;
    }
  }
}
.lp-services-section {
  padding: 80px 0;

  .services-img {
    border-radius: 8px;
  }
  .lp-services-content {
    display: flex;
  }
}

.lp-sub-title {
  font-size: 40px;
}

.lp-services {
  & p:last-of-type {
    color: var(--space);
    padding-top: 24px;
    margin-bottom: 0;
    border-top: 2px solid var(--blue-grey);

    & a {
      font-weight: bold;
      color: var(--space);
    }
    & a:visited {
      color: var(--space);
    }
  }
}

.lp-check-ctas {
  display: flex;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  gap: 16px;
  margin: 0 !important;
  list-style-type: none;
  padding: 0 0 40px 0;
}

.check-cta {
  padding: 16px 24px;
  border-radius: 30px;
  background-color: var(--sky);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--space);
  list-style-type: none;
  width: fit-content;

  & svg {
    width: 18px;
    margin-right: 10px;

    & path {
      fill: var(--space);
    }
  }
}

.lp-hours {
  padding: 80px 0;
  background-color: var(--space);

  .lp-sub-title {
    display: none;
  }

  .hours {
    max-width: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .day {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 300px;

    & p:first-of-type {
      font-weight: bold;
      font-size: 24px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--soft-grey);
      padding-left: 20px;
      padding-right: 20px;
    }

    & p {
      color: #fff;
      text-align: center;
      margin-bottom: 0;
    }
  }
  .intro-hours-day {
    display: flex;
    flex-direction: column;
    color: #fff !important;
    max-width: 250px;
    padding: 0;
    border: none;

    & h4 {
      font-weight: bold;
      font-size: 24px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--soft-grey);
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
    }

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

.lp-team-section {
  padding: 80px 0;
  height: 550px;
  display: flex;
  justify-content: center;

  .lp-team-content {
    display: flex;
  }

  & img {
    border-radius: 8px;
  }
  .lp-team-content-upper {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--blue-grey);
  }
  .lp-sub-title {
    margin-bottom: 0;
  }
}

.lp-footer {
  background-color: var(--space);
  padding: 48px 0;

  & img {
    filter: brightness(0) invert(1);
  }

  .lp-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp-footer-btns-ctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;

    .lp-btn {
      width: 185px;

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

/* slider css */

.sl-lp-wrapper {
}
.sl-lp-container {
  /* display: flex;
  width: 1360px;
  max-width: 90vw;
  height: 100%;
  display: flex;
  flex-direction: row; */
}
.sl-lp-header {
  font-weight: bold;
  color: var(--orange);
  margin-bottom: 17px;
  text-transform: capitalize;
}
.sl-lp-arrow-container {
  max-height: 48px;
  max-width: 48px;
}
.sl-lp-arrow-container:hover {
  cursor: pointer;
}
.sl-lp-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.sl-lp-content {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.sl-lp-content .sl-lp-text {
  & > *:first-child {
    display: block;
    margin-bottom: 0;
  }
  & > * {
    display: none;
  }
}
.sl-lp-content .sl-lp-name {
  text-transform: capitalize;
  font-weight: bold;
  color: var(--space);
  font-size: 24px;
  margin-bottom: 10px;
}
.sl-lp-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sl-lp-side {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  background-color: var(--orange);
  border: 2px solid var(--orange);
  box-sizing: border-box;
  font-size: 20px;
  color: var(--orange);
  transition: all 0.6s ease;
  color: #fff;
}
.sl-lp-side:hover {
  background-color: var(--space);
  border-color: var(--space);
  color: white;
  cursor: pointer;
}

/*appointment form*/

.page-id-3299 {
  background-color: var(--space);

  .cah-cust-nav-bar-wrapper {
    background-color: var(--space);

    & img {
      filter: brightness(0) invert(1);
    }
  }

  .wp-block-heading {
    color: #fff;
    margin-bottom: 40px;
  }

  .site-content {
    margin-top: 0;
  }

  .footer-bottom-container {
    justify-content: center;
  }

  .footer-top,
  .footer-socials {
    display: none;
  }
  .hero-banner-caption > h1 {
    color: #fff;
  }
  .subpage-body {
    padding: 0;
    background-color: var(--space);
  }
}
.lp-header-logo {
  margin: 40px 0 80px 0;
}
.page-id-2009 .entry-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 60px auto !important;
  padding: 0;
}
.page-id-2009 header.entry-header h1.entry-title {
  text-align: center;
  padding: 0;
  color: #fff !important;
  margin: 0px auto 80px auto;
  width: 90%;
}

/* .page-id-2009 {
  #footer-socials,
  #footer {
    display: none;
  }
  .gform_wrapper {
    background-color: white;
    box-sizing: border-box;
    padding: 0 0 50px 0;
    border-radius: 5px;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0px;
    width: 90%;
    max-width: 600px;

    .gform_fields {
      padding: 50px 0;
    }

    .gform-body {
      width: 100%;
    }

    .gform_heading {
      display: none;
    }

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

    .gfield textarea,
    .gfield input:not(.gfield-choice-input) {
      background-color: #fafafa;
      border: 1px solid #444;
      border-radius: 5px;
      padding: 5px 10px !important;
      color: #444;
    }

    .gfield input[type="textarea"],
    .gfield input[type="text"] {
      width: 100%;
    }

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

    .gform_next_button,
    .gform_previous_button,
    .gform_button {
      border-radius: 100px;
      box-shadow: none;
      margin-right: 0 !important;
      width: 100% !important;
      background-color: var(--orange);
      color: white;
      text-align: center;
      text-transform: uppercase;
      box-sizing: border-box !important;
      padding: 10px;
      font-size: 20px !important;
      transition: all 0.6s ease;
      font-weight: bold;
      margin-left: 0px;
      padding: 20px !important;
    }

    .gform_next_button:hover,
    .gform_previous_button:hover,
    .gform_button:hover {
      background-color: var(--space);
      color: #fff;
      cursor: pointer;
    }

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

/* media query */

@media screen and (max-width: 1024px) {
  .fifty-percent {
    width: 100%;
    &:first-of-type {
      padding: 0 0 48px 0;
    }
    &:last-of-type {
      padding: 0;
    }
  }
  .content-wrapper {
    flex-direction: column;
  }
  .lp-hero {
    padding: 48px 0;

    .lp-hero-content {
      padding-bottom: 48px;
    }
    .logo-ctn {
      display: flex;
      justify-content: space-between;

      .lp-logo {
        max-width: 200px;
      }
      .lp-btn {
        display: inline-block;
        height: fit-content;

        &:hover {
          background-color: var(--orange);
        }
      }
    }
    & h1 {
      font-size: 30px;
    }
  }
  .hero-card {
    padding: 24px;
  }
  .lp-hero-sub {
    & p,
    a {
      margin-bottom: 20px;
      text-align: center;
    }
    & a {
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
    }
  }
  .lp-services-section {
    padding: 48px 0;

    .lp-sub-title {
      padding-bottom: 24px;
      border-bottom: 2px solid var(--blue-grey);
    }
  }
  .lp-hours {
    padding: 48px 0;

    .hours {
      gap: 12px;
      justify-content: space-between;
      width: 100%;
    }

    .day {
      flex-direction: row;
      justify-content: space-between;
      max-width: none;
      width: 100%;

      & p,
      p:first-of-type {
        font-size: 16px;
        font-weight: normal;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0;
      }
    }
    .lp-sub-title {
      display: block;
      color: #fff;
      padding-bottom: 24px;
      border-bottom: 2px solid var(--soft-grey);
    }
  }
  .lp-footer-logo {
    margin-bottom: 48px;
  }
  .sl-lp-btns {
    align-items: flex-start;
  }
  .lp-team-section {
    padding: 48px 0;
    height: 900px;
    max-width: none;
  }
  /* .page-id-2009 .gform_wrapper {
    .gfield:not(#field_13_2),
    .gform-footer,
    .gform_page_footer {
      padding: 0 20px !important;
    }
  } */
}
