/*
Theme Name: iVET360 Base 12
Theme URI: https://ivet360.com/
Author: Brendan Shea
Author URI: https://ivet360.com/
Description: iVET360's Base 12 theme.
Version: 2020.1
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Sitewide
# Search
# Header
# Homepage
  ## Hero
  ## Welcome
  ## HP Services
  ## HP Team
  ## Appointment
# Subpages
  ## Headers
  ## SP Team
  ## SP Services
  ## Contact Us
  ## Thank You
  ## Search Results
  ## 404 Page
# Footer
# Hidden Elements
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sitewide
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}
body,
p,
a,
ul,
li,
u,
em,
div,
button,
input,
figure,
footer,
header,
section,
aside,
nav,
form {
  font-family: mr-eaves-xl-modern, sans-serif;
}
h1,
h2 {
  font-family: bree-serif, serif;
}
h3,
h4,
h5,
h6 {
  font-family: mr-eaves-xl-modern, sans-serif;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: var(--med-rose);
}

ol {
  list-style: decimal;
}

h1 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25em;
}

h2 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25em;
}

h3 {
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25em;
}

h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

/* p, body:not(.home) #content li {
  font-size: 20px;
} */
body {
  font-size: 20px;
  line-height: 1.5em;
}
p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
li {
  line-height: 1.5em;
}
.home .entry-content > p {
  margin-bottom: 0;
  display: none;
}
i,
em {
  font-style: italic;
}

body {
  position: relative;
  font-weight: lighter;
}

body:not(.home) #content ul,
body:not(.home) #content ol {
  margin: 0 0 1em 3em;
}

body:not(.home) #content ul {
  list-style: disc;
}

#opacity-effect {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #00000059;
  z-index: 9998;
}

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

.fifty-percent {
  width: 50%;
}

.fifty-percent:first-of-type {
  padding-right: 2.5%;
}

.fifty-percent:last-of-type {
  padding-left: 2.5%;
}

.blue-button,
.dark-blue-button,
.gform_button {
  font-size: 18px;
  /* padding: 6px 12px; */
  padding: 10px 25px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
}

.blue-button {
  background-color: var(--dark-rose);
  border: 2px solid var(--dark-rose);
}

.blue-button:hover {
  background-color: var(--light-rose);
  border: 2px solid var(--light-rose);
  color: #fff;
}

.gform_button,
.dark-blue-button {
  background-color: var(--dark-rose);
  border: 2px solid var(--dark-rose);
}

.dark-blue-button:hover,
.gform_button:hover {
  background-color: var(--light-rose);
  border: 2px solid var(--light-rose);
  color: #fff;
}

#gform_submit_button_1 {
  border-left: none;
}

/* #wrapper {
  overflow-x: hidden;
} */

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
body {
  position: relative;
}
#search-box {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 156.22px;
  background-color: white;
  display: flex;
  justify-content: center;
  transform: translateY(-500px);
  transition: transform 0.4s ease;
}

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

#search-box .search-submit {
  display: none;
}

#search-inner {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-form {
  width: 75%;
}

.search-form,
.search-field {
  height: 100%;
}

.search-field {
  width: 100%;
  font-size: 50px;
  border: none;
}

.search-field::placeholder {
  color: var(--dark-rose);
}

#exit-search-btn {
  padding: 10px;
  cursor: pointer;
}

#exit-search-icon {
  font-size: 34px;
  color: #a2a3a7;
  transition: all 0.4s ease;
}

#exit-search-btn:hover #exit-search-icon {
  transform: rotate(180deg);
  color: var(--light-rose);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#post-2 header {
  display: none;
}

#header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 4px solid var(--light-rose);
  background-color: var(--cream);
}

#sticky-header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  transform: translateY(-175px);
  transition: transform 0.4s ease;
  background-color: var(--dark-rose);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
}

.sticky-section {
  width: 25%;
  padding: 25px 0;
}

.sticky-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: min(3.75vw, 22px);
}

.sticky-button i {
  margin-right: 6px;
}

#sticky-one {
  background-color: var(--light-rose);
}

#sticky-two {
  background-color: var(--med-rose);
}

#sticky-three {
  background-color: var(--light-rose);
}

#stick-four {
  background-color: var(--dark-rose);
}

.header-top-buttons {
  color: white;
  background-color: var(--dark-rose);
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}

.header-top-buttons:first-of-type {
  background-color: var(--light-rose);
}

.header-top-buttons:nth-last-of-type(2) {
  background-color: var(--dark-rose);
}

.header-top-buttons:nth-last-of-type(2) {
  background-color: var(--med-rose);
}

#header-appointment {
  background-color: var(--light-rose);
}

#main-header {
  position: relative;
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: space-between;
}

#header-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 30%;
}

#header-left a {
  display: flex;
}

#header-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* justify-content: flex-end;
  align-items: center; */
  width: 70%;
}

#header-top {
  /* position: absolute;
  top: 0; */
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#header-top-inner {
  display: flex;
}

#header-logo {
  width: 400px;
  margin-left: 0px;
  margin-bottom: -2px;
}

.menu-main-menu-container {
  height: 100%;
}

#menu {
  height: 100%;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  margin-right: 20px;
}

#menu #main-menu {
  display: flex;
  height: 100%;
}

#menu #main-menu > li {
  height: 100%;
  margin-right: 18px;
}

#menu #main-menu > li:hover > .sub-menu {
  z-index: 9999;
  display: block;
}

#menu #main-menu > li > a {
  height: 100%;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--light-rose);
  font-size: 20px;
  display: flex;
  align-items: center;
}

#menu #main-menu > li > a:after {
  position: absolute;
  /* bottom: 45px; */
  bottom: 25px;
  left: 0;
  width: 100%;
  display: block;
  /* content: ''; */
  /* border-bottom: 2px solid var(--light-rose); */
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

#menu #main-menu > li > a:hover:after {
  /* transform: scaleX(1); */
}

#menu #main-menu .current_page_item > a:after {
  /* transform: scaleX(1); */
}

#menu .sub-menu {
  position: absolute;
  display: none;
}

#menu .sub-menu > li {
  /* height: 50px;
  padding: 0 20px; */
  background-color: var(--med-rose);
  transition: background-color 0.5s ease;
}

#menu .sub-menu > li:hover {
  background-color: var(--light-rose);
}
#menu .sub-menu > li:hover > .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 100%;
  top: 0;
}
#menu .sub-menu > li > a {
  height: 100%;
  font-size: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
}

#open-search {
  padding: 5px 10px;
  border-left: 2px solid var(--light-rose);
  cursor: pointer;
}

#hamburger {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.burger-line {
  width: 35px;
  height: 4px;
  background: var(--dark-rose);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.burger-line::before,
.burger-line::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  background: var(--dark-rose);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.burger-line::before {
  transform: translateY(-12px);
}

.burger-line::after {
  transform: translateY(12px);
}

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

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

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

#open-search i {
  color: var(--light-rose);
}

#header-social-box {
  z-index: 9998;
  position: absolute;
  bottom: -40px;
  left: 2.5%;
  display: flex;
}

.header-social-links {
  width: 40px;
  height: 40px;
  color: white;
  background-color: var(--med-rose);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease;
}

.header-social-links:hover {
  background-color: var(--light-rose);
}

.header-social-links:not(:last-of-type) {
  border-right: 1px solid var(--cream);
}

#mobile-menu-container {
  display: none;
  width: 100%;
}

#mobile-menu-container #mobile-menu > li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--med-rose);
  border-bottom: 1px solid var(--cream);
  cursor: pointer;
}

#mobile-menu-container #mobile-menu > li > a {
  padding: 8px 0;
  width: fit-content;
  color: white;
  font-size: 20px;
}

#mobile-menu-container,
#mobile-menu-container .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

#mobile-menu-container .sub-menu {
  width: 100%;
}

#mobile-menu-container .sub-menu > li {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--light-rose);
  border-top: 1px solid var(--cream);
}

#mobile-menu-container .sub-menu > li > a {
  padding: 8px 0;
  color: white;
  font-size: 18px;
}

#mobile-menu-container .fa-chevron-right {
  position: absolute;
  top: 10px;
  right: 2%;
  transition: all 0.2s ease;
  color: white;
}

.rotate {
  transform: rotate(90deg);
}

.sub-menu-open {
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

/* .page-id-2 {
  overflow-x: hidden;
} */

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/

/* #hero-outer-container {
  position: relative;
  width: 100vw;
  height: 45vw;
} */

#hero-container {
  position: relative;
  /* width: 100vw;
  height: 45vw; */
  /* background-image: url('/wp-content/uploads/2020/03/homepage-slider.png'); */
  /* background-size: cover;
  overflow: hidden; */
  background-color: var(--cream);
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

#video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000052;
}

#video-text {
  position: absolute;
  bottom: 35%;
  left: 15%;
  z-index: 20;
}

#video-text h1 {
  text-align: center;
  color: white;
  margin: 0;
  line-height: 1em;
}

.hero-fade:nth-child(1) {
  transform: translateY(-90px);
}

.hero-fade:nth-child(2) {
  transform: translateY(-60px);
}

.hero-fade:nth-child(3) {
  transform: translateY(-40px);
}

.hero-fade:nth-child(4) {
  transform: translateY(-20px);
}

.hero-fade {
  opacity: 0;
  transition: transform 1.2s ease, opacity 2s ease;
}

#video-text h1:not(#video-italics-text) {
  text-transform: uppercase;
}

.video-thin-text {
  font-size: 55px;
  font-weight: lighter;
}

#video-bold-text {
  font-size: 80px;
  font-weight: bold;
}

#video-italics-text {
  font-style: italic;
  font-size: 70px;
  font-weight: bold;
}

.video-underline {
  position: relative;
}

.video-underline::after {
  content: "";
  display: block;
  border-bottom: 2px solid white;
  width: 0;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.video-underline.hundid::after {
  width: 100%;
}

/*--------------------------------------------------------------
## Welcome
--------------------------------------------------------------*/

#three-callouts {
  width: 100vw;
  height: min(25vw, 500px);
  display: flex;
}

.callout {
  width: 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.callout-text {
  text-align: center;
  transform: translateY(55%);
  opacity: 0;
  transition: transform 1.2s ease, opacity 2s ease;
}

.fade-in {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.callout:hover .callout-text {
  transform: scale(1.15) !important;
}

.callout-text h3 {
  font-size: 28px;
  color: white;
  font-style: italic;
  margin-bottom: 15px;
}

.callout-text h2 {
  font-size: 34px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

#about-area {
  width: 100vw;
  background-color: var(--light-rose);
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 180px;
}

.about-section {
  box-sizing: border-box;
  padding-right: 15px;
}

.about-section:not(#first-about-section) {
  padding: 5% 2.5% 5% 0;
  width: 55%;
}

#first-about-section {
  padding-top: 5%;
  width: 45%;
  padding-right: 5%;
}

#about-intro h2 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 300 !important;
}

#about-intro h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}

#icons-image {
  margin: 20px 0 -14px 0;
}

.about-section-text {
  color: #fff;
}

.about-section-text a {
  color: #fff;
}

.about-animation-text {
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 0.7s ease, opacity 1.3s ease;
}

/*--------------------------------------------------------------
## HP Services
--------------------------------------------------------------*/

#homepage-services {
  width: 100vw;
  display: flex;
  justify-content: center;
  padding: 5% 0;
  background-color: var(--cream);
}

#hp-services-intro-container {
  overflow: hidden;
}

#hp-services-title {
  font-size: 44px;
  font-weight: 300 !important;
  color: var(--med-rose);
  margin-bottom: 20px;
  text-transform: uppercase;
  transform: translateY(-200px);
  transition: transform 1s ease;
}

#hp-services-text {
  color: var(--dark-rose);
  opacity: 0;
  transition: opacity 1.6s ease;
}

#hp-services-text span {
  font-weight: bold;
}

#services-title {
  font-size: 34px;
  color: var(--med-rose);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

#services-box {
  /* margin-left: 25px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#services-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}

.service {
  font-size: 22px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: var(--dark-rose);
  transform: translateX(-70px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 1.5s ease;
  width: calc(50% - 20px);
  font-weight: bold;
}

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

.service:hover i {
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}

.service {
  color: var(--dark-rose);
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/

#team-border-one {
  margin-bottom: -9px;
}

#gray-line-one {
  transform: translateY(190px);
  transition: transform 1.2s ease;
}

.light-gray-line-one {
  transform: translateY(145px);
  transition: transform 0.8s ease;
}

.animate-gray-line {
  transform: translateY(0px) !important;
}

#meet-the-team {
  width: 100vw;
  background-color: var(--light-rose);
  display: flex;
  justify-content: center;
  padding: 80px 0 100px 0;
}
#meet-the-team .blue-button:hover {
  background-color: var(--med-rose);
  border: 2px solid var(--med-rose);
}
#meet-the-team .fifty-percent:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#team-border-two {
  position: relative;
  z-index: 2;
}
#meet-the-team .inner-wrapper {
  background-color: var(--light-rose);
}

#team-image {
  width: 100%;
  border: 5px solid var(--dark-rose);
}

#team-text {
  color: #fff;
  margin-bottom: 20px;
}

#team-title {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

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

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

.home .appointment-area .inner-wrapper {
  justify-content: flex-start;
}

.appointment-container {
  background-color: var(--light-rose);
  padding: 35px 30px;
}

.appointment-container .dark-blue-button:hover {
  background-color: var(--med-rose);
  border: 2px solid var(--med-rose);
}

#hp-appointment-container {
  opacity: 0;
  transition: opacity 1.8s ease;
}

#sp-appointment-container {
  transform: translateX(-300px);
  opacity: 0;
  transition: all 0.6s ease-in;
}

.appointment-container h2 {
  font-size: 44px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.appointment-box {
  display: flex;
}

.appointment-box .dark-blue-button:first-of-type {
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Subpages
--------------------------------------------------------------*/

.page-template-default:not(.home) #container,
.post-container,
.search .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-template-default:not(.home) #content,
.post-content,
.search .entry-inner-content {
  width: 90%;
  max-width: 1200px;
  margin: 80px 0;
}

.page-template-default:not(.home) .entry-content p {
  margin-bottom: 1.2em;
}

.header {
  display: flex;
  justify-content: center;
  width: 100vw;
  background-color: var(--light-rose);
}

.inner-header {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: center;

  align-items: center;
}
.category-services .inner-header {
  justify-content: flex-start;
}

.entry-title {
  color: white;
  margin-left: 0px;
  margin-bottom: 0;
  padding: 100px 0px;
  font-size: 65px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 4.5s ease;
  font-family: mr-eaves-xl-modern, sans-serif;
}
.service-post .inner-header {
  display: flex;
}
.first-word {
  font-weight: lighter;
  font-size: 40px;
  line-height: 1em;
}

.post-content p {
  margin-bottom: 1em;
  line-height: 25px;
}

.post-img-container {
  transform: translateY(-100px);
  opacity: 0;
  transition: transform 1.2s ease, opacity 1.6s ease;
}

.post-img-container img {
  max-width: 475px;
  height: auto;
  float: right;
  margin: -240px 0 10px 10px;
  border: 6px solid var(--light-rose);
}

.post-title {
  font-size: 50px;
  color: var(--med-rose);
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
## SP Headers
--------------------------------------------------------------*/

.page-id-39 .header {
  background-image: url("/wp-content/uploads/2020/03/about-us.png");
  background-size: cover;
}

.page-id-43 .header {
  background-image: url("/wp-content/uploads/2021/06/contact-us.png");
  background-size: cover;
}

.page-id-567 .header {
  background-image: url("/wp-content/uploads/2020/04/our-team.png");
  background-size: cover;
}

.page-id-39 .inner-header,
.page-id-567 .inner-header {
  display: flex;
  justify-content: flex-end;
}

.page-id-39 .entry-title,
.page-id-567 .entry-title {
  margin-left: 0;
  margin-right: 30px;
}

.page-id-567 .entry-title,
.page-id-43 .entry-title {
  color: var(--dark-rose);
}

/*--------------------------------------------------------------
## SP Team
--------------------------------------------------------------*/

.page-id-567 #content {
  width: 100% !important;
  max-width: none !important;
}

.team-container {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}

.team-container-inner {
  display: flex;
  width: 90%;
  max-width: 1200px;
  align-items: flex-start;
}

.odd-background {
  display: flex;
  min-height: 1000px;
  background-image: url(/wp-content/uploads/2020/04/staff-section-highlight.png);
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.team-photo {
  width: 300px;
  min-width: 300px;
  height: auto;
  max-width: 90%;
  flex: none;
  background-color: var(--dark-rose);
}

.team-photo img {
  width: 100%;
  transform: translate(12px, 12px);
  max-width: 100%;
}

.team-text {
  padding: 0 5%;
}

.team-text h2 {
  font-size: 45px;
  font-weight: normal;
  color: var(--med-rose);
  font-style: italic;
  margin-bottom: 20px;
}

.team-text p {
  color: var(--dark-rose);
  line-height: 25px;
}

/*--------------------------------------------------------------
## SP Services
--------------------------------------------------------------*/

.page-id-41 .header {
  background: none;
  background-image: url("/wp-content/uploads/2023/01/CVH-services-hero.png");
  background-size: cover;
  background-position: center;
}

.page-id-41 .entry-title {
  color: #fff;
  margin-left: 0;
  margin-right: 30px;
  font-family: mr-eaves-xl-modern, sans-serif;
}

.page-id-41 .inner-header {
  display: flex;
  justify-content: flex-end;
}

#subpage-services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.service-box {
  width: 33.3%;
  padding: 20px;
  min-width: 295px;
}

.inner-service-box {
  position: relative;
  width: 100%;
}

.service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000003d;
  transition: background-color 0.6s ease;
}

.service-box:hover .service-overlay {
  background-color: rgba(83, 56, 45, 0.6);
}

.inner-service-box img {
  width: 100%;
  display: flex;
  align-self: stretch;
}

.service-title-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-title-box h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 8px;
  width: 90%;
  font-family: mr-eaves-xl-modern, sans-serif;
}

.service-learn-more {
  color: #fff;
  background-color: var(--light-rose);
  font-weight: bold;
  font-size: 18px;
  padding: 5px 30px;
  margin: 0 !important;
}

/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/

.page-id-43 .appointment-area {
  display: none;
}

.page-id-43 #content {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
}

.page-id-43 .inner-header {
  display: flex;
  justify-content: flex-end;
}

.page-id-43 .entry-title {
  margin-right: 30px;
}

#contact-us {
  width: 100%;
  display: flex;
}

#contact-map {
  width: 65%;
}

#contact-info {
  width: 35%;
  padding: 2.5%;
  background-color: var(--med-rose);
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-info h2 {
  font-size: 26px;
  /* margin-bottom: 5px; */
  color: #fff;
}

#gform_3 .gfield_label,
#field_3_6,
#field_3_7 {
  display: none;
}

#gform_3 input,
#gform_3 textarea {
  width: 100%;
  border: none;
  padding: 8px;
}

#gform_fields_3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px !important;
}

#gform_fields_3 li {
  width: 48%;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Thank You
--------------------------------------------------------------*/

.review-block {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 3px;
  margin: 5px !important;
}

.review-block i {
  color: white !important;
  margin-right: 10px;
  font-size: 17px !important;
}

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

.review-block:hover {
  filter: brightness(0.8);
}

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/

.search-results article {
  display: flex;
  justify-content: center;
}

.search-results .entry-summary {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 40px;
}

.search-results article:first-of-type {
  margin-top: 80px;
}

.search-results article:last-of-type {
  margin-bottom: 80px;
}

.search-results .posts-header {
  display: none;
}

.search-results .post-title {
  font-size: 40px;
  margin: 10px 0;
}

.vist-page-box {
  margin-top: 10px;
}

.vist-page {
  position: relative;
  font-size: 20px;
}

.vist-page:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  display: block;
  content: "";
  border-bottom: 2px solid var(--dark-rose);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.vist-page:hover:after {
  transform: scaleX(1);
}

.search-no-results .entry-content .search-field {
  margin: 25px 0;
}

.search-no-results .search-submit {
  font-size: 18px;
  padding: 6px 12px;
  color: white;
  background-color: var(--dark-rose);
  border: 2px solid var(--dark-rose) !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
}

.search-no-results .search-submit:hover {
  color: var(--dark-rose);
  background-color: white;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/

#error-code {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--med-rose);
  background-image: url(/wp-content/uploads/2023/01/CVH_logo_Illustration.svg);
  background-position: 100% 10%;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  background-size: 40%;
}
.home #footer {
  padding-top: 50px;
}
#top-angle {
  z-index: 1;
  width: 100vw;
  height: 65px;
  transform-origin: top right;
  transform: rotate(1.8deg);
  background-color: var(--light-rose);
}

#footer .inner-wrapper {
  z-index: 2;
  max-width: 90vw;
}

#homepage-footer .fifty-percent .custom-html-widget {
  display: flex;
  flex-direction: column;
}

#subpage-footers .fifty-percent:first-of-type .custom-html-widget,
#homepage-footer .fifty-percent:first-of-type .custom-html-widget {
  align-items: center;
  display: flex;
  flex-direction: column;
}

#subpage-footers .fifty-percent:last-of-type .custom-html-widget,
#homepage-footer .fifty-percent:last-of-type .custom-html-widget {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.footer-logo {
  max-width: 300px;
  margin-bottom: 20px;
}

#hp-footer-logo,
#sp-footer-logo {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 1.4s ease;
}

#footer-map {
  max-width: 100%;
}

#sp-footer-right,
#hp-visit-us {
  overflow: hidden;
}

#sp-footer-right,
#hp-visit-us > div {
  transform: translateX(40%);
  opacity: 0;
  transition: transform 0.8s ease, opacity 1.4s ease;
  overflow-x: hidden;
}

.visit-us h2 {
  font-size: 44px;
  font-weight: bold;
  color: var(--dark-rose);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.visit-us p {
  color: #fff;
  font-weight: bold;
}

.contact-box {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.contact-box a {
  margin-bottom: 10px;
}

.visit-us a {
  color: #fff;
  font-size: 20px;
}
#sp-footer-right a,
#sp-footer-right h2,
#hp-visit-us a,
#hp-visit-us h2 {
  color: #fff;
  /* font-size: 20px; */
}
#sp-footer-right,
#hp-visit-us h2 {
  text-transform: uppercase;
  font-weight: bold;
}

#sp-footer-right,
#hp-visit-us p {
  color: #fff;
}

.hours-box p:first-child {
  margin-bottom: 0px !important;
}

.bold {
  font-weight: bold;
}

#gform_wrapper_1 {
  margin-top: 20px;
}

.home #gform_wrapper_1 {
  margin-top: 20px;
  margin-bottom: 0;
}

#gform_1 {
  display: flex;
  position: relative;
}

#field_1_2 .gfield_label {
  position: absolute;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  top: -39px;
  white-space: nowrap;
  display: none;
}

#gform_fields_1 li,
#gform_1 .gform_footer,
#gform_1 .gform_body {
  width: fit-content;
  padding: 0 !important;
  margin: 0 !important;
}

#gform_fields_1 .ginput_container_email {
  margin-top: 0 !important;
}

#gform_fields_1 input {
  width: 100%;
  border: none;
  padding: 12px 65px 12px 12px;
  border: 2px solid var(--light-rose);
}

#gform_submit_button_1 {
  height: 100%;
  margin-right: 0;
}

#subpage-footers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#subpage-footer-inner {
  width: 100%;
  display: flex;
}
.page-id-43 #subpage-footer-inner {
  display: none;
}
.subpage-footer-half {
  width: 50%;
  display: flex;
  flex-direction: column;
}

#sp-footer-left {
  transform: translateX(-5%);
  opacity: 0;
  transition: transform 0.7s ease, opacity 2s ease;
}

#sp-footer-right {
  transform: translateX(5%);
  opacity: 0;
  transition: transform 0.7s ease, opacity 2s ease;
}

.subpage-footer-titles {
  margin-bottom: 20px;
  color: var(--dark-rose);
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}

.subpage-footer-half .gform_wrapper {
  margin: 0;
}

.subpage-footer-half .gform_footer {
  display: flex;
  justify-content: center;
}

.subpage-footer-half a {
  font-size: 20px;
  color: var(--dark-rose);
}

.subpage-footer-half .contact-box {
  text-align: center;
}

#footer-socials {
  margin-top: 20px;
  display: flex;
}

.footer-social-links {
  background-color: var(--dark-rose);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  transition: all 0.5s ease;
}

.footer-social-links:hover {
  background-color: var(--light-rose);
}

.footer-social-links:not(:last-of-type) {
  margin-right: 5px;
}

.footer-social-links svg {
  fill: white;
  height: 20px;
}

#copyright {
  width: 100vw;
  display: flex;
  justify-content: center;
  background-color: var(--dark-rose);
  padding: 30px 0;
}

#copyright .inner-wrapper {
  justify-content: center;
}

.home #copyright {
  padding: 30px 0 30px 0;
}

#copyright-text,
#copyright-text a {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}

body:not(.home) #copyright-text {
  width: 100%;
  text-align: center;
}

#lowercase {
  text-transform: lowercase;
}

/*--------------------------------------------------------------
# Hidden Elements
--------------------------------------------------------------*/

.page-id-632 #header-top,
.page-id-632 #menu,
.page-id-632 #header-social-box,
.page-id-632 .inner-header,
.page-id-632 .appointment-area,
.page-id-632 #footer,
.page-id-632 #sticky-header,
.page-id-632 #copyright,
.page-id-630 #header-top,
.page-id-630 #menu,
.page-id-630 #header-social-box,
.page-id-630 .inner-header,
.page-id-630 .appointment-area,
.page-id-630 #footer,
.page-id-630 #sticky-header,
.page-id-630 #copyright,
.page-id-369 #header-top,
.page-id-369 #menu,
.page-id-369 #header-social-box,
.page-id-369 .appointment-area,
.page-id-369 #footer,
.page-id-369 #sticky-header,
.page-id-369 #copyright,
.page-id-371 #header-top,
.page-id-371 #menu,
.page-id-371 #header-social-box,
.page-id-371 .appointment-area,
.page-id-371 #footer,
.page-id-371 #sticky-header,
.page-id-371 #copyright {
  display: none !important;
}

.page-id-632 #sticky-header,
.page-id-630 #sticky-header,
.page-id-369 #sticky-header,
.page-id-371 #sticky-header {
  padding: 0;
}

.page-id-632 #main-header,
.page-id-630 #main-header,
.page-id-369 #main-header,
.page-id-371 #main-header {
  display: flex;
  justify-content: center;
}

.page-id-632 .header,
.page-id-630 .header {
  height: 40px;
}

.page-id-369 .entry-title,
.page-id-371 .entry-title {
  width: auto;
  font-size: 80px;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1120px) {
  /* HOMEPAGE SECTIONS */

  #hero-container {
    overflow-y: inherit;
    height: 100%;
    display: flex;
  }

  #video-697-2 {
    display: flex;
  }

  #video-text {
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
  }

  .inner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .fifty-percent {
    width: 100%;
    padding: 0 !important;
    text-align: center;
    margin: 15px 0;
  }

  .about-section {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 25px;
  }

  #about-intro {
    margin-top: 25px;
  }

  #services-box {
    margin-left: 0;
  }

  #services-inner {
    width: fit-content;
  }

  .service {
    margin-right: 25px;
  }

  #icons-image,
  #hp-services-intro p,
  #services-title {
    display: none;
  }

  #meet-the-team .fifty-percent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .home .appointment-area {
    background-position: center;
  }

  /* SUBPAGES */

  #contact-us {
    flex-direction: column-reverse;
  }

  #contact-map,
  #contact-info {
    width: 100%;
  }

  #gform_1 .gform_footer.top_label {
    display: flex;
    justify-content: center;
  }

  .team-text {
    padding: 0;
    margin-top: 5%;
  }

  .team-container-inner {
    display: block;
  }

  .team-photo {
    float: left;
    margin-right: 35px;
  }

  /* FOOTER */

  #homepage-footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    margin-bottom: 25px;
  }

  #footer-map {
    transform: translateY(0px);
  }

  .visit-us {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #gform_1 {
    justify-content: center;
  }

  #field_1_2 {
    position: relative;
  }

  #field_1_2 .gfield_label {
    left: 18%;
    width: 100%;
  }

  #copyright {
    padding: 30px 0;
  }

  #copyright .inner-wrapper {
    justify-content: center;
  }

  #copyright-text {
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  #three-callouts {
    height: auto;
    flex-direction: column;
  }

  .callout {
    width: 100%;
    background-size: cover;
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  /* NOTE: This media query is exclusively for displaying mobile header elements. Adjust the breakpoint depending on the amount of menu items you have. */

  #header-left,
  #header-right {
    width: auto;
  }

  #main-header {
    height: 100px;
  }

  #header-logo {
    /* width: 180px; */
  }

  #header-top {
    display: none;
  }

  #mobile-menu-container {
    display: block;
  }

  #header-top {
    justify-content: center;
    background-color: var(--dark-rose);
  }

  #menu #main-menu {
    display: none;
  }

  #hamburger {
    display: flex;
  }

  #header-social-box {
    left: 0;
    right: 0;
    justify-content: center;
  }

  #open-search {
    border-left: none;
  }

  #open-search i,
  #hamburger i {
    font-size: 24px;
  }

  #sticky-header {
    transform: translateY(-235px);
  }
}

@media screen and (max-width: 850px) {
  .entry-title {
    width: auto;
    margin-left: 0;
  }

  .page-id-41 .inner-header {
    justify-content: center;
  }

  .page-id-41 .entry-title {
    margin-right: 0;
  }

  #subpage-footer-inner {
    margin: 0 0 5% 0;
    flex-direction: column;
  }

  .subpage-footer-half {
    width: 100%;
  }

  #sp-footer-left {
    margin-top: 2.5%;
  }

  .inner-header {
    justify-content: center !important;
  }
  .first-word {
    font-size: 30px;
  }
  .entry-title {
    margin: 0 !important;
    text-align: center;
    font-size: 36px;
  }
}

@media screen and (max-width: 740px) {
  #video-bold-text,
  #video-italics-text {
    font-size: 40px;
  }

  .video-thin-text {
    font-size: 28px;
  }

  .team-photo {
    float: none;
  }
  .odd-background {
    background-position: center bottom;
    padding-bottom: 90px;
  }

  .sticky-button span {
    display: none;
  }
}

@media screen and (max-width: 642px) {
  #gform_fields_1 {
    flex-direction: column;
  }

  #gform_fields_1 li {
    padding-right: 0;
  }

  #gform_submit_button_1 {
    width: 100%;
    padding: 0 10px;
  }

  .appointment-box .dark-blue-button {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
  }
  .appointment-box {
    flex-direction: column;
  }
  .appointment-container h2 {
    font-size: 28px;
  }

  .post-img-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .post-img-container img {
    max-width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .header-top-buttons {
    font-size: 12px;
  }

  #services-inner {
    height: auto;
    margin-bottom: 20px;
  }

  .service {
    margin-right: 0;
  }

  #team-border-one {
    margin-bottom: -5px;
    width: 100vw;
  }

  #team-border-two {
    margin-top: -5px;
    width: 100vw;
  }

  #gform_fields_1 input {
    height: 65px;
  }

  .wp-video,
  #video-text {
    display: none;
  }

  #hero-container {
    /* height: 45vw;
    background-image: url(/wp-content/uploads/2020/03/homepage-slider.png);
    overflow-y: hidden; */
  }
}
#gform_wrapper_2 li.gfield input:not([type="radio"]):not([type="checkbox"]),
#gform_wrapper_2 li.gfield textarea,
#gform_wrapper_2 li.gfield select {
  background-color: #fafafa;
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px !important;
  color: #444;
  width: 100% !important;
}

#gform_wrapper_2 label.gfield_label {
  color: var(--dark-rose);
}
#gform_wrapper_2 .gform_wrapper .gfield_required {
  color: var(--dark-rose) !important;
}
.page-id-564 #container {
  background-color: rgba(169, 113, 122, 0.2);
}
.page-id-564 .entry-content {
  display: flex;
  justify-content: center;
}
#gform_wrapper_2 {
  background-color: white;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 700px;
  max-width: 100%;
}
#gform_fields_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#gform_fields_2_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#field_2_2 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#field_2_26 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}
.appt-header {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 50px 0 35px 0;
  position: relative;
}
.appt-header h2 {
  margin-bottom: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: var(--dark-rose);
  font-size: 32px;
}
.appt-header > p {
  font-style: italic;
  color: #444;
  margin-bottom: 0 !important;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.appt-page-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: var(--dark-rose);
  border-radius: 100%;
  top: -25px;
}
.appt-page-number > p {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0 !important;
}
.appt-urgent-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 50px;
  background-color: #eb5757;
  width: 100%;
  box-sizing: border-box;
}
.appt-urgent-cta p {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
.appt-urgent-cta p a {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
#field_2_24 {
  padding: 0 !important;
}
#input_2_3 {
  /* margin-left: 0 !important; */
  margin-bottom: 0 !important;
  display: flex;
}
#input_2_3 > li {
  margin-bottom: 0 !important;
  margin-right: 15px;
}
#input_2_3 > li > * {
  margin-top: 0 !important;
}
#field_2_3 {
  display: flex;
  align-items: center;
  /* padding-bottom: 15px !important; */
  /* padding: 15px 50px 15px 50px !important; */
  /* margin: 0 50px 0 50px !important; */
  /* border-bottom: 1px solid #444; */
}
#field_2_3 > .ginput_container {
  margin-top: 0;
}
#gform_wrapper_2 .gform_page_footer {
  border-top: none !important;
  padding: 0 50px !important;
  margin: 25px 0 0 0 !important;
}
#gform_wrapper_2 ul.gfield_radio input {
  box-shadow: none;
}
#gform_wrapper_2 ul.gfield_radio input:checked ~ label {
  color: var(--dark-rose);
}
/* .gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  color: var(--dark-rose);

} */
#gform_wrapper_2 .gform_next_button {
  border: 2px solid var(--dark-rose);
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--dark-rose);
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
}
#gform_wrapper_2 .gform_next_button:hover {
  background-color: #fff;
  color: var(--dark-rose);
  cursor: pointer;
}
/* #gform_page_2_2 {
  display: block !important;
} */
#field_2_13 > .ginput_container {
  position: relative;
}
#field_2_13 > .ginput_container > .ui-datepicker-trigger,
#field_2_13 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 18px;
}
#field_2_15 > .ginput_container {
  position: relative;
}
#field_2_15 > .ginput_container > .ui-datepicker-trigger,
#field_2_15 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 18px;
}
#gform_fields_2_2 .gfield_radio {
  margin: 0 !important;
  display: flex;
}
#gform_fields_2_2 .gfield_radio > li {
  display: flex;
  align-items: center;
}
#gform_fields_2_2 .gfield_radio > li > * {
  margin-top: 0 !important;
  margin-right: 10px;
}
#field_2_14 .ginput_container {
  margin-top: 0 !important;
}
#field_2_16 .ginput_container {
  margin-top: 0 !important;
}
#gform_page_2_2 .gform_page_footer {
  display: flex;
  flex-direction: column;
}
#gform_wrapper_2 .gform_previous_button {
  border: 2px solid var(--dark-rose);
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--dark-rose);
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
  margin-bottom: 5px !important;
  display: block;
}
#gform_wrapper_2 .gform_previous_button:hover {
  background-color: #fff;
  color: var(--dark-rose);
  cursor: pointer;
}
#gform_submit_button_2 {
  border: 2px solid var(--dark-rose);
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--dark-rose);
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
}
#gform_submit_button_2:hover {
  background-color: #fff;
  color: var(--dark-rose);
  cursor: pointer;
}
#field_2_11 {
  width: 100% !important;
}
.button {
  display: inline-block;
  background: var(--light-rose);
  border: 2px solid var(--light-rose);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 10px 80px;
  transition: 0.25s;
}
.button:hover,
.button:focus {
  background-color: var(--dark-rose);
}
.career-page h1 {
  text-transform: uppercase;
  color: var(--dark-rose);
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 2.5em;
}
.career-page .hero {
  background: url(/wp-content/uploads/2024/08/CVH-Careers-Header-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7.5% 30px;
  position: relative;

  & h2 {
    margin-bottom: 0;
    color: var(--med-rose);
    font-size: 1.75em;
    font-family: mr-eaves-xl-modern, sans-serif;
  }
  & p {
    color: var(--med-rose);
  }
  & ul {
  }
  & li {
    color: var(--med-rose);
    font-weight: bold;
  }
}
.career-page .hero div {
  max-width: 1024px;
  margin: 0 auto;
}
.career-page .hero div > * {
  max-width: 600px;
}
.hero-image {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-height: 80%;
  width: calc(100% - 570px);
  object-fit: contain;
  max-width: 30%;
}

.home-hero-image {
  max-width: 600px;
}

.cta-section {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 80px 0;
}

.cta-section a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 30px;
  height: 25vw;
  min-height: 250px;
  transition: 0.5s;
  background-blend-mode: multiply;
  width: 100%;
  max-width: 350px;
}
.cta-section a:hover {
}
.cta-section a h3 {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
  color: var(--med-rose);
}
.career-about {
  background-color: var(--cream);
  display: flex;
  justify-content: center;
  position: relative;
  padding: 60px 0;

  .career-about-svg {
    position: absolute;
    width: 100%;
    background-color: #fff;
    &.top {
      top: 0;
    }
    &.bottom {
      bottom: 0;
    }
  }
}
.career-about-right {
  width: 50%;
  max-width: 600px;
  color: var(--dark-rose);
  padding: 40px 60px 0px;
  z-index: 5;

  & h2 {
    color: var(--med-rose);
    font-weight: normal;
    margin-bottom: 20px;
  }
  & ul {
    margin-left: 1em !important;
  }
  & li {
    & span {
      font-weight: bold;
    }
  }
}
.career-about-left {
  margin: 0 20px;
  width: 50%;
  max-width: 600px;
  position: relative;
  height: 700px;

  & img:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
  }
  & img:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
  }
}
.career-page.career-cta {
  position: relative;

  .appt-bottom-divider > path {
    fill: var(--light-rose) !important;
  }
}

.career-page .pre-footer {
  padding: 90px 20px 180px 20px;
  background-color: #fff;

  & h2 {
    text-transform: uppercase;
    font-weight: normal;
    color: var(--med-rose) !important;
    margin-bottom: 0.5em;
    font-size: 48px;
  }
  & p {
    color: var(--dark-rose) !important;
    margin-bottom: 2em;
  }
}
.center-narrow {
  padding: 90px 30px 90px;
}
.career-page .pre-footer div,
.center-narrow div {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.page-id-794,
.page-id-793 {
  .appointment-area {
    display: none;
  }
  .pre-footer {
    background-color: var(--cream);
    padding-bottom: 40px;
  }
  .appt-bottom-divider {
    display: none;
  }
}
@media (min-width: 801px) {
  .career-page.about .hero-image {
    max-width: 50%;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .career-about {
    flex-direction: column;

    .career-about-left {
      width: 90%;
      margin: 0 auto;
      height: 50vh;
    }
    .career-about-right {
      width: 90%;
      margin: 0 auto;
      padding: 40px 0;
    }
  }
}
@media (max-width: 800px) {
  .cta-section {
    flex-direction: column;
    align-items: center;
  }
  .career-page .hero {
    padding: 20% 20px;
  }
  .career-page.about .hero {
    padding-bottom: 230px;
  }
  .hero-image {
    max-width: 330px;
    max-height: unset;
    width: 40%;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 801px) and (max-width: 920px) {
  .hero-image {
    right: 5%;
  }
}
.blue-text {
  color: var(--light-rose) !important;
}
.dark-blue-text {
  color: var(--dark-rose) !important;
}
.accordion {
  padding: 44px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.125);
  border-radius: 30px;
}
.accordion .head {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: var(--dark-rose);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-transform: capitalize;
  flex-wrap: wrap;
}
.accordion .head span:last-child {
  color: var(--light-rose);
  font-size: 18px;
  text-decoration: underline;
}
.accordion .body {
  margin-top: 30px;
}
.accordion + .accordion {
  margin-top: 30px;
}
.new-row {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
.page-template-landing #header {
  display: none;
}

/* Claremont CSS  */

:root {
  --dark-rose: #53382d;
  --med-rose: #7f555c;
  --light-rose: #a9717a;
  --cream: #fffdef;
  --soft-grey: #939598;
  --dark-grey: #58595b;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text h1 {
  color: var(--med-rose);
  text-align: center;
  text-transform: capitalize;
  line-height: 1.1;
  font-size: 40px;
  margin-bottom: 12px;
  font-family: mr-eaves-xl-modern, sans-serif;
  width: 95%;
}

.hero-text p {
  text-align: center;
  color: var(--med-rose);
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  width: 90%;
}

.slant {
  position: absolute;
  width: 100vw;
  left: 0;
  right: 0;
}

.slant-up {
  bottom: 0;
}

.city-outline {
  position: absolute;
  bottom: 0;
  width: 60%;
  left: 0;
}

.rockridge {
  width: 40% !important;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0%;
}

#footer .fifty-percent {
  padding-bottom: 5%;
}

#sp-footer-right p,
#sp-footer-right a,
#hp-visit-us a,
#hp-visit-us p {
  font-weight: bold;
}

#sp-footer-right,
#hp-visit-us {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#hp-visit-us h2,
#sp-footer-right h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.home .cream-slant {
  display: none;
}

.cream-slant {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100vw;
}

#container {
  background-color: var(--cream);
}

.page-id-369 .header {
  display: none;
}
.page-id-564 .appointment-area {
  display: none;
}
.service {
  margin-right: 20px;
}
body:not(.home) #copyright {
  padding: 0px 0;
}
body:not(.home) #copyright-text {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-id-564 #copyright {
  margin-bottom: -15px;
}
#gform_submit_button_1:hover {
  color: white !important;
}
#gform_submit_button_3:hover {
  color: white !important;
}
.page-id-43 #sp-footer-logo {
  display: none;
}

#footer iframe {
  max-width: 90vw;
}

@media screen and (max-width: 1120px) {
  .home #footer-socials {
    align-items: center;
    justify-content: center;
  }
  .home #copyright {
    padding: 20px 0 0px 0;
  }
}

@media screen and (max-width: 1024px) {
  #hero-container {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
  }

  .hero-text {
    padding: 40px 0;
    align-items: center;
  }

  .hero-text h1 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #hero-container img.fifty-percent {
    max-width: 90%;
    margin: 0 auto 40px auto;
  }

  #about-area .about-section {
    width: 100%;
  }

  #footer-socials {
    justify-content: center;
  }

  #footer {
    background-size: 65%;
  }

  #about-area {
    padding-bottom: 12vw;
  }

  #hp-appointment-container {
    opacity: 1;
  }

  #sp-appointment-container,
  #sp-footer-right,
  #sp-footer-left,
  .service,
  .about-animation-text,
  #about-intro,
  .callout-text,
  #hp-services-title {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  #hp-footer-logo,
  #sp-footer-logo {
    transform: translateY(0px) !important;
    opacity: 1;
  }
}
.page-id-768 .entry-title {
  text-align: center;
}
