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

*/

:root {
  --orange: #e29f6d;
  --hover-orange: #d7803f;
  --turquise: #4bbac6;
  --cyan: #e3fffc;
  --deep-teal: #004854;
  --dark-grey: #403f40;
}

a,
a:visited {
  color: var(--orange);
}
body,
p,
a,
ul,
li,
u,
em,
strong,
span,
div,
button,
input,
figure,
footer,
header,
section,
aside,
nav,
form {
  font-family: josefin-sans, sans-serif;
}
h1,
h2,
hgroup {
  font-family: josefin-sans, sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--deep-teal);
}
h3,
h4,
h5,
h6 {
  font-family: josefin-sans, sans-serif;
  color: var(--deep-teal);
}
@media screen and (min-width: 769px) {
  nav#site-navigation .inside-navigation {
    display: flex !important;
    justify-content: flex-end !important;
  }
}
.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;
}
body {
  background-color: white;
  position: relative;
  color: var(--dark-grey);
}
.icon-learn {
  text-align: center;
  color: var(--turquise) !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px;
}

.title-line {
  width: 960px;
  height: 2px;
  background-color: #9fa1a4;
  max-width: 90vw;
  margin-bottom: 15px;
  margin-bottom: 25px;
}
.home-section-title {
  text-align: center;
  color: var(--turquise) !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 5px 10px;
  font-size: 35px;
  display: flex;
  align-items: center;
}
.home-section-title::after,
.home-section-title::before {
  content: "\00B7";
  color: var(--orange);
  margin: 0 10px 0 10px;
  font-size: 50px;
}
.services-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  text-align: center;
  padding: 0 0 0 0;
}
.home .services-grid {
  /* border-top: 30px solid var(--turquise); */
  /* padding: 50px 0 50px 0; */
  background-color: #d0edf5;
}
.services-grid-container {
  width: 960px;
  max-width: 90vw;
}
.view-services {
  border: 2px solid var(--turquise);
  text-align: center;
  color: var(--turquise) !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 5px;
}
.view-services:hover {
  color: white !important;
  background-color: var(--turquise);
}
#footer-widgets {
  background-color: var(--deep-teal);
}
.footer-hours {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}
.footer-day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fff;
}
.footer-day p {
  margin-bottom: 4px;
}
#footer-widgets p {
  color: white;
}
.inside-footer-widgets .textwidget a {
  color: white;
}
h2.widget-title {
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  font-family: josefin-sans, sans-serif;
  text-transform: uppercase;
}
.inside-footer-widgets {
  text-align: center;
}
#right-sidebar {
  background-color: var(--turquise);
  padding: 0 40px 0 40px;
}
@media screen and (max-width: 768px) {
  #right-sidebar {
    display: none;
  }
}
.inside-right-sidebar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.sidebar .widget {
  background-color: transparent;
}
#page {
  margin-top: 50px;
  margin-bottom: 50px;
}
.home #page {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0 40px 0;
}
.sidebar-icon p {
  color: #fff !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 var(--orange);
}
#right-sidebar .widget:last-of-type {
  border-bottom: none;
}
.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;
  border: 2px solid var(--turquise);
  width: 25px;
  height: 25px;
}
.footer-socials a i {
  color: var(--turquise);
}
.footer-socials a:hover {
  background-color: var(--turquise);
}
.footer-socials a:hover i {
  color: #f2f5fa;
}
.footer-buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.footer-buttons a {
  color: white;
  background-color: var(--orange);
  padding: 5px;
  width: 250px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-buttons a:hover {
  background-color: var(--turquise);
}

#gform_wrapper_4 li {
  width: 100% !important;
}
#gform_wrapper_4 label {
  display: none;
}
input#gform_submit_button_4 {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff !important;
  padding: 8px 20px;
  background-color: var(--orange);
  text-transform: uppercase;
  /* font-size: 30px; */
  font-weight: bold;
  display: inline-block;
  border: none;
}
input#gform_submit_button_4:hover {
  background-color: var(--hover-orange);
}
.site-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-footer-links {
  position: absolute;
  top: -23px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-footer-links a {
  display: flex;
  align-items: center;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--turquise);
  padding: 5px 10px;
  text-align: center;
}
.top-footer-links p {
  margin-bottom: 0;
  color: var(--turquise) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.top-footer-links img {
  width: 25px;
  margin-right: 5px;
}
#footer-widgets,
.site-info {
  width: 100vw;
  box-sizing: border-box;
}
.site-info {
  background-color: var(--cyan);
}
.copyright {
  color: var(--deep-teal);
}
.copyright a {
  color: var(--deep-teal) !important;
}
.service-card {
  width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 10px;
  overflow: hidden;

  &:hover {
    & h3 {
      background-color: var(--orange);
    }
    .service-img {
      border-color: var(--orange);
    }
  }
}
.service-card img {
  width: 100%;
  margin-bottom: 10px;
}
.services-grid-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 50px;
}
.service-card h3 {
  transition: all 0.3s ease-in;
  max-width: 250px;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--deep-teal);
  color: white;
  word-wrap: normal;
  font-size: 16px;
  position: relative;
  z-index: 999;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .inside-footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  aside#custom_html-2 .textwidget {
    display: flex;
    justify-content: center;
  }
}
.services-grid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-map .title-line {
  margin-bottom: 50px;
}
.home-hero {
  /* box-shadow:
		-moz-box-shadow:    inset  0  50px 50px -50px #696868,
										inset  0 -50px 50px -50px #696868;
-webkit-box-shadow: inset  0  50px 50px -50px #696868,
										inset  0 -50px 50px -50px #696868;
 box-shadow:        inset  0  50px 50px -50px #696868,
										inset  0 -50px 50px -50px #696868; */
  /* height: 44.2vw; */
  background-image: url("/wp-content/uploads/2019/12/main-slider-1.png");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  /* height: 36.667vw; */
  /* height: 34.66667vw; */
  height: 29.75vw;

  /* margin-top: -25px; */
}

.home-hero-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .home-hero,
  .n2-section-smartslider {
    display: none;
  }
  .welcome-section > .dashed-divider {
    display: none;
  }
}
.home-hero-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.home-hero-caption h2 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 0 20px black;
  font-size: 40px;
  margin-bottom: 15px;
}
.home-hero-caption p {
  color: white;
  text-shadow: 0 0 20px black;
  margin-bottom: 20px;
}
.home-hero-caption a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  padding: 10px 30px;
  background-color: var(--orange);
}
.home-hero-caption a:hover {
  background-color: #d0edf5;
}
.home-hero-overlay {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(47, 141, 171, 0.8);
  display: none;
}
@media screen and (max-width: 787px) {
  .home-hero-container {
    display: none;
  }
  .home-hero-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .home-hero-overlay h2 {
    color: white;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 90vw;
    margin-bottom: 5px;
  }
  .home-hero-overlay a {
    background-color: var(--orange);
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 0 5px grey;
    font-size: 15px;
  }
  .home-hero-overlay a i {
    margin-left: 10px;
  }
  .four-icons-card {
    transform: translateY(0);
    border-radius: 0;
  }
}
@media screen and (min-width: 1025px) {
  .home-hero-caption h2 {
    font-size: 40px;
  }
  .home-hero-caption p {
    font-size: 34px;
  }
  .home-hero-caption a {
    font-size: 28px;
  }
}
header.entry-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header.entry-header h1.entry-title {
  color: var(--deep-teal) !important;
  font-weight: bold;
  text-transform: uppercase;
}
.title-line {
  width: 100%;
}
.home .title-line {
  width: 960px;
  height: 2px;
  background-color: #9fa1a4;
  max-width: 90vw;
  margin-bottom: 15px;
  margin-bottom: 25px;
}
.home .entry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #gform_widget-2 {
    /* max-width: 250px; */
  }
  .inside-footer-widgets .grid-parent {
    display: flex;
    justify-content: center;
    text-align: 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);
}
@media screen and (max-width: 1024px) {
  .top-footer-links {
    display: none;
  }
}
li#field_4_1,
li#field_4_2 {
  padding-right: 0;
}
input#gform_submit_button_4 {
  /* width: 100%; */
  width: 200px;
  margin-right: 0;
}
#gform_4 .gform_footer {
  display: flex;
  justify-content: center;
}
.footer-widgets {
  /* padding: 50px 50px 0 50px; */
  padding: 50px 50px 50px 50px;
}
.inside-footer-widgets > div {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #gform_wrapper_4 {
    /* width: 250px; */
  }
  aside#gform_widget-2,
  .site-footer .footer-widgets-container .inner-padding {
    padding-left: 0;
  }
  .footer-hours {
    /* width: 250px; */
  }
}

.service-img {
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: relative;
  margin-bottom: 10px;
  border: 2px solid var(--deep-teal);
  border-radius: 10px;
  transition: all 0.3s ease-in;
}
.service-triangle {
  /* position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 75px solid var(--orange);
  border-left: 75px solid transparent; */
}
.service-ribbon {
  /* position: absolute;
  bottom: 0;
  left: -12.5px;
  width: 0;
  height: 0;
  border-bottom: 12.5px solid #666666;
  border-left: 12.5px solid transparent; */
}
.page-id-27 .services-grid {
  margin-left: calc(-50vw + 50%);
}
.single .inside-article {
  padding-top: 0 !important;
}
.single #main {
  margin-top: 0 !important;
}
.page-header-image-single {
  margin-bottom: 15px !important;
}
footer.entry-meta {
  display: none !important;
}
.slide-left {
  animation: slideLeft 500ms ease 0s forwards;
}
.slide-right {
  animation: slideRight 500ms ease 0s forwards;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#home-map-container,
#home-map-info {
  opacity: 0;
}
main#main {
  margin-top: 0 !important;
}
.inside-article {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-id-27 .inside-right-sidebar {
  display: none !important;
}
input#gform_submit_button_4 {
  line-height: 25.5px;
}
input#gform_submit_button_2,
input#gform_submit_button_3 {
  color: white;
  background-color: var(--orange);
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover {
  background-color: var(--turquise);
}
.gform_body h2 {
  color: var(--turquise);
}
.top-footer-links i {
  color: var(--turquise);
  margin-right: 5px;
}
.top-footer-links a:hover i {
  color: white;
}
.top-footer-links a:hover {
  background-color: var(--turquise);
}
.top-footer-links a:hover p {
  color: white !important;
}
ul.gfield_radio li {
  overflow: visible !important;
}
li#field_3_16 .gfield_label {
  display: none;
}
li#field_3_14 .gfield_label {
  display: none;
}
.top-footer-links a .fas.fa-phone {
  transform: rotate(90deg);
}

aside#custom_html-6 .textwidget img {
  margin-bottom: 10px;
  max-width: 250px;
}
.page-id-550 article#post-550 .entry-content h2 {
  margin-bottom: 60px;
}

.bh-pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.bh-numbers {
  display: flex;
  align-items: center;
  padding: 0;
}
.bh-numbers p {
  padding: 0;
  margin: 0;
}
.bh-previous {
  position: absolute;
  left: 0;
  bottom: 0;
}
.bh-next {
  position: absolute;
  right: 0;
  bottom: 0;
}
.blog-page {
  display: flex;
  flex-direction: column;
}
.blog-card {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #9fa1a4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-card .title-line {
  transform: translateY(-43px);
  margin-bottom: 0;
}
.blog-card h2 {
  padding: 5px 10px 5px 0;
  color: var(--turquise) !important;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  position: relative;
  z-index: 999;
}

.doctors-page {
  display: flex;
  flex-direction: column;
}
.doctor-card {
  margin-bottom: 25px;
  border-bottom: 2px solid var(--turquise);
}
.doctor-card img {
  width: 250px;
  margin: 0 25px 15px 0;
  float: left;
}
.doctor-card h3 {
  color: var(--turquise);
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .doctor-card {
    display: flex;
    flex-direction: column;
  }
  .doctor-card img {
    float: none;
  }
}
.ts-wrapper {
  min-height: 700px;
  width: 100vw;
  overflow-x: hidden;
  background-image: url("/wp-content/uploads/2024/10/Home-Testimonials-Slider.png");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 700px;
}
#test-wave-header {
  position: absolute;
  top: -1px;
  width: 100%;
}
#test-wave-header .st0 {
  fill: white;
}
#test-wave-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#test-wave-footer .st0 {
  fill: white;
}
.ts-carousel {
  width: 90%;
  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;
  font-weight: bold;
  text-transform: uppercase;
}
.ts-title .ts-content {
  text-align: center;
  color: #9fa1a4;
  margin: 0;
  padding: 0;
}
.ts-slide-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 800px) {
  .ts-slide-wrapper {
    flex-direction: column;
  }
}
.testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}
.testimonial-container .ts-content {
  color: var(--deep-teal);
  text-align: center;
}
.testimonial {
  padding: 15px 15px 0 15px;
  /* width: 400px; */
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}
.ts-content {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  /* font-size: 22px; */
}
.testimonial .ts-content {
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
}
.testimonial .ts-content p {
  padding: 0;
  text-align: center;
  margin-bottom: 1.25em;
  font-size: 18px;
  color: var(--deep-teal);
  font-weight: normal;
}
@media (min-width: 0px) and (max-width: 800px) {
  .testimonial {
    width: 80vw;
  }
}
.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;
}

.slide-out-left {
  animation: slideOutLeft 750ms ease-out 0s 1 forwards;
}
.slide-in-left {
  animation: slideInLeft 750ms ease-out 0s 1 forwards;
}
.slide-out-right {
  animation: slideOutRight 750ms ease-out 0s 1 forwards;
}
.slide-in-right {
  animation: slideInRight 750ms ease-out 0s 1 forwards;
}
.slide-in-right-2 {
  animation: slideInRight 750ms ease-out 250ms 1 forwards;
}
@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);
  }
}
.ts-arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  /* border: 2px solid white; */
  width: 40px;
  height: 40px;
  /* opacity: 0; */
  transition: all 500ms ease;
}
/* .right-chevron {
	transform: translateX(100vw);
}
.left-chevron {
	transform: translateX(-100vw);
} */
.right-chevron i,
.left-chevron i {
  font-size: 24px;
  color: var(--deep-teal) !important;
}
.ts-wrapper:hover .right-chevron,
.ts-wrapper:hover .left-chevron {
  /* transform: translateX(0);
	opacity: 1; */
}
.ts-arrow-container:hover {
  cursor: pointer;
  /* background-color: white; */
}
.ts-arrow-container:hover i {
  /* color: var(--turquise); */
}
@media screen and (max-width: 1024px) {
  .ts-arrow-container {
    border: none;
    transform: translateX(0);
    opacity: 1;
  }
  .ts-arrow-container:hover i {
    color: white;
  }
  .ts-arrow-container:hover {
    background-color: transparent;
  }
}
.ts-wrapper h3 {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: white;
}
.ts-wrapper h2 {
  font-weight: bold;
  color: var(--deep-teal);
  margin-bottom: 0;
  padding: 5px 10px;
  text-align: center;
  font-family: josefin-sans, sans-serif;
}
@media screen and (max-width: 1024px) {
  .right-chevron,
  .left-chevron {
    font-size: 40px;
  }
}
@media (min-width: 784px) and (max-width: 1045px) {
  .icon-card {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  .four-icons-card {
    transform: translateY(0);
  }
}
.mobile-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0 25px 0;
  background-color: #f2f5fa;
  display: none;
  width: 100vw;
  margin-bottom: 25px;
}
.mobile-banner-container {
  width: 960px;
  max-width: 90vw;
  text-align: center;
}
.mobile-banner h1 {
  color: var(--turquise);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .mobile-banner {
    display: flex;
  }
}
.page .entry-content {
  margin-bottom: 50px;
}
.map-info-container a h3 {
  color: var(--turquise) !important;
}
.comments-area {
  display: none !important;
}
.contact-map .fa.fa-phone {
  transform: rotate(90deg);
}

.sylmar-hours {
  display: none;
}
.canoga-park-hours {
  display: none;
}

.sylmar-hours.active-hours,
.canoga-park-hours.active-hours {
  display: block;
}

.hide {
  display: none !important;
}

/* INTALYTICS LP */

.page-id-888 #right-sidebar,
.page-id-888 .entry-title,
.page-id-888 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-888 .floating-appt,
.page-id-888 .floating-call,
.page-id-888 .site-footer {
  display: none !important;
}

.page-id-888 #primary {
  width: 100%;
}

.page-id-888 .cah-cust-nav-bar-inner-wrapper,
.page-id-888 .cah-cust-nav-bar-floating-nav-inner-wrapper {
  display: flex;
  justify-content: center;
}

/* INTALYTICS APPOINTMENT */

.page-id-890 #right-sidebar,
.page-id-890 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-890 .floating-appt,
.page-id-890 .floating-call,
.page-id-890 .site-footer {
  display: none !important;
}

.page-id-890 #primary {
  width: 100%;
}

.page-id-890 .cah-cust-nav-bar-inner-wrapper,
.page-id-890 .cah-cust-nav-bar-floating-nav-inner-wrapper {
  display: flex;
  justify-content: center;
}

/* APPOINTMENT FORM */

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

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

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

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

#gform_wrapper_3 {
  display: block !important;
}

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

@media screen and (max-width: 787px) {
  #logo-desktop {
    display: none;
  }
  #logo-mobile {
    display: block;
    width: 100px;
  }
  .header-stick {
    position: fixed !important;
    box-shadow: 0 5px 30px 0 lightgrey;
  }
}
@media (min-width: 661px) and (max-width: 787px) {
  .home-hero-margin {
    margin-top: 102px;
  }
}
@media screen and (max-width: 660px) {
  .home-hero-margin {
    margin-top: 117px;
  }
}

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

.cah-cust-nav-bar-floating-nav-wrapper img {
  /* max-width: 153px; */
  height: 95px;
}
.welcome-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
}
.dashed-divider {
  width: 100vw;
  height: 30px;
  background-image: linear-gradient(
    135deg,
    var(--turquise) 10%,
    transparent 10%,
    transparent 50%,
    var(--turquise) 50%,
    var(--turquise) 60%,
    transparent 60%,
    transparent 100%
  );
  background-size: 7.07px 7.07px;
}
.welcome-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 0 0 0;
}
.welcome-container h1 {
  font-weight: bold;
  color: var(--orange);
  text-transform: uppercase;
}
.welcome-container p {
  color: var(--turquise);
}
.welcome-container p:last-child {
  /* font-style: italic; */
}
.sh-counter-wrapper {
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  padding: 50px 0 50px 0;
  position: relative;
  background-attachment: fixed;
}
.sh-counter-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sh-counter-container {
    flex-direction: column;
  }
}
.sh-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1px;
  width: 340px;
}
.sh-slot .sh-number {
  color: var(--turquise);
  font-size: 70px !important;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.sh-slot .sh-stat {
  color: var(--turquise);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.sh-home-counter-wrapper {
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  padding: 50px 0 50px 0;
}
.sh-home-counter-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sh-home-counter-container {
    flex-direction: column;
  }
}
.sh-home-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1px;
  width: 340px;
  height: 244px;
}
.sh-home-slot .sh-home-number {
  color: var(--turquise);
  font-size: 70px !important;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.sh-home-slot .sh-home-stat {
  color: var(--turquise);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#sh-home-slot-1 {
  background-image: url("/wp-content/uploads/2019/03/map-left.png");
  background-position: center;
  background-size: cover;
}
#sh-home-slot-2 {
  background-image: url("/wp-content/uploads/2019/03/map-middle.png");
  background-position: center;
  background-size: cover;
}
#sh-home-slot-3 {
  background-image: url("/wp-content/uploads/2019/03/map-right.png");
  background-position: center;
  background-size: cover;
}
.od-plus-container {
  display: flex;
  align-items: center;
}
.od-plus {
  color: var(--turquise);
  font-size: 70px !important;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.home #sh-slot-1 {
  width: 275px;
  margin: 15px;
  background-image: url("/wp-content/uploads/2019/12/baths-given.png");
  background-position: center;
  background-size: contain;
  justify-content: flex-start;
  background-repeat: no-repeat;
}
.home #sh-slot-2 {
  width: 275px;
  background-image: url("/wp-content/uploads/2019/12/mouths-cleaned-icon.png");

  margin: 15px;
  background-position: center;
  background-size: contain;
  justify-content: flex-start;
  background-repeat: no-repeat;

  border-left: 2px solid var(--turquise);
  border-right: 2px solid var(--turquise);
}
@media screen and (max-width: 1024px) {
  .home #sh-slot-2 {
    border: none;
  }
}
.home #sh-slot-3 {
  background-image: url("/wp-content/uploads/2019/12/pet-visits-icon.png");

  width: 275px;
  margin: 25px;
  background-position: center;
  background-size: contain;
  justify-content: flex-start;
  background-repeat: no-repeat;
}
.home #sh-slot-4 {
  width: 275px;
  margin: 25px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}
.home #sh-slot-1 p {
  color: var(--turquise);
}
.home #sh-slot-2 p {
  color: var(--turquise);
}
.home #sh-slot-3 p {
  color: var(--turquise);
}
.home #sh-slot-1 .sh-stat {
  color: var(--turquise);
}
.home #sh-slot-2 .sh-stat {
  color: var(--turquise);
}
.home #sh-slot-3 .sh-stat {
  color: var(--turquise);
}
.sh-slot p {
  color: var(--turquise);
}
.od-divider {
  width: 40px;
  height: 5px;
  background-color: white;
  margin: 10px 0 25px 0;
}
.team-section {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
}
.team-section h2 {
  margin-bottom: 50px;
}
.team-container {
  width: 1024px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.team-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(54, 88, 136, 0.8) !important;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 99;
  transform: translateY(250px);
  opacity: 0;
  transition: all 500ms ease;
}
.team-overlay p {
  color: white;
}
.team-overlay p:last-child {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.team-card:hover .team-overlay {
  transform: translateY(0);
  opacity: 1;
}
.team-img {
  transition: all 0.3s ease-in;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: relative;
  margin-bottom: 10px;
  border: 2px solid var(--deep-teal);
  border-radius: 10px;
}
.team-triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 75px solid var(--orange);
  border-left: 75px solid transparent;
}
.team-ribbon {
  position: absolute;
  bottom: 0;
  left: -12.5px;
  width: 0;
  height: 0;
  border-bottom: 12.5px solid #666666;
  border-left: 12.5px solid transparent;
}
.team-card {
  width: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 15px;
  overflow: hidden;

  &:hover {
    & h3 {
      background-color: var(--orange);
    }
    .team-img {
      border-color: var(--orange);
    }
  }
}
.team-card img {
  width: 100%;
  margin-bottom: 10px;
}
.teams-grid-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 50px;
}
.team-card h3 {
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--deep-teal);
  color: white;
  word-wrap: normal;
  font-size: 16px;
  position: relative;
  z-index: 999;
  margin-bottom: 0;
  max-width: 204px;
}
.ts-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(227 255 252 / 90%);
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ts-container {
    width: 100%;
    /* padding: 50px 0 50px 0; */
  }
  .ts-wrapper {
    height: 700px !important;
    max-height: 700px !important;
    min-height: 700px !important;
  }
  .ts-carousel {
    width: 960px;
    max-width: 90vw;
  }
}
.ts-wrapper > .dashed-divider {
  background-image: linear-gradient(
    135deg,
    #fff 10%,
    transparent 10%,
    transparent 50%,
    #fff 50%,
    #fff 60%,
    transparent 60%,
    transparent 100%
  );
  background-size: 7.07px 7.07px;
}
.map-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
  border-top: 30px solid var(--orange);
  width: 100vw;
}
.map-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-blog {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
}
.home-blog-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1024px;
  max-width: 90vw;
}
.dashed-divider#blog-divider {
  background-image: linear-gradient(
    135deg,
    var(--orange) 10%,
    transparent 10%,
    transparent 50%,
    var(--orange) 50%,
    var(--orange) 60%,
    transparent 60%,
    transparent 100%
  );
}
.home-blog-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.home-blog-card {
  width: 310px;
  margin: 15px;
  display: flex;
  flex-direction: column;
  background-color: #d0edf5;
  background-image: url("/wp-content/uploads/2019/12/blog-background-graphic.png");
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-blog-placeholder {
  /* width: 100%;
	height: 175px; */
  width: 310px;
  height: 310px;
  overflow: hidden;
  background-color: var(--orange);
}
.home-blog-thumbnail {
  width: 310px;
  height: 310px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  transition: all 500ms ease;

  background-repeat: no-repeat;
}
.home-blog-excerpt {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: rgba(208, 237, 245, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 500ms ease;
  transform: translateY(100%);
}
.home-blog-excerpt p {
  font-style: italic;
  color: var(--turquise) !important;
  text-align: center;
}
.home-blog-placeholder:hover .home-blog-excerpt {
  transform: translateY(0);
}
.home-blog-thumbnail:hover .home-blog-excerpt {
  transform: translateY(0);
}
.home-blog-bottom {
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.home-blog-bottom h3 {
  color: var(--turquise);
  font-weight: bold;
}
.home-blog-bottom p {
  color: var(--turquise);
  font-size: 14px;
}
.home-blog-bottom a {
  color: white;
}
.home-blog-read {
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  background-color: var(--orange);
  text-transform: uppercase;
  font-family: josefin-slab, serif;
}
.home-blog-read:hover {
  background-color: white;
  color: var(--orange);
}
.home-blog-img {
  width: 100%;
}
.home-blog-img img {
  width: 100%;
}

/* HEADER STYLES */

.cah-cust-nav-bar-wrapper {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  /* border-bottom: 5px solid var(--turquise); */
  z-index: 9999;
}
@media screen and (min-width: 1025px) {
  .home .cah-cust-nav-bar-wrapper {
    background-color: transparent;
    border-bottom: none;
  }
}
.cah-cust-nav-bar-wrapper ul {
  padding: 0;
  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: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 25px 45px;
  margin: 0 auto;
}
.cah-cust-nav-bar-logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cah-cust-nav-bar-logo-wrapper img {
  width: 210px !important;
  /* width: 300px !important; */
}
@media screen and (max-width: 1024px) {
  .cah-cust-nav-bar-logo-wrapper img {
    width: 150px !important;
  }
}
.cah-cust-nav-bar-contact-wrapper {
  height: 50px;
  /* padding: 10px 0 10px 0; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.cah-cust-nav-bar-contact-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 5px;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--turquise);
  /* font-style: italic; */
}
.cah-cust-nav-bar-contact-wrapper span:nth-child(1) {
  margin-right: 10px;
}
.cah-cust-nav-bar-contact-wrapper span img {
  margin: 0 10px 0 0;
}
.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(--orange);
  /* font-weight: 900; */
  font-weight: bold;
  font-style: italic;
}
.home .cah-cust-nav-bar-contact-wrapper span a {
  color: #fff;
}
.cah-cust-nav-bar-contact-wrapper a {
  color: var(--orange);
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.home .cah-cust-nav-bar-contact-wrapper a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}

.cah-cust-nav-bar-menu-wrapper > div > ul {
  display: flex;
  background-color: var(--deep-teal);
}
.home .cah-cust-nav-bar-menu-wrapper > div > ul {
  /* background-color: rgba(54, 88, 136, 0.9); */
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li {
  /* height: 30px; */
  display: flex;
  align-items: center;
  position: relative;
  /* margin: 0 10px; */
  /* border-bottom: 3px solid transparent; */
  cursor: pointer;
  padding: 10px;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover {
  background-color: var(--turquise);
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover a {
  color: #fff;
}
.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: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li > a {
  color: white;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}

.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(--deep-teal);
  /* padding: 5px 15px; */
  padding: 0;
  white-space: nowrap;
  display: flex;
}
.home .cah-cust-nav-bar-menu-wrapper > div > ul > li ul li {
  /* background-color: rgba(54, 88, 136, 0.9); */
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
  flex-grow: 1;
  padding: 10px;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
  background-color: var(--turquise);
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover a {
  color: #fff;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
  color: var(--turquise);
}
.cah-cust-nav-bar-floating-nav-wrapper {
  width: 100vw;
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  border-bottom: 5px solid var(--turquise);
  transform: translateY(-100%);
  transition: all 0.6s ease;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper {
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px 45px;
  margin: 0 auto;
}
.cah-cust-nav-bar-floating-nav-logo-wrapper {
  width: 210px !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.cah-cust-nav-bar-floating-nav-logo-wrapper img {
  margin: 0;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 5px;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--turquise);
  /* font-style: italic; */
}
.cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper span img {
  margin: 0 10px 0 0;
}
.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(--orange);
  /* font-weight: 900; */
  font-weight: normal;
}

.cah-cust-nav-bar-hamburger-btn {
  display: none;
  position: relative;
  width: 34px;
  height: 34px;
  border: 2px solid var(--turquise);
  border-radius: 50%;
  cursor: pointer;
  /* margin-bottom: 10px; */
}
.cah-cust-nav-bar-hamburger-btn i {
  color: var(--turquise);
}
.cah-cust-nav-bar-hamburger-btn div {
  width: 14px;
  height: 2px;
  position: absolute;
  background-color: var(--turquise);
}
.cah-cust-nav-bar-hamburger-btn div:nth-child(1) {
  top: 11px;
  left: 10px;
}
.cah-cust-nav-bar-hamburger-btn div:nth-child(2) {
  top: 16px;
  left: 10px;
}
.cah-cust-nav-bar-hamburger-btn div:nth-child(3) {
  top: 21px;
  left: 10px;
}
.cah-cust-nav-bar-mobile-menu-wrapper {
  display: none;
  border-top: 5px solid var(--orange);
}
.cah-cust-nav-bar-mobile-menu-wrapper li {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.cah-cust-nav-bar-mobile-menu-wrapper li i {
  right: 15px;
  position: absolute;
  color: white;
  top: 9px;
  font-size: 20px;
}
.cah-cust-nav-bar-mobile-menu-wrapper li i:hover {
  cursor: pointer;
}
.cah-cust-nav-bar-mobile-menu-wrapper a {
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  /* border-bottom: 1px solid var(--turquise); */
}
.cah-cust-nav-bar-mobile-menu-wrapper li ul li a {
  background-color: var(--orange);
  /* border-bottom: 1px solid var(--turquise); */
}
.cah-cust-nav-bar-mobile-menu-wrapper a:hover {
  /* background-color: #d0edf5; */
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper-2 {
  background-color: var(--turquise);
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li {
  position: relative;
  background-color: #f2f5fa;
  border-bottom: 1px solid var(--turquise);
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li:last-child {
  background-color: #f2f5fa;
  border-bottom: none;
  color: var(--turquise);
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li > a {
  color: var(--turquise);
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul {
  display: none;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li svg {
  position: absolute;
  top: 8px;
  right: 15px;
  color: var(--turquise);
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li {
  background-color: var(--turquise);
  border-bottom: 1px solid #f2f5fa;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:first-child {
  border-top: 1px solid var(--turquise);
}
.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 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;
}
.stickyMobileNav {
}
#relative-header {
  display: none;
}
@media (max-width: 787px) {
  .cah-cust-nav-bar-inner-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }
  .cah-cust-nav-bar-logo-wrapper {
    margin: 15px 0;
  }
}
@media (max-width: 787px) {
  #relative-header {
    display: block;
    opacity: 0;
    position: relative !important;
    z-index: 1;
  }
  .cah-cust-nav-bar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
    border-color: var(--orange);
    z-index: 99999;
  }
  .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: center;
    width: 100%;
  }
  .cah-cust-nav-bar-contact-wrapper {
    height: 80px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 45px;
  }
  .cah-cust-nav-bar-contact-wrapper span:nth-child(1) {
    margin-right: 0;
  }
  .cah-cust-nav-bar-hamburger-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
cah-cust-nav-bar-menu-wrapper {
  max-width: none;
}
.header-top-banner {
  background-color: #d0edf5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 0;
}
.header-top-container {
  /* width: 960px; */
  width: 100%;
  max-width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top-banner p,
.header-top-banner i {
  color: var(--turquise) !important;
}
.header-top-banner p {
  font-size: 16px;
}
.date-hours-email {
  display: flex;
}
.date-hours-email p {
  /* padding-right: 20px; */
  /* font-size: 18px; */
  font-weight: 300 !important;
  /* padding-top: 20px; */
  margin-bottom: 0;
  margin-right: 20px;
}
.date-hours-email p span {
  padding-right: 5px;
}
.social-icons {
  display: flex;
  justify-content: space-between;
  width: 50px;
  /* margin-left: 8%; */
}
.social-icons p {
  display: flex;
  justify-content: center;
  font-size: 24px;
  /* padding-top: 16px; */
  margin-bottom: 0;
}
.cah-cust-nav-bar-menu-wrapper {
  /* position: absolute; */
  bottom: 0px;
  right: 0;
  /* width: 612px !important; */
}
.cah-cust-nav-bar-contact-menu-wrapper {
  /* padding-bottom: 12px; */
  /* padding-bottom: 30px; */
  /* margin-bottom: 40px; */
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
}
#menu-header-menu li:first-of-type {
  padding-left: 10px;
}
#menu-header-menu li ul li:first-of-type {
  padding-left: 0;
}

.cah-cust-nav-bar-mobile-menu-wrapper {
  z-index: 999;
}

.call-appointment {
  display: none;
  flex-direction: row;
  justify-content: center;
  background-color: var(--turquise);
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.call-appointment span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 5px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--turquise);
  /* font-style: italic; */
}
.call-appointment a {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin: 0 13px;
  text-align: center;
}
#calendar-icon {
  margin-right: 5px;
  /* color: var(--orange); */
}
#phone-icon {
  margin-right: 5px;
  transform: rotate(90deg);
  /* color: var(--orange); */
}
.home .call-apointment > a > i {
  color: var(--orange);
  margin-right: 10px;
}
.home .cah-cust-nav-bar-contact-wrapper > a {
  font-style: italic;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .call-apointment > a > i {
    color: #fff;
    margin-right: 10px;
  }
  .cah-cust-nav-bar-contact-wrapper > a {
    color: #fff;
  }
}
.call-appointment span:nth-child(1) {
  margin-right: 10px;
}
.call-appointment span img {
  margin: 0 10px 0 0;
}
.call-appointment span:nth-child(1) img {
  width: 20px;
}
.call-appointment span:nth-child(2) img {
  width: 18px;
}
.call-appointment span a {
  color: white;
  font-weight: 900;
}

@media screen and (max-width: 1459px) {
  .social-icons {
    margin-left: 5%;
  }
}

@media screen and (max-width: 1430px) {
  .social-icons {
    margin-left: 3%;
    width: 50px;
  }
}

@media screen and (max-width: 1385px) {
  .date-hours-email p {
    font-size: 16px;
  }
  .social-icons p {
    font-size: 20px;
  }
  /* .spacer {
    height: 162px;
  } */
}

@media screen and (max-width: 1280px) {
  .date-hours-email p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1170px) {
  .header-top-banner {
    display: none;
  }
  /* .spacer {
    height: 101px;
  } */
}

.date-hours-email-mobile {
  display: none;
  background-color: #027c8f;
  width: 100%;
  margin-bottom: 12px;
}

.date-hours-email-mobile p {
  color: white;
  padding: 15px 0px;
  font-weight: 400;
}

.date-hours-email-mobile p span {
  margin-right: 5px;
}

@media screen and (max-width: 787px) {
  .cah-cust-nav-bar-contact-wrapper {
    display: none;
  }
  .date-hours-email-mobile {
    display: none;
    justify-content: center;
  }
  .call-appointment {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .call-appointment a {
    font-size: 14px;
  }
}

@media screen and (max-width: 321px) {
  .call-appointment a {
    font-size: 12px;
  }
}
@media screen and (max-width: 787px) {
  .spacer {
    /* height: 182px; */
    /* height: 136px; */
    /* height: 162px; */
    /* height: 200px; */
    height: 300px;
  }
}

/* @media screen and (max-width: 660px) {
  .spacer {
    height: 225px;
  }
} */

.date-hours-email a *,
.date-hours-email {
  color: var(--turquise) !important;
}

.mobile-contact {
  display: none;
  justify-content: center;
}
.mobile-contact span a,
.mobile-contact p {
  color: white;
  text-transform: uppercase;
}
.mobile-contact span a {
  font-size: 16px;
}
.mobile-contact span {
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 660px) {
  .mobile-contact {
    display: flex;
  }
}

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

/* END HEADER STYLES */

.home #right-sidebar {
  display: none !important;
}
.home .entry-content,
.home article#post-133,
.home #main {
  margin-bottom: 0;
}
.home-bottom-appt {
  margin: 25px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-bottom-appt a {
  font-size: 20px;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  background-color: var(--orange);
  text-transform: uppercase;
  text-align: center;
}
.home-bottom-appt a:hover {
  background-color: #d0edf5;
}
.page-header-image-single {
  margin-bottom: 15px;
}
.single .entry-content {
  margin-top: 0;
}
.single .entry-title {
  margin-bottom: 15px;
}
.page-id-1141 #right-sidebar,
.page-id-54 #right-sidebar {
  display: none;
}
.page-id-1141 .team-section,
.page-id-1141 #primary,
.page-id-54 .team-section,
.page-id-54 #primary {
  width: 100%;
}
.page-id-1141 .inside-article,
.page-id-54 .inside-article {
  padding: 0;
}
.page-id-1141 #main,
.page-id-54 #main {
  margin-right: 0;
}
.page-id-1141 header.entry-header,
.page-id-54 header.entry-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-1141 .entry-title,
.page-id-54 .entry-title {
  text-align: center;
}
.page-id-59 {
  #footer-widgets {
    display: none;
  }
}
.page-id-59 #right-sidebar {
  display: none;
}
.page-id-59 .team-section,
.page-id-59 #primary {
  width: 100%;
}
.page-id-59 .inside-article {
  padding: 0;
}
.page-id-59 #main {
  margin-right: 0;
}
.page-id-59 header.entry-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-59 .entry-title {
  text-align: center;
}
.page-id-59 #page {
  width: 1100px;
  max-width: 90vw;
}
.page-id-27 header.entry-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-27 .entry-title {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .mobile-burger-wrapper {
    width: 100%;
    max-width: 90vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.slide-out-left {
  animation: slideOutLeft 1s ease-out 0s 1 forwards;
}
.slide-in-left {
  animation: slideInLeft 1s ease-out 0s 1 forwards;
}
.slide-out-right {
  animation: slideOutRight 1s ease-out 0s 1 forwards;
}
.slide-in-right {
  animation: slideInRight 1s ease-out 0s 1 forwards;
}
@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);
  }
}
/* .odometer-digit-inner {
	overflow-x: visible !important;
} */
.footer-top {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
  position: relative;
  height: 50px;
  background-color: var(--turquise);
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .footer-top {
    margin-top: 150px;
  }
}
.footer-top img {
  width: 175px;
  position: absolute;
  max-width: 90vw;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.6s ease;
  /* transform: translateY(1px); */
}
.inside-footer-widgets #gform_widget-3 .widget-title {
  margin-bottom: 0;
}
.inside-footer-widgets #gform_fields_4 input {
  border-radius: 20px;
  color: var(--deep-teal);
  text-align: center;
  font-weight: bold;
}
.inside-footer-widgets #gform_fields_4 input::placeholder {
  color: var(--dark-grey);
  text-align: center;
  font-weight: bold;
}
.header-locations {
  width: 100%;
  display: flex;
}
.header-locations a {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: var(--turquise);
  background-color: #d0edf5;
  font-size: 18px;
}
.current-location {
  color: white !important;
  background-color: var(--orange) !important;
}
.header-locations a:hover {
  color: white;
  background-color: var(--orange);
}
.package-list {
  display: flex;
  width: 100%;
}
.package-box {
  width: 33.333%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .package-list {
    flex-direction: column;
  }
  .package-box {
    width: 100%;
  }
}
.staff-page {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.staff-card {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--turquise);
}
.staff-card h3 {
  color: var(--orange);
  font-weight: bold;
}
/* .staff-card img {
	float: left;
	margin: 0 25px 15px 0;
	width: 250px;
} */
.staff-card-img {
  float: left;
  margin: 0 25px 15px 0;
  width: 250px;
  position: relative;
}
.staff-ff {
  position: absolute;
  width: 50%;
  bottom: 10px;
  left: 10px;
}
.staff-img {
  width: 100%;
}
.staff-ff-placeholder {
  float: left;
  margin: 0 25px 15px 0;
  width: 250px;
  position: relative;
}
#sh-slot-2 .odometer-inside .odometer-digit:nth-child(3) .odometer-digit-inner {
  /* overflow: visible; */
}
#service-467 .service-img {
  background-position: center right;
}
#service-475 .service-img {
  background-position: center left;
}
#service-1244 .service-img {
  background-position: center right;
}
#service-1032 .service-img {
  background-position: center right;
}
.locations-top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.locations-top h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--turquise);
  background-color: white;
  padding: 5px 10px;
  white-space: nowrap;
}
.locations-rule {
  height: 1px;
  width: 100%;
  background-color: var(--turquise);
}
.welcome-socials {
  background-color: var(--orange);
  height: 5px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome-socials-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-socials a {
  background-color: var(--orange);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  margin: 10px;
}
.welcome-socials a i {
  color: white;
  font-size: 30px;
}
.welcome-socials a:hover {
  background-color: #d0edf5;
}
.home-video {
  width: 100vw;
  position: relative;
}
#video-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#video-wave .st0 {
  fill: white;
}
#video-overlay {
  position: absolute;
  width: 50%;
  /* left: 0; */
  left: 3%;
  top: 30%;
}
#video-overlay * {
  color: white;
}
#video-overlay h2 {
  margin-bottom: 0;
  font-style: italic;
  text-transform: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#video-overlay h1 {
  margin-bottom: 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 50px;
}
#video-overlay h3 {
  margin-bottom: 0px;
  font-style: italic;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 26px;
  font-family: josefin-slab, serif;
}
@media screen and (max-width: 1024px) {
  .home-video {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .home .cah-cust-nav-bar-wrapper {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .home .entry-content {
    /* transform: translateY(-156px); */
  }
}
.locations-home {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .locations-home {
    padding-top: 50px;
  }
}
.locations-home-container {
  width: 900px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 50px;
}
.locations-home h2 {
  font-size: 40px;
  color: var(--deep-teal);
}
.locations-home-container > p {
  color: var(--deep-teal);
}
.locations-home-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-wrap: wrap; */
}
.locations-home-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 400px;
  box-sizing: border-box;
  padding: 0 50px 0 50px;
}
@media screen and (max-width: 1024px) {
  .locations-home-card {
    width: 100%;
  }
}
.locations-home-card img {
  height: 150px;
  margin-bottom: 20px;
}
.locations-home-card h2 {
  text-transform: capitalize;
  color: var(--turquise);
  font-size: 32px;
  margin-bottom: 0;
}
.locations-border {
  width: 2px;
  background-color: #d0edf5;
  height: 200px;
}
.locations-home-card a:hover {
  color: var(--orange);
}
.locations-home-phone {
  color: var(--turquise);
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.locations-home-address {
  color: var(--deep-teal);
}
.locations-home-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.locations-home-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: var(--orange);
  border-radius: 100%;
  margin: 5px;
}
.locations-home-socials a i {
  color: white;
}
.locations-home-socials a:hover {
  background-color: var(--hover-orange);
}
.locations-home-contact {
  width: 100%;
  color: white;
  /* font-size: 20px; */
  padding: 5px;
  box-sizing: border-box;
  background-color: var(--orange);
  text-transform: uppercase;
}
.locations-home-card .orange-btn {
  width: 100%;
  box-sizing: border-box;
}
.locations-home-contact:hover {
  color: white;
  background-color: #d0edf5;
}
.locations-home-contact:visited {
  color: white;
}
@media screen and (max-width: 1024px) {
  .locations-home-wrapper {
    flex-direction: column;
  }
  .locations-border {
    background-color: white;
    height: 0;
    margin: 25px;
  }
}
.services-curve {
  width: 100vw;
  max-width: none;
}
.services-wave {
  width: 100vw;
  max-width: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.home .services-grid {
  position: relative;
}
#doctor-top-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
}
#doctor-top-wave .st0 {
  fill: var(--cyan);
}
.home-services {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cyan);
  position: relative;
  flex-direction: column;
  padding-bottom: 100px;
}
.home-services-container {
  width: 1200px;
  max-width: 90vw;
  /* width: 90vw; */
  display: flex;
  justify-content: center;
  padding: 80px 0 0 0;
}
.home-services-left {
  width: 40%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .home-services-left img {
    /* margin-top: 200px; */
  }
}
.home .hib-pop-up-slides-2-wrapper {
  width: 60%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding-bottom: 140px;
}
.home-services-left p {
  color: var(--deep-teal);
}
.home-services-left h3 {
  color: var(--turquise);
  margin-bottom: 0;
  font-family: josefin-slab, serif;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
}
.home-services-left h2 {
  text-transform: uppercase;
  color: var(--deep-teal);
  font-family: josefin-sans, sans-serif;
  font-size: 32px;
}
.home-services-left img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 350px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s ease 0.6s;
}
.button {
  background-color: var(--orange) !important;
  color: #fff !important;

  &:hover {
    background-color: var(--hover-orange) !important;
  }
}
.button,
.orange-btn {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff !important;
  padding: 8px 20px;
  background-color: var(--orange);
  text-transform: uppercase;
  /* font-size: 30px; */
  font-weight: bold;
  display: inline-block;
  transition: all 0.6s ease;
}
.orange-btn:hover {
  color: #fff;
  background-color: var(--hover-orange);
}
#footer-widgets .orange-btn:hover {
  background-color: var(--hover-orange);
}
@media screen and (max-width: 1024px) {
  .home-services-container {
    flex-direction: column;
    align-items: center;
  }
  .home-services-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .home .hib-pop-up-slides-2-wrapper {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 80px;
  }
  .home-services-left img {
    display: none;
  }
  .home-services-left a {
    /* display: block; */
    /* background-color: var(--turquise); */
    /* color: white; */
    /* font-size: 24px; */
  }
  .home-services-left a:hover {
    /* background-color: var(--orange); */
  }
}
.home-staff-right p {
  color: #fff;
}
.home-staff-right h3 {
  color: #fff;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 24px;
  font-weight: normal;
  font-family: josefin-slab, serif;
}
.home-staff-right h2 {
  text-transform: uppercase;
  color: var(--orange);
  font-family: josefin-sans, sans-serif;
  font-size: 32px;
}
/* .home-staff-right a {
	text-align: center;
	position: relative;
	z-index: 2;
	color: var(--turquise);
	padding: 5px 20px;
	background-color: #d0edf5;
	text-transform: uppercase;
	font-weight: bold;
}
.home-staff-right a:hover {
	color: #fff;
	background-color: var(--turquise);
} */
.home-staff {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-size: contain;
  background-color: var(--turquise);
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}
#home-staff-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
}
#home-staff-bg .st0 {
  fill: var(--cyan);
}
#home-staff-bg .st1 {
  fill: var(--orange);
}
.home-staff-container {
  position: relative;
  z-index: 99;
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: center;
}
.home-staff-left {
  width: 50%;
  margin-right: 40px;
  background-image: url(/wp-content/uploads/2024/10/Home-Team.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.home-staff-left img {
  width: 100%;
  border-radius: 10px;
}
.home-staff-right {
  width: 50%;
  padding: 40px;
  background-color: var(--deep-teal);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .home-staff-container {
    flex-direction: column;
    align-items: center;
  }
  .home-staff-left,
  .home-staff-right {
    width: 90%;
  }
  .home-staff-right {
    padding: 20px;
  }
}
#hadlock-footer-btn {
  /* width: 100%; */
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background-color: var(--orange);
}
#hadlock-footer-btn:hover {
  background-color: white;
  color: var(--orange);
}
#townsend-footer-btn {
  /* width: 100%; */
  text-align: center;
  padding: 5px 20px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #d0edf5;
  color: var(--turquise);
}
#townsend-footer-btn:hover {
  background-color: white;
  color: var(--turquise);
}
.mobile-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none;
  }
}
#home-staff-img {
  /* transform: translateX(-100vw); */
  width: 550px;
  height: 650px;
  position: relative;
  max-width: 90vw;
}
#home-staff-img-1 {
  position: absolute;
  top: 0;
  left: 0;
}
#home-staff-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-staff-img-container {
  width: 350px;
  height: 350px;
}
@media screen and (max-width: 1024px) {
  #home-staff-img {
    width: 100%;
    height: 350px;
  }
  .home-staff-img-container {
    width: 200px;
    height: 200px;
  }
}
.home-staff-before-img,
.home-staff-after-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 1000ms ease;
}

.home-staff-hide-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
#home-staff-img-1,
#home-staff-img-2 {
  transform: translateX(-100vw);
}
#home-staff-img-1 .home-staff-before-img {
  background-image: url("/wp-content/uploads/2021/02/Image-01.png");
  z-index: 2;
}
#home-staff-img-2 .home-staff-before-img {
  background-image: url("/wp-content/uploads/2021/02/Image-2.png");
  z-index: 2;
}
.floating-header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.floating-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: none !important;
}
.float-header-info {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.float-header-info .fa-phone {
  transform: rotate(90deg);
}
.float-header-info a {
  color: var(--orange);
  text-transform: uppercase;
  font-weight: bold;
}
.floating-header-left .float-header-info {
  text-align: left;
}
.floating-header-right .float-header-info {
  text-align: right;
}
.floating-header-divider {
  width: 1px;
  background-color: #d2d2d4;
  height: 50px;
  display: none;
}
.cat-links,
#nav-below {
  display: none !important;
}
.footer-widget-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-1030 .page-header-image-single {
  display: none;
}
div#n2-ss-6 .n2-style-0dfcc93d26ded644e92fb1d300cbbfe1-simple {
  padding: 5px 10px !important;
}
.page-id-369 .header-top-banner,
.page-id-369 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-369 #right-sidebar,
.page-id-369 .home-bottom-appt,
.page-id-369 .site-footer,
.page-id-369 .call-appointment,
.page-id-369 .cah-cust-nav-bar-hamburger-btn {
  display: none !important;
}
.page-id-369 .cah-cust-nav-bar-inner-wrapper {
  padding: 15px 0 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-369 #primary {
  width: 100%;
}
.page-id-371 .header-top-banner,
.page-id-371 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-371 #right-sidebar,
.page-id-371 .home-bottom-appt,
.page-id-371 .site-footer,
.page-id-371 .call-appointment,
.page-id-371 .cah-cust-nav-bar-hamburger-btn {
  display: none !important;
}
.page-id-371 .cah-cust-nav-bar-inner-wrapper {
  padding: 15px 0 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-371 #primary {
  width: 100%;
}

.make-appt-confirm {
  display: inline-block;
  color: white;
  background-color: var(--orange);
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.make-appt-confirm:hover {
  background-color: #d0edf5;
  cursor: pointer;
}
.appt-modal {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99999;
}
.appt-modal-box {
  width: 600px;
  padding: 50px;
  max-width: 90vw;
  box-sizing: border-box;
  text-align: center;
  background-color: var(--turquise);
  border: 10px solid white;
  box-shadow: 0 0 10px black;
  position: relative;
}
.appt-modal-box p {
  color: white;
}
.appt-modal-box i {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
}
.appt-modal-box i:hover {
  cursor: pointer;
  color: var(--orange);
}
.modal-submit {
  display: inline-block;
  color: white;
  background-color: var(--orange);
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal-submit:hover {
  background-color: #d0edf5;
  cursor: pointer;
}
.contact-btns {
  display: flex;
  justify-content: center;
}
.contact-btns > div {
  display: inline-block;
  color: white;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  width: 275px;
  margin: 10px;
}
.contact-btns > div:hover {
  cursor: pointer;
}
.locations {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;

  .location-info {
    width: 30%;

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

      & i {
        color: var(--orange);
      }
    }
  }
}
#contact-iframe {
  max-width: 700px;
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .locations {
    flex-direction: column;

    .location-info {
      padding-top: 40px;
      width: 100%;
    }
  }
  #contact-iframe {
    width: 100%;
  }
  .contact-btns {
    flex-wrap: wrap;

    & > div {
      margin: 5px;
    }
  }
}
.page-id-1497 #right-sidebar,
.page-id-1497 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-1497 .entry-header,
.page-id-1497 #footer-widgets,
.page-id-1497 .site-info,
.page-id-1497 .cah-cust-nav-bar-floating-nav-wrapper,
.page-id-1497 .call-appointment,
.page-id-1497 .cah-cust-nav-bar-hamburger-btn {
  display: none !important;
}
.page-id-1497 .cah-cust-nav-bar-inner-wrapper,
.page-id-1497 .mobile-burger-wrapper {
  padding: 0;
  justify-content: center;
}
.page-id-1497 #primary {
  width: 100%;
}
.page-id-1497 #main {
  margin-right: 0;
}
.covid-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 5px 0;
  background-color: var(--orange);
}
.covid-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.covid-banner-container p {
  margin-bottom: 0;
  color: white;
  text-align: center;
}
.covid-banner-container p a {
  color: var(--turquise);
  font-weight: bold;
}
.telemedicine-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px 0;
}
.telemedicine-btns > img {
  width: 250px;
}
.telemedicine-btns > a > img {
  height: 50px;
  width: auto;
  align-self: center;
}
#testimonial-1576 .ts-title {
  display: none;
}
@media screen and (max-width: 1024px) {
  #tv-container {
    display: none !important;
  }
}
.category-dvm.category-fear-free .page-header-image-single {
  display: none;
}
.dvm-featured-img {
  position: relative;
}
.ff-dvm {
  position: absolute;
  width: 33.333%;
  bottom: 15px;
  left: 15px;
}
#gform_wrapper_18 li.gfield input,
#gform_wrapper_18 li.gfield textarea,
#gform_wrapper_18 li.gfield select {
  background-color: var(--cyan);
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px !important;
  color: #444;
  width: 100% !important;
}

#gform_wrapper_18 label.gfield_label {
  color: var(--deep-teal);
}
#gform_wrapper_18 .gfield_required {
  color: var(--deep-teal) !important;
}
.page-id-172 #right-sidebar {
  display: none;
}
.page-id-172 #primary {
  width: 100%;
  background-color: #eff0f2;
}
.page-id-172 #main {
  margin-right: 0;
}
.page-id-172 {
  background-color: #eff0f2;
}
.page-id-172 .entry-content {
  justify-content: center;
  display: flex;
  background-color: #eff0f2;
}
.page-id-172 .inside-article {
  background-color: transparent;
}
.page-id-172 header.entry-header {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.page-id-172 header.entry-header h1.entry-title {
  text-align: center;
}
#gform_wrapper_18 {
  background-color: white;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 600px;
  max-width: 100%;
  margin-bottom: 0;
}
#field_18_3 {
  flex-direction: column;
}
#gform_fields_18 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#gform_fields_18_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#field_18_2 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #field_18_2 {
    display: flex;
    flex-direction: column;
  }
}
#field_18_26 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}
.appt-header {
  width: 100%;
  background-color: var(--cyan);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 50px 0 35px 0;
  position: relative;
}
.appt-header h2 {
  margin-bottom: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: var(--deep-teal);
  font-size: 32px;
}
.appt-header > p {
  font-style: italic;
  color: var(--dark-grey);
  margin-bottom: 0 !important;
}
.appt-page-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: var(--turquise);
  border-radius: 100%;
  top: -25px;
}
.appt-page-number > p {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0 !important;
}
.appt-urgent-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 50px;
  background-color: #eb5757;
  width: 100%;
  box-sizing: border-box;
}
.appt-urgent-cta p {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
.appt-urgent-cta p a {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
#field_18_24 {
  padding: 0 !important;
}
#input_18_3 {
  /* margin-left: 0 !important; */
  margin-bottom: 0 !important;
  display: flex;
}
#input_18_3 > li {
  margin-bottom: 0 !important;
  margin-right: 15px;
  display: flex;
  align-items: center;
  overflow: visible;
}
#input_18_3 > li > * {
  margin-top: 0 !important;
  white-space: nowrap;
  overflow: visible;
}
#input_18_3 > li > input {
  min-width: 10px !important;
}
#field_18_3 {
  display: flex;
  align-items: center;
  /* padding-bottom: 15px !important; */
  /* padding: 15px 50px 15px 50px !important; */
  /* margin: 0 50px 0 50px !important; */
  /* border-bottom: 1px solid #444; */
}
#field_18_3 > .ginput_container {
  margin-top: 0;
}
#gform_wrapper_18 .gform_page_footer {
  border-top: none !important;
  padding: 0 50px !important;
  margin: 25px 0 0 0 !important;
}
#gform_wrapper_18 ul.gfield_radio input {
  box-shadow: none;
}
#gform_wrapper_18 ul.gfield_radio input:checked ~ label {
  color: #014051;
}
/* .gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  color: #014051;

} */
#gform_wrapper_18 .gform_next_button {
  /* border: 2px solid #8c030e; */
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--orange) !important;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
}
#gform_wrapper_18 .gform_next_button:hover {
  background-color: var(--turquise) !important;
  color: #fff;
  cursor: pointer;
}
/* #gform_page_18_2 {
  display: block !important;
} */
#field_18_13 > .ginput_container {
  position: relative;
}
#field_18_13 > .ginput_container > .ui-datepicker-trigger,
#field_13_13 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 8px;
}
#field_18_15 > .ginput_container {
  position: relative;
}
#field_18_15 > .ginput_container > .ui-datepicker-trigger,
#field_18_15 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 8px;
}
#gform_fields_18_2 .gfield_radio {
  margin: 0 !important;
  display: flex;
}
#gform_fields_18_2 .gfield_radio > li {
  display: flex;
  align-items: center;
}
#gform_fields_18_2 .gfield_radio > li > * {
  margin-top: 0 !important;
}
#field_18_14 .ginput_container {
  margin-top: 0 !important;
}
#field_18_16 .ginput_container {
  margin-top: 0 !important;
}
#gform_page_18_2 .gform_page_footer {
  display: flex;
  flex-direction: column;
}
#gform_wrapper_18 .gform_previous_button,
#gform_submit_button_18,
#gform_submit_button_18,
#gform_previous_button_18 {
  box-shadow: none;
  /* border: 2px solid #8c030e; */
  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-bottom: 5px !important;
  display: block;
}
#gform_wrapper_18 .gform_previous_button:hover,
#gform_submit_button_18:hover,
#gform_submit_button_18:hover,
#gform_previous_button_18:hover {
  background-color: var(--turquise);
  color: #fff;
  cursor: pointer;
}
#gform_submit_button_18 {
  box-shadow: none;
  /* border: 2px solid #8c030e; */
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
}
#gform_submit_button_18:hover {
  background-color: var(--turquise);
  color: #fff;
  cursor: pointer;
}
#field_18_11 {
  width: 100% !important;
}
#gform_wrapper_18 .gform_page_footer {
  background-color: white;
}

.careers_page {
  color: #2e8bab;
}
.careers_page > div {
  padding: 60px 30px 40px;
}
.careers_page .wave-border {
  padding: 0;
}
.careers_page > div:last-child {
  padding-bottom: 7%;
}
.careers_page .hero {
  background: #f1f9fd url(/wp-content/uploads/2021/08/hero.jpg) center / cover
    no-repeat;
  color: #fff;
  padding: 250px 30px;
  background-image: url(http://bengal.ivetbuilds.com/wp-content/uploads/2021/08/white-wave.svg),
    url(/wp-content/uploads/2021/08/hero.jpg);
  background-size: 102% auto, cover;
  background-position: center bottom, 33% 50%;
}
.careers_page .hero h1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  margin: 0 auto 30px;
  text-transform: uppercase;
}
.career-testimonial {
  background: var(--cyan);
  color: #2e8bab;
  text-align: center;
  padding: 60px 30px 40px;
}
.career-testimonial img {
  margin: 0 auto 30px;
  display: block;
}
.career-row {
  box-sizing: border-box;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
body:not(.home) #content ul.tab-nav,
.tab-nav {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-nav li a {
  color: #2e8bab;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #2e8bab;
  margin: 0 15px 15px;
  text-transform: uppercase;
}
.tab-nav li a {
  color: #2e8bab;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin: 0 15px 15px;
  text-transform: uppercase;
  transition: 0.25s;
}
.tab-nav li a:focus {
  border-bottom-color: #2e8bab;
}
.tab-nav li a:hover,
.tab-nav li a.current {
  color: #fe931d;
  border-bottom-color: #fe931d;
}
.tab {
  padding-top: 10px;
}
.careers_page h2 {
  color: #fe931d;
  font-weight: 800;
  text-align: center;
  margin: 30px auto;
  font-size: 48px;
}

.accordion {
  padding: 44px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.125);
  border-radius: 30px;
}
.accordion .head {
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  color: #2e8bab;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  flex-wrap: wrap;
}
.accordion .head span:last-child {
  color: #fe931d;
}
.accordion .head span:last-child::after {
  content: "";
  width: 29px;
  height: 29px;
  display: inline-block;
  background: transparent url(/wp-content/uploads/2021/08/arrow.svg) 0 90% /
    contain no-repeat;
  margin-left: 0.5em;
}
@keyframes arrowBump {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.accordion .head:hover span:last-child::after {
  animation: 0.5s arrowBump 1;
}
.accordion .body {
  margin-top: 30px;
}
.accordion + .accordion {
  margin-top: 30px;
}
.new-row {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
.career-column {
  display: flex;
  align-items: flex-start;
}
.career-icon {
  max-width: 25%;
  margin-right: 1em;
}
.careers_page h4 {
  font-weight: bold;
  text-transform: uppercase;
}
.careers_page .content {
  overflow: hidden;
}
@media (min-width: 700px) {
  .careers_page .hero h1 {
    font-size: 55px;
  }
  .career-column {
    width: 48%;
    float: left;
    margin-bottom: 30px;
  }
  .career-column:nth-child(even) {
    margin-left: 2%;
  }
}

body.page-template-fullwidth #page {
  max-width: unset;
  margin: 0;
}

.page-template-fullwidth {
  main#main {
    margin-right: 0;
  }
}

/* rye css */

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

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

    & h1 {
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 60px;
      font-weight: bold;
      color: var(--orange);
      text-align: center;
      line-height: 1;
    }

    & div {
      position: absolute;
      top: 10%;
      left: 50%;
      transform: translate(-50%);
    }
  }

  & strong {
    font-weight: bold;
  }
  .rye-body-container p strong {
  }
  .td {
    background-color: var(--turquise);
    & svg {
      transform: rotate(180deg);
    }
  }
  .tu {
    background-color: var(--orange);
  }
}
.ears-parent {
  /* bottom: 0;
  left: 50%; */
  /* transform: translate(-50%, 0%); */
  max-width: 900px;
  width: 90%;
  animation: hideshow 3s ease infinite;
}

@keyframes hideshow {
  /* 0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  } */
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
/* .page-id-369 {
  .entry-header {
    justify-content: center;
  }
  .footer-top-border img {
    display: none;
  }
} */
/* .page-id-2709 {
  #right-sidebar {
    display: none;
  }
  #primary {
    width: 100%;
  }
  .site-main {
    margin-right: 0 !important;
  }
  .entry-header {
    display: none !important;
  }
  #page {
    max-width: none;
    width: 100%;
  }
  .post-container {
    margin-top: 0;
    max-width: none;
  }
} */
.page-id-369 {
  .entry-content p:nth-child(3) {
    font-weight: bold;
    text-transform: uppercase;
    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(--orange);
  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(--turquise);
    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: 10%;
    max-width: 90%;
  }
}

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

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

  & path {
    fill: var(--turquise);
  }
}
.ears.ears-active {
  opacity: 1;
}

.page-id-1992 {
	#right-sidebar {
		display: none;
	}
	#primary {
		width: 100%;
	}
}
