/*
	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,
p,
a,
ul,
li,
u,
em,
strong,
span,
div,
button,
input,
figure,
footer,
header,
section,
aside,
nav,
form {
  font-family: "avenir-lt-pro", sans-serif;
}

body {
  background-color: #fff !important;
}

h1,
h2,
hgroup {
  font-family: "copperplate", serif;
  font-weight: 700;

  & > span {
    font-family: "copperplate", serif;
    font-weight: 700;
  }
  & > strong {
    font-family: "copperplate", serif;
    font-weight: 700;
  }
}

h3,
h4,
h5,
h6 {
  font-family: "copperplate", serif;
  font-weight: 700;
}

a,
a:visited {
  color: #752526;
}

#page {
  margin-top: 50px;
  margin-bottom: 50px;
}

.comments-area {
  display: none;
}

header.entry-header h1.entry-title {
  /* padding: 5px 10px 5px 0; */
  color: #752526;
  font-weight: bold;
  text-transform: uppercase;
  /* transform: translateY(30px); */
}

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

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

#hamburger-2 {
  display: none;
}

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

#menu-header-menu li:hover a {
  color: #8c030d;
}

.cah-cust-nav-bar-wrapper {
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
  /* background-color: #fff; */
  z-index: 99999999;
}

.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: fit-content;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  max-width: 90vw;
  margin: 0 auto;
}

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

.cah-cust-nav-bar-logo-wrapper img {
  max-width: 230px !important;
}

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

.cah-cust-nav-bar-contact-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #752526;
  border-radius: 5px;
  font-size: 15px;
  text-transform: capitalize;
  color: #752526;
  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: #752526;
  font-weight: 900;
}

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

.cah-cust-nav-bar-menu-wrapper > div > ul > li {
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 10px 14px 10px;
  cursor: pointer;
  text-align: center;
  border-bottom: 6px solid white;
}

.cah-cust-nav-bar-menu-wrapper
  > div
  > ul
  > li:not(.menu-item-has-children):hover {
  border-bottom: 6px solid #992e30;
}

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

.cah-cust-nav-bar-menu-wrapper > div > ul > li > a {
  color: #2d0605;
  white-space: nowrap;
  font-family: "copperplate", serif;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 1;
  box-shadow: 0px 10px 10px #2d0605;
  -webkit-box-shadow: 3px 3px 3px -3px #2d0605, 3px 3px 3px -3px #2d0605,
    -3px 3px 3px -3px #2d0605;
  -moz-box-shadow: 3px 3px 3px -3px #2d0605, 3px 3px 3px -3px #2d0605,
    -3px 3px 3px -3px #2d0605;
}

.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: #752526;
  padding: 5px 15px;
  white-space: nowrap;
}

ul.sub-menu {
  border-top: 6px solid #992e30;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
  background-color: #992e30;
}

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

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
  color: #752526;
}

.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; */
  transform: translateY(-100%);
  transition: all 500ms ease;
  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 #752526;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #752526;
}

.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: #752526;
  font-weight: 900;
}

.cah-cust-nav-bar-hamburger-btn {
  display: none;
  position: relative;
  width: 38px;
  height: 38px;
  background-color: #752526;
  border: 2px solid #752526;
  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: white;
}

.cah-cust-nav-bar-hamburger-btn:hover div {
  background-color: #752526;
}

.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 #752526;
  border-bottom: 1px solid #752526;
}

.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: 5px 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li {
  position: relative;
  background-color: #f2f5fa;
  border-bottom: 1px solid #752526;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li:last-child {
  background-color: #f2f5fa;
  border-bottom: none;
  color: #752526;
}

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

.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: 8px;
  right: 15px;
  color: #752526;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li {
  background-color: #752526;
  border-bottom: 1px solid #f2f5fa;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:first-child {
  border-top: 1px solid #752526;
}

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

.header-bottom-bar {
  width: 100vw;
  height: 4px;
  background-color: #752526;
}

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

.mobile-call i {
  transform: rotate(-20deg);
  color: #752526;
  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: #752526;
  margin-right: 5px;
}

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

.mobile-appt:hover p {
  color: #752526;
}

.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;
  text-align: center;
}

.floating-button i {
  margin-right: 5px;
}

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

.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 #2d0605;
  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 #752526;
}

#logo-mobile {
  display: none;
}

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

a.mobile-call:hover {
  color: #752526;
}

/*--------------------------------------------------------------
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;
  margin: 0;
  width: 100%;

  .wp-block-image.size-large {
    width: 100%;
    margin-bottom: 0;
    display: flex;

    & img {
      width: 100%;
    }
  }
}

.home div#content {
  padding: 0;
  margin: 0;
  max-width: none;
  width: 100%;
}

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

.home-hero {
  background-image: url("/wp-content/uploads/2025/11/labrador-puppy-resting-head-on-cats-head.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 {
  max-width: 1200px;
  width: 90%;
  display: flex;
}

.home-hero-text-container h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #f1e5e1;
  opacity: 0;
  animation: fadeIn 1s ease 1s 1 forwards;
  line-height: 1.25;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-hero-big-text {
  font-size: 52px;
}

.home-hero-caption {
  background-color: #2d0605;
  width: 33%;
  transform: scaleX(0);
  animation: expand 1s ease 2s 1 forwards;
}
@keyframes expand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.home-hero-caption p {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-bottom: 0px;
  padding: 15px 0px;
  font-size: 20px;
  opacity: 0;
  animation: fadeIn 1s ease 3s 1 forwards;
}

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

.home-icon {
  height: 100%;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: all 1s ease;
  border-radius: 16px;
}

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

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

.home-icon p {
  font-family: "copperplate", serif;
  text-transform: capitalize;
  color: #2d0605;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  font-size: 32px;
}

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

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

.home-forms-container {
  max-width: 1200px;
  width: 90vw;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 4px solid #752526;
  padding: 40px 0;
  border-radius: 40px;
  background-color: #f1e5e1;
}

.forms-intro-text {
  padding: 0 40px;
}

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

.forms-intro-text {
  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: #752526;
  font-weight: bold;
  font-size: 48px;

  & > span {
    color: #2d0605;
    text-transform: capitalize;
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .site-footer {
    .footer-day {
      flex-direction: column;
    }
  }
  .cah-cust-nav-bar-logo-wrapper {
    margin-bottom: 12px;
  }
  .home-hero {
    max-height: 60vw;
  }
  .forms-intro-text h2 {
    font-size: 32px;
    & span {
      font-size: 28px;
    }
  }
}

.forms-intro-text p {
  color: #2d0605;
  font-size: 20px;
  margin-bottom: 24px !important;
}

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

.forms-image img {
  height: auto;
  width: 400px;
  margin-bottom: 20em;
  opacity: 0;
  transform: translateY(100%);
  animation: dogFadeUp 1s ease 0s 1 forwards;
}
@keyframes dogFadeUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.new-clients-button {
  border: 2px solid #752526;
  margin-top: 30px;
  background-color: white;
}

.new-clients-button p {
  color: #752526;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 15px;
  font-family: "copperplate", serif;
  text-transform: uppercase;
}

.new-clients-button:hover {
  background-color: #992e30;
  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;
  background-color: #2d0605;
  padding: 40px 0;
}

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

.services-column {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#kitten-img {
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s ease 1s;
}
.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 5px;
  box-sizing: border-box;
  color: #f1e5e1;
  border: 2px solid #752526;
  background-color: #752526;
  word-wrap: normal;
  font-size: 16px;
}

.service-card:hover h3 {
  background-color: #992e30;
  border-color: #992e30;
  color: #f1e5e1;
  transition: all 0.7s ease;
}

#service-column-1 {
}

#service-column-2 {
}

#our-services-header {
  font-weight: bold;
  color: #f1e5e1;
  text-transform: capitalize;
  font-size: 48px;
}

#view-services-button {
  margin: 20px 0px 40px 0;
  border: 2px solid #752526;
  background-color: #752526;
}

#view-services-button p {
  color: #f1e5e1;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 15px;
  font-family: "copperplate", serif;
  text-transform: uppercase;
}

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

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

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

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

#testimonials-title {
  color: #752526;
  font-weight: bold;
  margin: 20px 0px 40px 0;
  text-align: center;
  opacity: 0;
  transition: all 1s ease;
  font-size: 48px;
  background-color: transparent;
}

#testimonials-sub-title {
  color: #2d0605;
  font-size: 28px;
  text-align: center;
  opacity: 0;
  transition: all 1s ease 1s;
  margin-bottom: 12px;
}

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

.left-chevron,
.right-chevron {
  color: #992e30;
}

.ts-wrapper {
  width: 90vw;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  border: 4px solid #752526;
  border-radius: 40px;
  margin: 60px auto;
  background-color: #f1e5e1;
}

.ts-carousel {
  width: 960px;
  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;
  margin: 10px;
}

.testimonial-container .ts-content {
  color: #2d0605;
  text-align: center;
}

.testimonial {
  padding: 15px;
  width: 100%;
  max-width: 800px;
  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: #2d0605;
  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;
}

.left-chevron {
  padding-left: 40px;
}

.right-chevron {
  padding-right: 40px;
}

.right-chevron,
.left-chevron {
  font-size: 60px;
}

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

.ts-wrapper h3 {
  font-weight: bold;
  text-align: center;
}

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

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

.map-section-container {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2% 0;
  background-color: #2d0605;
}

.map-section-container iframe {
  width: 90%;
  height: 320px;
  opacity: 0;
  transition: all 500ms ease;
  border-radius: 40px;
  margin: 40px 0;
}

.map-section-container h2 {
  margin: 20px 0px;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 48px;
}

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

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

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

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

.doctor-card h3 {
  color: #752526;
  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: #752526 !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: 40px;
  padding: 0 40px 0 40px;
  margin-top: 28px;
}

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

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

.gform_wrapper {
  display: block;
}

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: #752526;
}

.gform_body h2 {
  color: #752526;
}

.gform_button {
  color: #752526 !important;
  background-color: white !important;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid #752526 !important;
  font-weight: bold;
  text-transform: none !important;
  border-radius: 0px !important;
}

.gform_button:hover {
  color: white !important;
  background-color: #752526 !important;
  border: 2px solid #752526 !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;
}

.entry-content .footer-hours {
  margin-bottom: 1.5em;
}

#gform_wrapper_4 {
  & input#gform_submit_button_4 {
    padding: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase !important;
    padding: 6px 15px !important;
  }
}

input#gform_submit_button_4:hover {
  background-color: #752526;
  color: white;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1024px) {
  .footer-widgets {
    padding: 40px 20px;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper a:nth-child(2) {
    display: none;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper a:nth-child(1) {
    margin-bottom: 5px;
  }
}
.form-call {
  margin-left: 5px;
  background-color: white;
  border: 2px solid #752526;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 0;
  color: #752526 !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.form-call i {
  transform: rotate(90deg);
  color: #752526;
  margin-right: 5px;
}

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

.form-call:hover {
  background-color: #752526;
  color: white !important;
}

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

#gform_wrapper_3 {
  display: block !important;
}

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

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

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

h2.widget-title {
  color: #752526 !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

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

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

.site-info {
  background-color: #2d0605;
}

#footer-widgets {
}

.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 #752526;
  width: 48px;
  height: 48px;
}

.footer-socials a i {
  color: #752526;
  font-size: 28px;
}

.footer-socials a:hover {
  background-color: #752526;
  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: #752526 !;
  background-color: transparent;
  padding: 5px;
  width: 250px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #752526 !;
}

.footer-buttons a:hover {
  background-color: #992e30;
  border-color: #992e30;
  color: white;
  transition: all 0.7s ease;
}

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

.footer-day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #752526;
  color: #752526;
  padding: 12px 0;
  font-weight: bold;
}

.footer-day p {
  margin-bottom: 4px;
  color: #752526;
  font-weight: normal;
}

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

#block-4 {
  display: flex;

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

/*--------------------------------------------------------------
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;
  /*background-color: #f1e5e1 !important;*/
}

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

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

.sidebar-icon:hover {
  color: #752526;
}

/*--------------------------------------------------------------
9. ANIMATIONS & KEYFRAMES
--------------------------------------------------------------*/

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

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

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

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

.footer-widgets {
  /*background-color: transparent;*/
  background-color: #f1e5e1;
}

/*--------------------------------------------------------------
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: 1024px) {
  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;
  }
  .home-icon p,
  #testimonials-sub-title {
    font-size: 24px;
  }
  .map-section-container h2,
  #our-services-header,
  #testimonials-title {
    font-size: 32px;
  }
  .forms-intro-text {
    margin-left: 0px;
    width: 85%;
  }
  .home-forms-container {
    justify-content: initial;
    align-items: center;
    flex-direction: column;
  }
  #services-intro-text {
    width: 100%;
  }
  .services-grid-section {
    flex-direction: column;
    align-items: center;
  }
  .services-column {
    width: 90%;
  }
  .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;
  }
}

.home .site-footer {
  border-top: 0px;
}

.site-footer {
  border-top: 8px solid #8c020e;
}

@media screen and (max-width: 1024px) {
  .cah-cust-nav-bar-inner-wrapper {
    padding-bottom: 14px;
  }
  .four-icons-card {
    transform: translateY(0);
  }
  .four-icons-card h1 {
  }
  .right-chevron,
  .left-chevron {
    font-size: 40px;
  }
  #footer-widgets {
    background-image: none;
  }
  .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 !important;
  }
  .cah-cust-nav-bar-contact-menu-wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .cah-cust-nav-bar-contact-wrapper {
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }
  .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;
  }
  .inside-footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  aside#custom_html-2 .textwidget {
    display: flex;
    justify-content: center;
  }
}

@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: 1024px) {
  #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 {
  }
}

@media screen and (max-width: 635px) {
  .home-hero-big-text,
  .home-hero-text-container h1 {
    font-size: 36px;
  }
  .home-hero-text-container {
    justify-content: center;
  }
}

@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;
  }
  .mobile-appt,
  .mobile-call {
    border: 2px solid #8c030c;
  }
  .mobile-call {
    border-radius: 0px;
  }
  .mobile-appt {
    padding: 5px 10px;
  }
  .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 .ts-content {
    padding: 10px 5px;
  }
  .testimonial {
    width: 68vw;
  }
  .ts-carousel {
    max-width: 68vw;
  }
  .left-chevron {
    padding-left: 20px;
  }

  .right-chevron {
    padding-right: 20px;
  }
}
.page-id-2201 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-2201 #right-sidebar,
.page-id-2201 .site-footer,
.page-id-2201 .cah-cust-nav-bar-hamburger-btn,
.page-id-2201 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-2201 .cah-cust-nav-bar-inner-wrapper,
.page-id-2201 .cah-cust-nav-bar-logo-wrapper {
  display: flex;
  justify-content: center;
}
.page-id-2201 #primary {
  width: 100%;
}
.page-id-2201 {
  .entry-header {
    display: none;
  }
  .entry-content {
    margin: 0;
  }
  .inside-article {
    padding: 0 !important;
  }
  main#main {
    margin: 0;
  }
}
.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%;
}
.entry-meta {
  display: none !important;
}
.review-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  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);
}

.mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999999;
}
.mobile-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4em;
  background-image: radial-gradient(
    circle at top center,
    transparent 40px,
    #752526 41px
  );
}
.mobile-cta {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  box-shadow: 0 0 5px rgb(0 0 0 / 40%);
  border: 0;
  border-radius: 50%;
  margin: 0;
  width: 4em;
  height: 4em;
  background-color: #752526;
  cursor: pointer;
  transform: translate(-50%, -50%);
  outline: 0;
}
.mobile-bar > a {
  /* margin: 1em; */
  padding: 1em;
  width: 25%;
  height: 2em;
  /* background-position: center;
background-repeat: no-repeat;
background-size: auto 60%; */
  text-decoration: none;
  /* text-indent: -99999px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-bar > a > i {
  color: white;
  font-size: 24px;
}
.mobile-cta-handle {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 1.85em;
  height: 1.85em;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.mobile-cta-inner {
  position: absolute;
  top: 50%;
  display: block;
  height: 0.2em;
  width: 100%;
  background-color: #fff;
  transform: translate(0, -50%);
  transition: background-color 300ms;
}
.mobile-cta-inner::before,
.mobile-cta-inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2em;
  background: #fff;
  transition: 300ms ease all;
}
.mobile-cta-inner::before {
  margin: -0.625em 0 0 0;
}
.mobile-cta-inner::after {
  margin: 0.625em 0 0 0;
}
.open-nav .mobile-cta-inner {
  background-color: transparent;
}
.open-nav .mobile-cta-inner::before,
.open-nav .mobile-cta-inner::after {
  margin: 0;
}
.open-nav .mobile-cta-inner::before {
  transform: rotate(135deg);
}
.open-nav .mobile-cta-inner::after {
  transform: rotate(-135deg);
}
.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  background-color: white;
  /* border-radius: 16px; */
  box-shadow: 0 -5px 20px rgb(0 0 0 / 25%);
  /* color: #333; */
  transform: translate(0, calc(100% + 4em));
  transform-origin: 0 100%;
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: scroll;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 50px 0 calc(4em + 50px) 0;
}
.open-nav .mobile-menu {
  transform: translate(0, 0);
}
.mobile-menu-container {
  width: 90%;
}
.mobile-menu-container > .menu-mobile-container > ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.mobile-menu-container > .menu-mobile-container > ul > li {
  /* padding: 20px 10px; */
  position: relative;
}
.mobile-menu-container > .menu-mobile-container > ul > li > i {
  /* padding: 20px 10px; */
  position: absolute;
  right: 10px;
  top: 24px;
  /* bottom: 50%; */
  color: #752526;
}
.mobile-menu-container > .menu-mobile-container > ul > li > a {
  /* color: white; */
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.mobile-menu-container > .menu-mobile-container > ul > li:hover > a {
  background-color: #752526;
  color: white;
}
.mobile-menu-container > .menu-mobile-container > ul > li:hover > a > i {
  color: white;
}
.mobile-menu-container > .menu-mobile-container > ul ul.sub-menu {
  display: none;
  list-style: none;
  /* display: flex; */
  flex-direction: column;
  margin: 0;
  border-top: none;
  background-color: #f2f5fa;
}
.mobile-menu-container > .menu-mobile-container > ul ul.sub-menu > li {
  /* padding: 20px 10px; */
}
.mobile-menu-container > .menu-mobile-container > ul ul.sub-menu > li > a {
  /* color: white; */
  padding: 20px 10px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.mobile-menu-container
  > .menu-mobile-container
  > ul
  ul.sub-menu
  > li:hover
  > a {
  background-color: #752526;
  color: white;
}
@media screen and (max-width: 1024px) {
  .mobile-nav {
    display: block;
  }
}
.page-id-27 #right-sidebar {
  display: none;
}
.page-template-landing .mobile-nav,
.page-template-landing .cah-cust-nav-bar-wrapper,
.page-template-landing .header-bottom-bar,
.page-template-landing .cah-cust-nav-bar-floating-nav-wrapper,
.page-template-landing .site-footer,
.page-template-landing .entry-header {
  display: none;
}
.page-template-landing #primary,
.page-template-landing .inside-article {
  width: 100%;
}
.page-template-landing .inside-article {
  padding: 0;
}
.page-template-landing #main {
  margin: 0;
}
.page-template-landing #page {
  margin-bottom: 0;
}
.page-template-landing .entry-content {
  margin-top: 0;
}

/* rye css */

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

    .rye-body-container {
      & p:last-of-type {
        font-weight: bold;
        text-transform: uppercase;
        color: #992e30;
        font-size: 24px;
      }
    }
  }
}
.rye {
  .rye-hero {
    background-image: url(/wp-content/uploads/2019/07/footer_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    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: #752526;
      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: #992e30;
    & svg {
      transform: rotate(180deg);
    }
  }
  .tu {
    background-color: #752526;
  }
}
.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: #992e30;
    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: #752526;
  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: #992e30;
    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) {
  .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: #992e30;
  }
}
.ears.ears-active {
  opacity: 1;
}

/*HOURS FOOTER*/

.footer-widget-3 {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

/* buttons */
.wp-element-button,
.gform_button,
.primary-button {
  color: #f1e5e1;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 15px;
  border: 2px solid #752526;
  background-color: #752526;
  font-family: "copperplate", serif;
  border-radius: 0;

  &:visited {
    color: #f1e5e1;
  }

  &:hover {
    color: #f1e5e1;
    border: 2px solid #992e30;
    background-color: #992e30;
  }
}

.wp-element-button {
  border: 2px solid #752526 !important;
  background-color: #752526 !important;
  color: #f1e5e1 !important;

  &:visited {
    color: #f1e5e1 !important;
  }

  &:hover {
    color: #f1e5e1 !important;
    border: 2px solid #992e30 !important;
    background-color: #992e30 !important;
  }
}

#gform_wrapper_13 {
  .gform_next_button.button,
  .gform_previous_button.button,
  .gform_button.gform_button {
    color: #f1e5e1 !important;
    border: 2px solid #752526 !important;
    background-color: #752526 !important;
    text-transform: uppercase !important;

    &:visited {
      color: #f1e5e1 !important;
    }

    &:hover {
      color: #f1e5e1 !important;
      border: 2px solid #992e30 !important;
      background-color: #992e30 !important;
    }
  }
}

.gform_button {
  color: #f1e5e1 !important;
  border: 2px solid #752526 !important;
  background-color: #752526 !important;

  &:visited {
    color: #f1e5e1 !important;
  }

  &:hover {
    color: #f1e5e1 !important;
    border: 2px solid #992e30 !important;
    background-color: #992e30 !important;
  }
}

/* site main */

.site main {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.page-id-172 .entry-content {
  background-color: transparent !important;
}

#gform_wrapper_4 {
  & input {
    background: #f1e5e1;
    border-color: #752526;
    border-radius: 8px;

    &::placeholder {
      color: #752526;
    }
  }
}
