/* Global CSS Classes */

:root {
  --black: #202020;
  --blue: #00509c;
  --dark-blue: #0e2c49;
  --teal: #70b4b1;
  --hover-teal: #29a8a3;
  --pale-teal: #c3fcfa;
  --transparent-teal: #eaf4f3;
  --transparent-dark: rgba(14, 44, 73, 0.5);
}

a,
a:visited {
  color: var(--teal);
}
body,
p,
li,
div,
button,
input,
figure,
footer,
header,
section,
aside,
nav,
form {
  font-family: "raleway", sans-serif;
}
h1 {
  font-family: "raleway", sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
h2 {
  font-family: "raleway", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 36px;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 32px;
  margin-bottom: 0.5em;
}
h3,
h4,
h5,
h6 {
  font-family: "raleway", sans-serif;
  font-weight: bold;
  color: var(--black);
}
body {
  font-size: 18px;
  color: var(--black);
}
p {
  margin-bottom: 1em;
}
.footer-widgets .widget {
  font-size: 18px;
}
.fl {
  float: left;
}
.site-content,
.entry-header {
  word-wrap: normal;
}
.col-full {
  width: 90%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.clearfix {
  display: block;
}
body {
  font-size: 18px;
  overflow-x: hidden;
}
#primary .entry-content {
  /* font: 13px/20px; */
  width: 100%;
  margin-top: 0;
  z-index: 1;
}
/* Home Page CSS */
#page {
  width: 1200px;
  max-width: 90vw;
}
.home #primary main .page .inside-article {
  margin-left: 0;
}

.home #primary main .post .inside-article {
  margin-left: 0;
}

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

.home .grid-75 {
  width: 100%;
  float: none;
}

.appt-page-number {
  background-color: var(--teal);
  padding: 12px;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;

  & p {
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
  }
}
.gform_next_button,
.gform_previous_button,
.wp-block-button__link,
.primary-button,
.primary-button:visited,
.gform_button,
.form-call {
  display: inline-block;
  text-align: center;
  padding: 8px 25px !important;
  border: none !important;
  box-sizing: border-box !important;
  color: #fff !important;
  font-weight: 800;
  font-style: normal;
  /* border: 2px solid var(--pale-teal); */
  border-radius: 100px;
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--teal) !important;
  font-family: "raleway", sans-serif;
  font-size: 20px;
}
.primary-button:hover,
.primary-button:focus,
.gform_next_button:hover,
.gform_previous_button:hover,
.gform_button:hover,
.form-call:hover {
  background-color: var(--hover-teal) !important;
  color: white;
}
.wp-block-button__link {
  border-radius: 100px !important;
}
@media screen and (max-width: 1024px) {
  .single #right-sidebar {
    display: none;
  }
  .page #right-sidebar {
    display: none;
  }
}

/* Header CSS */

.home #featured-wrap {
  background: #eff2f5;
  position: fixed;
  top: 0;
  width: 100%;
}
.home #featured-wrap .home #header {
  background-color: transparent;
  border-bottom: medium none;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-repeat: repeat;
  background-position: left top;
}

#header {
  background-color: #2c8dad;
}

#top {
  padding: 0;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

#logo h1 {
  font-size: 24px;
  line-height: 28px;
  color: #43484d;
}

#header a {
  border: none;
  color: #89c3d4;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  padding-bottom: 1px;
  cursor: pointer;
}

/* #header a > img {
	vertical-align: bottom;
}

#header a img {
	border: none;
} */

#navigation {
  font-size: 13px;
  padding: 20px 0;
  float: right;
  font-weight: 500;
  display: block;
}

.mobile-buttons {
  display: none;
}

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.nav li {
  float: left;
  width: auto;
  position: relative;
  background-color: transparent;
  transition: background-color 0.25s ease;
  margin: 3px;
}
.nav li ul li {
  margin: 0;
}
.nav li.current_page_item a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.11) inset !important;
  border-radius: 3px;
}

.nav li.current_page_item .sub-menu a {
  -webkit-box-shadow: none !important;
}

/* .menu-item:hover {
	background-color: #89c3d4;
} */

.sub-menu {
  /* list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	display: none; */
}

@media screen and (min-width: 1025px) {
  .menu-item-has-children:hover .sub-menu {
    /* display: flex;
		flex-direction: column; */
  }
  /* #menu-item-210:hover .sub-menu {
		display: block;
	}

	#menu-item-137:hover .sub-menu {
		display: block;
	}

	#menu-item-980:hover .sub-menu {
		display: block;
	}

	#menu-item-981:hover .sub-menu {
		display: block;
	}*/
}

@media screen and (max-width: 1024px) {
  .menu-item-has-children:active .sub-menu {
    /* display: block; */
  }
}

.sub-menu a {
  /* width: 120px; */
  /* background: none !important;
	background-color: #89c3d4 !important;
	border: none !important;
	border-radius: 0px !important; */
}

.sub-menu a:hover {
  /* background-color: #5cacc4 !important; */
}

#navigation .nav li a {
  position: relative;
  color: #fff;
  display: block;
  z-index: 9999;
  padding: 5px 10px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  /* text-transform: capitalize; */
  font-size: 14px;
  white-space: nowrap;
}

#about-nav .down-arrow {
  right: 2px;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper li {
  position: relative;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper i {
  position: absolute;
  display: flex;
  right: 10px;
  top: 10px;
  width: 28px;
  float: right;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9999;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper i:hover {
  cursor: pointer;
}

.header-title {
  font-size: 500px;
  line-height: 48px;
  color: #2c8cad;
  text-align: left;
}

#hamburger {
  display: none;
}

.n2-ss-section-main-content p {
  max-width: 340px;
}

.n2-section-smartslider {
  z-index: 0 !important;
  position: static !important;
}

@media screen and (max-width: 1024px) {
  .content-top {
    position: relative;
  }
  #featured-wrap {
    position: relative;
  }
  #header {
    background-color: #2c8dad;
    background-image: none;
    padding: 0;
    position: relative;
    z-index: 9999 !important;
    border-bottom: 7px solid rgba(0, 0, 0, 0.1);
  }
  .home #header {
    border-bottom: 7px solid rgba(0, 0, 0, 0.1);
  }
  .mobile-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    padding-bottom: 30px;
  }
  .mobile-buttons a {
    border: 1px solid white !important;
  }
  .home #header {
    background-color: #2c8dad;
    background-image: none;
    padding: 0;
    position: relative;
  }
  .mobile-buttons {
    /* background-color: #2c8dad; */
  }
  #header #top {
    background: none;
    margin-top: 0;
  }
  .home #header #top {
    background: none;
    margin-top: 0;
  }
  .col-full {
    /* max-width: 730px; */
  }
  #logo {
    margin-left: 20px;
  }
  #toggle-nav {
    display: block;
  }
  #header #navigation {
    clear: both;
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
  #navigation ul {
    width: 100%;
  }
  #navigation li {
    float: none;
    width: 100%;
  }
  #navigation {
    display: none;
  }
  #hamburger {
    display: block;
    z-index: 99999;
  }
  #hamburger ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #hamburger li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    color: white;
    font: 13px/20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #hamburger li a:hover {
    background-color: #89c3d4;
  }
  #header .menu-mobile-container {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    display: none;
  }
  #header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    margin: 30px 5px;
    padding: 12px 6px;
    position: relative;
    user-select: none;
    background-color: #89c3d4;
    margin-right: 20px;
  }
  #header .menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
  }
  #header .menu-icon .navicon:before,
  #header .menu-icon .navicon:after {
    background: white;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  #header .menu-icon .navicon:before {
    top: 5px;
  }
  #header .menu-icon .navicon:after {
    top: -5px;
  }
  #header .menu-btn {
    display: none;
  }
  #header .menu-btn:checked ~ .menu-mobile-container {
    max-height: 1000px;
    display: block;
  }

  #header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  #header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  #header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  #header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  #header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  .n2-section-smartslider {
    display: none;
  }
}

@media screen and (max-width: 1055px) {
  .n2-ss-section-main-content {
    display: none !important;
  }
  .n2-ss-layer-content {
    display: none !important;
  }
}

.bottom-row-floating a {
  padding: 50px;
  background-color: #a2d678;
  margin: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
}

/* Mobile and Static Version of Header CSS */

#mobile-background {
  /* height: 441px; */
  height: 42.138vw;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2019/06/Doggo.jpg");
  background-size: cover;
  width: 100vw;
  max-width: 100vw;
  z-index: 99999;
  position: static;
  display: none;
  background-position: center;
}

#mobile-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 127, 167, 0.8);
  position: relative;
  padding: 10px;
}

#mobile-overlay h2 {
  color: white;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
}

#mobile-overlay a {
  background-color: white;
  border-radius: 50px;
  color: #007fa7;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 0 5px grey;
  font-size: 15px;
}

#mobile-overlay a i {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  #mobile-overlay a {
    top: 25vh;
  }
}

@media screen and (max-width: 1024px) {
  .home #mobile-background {
    display: flex;
  }
}

.home #static-background {
  height: 1000px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2019/06/Doggo.jpg);
  background-size: contain;
  /* width: 100%; */
  z-index: 9999 !important;
  position: static !important;
  width: 100vw;
  height: 42.138vw;
}

.home #static-background h1 {
  font-size: 50px;
}

#static-background #static-big-text {
  position: absolute;
  font-size: 38px;
  font-weight: 500;
  vertical-align: center;
  top: 25vh;
  left: 15vw;
  color: white;
  text-shadow: 0 0 3px black;
}

#static-background #static-p-text {
  position: absolute;
  top: 34vh;
  left: 15.3vw;
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-shadow: 0 0 3px black;
  max-width: 340px;
}

#static-background #static-a-tag {
  background: #89c3d4;
  position: absolute;
  left: 15.2vw;
  top: 47vh;
  opacity: 1;
  padding: 10px 30px 10px 30px;
  box-shadow: 0px 0px 0px 0.1px rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0px;
  color: white;
}

.page #static-background {
  display: none;
}

.single #static-background {
  display: none;
}

.home #static-background {
  display: block;
}

@media screen and (max-width: 1024px) {
  .home #static-background {
    display: none;
  }
}

/* "Call-Welcome" Plugin CSS */

.wrapper {
  margin-top: 80vh;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  background: #fff;
}
.home .wrapper {
  margin-top: 0;
}
.home .post-container {
  /* STATIC */
  margin-top: calc(100vh - 5px);
  /* SLIDER */
  /* margin-top: 29.5vw; */
  position: relative;
}

.socials-home {
  display: flex;
  align-items: center;
}

.socials-home a .fab {
  font-size: 24px;
  color: #89c3d4;
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .socials-home {
    display: none;
  }
  .call-bar {
    display: none !important;
    margin-left: 0px !important;
    justify-content: center !important;
  }
}

.call-bar {
  display: flex;
  justify-content: space-around;
  padding: 40px;
}

.call-structure {
  max-width: 100%;
  border-bottom: 1px solid #e6e8eb;
}

.call-text {
  font-size: 24px;
  line-height: 34px;
}

.call-now {
  color: #696d71;
}

.call-number {
  text-decoration: none;
}

.call-number a {
  color: #a2d678;
}

.welcome-message {
  /* padding: 40px 10px 25px; */
  padding: 50px 0 50px 0;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.welcome-message h2 {
  font: 38px/44px;
  margin-bottom: 15px;
  color: #43484d;
  padding: 0;
}

.welcome-message p {
  font: 14px/20px;
  margin-bottom: 20px;
  color: #757b83;
}

/* "Doctors_Page" Plugin CSS */

.home-staff {
  padding: 50px 0 0 0;
  margin: 0 auto;
  max-width: 100%;
  background: transparent;
  z-index: 2;
  position: relative;
}

.staff {
  list-style: none;
  display: flex;
  width: auto;
}

ul.staff {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.staff li {
  text-align: center;
  width: 175px;
  margin: 25px;
}

.staff a {
  -webkit-transition: all 0.1s linear;
  padding-bottom: 1px;
  cursor: pointer;
}

.staff .staff-img {
  width: 143px;
  height: 143px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}

/* .staff img {
  border-radius: 100%;
  background: #fff;
  transition: opacity 0.3s ease-in-out;
} */

.staff a img {
  border: none;
}

.staff-content {
  padding-top: 20px;
}

.staff-card-internals {
  margin-right: 10px;
  margin-left: 10px;
}

.staff-title {
  color: #767a7f;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 5px;
}

.staff-title a {
  color: #43484d;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  padding-bottom: 1px;
}

.staff-department {
  margin-bottom: 5px;
  color: #757b83;
}

.staff-excerpt {
  color: #757b83;
  font-size: 12px;
  font-weight: 500;
}

.staff-excerpt p {
  margin-bottom: 20px;
}

.meet-doctor-button {
  text-align: center;
  z-index: 2;
  margin-top: 40px;
}

.meet-doctor-button a {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  padding: 15px 60px;
  background: #a2d678;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
}

.nice-image:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .staff {
    margin-right: 2%;
    margin-bottom: 3%;
    text-align: center;
  }
  .staff {
    flex-wrap: wrap;
    justify-content: center;
  }
  .staff li {
    max-width: 325px;
  }
  .staff .staff-img {
  }
}

@media screen and (max-width: 685px) {
  .staff img {
    float: none;
  }
}

/* "Our_Services" Plugin CSS */

.service-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px;
  background-color: grey;
}

.home-services .col-full {
  margin: 0 auto;
}

.home-block-header h2 {
  /* font-size: 30px; */
  color: #89c3d4;
  /* margin-top: 40px; */
  /* line-height: 20px; */
  text-align: center;
}

.our-services {
  list-style: none;
  margin: 0 auto;
  font: 13px/20px;
  color: #757b83;
}

.our-services li {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 15px;
  width: 220px;
}

.view {
  position: relative;
}

.view a {
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  cursor: pointer;
}

.view img {
  background: #fff;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: 220px;
  width: 220px;
  z-index: 2;
  object-fit: cover;
}

.view .mask {
  background-position: center center;
  background-repeat: no-repeat;
  zoom: 1;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
}

.view:hover .mask {
  opacity: 0.5;
  transition-delay: 0s;
  z-index: 2;
}

.service-title {
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0;
}

.service-title a {
  color: #89c3d4;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  padding-bottom: 1px;
  cursor: pointer;
}

.service-title p {
  margin-bottom: 20px;
}

.reading-more {
  color: #aaa;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 13px;
}

.newsletterbar {
  background-color: #a2d678;
  padding: 10px 0px 10px 0px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .our-services {
    width: auto;
    text-align: center;
  }
  .our-services li {
    width: 47%;
    margin-bottom: 30px;
    margin: 5px;
  }
  .service-content {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .view img {
    height: 100%;
    width: 100%;
  }
  .home-services .col-full {
    max-width: 100%;
  }
}

/* Footer Widgets CSS */

.widget-section {
  font: 13px/20px;
  color: var(--black);
}

.widget-title {
  /* color: #3a3e44;
	font: 13px/20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 20px; */
}

.widget-title p {
  margin-bottom: 20px;
}

.ginput_container {
  font: 13px/20px;
}

.read-more-link {
  background: #a2d678;
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 11px;
  width: 98px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.3s linear;
  cursor: pointer;
}
.read-more-link:hover {
  background-color: #89c3d4;
}
.footer-buttons a {
  color: #fff !important;
}

.footer-buttons {
  margin-top: 25px;
}

.wrapper-widget {
  padding-left: 40px;
}

#gform_submit_button_4 {
  display: block;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  width: 100% !important;
  color: #fff;
  background-color: var(--pale-teal) !important;
  font-weight: 800 !important;
  font-style: normal !important;
  /* border: 2px solid var(--dark-blue); */
  border-radius: 100px;
  text-transform: capitalize;
  /* font-size: 14px; */
  margin-right: 0;
  transition: all 0.6s ease;
}
#gform_submit_button_4:hover {
  color: white;
  background-color: var(--dark-blue) !important;
}
#footer-widgets {
  background: #fff;
  color: var(--black);
  clear: both;
  margin: 0 auto;
  border-top: 4px solid var(--blue);

  .footer-phone {
    & a {
      color: var(--blue);

      &:hover {
        color: var(--hover-teal);
      }
    }
  }
  & aside p a {
    color: var(--black);

    &:hover {
      color: var(--hover-teal);
    }
  }
  & iframe {
    border-radius: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .inside-footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrapper-widget {
    padding-left: 0px;
    text-align: center;
  }
  .footer-widget-4 {
    margin-top: 20px;
    text-align: center;
  }
  .gform_footer {
    text-align: center;
  }
  #gform_fields_4 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .gform_wrapper .top_label li.gfield.gf_inline {
    padding-right: 0px !important;
  }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type="submit"],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type="submit"] {
    margin: 0 !important;
  }
  #gform_fields_4 li label {
    display: none !important;
  }
  #gform_fields_4 li,
  #gform_submit_button_4 {
    width: 100%;
  }
  #gform_4 .gform_footer {
    padding-top: 0;
  }
  #field_4_2 {
    margin-top: 0;
  }
}

.opening-hours {
  font-style: normal;
  color: var(--black);
  /* font: 13px/20px; */
  max-width: 200px;
}

@media screen and (max-width: 1024px) {
  .opening-hours {
    max-width: 100%;
  }
}

.day {
  border-bottom: 1px solid #dfdfe2;
  box-shadow: 0 1px 0 #fff;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
.name {
  color: #aaa;
}

/* Posts and Pages CSS */

.home #primary {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.page-id-59 #primary {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

#primary .home-services {
  text-align: center;
  padding-top: 50px;
  background: white;
}

@media screen and (max-width: 1024px) {
  #primary {
    max-width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}

#primary .entry-title {
  color: var(--dark-blue);
  font-size: 50px;
  margin-bottom: 0.5em;
  /* line-height: 1em;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 25px; */
  font-weight: 800;
}

.single #primary .entry-title {
  margin-left: 0;
}

.single #primary .entry-content p {
  /* margin-top: 20px; */
}

.home #primary .entry-content {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  flex-direction: column;
  align-items: center;
  background-color: var(--transparent-teal);
}

.home #primary .entry-content h2 {
  margin-top: 0;
  max-width: 100%;
}

.home #primary .entry-content {
  z-index: 1;
}

#right-sidebar {
  /* background-color: #F2F5FA; */
  padding: 0 20px 0 20px;
  margin-bottom: 30px;
}

.inside-right-sidebar {
  margin-top: 20px;
  margin-bottom: 20px;

  .day > p {
    font-size: 16px;
  }
  & h3 {
    color: var(--teal);
    font-size: 24px;
  }
  & a {
    color: var(--black);

    &:hover {
      color: var(--hover-teal);
    }
  }
}
.sidebar-btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.widget-area .widget {
  padding: 0;
}

.sidebar-btns > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  /* text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 800 !important;
    font-style: normal !important;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px; */
  margin-bottom: 10px;
  /* width: 100%;
		background: var(--pale-teal);
		transition: .25s; */
}
.sidebar-btns > a:hover,
.sidebar-btns > a:focus {
  background-color: var(--teal);
}
.sidebar-socials {
  display: flex;
  width: 100%;
  justify-content: center;
}
.sidebar-socials > a {
  width: 50px;
  height: 50px;
  background-color: var(--dark-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
.sidebar-socials > a > i {
  color: white;
  font-size: 24px;
}
/* #right-sidebar .widget {
	border-bottom: 2px solid #9FA1a4;
}

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

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

.widget {
  margin: 0 0 30px;
  box-sizing: border-box;
}

/* .sidebar .widget :last-child {
	margin-bottom: 0;
} */

.sidebar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0 20px 0;
}
.inside-right-sidebar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.sidebar-icon img {
  margin-bottom: 10px;
}

a img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
}

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

.sidebar-revised-wrapper {
  margin-bottom: 0;
}

.hours-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}

.hours-text-unruly {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .hours-column {
    margin-right: 5px;
  }
}

@media screen and (max-width: 800px) {
  .hours-column {
    margin-right: 0;
    margin: 0 15px;
  }
}

@media screen and (max-width: 1024px) {
  .hours-column {
    padding-right: 0;
  }
}

.hours-column h2 {
  text-align: left;
  width: 100%;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: none;
}

.hours-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #e3e5e7;
  padding: 10px 0px 10px 0px;
  align-items: center;
  color: var(--black);
}

.hours-column p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  #primary .entry-title {
    text-align: center;
  }
  #primary .entry-title,
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
}

.page-header-image-single {
  margin: 0 auto;
}

.entry-header {
  display: flex;
  margin: 0 auto;
}

.page-phone-number {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.post-container {
  /* 
	max-width: 90vw; */
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .post-container {
    /* margin-top: 0; */
  }
}
.home .post-container {
  max-width: 100%;
  width: 100%;
}

.home #main {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 1024px) {
  .page-phone-number {
    margin-left: 30px;
    margin-right: 30px;
  }
  .post-container {
    max-width: 90vw;
  }
}

@media screen and (max-width: 500px) {
  .page-phone-number {
    flex-direction: column;
    align-items: center;
  }
}

.home .page-phone-number {
  display: none;
}

.page-phone-number .call-text {
  padding-top: 25px;
}

#primary .page-phone-number .entry-title {
  border-bottom: none;
}

.page-id-27 #right-sidebar {
  display: none;
}

.page-id-27 .grid-75 {
  width: 100%;
}

.page-id-2014 #right-sidebar,
.page-id-54 #right-sidebar {
  display: none;
}

.page-id-2014 .grid-75,
.page-id-54 .grid-75 {
  width: 100%;
}

/* Original CSS */

.cah-cust-nav-bar-floating-nav-wrapper {
  width: 100vw;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  padding: 10px;
  box-shadow: 0 5px 30px 0 lightgrey;
  background-color: #2c8dad;
  box-sizing: border-box;
  transform: translateY(-400px);
  transition: all 250ms ease;
}

.transform {
  transform: translateY(0px) !important;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}

.top-row-floating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bottom-row-floating {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.phone-float {
  font-size: 12px !important;
}

.float-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #007fa7;
  text-align: center;
  color: white !important;
  background-color: #007fa7;
  padding: 9px 10px 9px 10px !important;
  font-size: 12px;
  font-weight: bold;
  width: 125px;
  margin-bottom: 15px;
}

.float-button:hover {
  background-color: #89cfdc;
  border: 0.5px solid grey;
}

.float-button p {
  margin: 0px;
}

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

/* Correcting for External CSS */

body {
  background-color: white;
}

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

.separate-containers .site-main {
  margin-top: 0;
  margin-bottom: 0;
}

#main {
  margin: 0;
}

.single #main {
  margin-right: 50px;
}

.page #main {
  margin-right: 50px;
}
.page-id-2014 #main,
.page-id-54 #main {
  margin-right: 0;
}
.separate-containers .inside-article {
  padding: 0;
  margin-bottom: 40px;
}

.single .separate-containers .inside-article {
  margin-left: 5%;
}

@media screen and (max-width: 1024px) {
  .separate-containers .inside-article {
    margin-left: 0;
  }
}

.home .inside-article {
  margin-bottom: 0px;
}

.separate-containers .inside-article > [class*="page-header-"] {
  margin-bottom: 0;
}

.home article {
  margin-bottom: 0 !important;
}

.home .entry-content > p {
  margin-bottom: 0;
}

.entry-content > [class*="wp-block-"]:not(:last-child) {
  margin-bottom: 0.5em;
}

footer.entry-meta {
  display: none !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tablet-grid-75 {
    width: 100% !important;
  }
}
@media screen and (min-width: 1025px) {
  #header #top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header #logo h1 {
    margin-bottom: 0;
  }
  #header {
    padding: 15px 0 15px 0;
  }
}
.page-id-59 #right-sidebar,
.comments-area,
.page-id-54 .home-staff .home-block-header,
.page-id-2014 .home-staff .home-block-header,
.page-id-2014 .meet-doctor-button,
.page-id-54 .meet-doctor-button {
  display: none;
}
/* .page-id-54 .home-staff {
	background-color: white;
} */
.home .home-staff {
  background-color: #eff2f5;
}
footer.site-info {
  background-color: var(--dark-blue);
  font-size: 18px;
}
.title-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #e3e5e7;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.title-container {
  width: 90%;
  max-width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-container h1 {
  color: #89c3d4;

  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .title-container h1 {
    max-width: 70%;
  }
}
.title-container h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.title-container a {
  color: #a2d678;
}
.single .entry-header,
.page .entry-header {
  /* display: none; */
}
.category-staff .page-header-image-single,
.category-reception .page-header-image-single,
.category-kennel .page-header-image-single,
.category-technician .page-header-image-single,
.category-dvm .page-header-image-single {
  display: none;
}
.category-staff .dvm-img,
.category-reception .dvm-img,
.category-kennel .dvm-img,
.category-technician .dvm-img,
.category-dvm .dvm-img {
  float: left;
  margin: 0 25px 15px 0;
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .title-bar h3 {
    display: none;
  }
}
.page-featured-img {
  width: 100%;
  margin-bottom: 25px;
}
.footer-widgets-container {
  width: 90%;
  max-width: 1200px !important;
}
#footer-widgets p {
  /* font-size: 16px; */
}
.inside-footer-widgets .grid-25 {
  margin-right: 15px;
  box-sizing: border-box;
  width: 22.5%;
}
@media screen and (max-width: 1024px) {
  .inside-footer-widgets .grid-25 {
    margin-right: 0;
    box-sizing: border-box;
    width: 100%;
  }
}
#gform_wrapper_4 .ginput_container {
  margin-top: 8px;
}
#gform_wrapper_4,
#field_4_1 .ginput_container {
  margin-top: 0;
}
#gform_wrapper_4 label {
}
#footer-widgets {
  /* border-top: 20px solid #a2d678; */
  position: relative;
}
footer.site-info {
  position: relative;
}
.page-id-27 #main {
  margin-right: 0;
}
.page-id-27 .entry-content {
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  #featured-wrap {
    position: relative !important;
  }
}
.floating-appt,
.floating-call {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: #a2d678;
  border-radius: 3px;
  border: 1px solid white;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.floating-appt p,
.floating-call p {
  color: white;
  font-weight: bold;
  text-align: center;
}
.floating-appt i,
.floating-call i {
  color: white;
  margin-right: 5px;
}
.floating-appt:hover,
.floating-call:hover {
  background-color: #89c3d4;
}
@media screen and (max-width: 1024px) {
  .cah-cust-nav-bar-floating-nav-inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .floating-appt {
    margin-bottom: 10px;
    align-self: stretch;
    position: relative;
    justify-content: center;
  }
  .floating-call {
    align-self: stretch;
    position: relative;
    justify-content: center;
  }
  .floating-appt i,
  .floating-call i {
    position: absolute;
    left: 10px;
  }
  .cah-cust-nav-bar-floating-nav-logo-wrapper {
    display: none;
  }
  .home .post-container {
    margin-top: 0px;
  }
  .home-welcome-border {
    align-items: flex-start !important;
  }
  .home section.title-bar {
    display: none;
  }
}
.page-id-27 .home-services .home-block-header {
  display: none;
}

.service-loop-full-width {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.service-loop-full-width .service-loop-wrapper .service-loop-contents h3 {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background-color: #89c3d4;
  border-top: 4px solid #a2d678;
  margin: 0;
  padding: 8px 0;
}

.service-loop-full-width .service-loop-wrapper img {
  transition: filter 0.5s;
  -webkit-transition: filter 0.5s;
}

.service-loop-image:hover img {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.service-image-styles {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.service-loop-full-width .service-loop-wrapper {
  position: relative;
}

.service-loop-full-width .service-loop-wrapper .hover-fade-text {
  text-align: center;
  font-size: 1rem;
  color: white;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: bottom 0.3s ease-in-out, opacity 0.3s;
  -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s;
}

.service-loop-image:hover .hover-fade-text {
  bottom: 100px;
  opacity: 1;
  -webkit-opacity: 1;
}

.service-loop-full-width
  .service-loop-wrapper
  .hover-fade-text
  p:nth-of-type(2) {
  font-size: 1.2rem;
  color: #a2d678;
}

.service-loop-full-width
  .service-loop-wrapper
  .hover-fade-text
  p:nth-of-type(2):hover {
  text-decoration: underline;
}

.service-loop-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 930px) {
  .service-loop-full-width {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 600px) {
  .service-loop-full-width {
    grid-template-columns: 1fr;
  }
}
.full-width-dvm {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-50vw + 50%);
}
.fw-dvm-card {
  width: 25vw;
  height: 25vw;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease;
}
.fw-dvm-card h3 {
  position: absolute;
  bottom: 10px;
  color: white;
  width: 90%;
  background-color: #89c3d4;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  box-shadow: 0 0 5px grey;
}
.fw-dvm-card p {
  font-weight: bold;
  padding: 5px 10px;
  color: white;
  display: none;
  background-color: #a2d678;
  border-radius: 3px;
}
.fw-dvm-card:hover {
  background-color: #89c3d4;
  background-blend-mode: luminosity;
}
.fw-dvm-card:hover h3 {
  display: none;
}
.fw-dvm-card:hover p {
  display: block;
}
.fw-dvm-card p:hover {
  background-color: white;
  color: #a2d678;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fw-dvm-card {
    width: 50vw;
    height: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .fw-dvm-card {
    width: 100vw;
    height: 100vw;
  }
}
.home-hero {
  display: none;
}
.home .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; */
  -webkit-box-shadow: inset 0px 5px 10px 1px #000000;
  box-shadow: inset 0px 5px 10px 1px #000000;
  /* background-image: url('/wp-content/uploads/2019/06/Doggo.jpg');
		background-position: center;
		background-size: cover; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 1800px; */
  width: 100vw;
  /* height: 883.333px; */
  /* height: 660px; */
  max-width: 100vw;
  /* max-height: 44.2vw; */
  /* max-height: 36.667vw; */
  height: 56.25vw;

  margin-top: 132px;
}

.home-hero-container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-hero-caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.home-hero-caption h2 {
  color: white;
  text-transform: capitalize;
  font-weight: bold;
  text-shadow: 0 0 20px black;
  font-size: 40px;
  margin-bottom: 15px;
}
.home-hero-caption p {
  color: white;
  font-style: italic;
  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: #2c8dad;
  border-radius: 3px;
}
.home-hero-caption a:hover {
  background-color: #a2d678;
}
.home-hero-overlay {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 127, 167, 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: white;
    border-radius: 50px;
    color: #007fa7;
    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: 28px;
  }
  .home-hero-caption a {
    font-size: 28px;
  }
}
li.menu-item-1023 {
  background-color: #a2d678;
  border-radius: 3px;
  border: 1px solid white;
}

.page-id-59 #main {
  margin-right: 0;
}
.contact-map iframe {
  margin-bottom: 15px;
}
.footer-widgets {
  padding: 40px 0 40px 0;
}
.review-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin: 10px !important;
}

.review-block i {
  color: white !important;
  font-size: 32px !important;
}

.review-block p {
  color: white !important;
  margin-bottom: 0 !important;
  font-size: 28px;
  padding: 0 !important;
}

.review-block:hover {
  transition: all 0.3s ease-in;
  transform: scale(1.1);
}
.page-id-369 #right-sidebar,
.page-id-369 .footer-widgets-container,
.page-id-369 #navigation,
.page-id-369 #hamburger {
  display: none !important;
}
.page-id-369 #footer-widgets {
  border-top: none;
  padding: 0;
}
.page-id-369 #primary {
  width: 100%;
}
.page-id-369 #top {
  display: flex;
  justify-content: center !important;
}
.page-id-369 #main {
  margin-right: 0;
}
.page-id-371 #right-sidebar,
.page-id-371 .footer-widgets-container,
.page-id-371 #navigation,
.page-id-371 #hamburger {
  display: none !important;
}
.page-id-371 #footer-widgets {
  border-top: none;
  padding: 0;
}
.page-id-371 #primary {
  width: 100%;
}
.page-id-371 #top {
  display: flex;
  justify-content: center !important;
}
.page-id-371 #main {
  margin-right: 0;
}
.page-id-632 #right-sidebar,
.page-id-632 #footer-widgets,
.page-id-632 #navigation,
.page-id-632 #hamburger,
.page-id-632 footer.site-info,
.page-id-632 .title-bar,
.page-id-632 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-632 #primary {
  width: 100%;
}
.page-id-632 #top {
  display: flex;
  justify-content: center !important;
}
.page-id-632 #main {
  margin-right: 0;
}
.page-id-663 #right-sidebar,
.page-id-663 #footer-widgets,
.page-id-663 #navigation,
.page-id-663 #hamburger,
.page-id-663 footer.site-info,
.page-id-663 .title-bar,
.page-id-663 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-663 #primary {
  width: 100%;
}
.page-id-663 #top {
  display: flex;
  justify-content: center !important;
}
.page-id-663 #main {
  margin-right: 0;
}
.page-id-661 #right-sidebar,
.page-id-661 #footer-widgets,
.page-id-661 #navigation,
.page-id-661 #hamburger,
.page-id-661 footer.site-info,
.page-id-661 .title-bar,
.page-id-661 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-661 #primary {
  width: 100%;
}
.page-id-661 #top {
  display: flex;
  justify-content: center !important;
}
.page-id-661 #main {
  margin-right: 0;
}
.page-id-815 #right-sidebar,
.page-id-815 #footer-widgets,
.page-id-815 #navigation,
.page-id-815 #hamburger,
.page-id-815 footer.site-info,
.page-id-815 .title-bar,
.page-id-815 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-815 #primary {
  width: 100%;
}
.page-id-815 #top {
  display: flex;
  justify-content: center !important;
}
.page-id-815 #main {
  margin-right: 0;
}
.page-id-808 #right-sidebar,
.page-id-808 #footer-widgets,
.page-id-808 #navigation,
.page-id-808 #hamburger,
.page-id-808 footer.site-info,
.page-id-808 .title-bar,
.page-id-808 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-808 #primary {
  width: 100%;
}
.page-id-808 #top {
  display: flex;
  justify-content: center !important;
}
.page-id-808 #main {
  margin-right: 0;
}
.page-id-630 #right-sidebar,
.page-id-630 #footer-widgets,
.page-id-630 #navigation,
.page-id-630 #hamburger,
.page-id-630 footer.site-info,
.page-id-630 .title-bar,
.page-id-630 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-630 #primary {
  width: 100%;
}
.page-id-630 #top {
  display: flex;
  justify-content: center !important;
}
.page-id-630 #main {
  margin-right: 0;
}
.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;
}
@media screen and (max-width: 1024px) {
  #main {
    width: 100%;
    margin-right: 0 !important;
  }
  .home-hero {
    display: none !important;
  }
}
.home-welcome-top {
  width: 100%;
  display: flex;
}
.home-welcome-border {
  /* width: 33.3333%; */
  height: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home-welcome-top > .home-welcome-border:nth-child(1) {
  background-color: #80bc00;
  display: none;
}
.home-welcome-top > .home-welcome-border:nth-child(2) {
  background-color: var(--pale-teal);
  width: 100%;
}
.home-welcome-top > .home-welcome-border:nth-child(3) {
  background-color: var(--dark-blue);
  display: none;
}

.home-welcome-socials {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-welcome-socials a {
  background-color: var(--teal);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* margin: 2px 2px 0 2px; */
  transition: all 500ms ease;
}
.home-welcome-socials a:nth-child(2) {
  margin: 0 1px 0 1px;
}
.home-welcome-socials a:hover {
  background-color: var(--pale-teal);
}
.home-welcome-socials a i {
  color: white;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  /* .home-welcome-border {
		align-items: flex-start;
	} */
  .home-welcome-socials a {
    background-color: var(--dark-blue);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* margin: -5px 2px 2px 2px; */
  }
}
.home-welcome {
  width: 100%;
  display: flex;
  justify-content: center;
  /* flex-direction: column;
	align-items: center; */
  padding: 50px 0;
  background-color: #fff;
}
.home-welcome-container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.home-welcome-container img {
  width: 40%;
  border-radius: 16px;
}
.home-welcome-body {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 0 50px;
}

.home-welcome-body h2 {
  color: var(--dark-blue);
  text-transform: capitalize;
  font-weight: 800 !important;
  font-style: normal !important;
}

@media screen and (max-width: 1024px) {
  .home-welcome-container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .home-welcome-container img.desktop-only {
    width: 100%;
    display: block;
  }
  .home-welcome-body {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 0 40px 0;
  }
  .home-welcome-body h1 {
    font-size: 40px;
  }
  .desktop-only {
    display: none;
  }
}
/* .home-welcome-body a {
	display: inline-block;
	text-align: center;
	padding: 5px 25px;
	color: #fff;
	font-weight: 800;
	font-style: normal;
	border-radius: 100px;
	text-transform: uppercase;
	transition: all 500ms ease;
	background-color: var(--pale-teal);
	font-family: "raleway", sans-serif;
	font-size: 20px;
}
.home-welcome-body a:hover {
	background-color: var(--pale-teal);
	color: white;
} */

.three-callouts {
  width: 100%;
  display: flex;
  padding: 10px 0;
  background-color: var(--transparent-teal);
}
.three-callout-card {
  width: 33.3333vw;
  height: 33.3333vw;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  overflow: hidden;
}

.three-callouts > .three-callout-card:nth-child(1) {
  background-image: url("/wp-content/uploads/2025/06/Our-Doctors.png");
}
.three-callouts > .three-callout-card:nth-child(2) {
  background-image: url("/wp-content/uploads/2025/06/Our-Services.png");
  border-left: 5px solid white;
  border-right: 5px solid white;
}
.three-callouts > .three-callout-card:nth-child(3) {
  background-image: url("/wp-content/uploads/2025/06/New-Clients.png");
}
@media screen and (max-width: 767px) {
  .three-callouts {
    flex-direction: column;
  }
  .three-callout-card {
    width: 100vw;
    height: 100vw;
  }
  .three-callouts > .three-callout-card:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
  }
}
.three-callout-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* transform: translateY(100%); */
  transition: all 500ms ease;
  opacity: 0;
}
.three-callout-overlay h4 {
  color: var(--dark-blue);
  font-style: italic;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 0;
}
.three-callout-overlay h3 {
  color: var(--dark-blue);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  transition: all 1s ease 0s;
  margin-bottom: 0;
}
.three-callout-card:hover .three-callout-overlay {
  /* transform: translateY(0); */
  opacity: 1;
}
.three-callout-card:hover .three-callout-overlay h3 {
  transform: scale(1.2);
}
.best-care {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.best-care-container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.best-care-body {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding-bottom: 50px; */
  text-align: center;
}
.best-care-body h2 {
  color: var(--dark-blue);
  text-transform: uppercase;

  font-weight: 800 !important;
  font-style: normal !important;
  font-size: 50px;
}
/* .best-care-body a {
	display: inline-block;
	text-align: center;
	padding: 5px 25px;
	color: #fff;

	font-weight: 800 !important;
	font-style: normal !important;
	border-radius: 100px;
	text-transform: uppercase;
	transition: all 500ms ease;
	background-color: var(--pale-teal);
	font-family: "raleway", sans-serif;
	font-size: 20px;
}
.best-care-body a:hover {
	background-color: var(--pale-teal);
	color: white;
} */
@media screen and (max-width: 1024px) {
  .best-care-container {
    flex-direction: column;
    align-items: center;
  }
  .best-care-body {
    width: 100%;
  }
  .best-care-body h2 {
    font-size: 40px;
  }
  .best-care-container > img {
    width: 300px !important;
    align-self: center !important;
  }
}
.best-care-container img {
  width: 50%;
  /* align-self: flex-end; */
}
.airvet-section {
  width: 100%;
  background-color: var(--dark-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  border-top: 5px solid var(--pale-teal);
  border-bottom: 5px solid var(--pale-teal);
}
.airvet-container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}
.airvet-img {
  width: 45%;
  position: relative;
}
.airvet-img img {
  /* position: absolute; */
  width: 100%;
}
.airvet-body {
  width: 55%;
  /* padding-left: 50px; */
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .airvet-section {
    padding-top: 50px;
  }
  .airvet-container {
    flex-direction: column;
    align-items: center;
  }
  .airvet-body {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .airvet-img {
    width: 300px;
  }
  .airvet-img img {
    position: relative;
  }
}
@media screen and (max-width: 400px) {
  .airvet-body {
    padding: 0 20px;
  }
}

.airvet-body h2 {
  color: var(--teal);
  text-transform: capitalize;

  font-weight: 800 !important;
  font-style: normal !important;
  font-size: 50px;
}
.airvet-body p {
  color: white;
}
#home-bottom-img {
  width: 100vw;
}
.footer-top {
  width: 100%;
  display: flex;
  position: relative;
}
.footer-top-border {
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer-top > .footer-top-border:nth-child(1) {
  background-color: var(--blue);
  width: 100%;
}
.footer-top > .footer-top-border:nth-child(2) {
  background-color: var(--blue);
}
.footer-top > .footer-top-border:nth-child(3) {
  background-color: var(--blue);
}
.footer-top-border img {
  width: 303px;
  height: 221px;
  position: relative;
  z-index: 99;
  max-width: none;
}
#footer-widgets h2.widget-title {
  font-weight: 800;
  color: var(--dark-blue);
  text-transform: uppercase;
  font-size: 34px;
  font-family: "raleway", sans-serif;
  text-align: center;
}
#footer-phone {
  display: block;
  font-weight: 800;
  color: var(--dark-blue);
  font-size: 34px;
  margin-bottom: 10px;
  line-height: 1em;
  font-family: "raleway", sans-serif;
}
#custom_html-6 p > a {
  color: var(--black);
}
.footer-socials {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 15px 0;
}
.footer-socials a {
  background-color: var(--teal);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2px 2px 0 2px;
  transition: all 500ms ease;
}
.footer-socials a:hover {
  background-color: var(--hover-teal);
}
.footer-socials a i {
  color: white;
  text-align: center;
  font-size: 24px;
}
.footer-btn {
  display: block;
  text-align: center;
  padding: 5px;
  color: var(--pale-teal);

  font-weight: 800 !important;
  font-style: normal !important;
  border: 2px solid var(--pale-teal);
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.footer-btn:hover {
  background-color: var(--pale-teal);
  color: white;
}
.inside-footer-widgets > div {
  box-sizing: border-box;
  padding: 0 15px;
}
.inside-footer-widgets h3 {
  /* font-weight: 800;
	color: var(--pale-teal);
	margin-bottom: 0;
	font-size: 20px; */
}
.inside-footer-widgets hr {
  margin: 5px 0;
  background-color: var(--dark-blue);
}
#gform_widget-4 h2 {
  text-align: center;
}
#gform_fields_4 li {
  padding-right: 0;
  width: 100% !important;
}
#gform_fields_4 li input {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #58595b;
  text-align: left;
  color: var(--black);

  font-size: 18px;
}
#gform_fields_4 li input::placeholder {
  color: lightgrey;

  /* font-size: 14px; */
}
#gform_4 .gform_footer {
  padding-top: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  #custom_html-6 {
    padding-top: 225px;
  }
}
#home-header {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
#relative-header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  z-index: 4;
}
.home-banner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 145px);
  background-color: #000000;
}
.home-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: 0.6;
}
.home-banner-container {
  position: absolute;
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;

  .hero-btn-ctn {
    display: flex;
    gap: 20px;
    padding: 20px;
  }
}
.home-banner-container > h1 {
  text-align: center;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-family: "raleway", sans-serif;
  font-size: 60px;
  margin-bottom: 0;
}
.home-header-top {
  background-color: white;
  display: flex;
  justify-content: center;
  border-bottom: 5px solid var(--dark-blue);
}
.home-header-top-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
}
.home-header-top-container
  > .home-header-top-menu:first-of-type
  > div
  > ul
  > li {
  /* margin-right: 14px; */

  &:last-of-type {
    margin-right: 0;
  }
}
.home-header-top-container
  > .home-header-top-menu:last-of-type
  > div
  > ul
  > li {
  /* margin-left: 14px; */

  &:fist-of-type {
    margin-left: 0;
  }
}
.home-header-top-menu {
  width: 35%;
  box-sizing: border-box;
  /* padding: 25px 0; */
}
.home-header-top-logo {
  width: 30%;
  position: relative;
}
.home-header-top-logo > a {
  position: absolute;
}
ul#menu-left-menu,
ul#menu-left-menu-1 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
ul#menu-right-menu,
ul#menu-right-menu-1 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.home-header-top-menu > div > ul > li > a {
  flex-grow: 1;
  display: block;
  padding: 25px 4px;
  color: var(--teal);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "raleway", sans-serif;
}
@media screen and (max-width: 1200px) {
  .home-header-top-menu > div > ul > li > a {
    padding: 25px 6px;
    font-size: 20px;
  }
}
.home-header-border {
  width: 100%;
  display: flex;
}
.home-header-border-section {
  width: 33.333%;
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.home-header-border > .home-header-border-section:nth-child(1) {
  background-color: #80bc00;
}
.home-header-border > .home-header-border-section:nth-child(2) {
  background-color: var(--pale-teal);
}
.home-header-border > .home-header-border-section:nth-child(3) {
  background-color: var(--dark-blue);
}
.home-header-bottom {
  width: 100%;
  display: flex;
  /* background-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent); */
  justify-content: center;
  z-index: 99;
  position: relative;
  /* padding: 10px 0; */
  background-color: var(--dark-blue);
}
body:not(.home) .home-header-bottom,
.home-header-bottom.sticky {
  position: fixed;
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.5s;
}
body:not(.home) .home-header-bottom.in,
.home-header-bottom.in.sticky {
  transform: translateY(0%);
  opacity: 1;
}
@media (max-width: 1050px) {
  body:not(.home) .home-header-bottom,
  .home .home-header-bottom.sticky {
    display: none;
  }
}
.home-header-bottom-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
}
.home-header-bottom-side {
  width: 37.5%;
}
.home-header-bottom-gap {
  width: 25%;
}
.home-header-bottom-gap a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.home-header-bottom-gap a img {
  position: absolute;
  width: 235px;
  top: 0;
}
.home-header-bottom-side {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-header-bottom-side a {
  padding: 5px 0;
  display: block;
  text-align: center;
  margin: 10px 5px;
  color: white;
  font-family: "raleway", sans-serif;
  font-weight: 500;
  border: 2px solid var(--pale-teal);
  border-radius: 100px;
  box-sizing: border-box;
  text-transform: uppercase;
  width: 250px;
  font-size: 18px;
  transition: all 500ms ease;
}
.home-header-bottom-side a:hover {
  background-color: var(--hover-teal);
  border-color: var(--hover-teal);
  color: #fff;
}
.home-header-bottom-side a:first-of-type {
  margin-left: 0;
}
.home-header-bottom-side a:last-of-type {
  margin-right: 0;
}
.home-header-top-menu > div > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.home-header-top-menu > div > ul > li:hover > a {
  color: var(--hover-teal);
}
.home-header-top-menu > div > ul > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
.home-header-top-menu > div > ul > li:hover > ul.sub-menu {
  display: flex;
  background-color: var(--teal);
  z-index: 999;
}
.home-header-top-menu > div > ul > li > ul.sub-menu > li > a {
  white-space: nowrap;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  flex-grow: 1;
  display: flex;
}
.home-header-top-menu > div > ul > li > ul.sub-menu > li > a:hover {
  color: white;
  background-color: var(--hover-teal);
}
.home-header-top-menu > div > ul > li > ul.sub-menu > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .home-header-top-menu > div > ul > li > ul.sub-menu > li.menu-item-has-children::after {
	content: '>';
	position: absolute;
	font-weight: bold;
	right: 5px;
	color: white;
} */
.home-header-top-menu
  > div
  > ul
  > li
  > ul.sub-menu
  > li.menu-item-has-children {
  position: relative;
}
.home-header-top-menu
  > div
  > ul
  > li
  > ul.sub-menu
  > li.menu-item-has-children
  > i {
  position: absolute;
  right: 5px;
  color: white;
  font-size: 12px;
}
.home-header-top-menu > div > ul > li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  list-style: none;
  margin: 0;
  background-color: var(--dark-blue);
}
.home-header-top-menu
  > div
  > ul
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > a {
  white-space: nowrap;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  flex-grow: 1;
  display: flex;
}
.home-header-top-menu
  > div
  > ul
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > a:hover {
  white-space: nowrap;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  flex-grow: 1;
  display: flex;
  background-color: var(--pale-teal);
}
.home-header-top-menu > div > ul > li > ul.sub-menu > li:hover > ul.sub-menu {
  display: flex;
}
body:not(.home) .home-header-bottom-gap a {
  align-items: center;
  height: 100%;
}
body:not(.home) .home-header-bottom-gap a img {
  position: static;
}
@media screen and (max-width: 1024px) {
  .footer-widget-2 {
    order: -1;
  }
  .footer-widget-3 {
    text-align: center;
  }
}
#subpage-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 4px solid var(--blue);
}
.subpage-header-top {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
}
.subpage-header-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#subpage-logo {
  position: relative;
  height: 100%;
}
#subpage-logo a {
  display: flex;
  height: 100%;
}
#subpage-logo a img {
  flex: 0;
  max-width: 325px;
}
.subpage-header-btns {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.subpage-header-btns > a {
  margin-right: 5px;
}

.subpage-menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.subpage-menu-toggle i {
  color: var(--teal);
  font-size: 24px;
}
.subpage-menu-toggle:hover {
  cursor: pointer;
}

#mobile-header {
  display: none;
  flex-direction: column;
  width: 100%;
  background-color: white;
}
@keyframes menuIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.mobile-header-btns {
  display: none;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #home-header,
  #subpage-header,
  #relative-header {
    display: none;
  }
  #mobile-header {
    display: flex;
  }
  .mobile-header-btns {
    display: flex;
  }
  .cah-cust-nav-bar-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 5px solid var(--pale-teal);
  }
  .home .cah-cust-nav-bar-wrapper {
    z-index: 100;
  }
  .home .cah-cust-nav-bar-wrapper .home-banner {
    display: none;
  }

  .cah-cust-nav-bar-wrapper.fixed #mobile-header {
    position: fixed;
    animation: menuIn 0.5s 1 both;
    border-bottom: 5px solid var(--pale-teal);
    z-index: 999;
  }
  /* .fixed .mobile-header-btns {
		display: none;
	} */
}
@media (max-width: 700px) {
  .home-banner {
    height: calc(90vh - 145px);
  }
}
.mobile-header-top {
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
}
.mobile-header-container {
  max-width: 90vw;
  width: 1200px;
  display: flex;
  flex-direction: column;
}
.mobile-header-top-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.mobile-header-top-wrapper > a:not(.mobile-phone) {
  width: 200px;
  margin-left: 0;
  margin-right: auto;
}
.mobile-phone {
  font-size: 22px;
  padding: 10px;
  color: var(--teal);
}
#sliding-menu {
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 350px;
  max-width: 90vw;
  background-color: rgba(14, 44, 73, 0.9);
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: all 500ms ease;
  /* display: none; */
}
.admin-bar #sliding-menu {
  top: 32px;
}
@media screen and (min-width: 1025px) {
  .home #sliding-menu {
    display: none !important;
  }
}
.sliding-menu-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sliding-menu-top > i {
  color: white;
  font-size: 24px;
}
#mobile-close {
  transition: all 500ms ease;
}
#mobile-close:hover {
  cursor: pointer;
  transform: rotate(180deg);
}
.toggle-off {
  display: none;
}
.toggle-on {
  display: block !important;
}
ul#menu-mobile {
  margin: 0;
  list-style: none;
}
ul#menu-mobile > li > a {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "raleway", sans-serif;
  display: block;
}
ul#menu-mobile > li > a:hover,
ul#menu-mobile > li.current-menu-item > a {
  color: var(--pale-teal);
}
ul#menu-mobile > li > ul.sub-menu {
  list-style: none;
  display: none;
}
ul#menu-mobile > li {
  padding: 3px 0;
  border-bottom: 2px solid var(--pale-teal) 38;
}
ul#menu-mobile > li > ul.sub-menu > li > a {
  color: white;
  font-family: "raleway", sans-serif;
  display: block;
  font-size: 22px;
}
ul#menu-mobile > li > ul.sub-menu > li > a:hover,
ul#menu-mobile > li > ul.sub-menu > li.current-menu-item > a {
  color: var(--pale-teal);
}
ul#menu-mobile > li > ul.sub-menu > li > ul.sub-menu {
  list-style: none;
  display: none;
}
ul#menu-mobile > li > ul.sub-menu > li > ul.sub-menu > li > a {
  color: white;
}
ul#menu-mobile > li.menu-item-has-children {
  position: relative;
}
ul#menu-mobile > li.menu-item-has-children > i {
  position: absolute;
  color: white;
  right: 0;
  top: 0px;
  height: 44px;
  display: flex;
  align-items: center;
}
ul#menu-mobile > li.menu-item-has-children > ul.sub-menu > li {
  position: relative;
}
ul#menu-mobile > li.menu-item-has-children > ul.sub-menu > li > i {
  position: absolute;
  color: white;
  right: 0;
  top: 5px;
}
ul#menu-mobile > li.menu-item-has-children > i:hover {
  cursor: pointer;
}
ul#menu-mobile > li.menu-item-has-children > ul.sub-menu > li > i {
  position: absolute;
  color: white;
  right: 0;
  top: 5px;
}
ul#menu-mobile > li.menu-item-has-children > ul.sub-menu > li > i:hover {
  cursor: pointer;
}
.home header.entry-header {
  display: none;
}
.mobile-header-btns {
  flex-direction: column;
  width: 100%;
  padding: 0 15px 15px;
  box-sizing: border-box;
}
.mobile-header-btns > a {
  padding: 5px 10px;
  font-weight: 800 !important;
  background-color: var(--teal);
  /* border: 2px solid; */
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: white;
  /* margin-right: 5px; */
  /* font-size: 16px; */
  border-radius: 100px;
  font-family: "raleway", sans-serif;
}
.mobile-header-btns > a:first-of-type {
  /* border-color: var(--pale-teal);
	color: var(--pale-teal); */
  margin-bottom: 5px;
}
/* .mobile-header-btns > a:last-of-type {
	border-color: #80BC00;
	color: #80BC00;
}
.mobile-header-btns > a:first-of-type:hover {
	background-color: var(--pale-teal);
	color: #fff;
}
.mobile-header-btns > a:last-of-type:hover {
	background-color: #80BC00;
	color: #fff;
} */
.home-callouts {
  width: 100%;
  display: flex;
  padding: 10px 0;
  background-color: rgba(112, 180, 177, 0.15);
}
.home-callout {
  width: 33.3333vw;
  height: 33.3333vw;
  box-sizing: border-box;
  padding: 0 10px;
}
.home-callouts > .home-callout:nth-child(2) {
  padding: 0 0;
}
.home-callout-card {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 50px;
}
.home-callout-card h3 {
  font-family: "raleway", sans-serif;
  color: white;
  font-weight: bold;
  text-transform: capitalize;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 40px;
  text-align: center;
}
.home-callout-btn {
  display: flex;
  align-items: center;
  background-color: var(--dark-blue);
  color: white;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: relative;
  transition: all 1s ease;
}
.home-callout-btn p {
  margin-bottom: 0;
  padding: 0 65px 0 15px;
  opacity: 0;
  transition: all 500ms ease 250ms;
  white-space: nowrap;
  color: white !important;
}
.home-callout-btn-circle {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--teal);
  border-radius: 100px;
  position: absolute;
  right: 0;
}
.home-callout-btn-circle > i {
  color: white;
  font-size: 30px;
}
.home-callout-btn:hover {
  width: 160px;
}
.home-callout-btn:hover p {
  opacity: 1;
  /* transition: all 500ms ease 0s; */
}
.home-callouts > .home-callout:nth-child(1) > .home-callout-card {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/wp-content/uploads/2025/06/Our-Doctors.png");
}
.home-callouts > .home-callout:nth-child(2) > .home-callout-card {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/wp-content/uploads/2025/06/Our-Services.png");
}

.home-callouts > .home-callout:nth-child(3) > .home-callout-card {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/wp-content/uploads/2025/06/New-Clients.png");
}
@media screen and (max-width: 1024px) {
  .home-callouts {
    flex-direction: column;
  }
  .home-callout {
    width: 100vw;
    height: 100vw;
    padding: 0 10px 10px 10px;
  }
  .home-callouts > .home-callout:nth-child(2) {
    padding: 0 10px 10px 10px;
  }
  .home-callouts > .home-callout:nth-child(3) {
    padding-bottom: 0;
  }
}
.hours {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.day {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--black);
}
.day > p {
  margin-bottom: 0;
}
.bottom-banner {
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-banner > img {
  width: 100%;
}
.bottom-banner-container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
}
.bottom-banner-caption {
  width: 50%;
}
.bottom-banner-caption h2 {
  color: white;
  font-size: 60px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .bottom-banner-caption {
    width: 100%;
  }
  .bottom-banner-caption h2 {
    text-align: center;
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
  }
}
.fixed .sticky .home-header-bottom-gap {
  display: flex;
  align-items: center;
}
.fixed .sticky .home-header-bottom-gap > a {
  align-items: center;
}
.fixed .sticky .home-header-bottom-gap > a > img {
  position: relative;
  width: 200px;
}
.page-id-2014 .entry-header,
.page-id-54 .entry-header {
  display: flex;
  justify-content: center;
  text-align: center;
}
.page-id-2014 {
  .col-full > h2 {
    text-align: center;
    color: var(--teal);
  }
}
.page-id-2222 #right-sidebar,
.page-id-41 #right-sidebar {
  display: none;
}
.page-id-2222 .post-container {
  margin-top: 0;
}
.page-id-2222 #page {
  width: 100%;
  max-width: none;
}
.page-id-2222 #primary,
.page-id-41 #primary {
  width: 100%;
}
.page-id-2222 #main,
.page-id-41 #main {
  margin-right: 0;
}
.page-id-2222 .entry-header {
  display: none;
}
.page-id-27 .entry-header {
  justify-content: center;
}
.new-services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.new-service-card {
  width: calc(33.333% - 20px);
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.new-service-card > img {
  margin-bottom: 15px;
  border-radius: 25px;
  transition: all 0.6s ease;
  widht: 100%;
}
.new-service-card > h3 {
  color: var(--dark-blue);
  font-weight: 800;
  font-size: 26px;
  text-transform: capitalize;
}
.new-service-card:hover > img {
  filter: brightness(0.85);
}
@media (min-width: 767px) and (max-width: 1024px) {
  .new-service-card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 766px) {
  .new-service-card {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.category-service .page-header-image-single > img {
  border-radius: 25px;
  margin-bottom: 25px;
}
#positioned-header {
  position: relative !important;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 1024px) {
  #positioned-header {
    display: flex;
  }
  .home #positioned-header {
    opacity: 1;
    border-bottom: none;
  }
}

/* rye css */

.page-id-2389 {
  .entry-header {
    display: none;
  }
  #right-sidebar {
    display: none;
  }
  #primary,
  #main {
    width: 100%;
    margin: 0 !important;
  }
  #page {
    max-width: none;
    width: 100%;
  }
  .post-container {
    margin-top: 0;
  }
}

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

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

    & h1 {
      text-transform: capitalize;
      margin-bottom: 0;
      font-size: 60px;
      font-weight: bold;
      color: var(--dark-blue);
      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(--hover-teal);
    & svg {
      transform: rotate(180deg);
    }
  }
  .tu {
    background-color: var(--dark-blue);
  }
}
.ears-parent {
  /* bottom: 0;
  left: 50%; */
  /* transform: translate(-50%, 0%); */
  max-width: 900px;
  width: 90%;
  animation: hideshow 3s ease infinite;
}

@keyframes hideshow {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
.page-id-369 {
  .entry-content p:nth-child(3) {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--teal);
    font-size: 24px;
  }
  #page {
    margin-bottom: 100px;
  }
}
.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(--dark-blue);
  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(--teal);
    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(--dark-blue);
  }
}
.ears.ears-active {
  opacity: 1;
}

/* home services */

.wp-block-column.outer-width,
.wp-block-columns.outer-width {
  padding: 60px 0;

  & p {
    color: var(--dark-blue);
  }

  & h2.wp-block-heading {
    color: var(--dark-blue);
    font-weight: bold;
    text-transform: capitalize;

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

.outer-width {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.home-services-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.center-title {
  font-size: 40px;
  color: var(--dark-blue);
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;

  &.underlined {
    border-bottom: 2px solid var(--transparent-dark);
    padding-bottom: 20px;
  }
}

#services-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  .services-inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: space-between;
  }
  .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.service {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: var(--dark-blue) !important;
  width: calc(50% - 20px);
}

.service i {
  font-size: 14px;
  color: #fff;
  margin-right: 8px;
  transform: rotate(25deg);
  transition: transform 0.5s ease;
}

.service:hover {
  color: var(--hover-teal);
  & i {
    transform: rotate(0deg);
    transition: transform 0.5s ease;
  }
}

.service {
  .check {
    /* fill: #fff; */
    width: 18px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .home-services-card {
    padding: 20px;
  }
  .service {
    font-size: 16px;
    width: calc(50% - 10px);
  }
}

/* Testimonial Secton */

.testimonial-section {
  padding: 80px 0;
  width: 100%;
  background-color: #fff;

  .testimonial-section__inner {
    width: 100%;
    max-width: none;
    display: flex;
  }

  .title-card {
    padding: 80px;

    .title-arrow {
      width: 75px;
      margin-top: 20px;
    }
  }
  .testimonial-section-title {
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 0;
    color: var(--dark-blue);
  }
}

.testimonial-card {
  position: relative;
  min-width: 325px;
  padding: 40px 20px;
  background-color: var(--transparent-teal);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in;
  border-radius: 16px;

  & p {
    margin-bottom: 0;
    color: var(--dark-blue);
    & a {
      color: var(--teal);
    }
  }
}

.read-more-card {
  background-color: var(--pale-teal);

  & h3 {
    margin-bottom: 0;
    transition: all 0.3s ease-in;
    font-size: 1.5em;
  }

  &:hover {
    background-color: var(--hover-teal);

    & h3 {
      color: #fff;
    }
  }
}

/* testimonial page */

.testimonial-page {
  .testimonial-page__inner {
  }
  .testimonial-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .testimonial-title {
    font-weight: bold;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .testimonial-section {
    display: none;
  }
}

.testimonial-title {
  font-weight: bold;
  margin-bottom: 0 !important;
}

/* carousel styles */
.carousel-body {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.carousel-inner {
  display: flex;
  transition: all 0.6s ease;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-right: 20px;

  &::-webkit-scrollbar {
    display: none;
  }
}
.carousel-card {
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 32px;
  width: calc(30% - 32px);

  &:first-of-type {
    margin-left: 20px;
  }
}

.accreditations {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
  background-color: #fff;
}
.accreditations-container {
  width: 800px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.accreditations-container > h2 {
  text-align: center;
  color: var(--dark-blue) !important;
  text-transform: capitalize;
  font-weight: bold;
}
.accreditations-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.accreditations-wrapper > img {
  width: 20%;
  box-sizing: border-box;
  padding: 15px;
}

@media (min-width: 788px) and (max-width: 1024px) {
  .accreditations-wrapper > img {
    width: 50%;
  }
}
@media screen and (max-width: 787px) {
  .accreditations-wrapper > img {
    width: 100%;
  }
}
