/*
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-family: courier;
  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: mr-eaves-xl-modern, sans-serif;
}
h3,
h4,
h5,
h6 {
  font-family: mr-eaves-xl-modern, sans-serif;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #5E2F82;
}

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-family: mr-eaves-xl-modern, sans-serif; */
  font-weight: lighter;
}

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

body:not(.home):not(.page-id-43) #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 5%;*/
  max-width: 100%;
  padding: 0 3%;
  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 20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
  font-weight: 800;
}

.blue-button {
  background-color: #5E2F82;
  /*border: 2px solid #5E2F82;*/
  width: 220px;
  text-align: center;
}

.blue-button:hover {
  background-color: #AD6296;
  color: #5E2F82;
}

.gform_button,
.dark-blue-button, #gform_submit_button_3 {
  background-color: #5E2F82;
  /*border: 2px solid #014051;*/
  width: 220px; 
  text-align: center;
}

.dark-blue-button:hover,
.gform_button:hover, #gform_submit_button_3:hover {
  background-color: #5E2F82;
  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-family: mr-eaves-xl-modern, sans-serif; */
  font-size: 50px;
  border: none;
}

.search-field::placeholder {
  color: #014051;
}

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

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

#post-2 header {
  display: none;
}

#header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.sticky-section {
  /*width: 33.3%;*/
  width: 50%;
  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: #5E2F82;
}

#sticky-two {
  background-color: #AD6296;
}

#sticky-three {
  background-color: #024050;
}

.header-top-buttons {
  color: white;
  background-color: #5E2F82;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 16px;
}

#header-appointment {
  background-color: #AD6296;
}

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

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

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

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

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

#header-logo {
  width: 284px;
  margin-left: 20px;
}

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

#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: #5E2F82;
  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 #AD6296;
  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: #5E2F82;
  transition: background-color 0.5s ease;
}

#menu .sub-menu > li:hover {
  background-color: #AD6296;
}
#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 30px;
  /*border-left: 2px solid #a2a3a7;*/
  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: #a2a3a7;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.burger-line::before,
.burger-line::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  background: #a2a3a7;
  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: #AD6296;
}

#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: #5E2F82;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease;
  margin-left: 8px;
}

.header-social-links:hover {
  background-color: #AD6296;
}

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

#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: #5E2F82;
  border-bottom: 1px solid #AD6296;
  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: #AD6296;
  border-top: 1px solid #5E2F82;
}

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

#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;
  text-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);
  margin: 0;
  /* margin-bottom: .5em; */
  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: 45px;
  font-weight: lighter;
}

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

#video-italics-text {
  /* font-family: mrs-eaves-xl-serif, serif; */
  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-family: mrs-eaves-xl-serif, serif; */
  font-size: 28px;
  color: white;
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 400;
}

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

#about-area {
  width: 100vw;
  background: #5E2F82;
 /* background: linear-gradient(to right top, #AD6296 50%, #5E2F82 50%);*/
  border-bottom: 8px solid #AD6296;
  display: flex;
  justify-content: center;
}

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

.about-section:not(#first-about-section) {
  /*padding: 5% 2.5% 5% 0;*/
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 2%;
  padding-right: 0%;
  width: 35%;
}

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

#about-intro h2 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  /*text-transform: uppercase;*/
  margin-bottom: 0;
  font-family: "bree-serif", serif;
  font-weight: 400;
}

#about-intro h3 {
  font-size: 32px;
  font-style: italic;
  /* font-family: mrs-eaves-xl-serif, serif; */
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}

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

.about-section-text {
  color: #fff;
  font-size: 19px;
}

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

.about-section ul{
	list-style: disc;
  margin-left: 5%;
}

.about-section li{
   color: white;
   margin-bottom: 5%;
}

.about-section li strong{
   font-weight: 700;	
}

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

#homepage-services {
  width: 100vw;
  display: flex;
  justify-content: center;
  padding: 5% 0;
}

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

#hp-services-title {
  font-size: 40px;
  font-weight: 400;
  color: #5E2F82;
  margin-bottom: 20px;
  text-transform: capitalize;
  transform: translateY(-200px);
  transition: transform 1s ease;
  font-family: "bree-serif", serif;
}

#hp-services-text {
  color: #58595B;
  opacity: 0;
  transition: opacity 1.6s ease;
}

#services-title {
  font-size: 40px;
  color: #5E2F82;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
}

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

#services-inner {
  /* height: 190px; */
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
}

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

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

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

.service {
  color: #5E2F82;
  font-weight: 700;
}

#services-box .blue-button-container{
 margin-top: 5%;	
}
/*--------------------------------------------------------------
## 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: #95d9f1;
  display: flex;
  justify-content: center;
  margin-top: -2px;
}
#team-border-two {
  position: relative;
  z-index: 2;
}
#meet-the-team .inner-wrapper {
  background-color: #AD6296;
}

#team-image {
  width: 100%;
  border: 5px solid #5E2F82;
}

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

#team-title {
  font-size: 40px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 800;
  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;
}
.appt-bottom-divider > path {
  fill: #AD6296;
}
.appointment-area .inner-wrapper {
  justify-content: flex-end;
  max-width: 100%;
}

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

.appointment-container {
  background-color: rgba(173, 98, 150, 0.8);
  padding: 35px 30px;
}

#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: 400;
  color: white;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: "bree-serif", serif;
}

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

.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: 80px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 4.5s ease;
}
.service-post .inner-header {
  display: flex;
}
.first-word {
  font-weight: 400;
  font-size: 60px;
  line-height: 1em;
  font-family: "mr-eaves-xl-modern", sans-serif;
}

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

.post-title {
  font-size: 50px;
  /* font-family: mrs-eaves-xl-serif, serif; */
  font-style: italic;
  color: #308bac;
  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: #5E2F82;
}

/*--------------------------------------------------------------
## 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: #5E2F82;
}

.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: #308bac;
  /* font-family: mrs-eaves-xl-serif, serif; */
  font-style: italic;
  margin-bottom: 20px;
}

.team-text p {
  color: #013f50;
  line-height: 25px;
}

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

.page-id-41 .header {
  background: none;
  background-image: url("/wp-content/uploads/2024/07/AVC-Services-Overview-Hero.png");
  background-size: cover;
  background-position: center;
}

.page-id-41 .entry-title {
  color: #5E2F82;
  margin-left: 0;
  margin-right: 30px;
}

.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: rgb(94, 47, 130,0.5);
}

.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: 700;
  font-size: 23px;
  margin-bottom: 8px;
}

.service-learn-more {
  color: #5E2F82;
  background-color: #AD6296;
  font-style: italic;
  font-size: 18px;
  font-family: mrs-eaves-xl-serif, serif;
  padding: 5px 30px;
  margin: 0 !important;
  font-weight: 800;
}

/*--------------------------------------------------------------
## 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: #AD6296;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

#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;
  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 {
  #container {
    background-color: #f2faff;

    & h2.wp-block-heading {
      color: #5E2F82;
      line-height: 1.1;
    }
  }
  .entry-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## 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 #014051;
  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: #014051;
  border: 2px solid #014051 !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
}

.search-no-results .search-submit:hover {
  color: #014051;
  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: #AD6296;
}
#footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
#top-angle {
  z-index: 1;
  width: 100vw;
  height: 65px;
  transform-origin: top right;
  transform: rotate(1.8deg);
  background-color: #95d9f1;
}

#footer .inner-wrapper {
  z-index: 2;
}

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

#homepage-footer .fifty-percent:first-of-type .custom-html-widget {
  align-items: center;
}

#homepage-footer .fifty-percent:last-of-type .custom-html-widget {
  justify-content: center;
}

.footer-logo {
  /*margin-top: -125px;*/
  max-width: 284px;
  margin-bottom: 32px;
}

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

.home #hp-footer-logo{
	transform: translateY(-50px) !important;
}

#footer-map {
  max-width: 100%;
  /*transform: translateY(50px);*/
}

/* #hp-visit-us {
  transform: translateX(40%);
  opacity: 0;
  transition: transform .8s ease, opacity 1.4s ease;
  overflow-x: hidden;
} */
#hp-visit-us {
  overflow: hidden;
}
#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: #014051;
  margin-bottom: 20px;
  text-transform: uppercase;
}

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

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

.visit-us a {
  color: #fff;
  font-size: 20px;
}
#hp-visit-us a,
#hp-visit-us h2 {
  color: #fff;
  /* font-size: 20px; */
}
#hp-visit-us h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 40px;
}

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

.bold {
  font-weight: bold;
}

#gform_wrapper_1 {
  margin-top: 35px;
}

.home #gform_wrapper_1 {
  margin-top: 55px;
}

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

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

#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 #024050;
}

#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;
  margin: 5% 0;
}
.page-id-43 #subpage-footer-inner {
  display: none;
}
.subpage-footer-half {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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

.footer-social-links {
  background-color: #014051;
  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: #308bac;
  transform: translateY(-3px);
}

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

.footer-social-links i {
  color: white;
}

#copyright {
  width: 100vw;
  display: flex;
  justify-content: center;
  background-color: #5E2F82;
  padding: 30px 0;
}

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

#copyright-text,
#copyright-text a {
  font-size: 18px;
  text-transform: none;
  color: white;
}

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,
  #team-image {
    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: 850px) {
  /* 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;
  }

  #header-top {
    display: none;
  }

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

  #header-top {
    justify-content: center;
    background-color: #013f50;
  }

  #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-reverse;
  }

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

@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-logo {
    width: 200px;
  }

  .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: #5E2F82;
}
#gform_wrapper_2 .gform_wrapper .gfield_required {
  color: #024050 !important;
}
.page-id-564 #container {
  background-color: #eaf7fc;
}
.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: #024050;
  font-size: 32px;
}
.appt-header > p {
  font-style: italic;
  color: #444;
  margin-bottom: 0 !important;
}
.appt-page-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #5E2F82;
  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: #AD6296;
  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: #014051;
}
/* .gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  color: #014051;

} */
#gform_wrapper_2 .gform_next_button {
  border: 2px solid #5E2F82;
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #5E2F82;
  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: #AD6296;
  border: 2px solid #AD6296;
  color: #5E2F82;
  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 #5E2F82;
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #5E2F82;
  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: #AD6296;
  border: 2px solid #AD6296;
  color: #5E2F82;
  cursor: pointer;
}
#gform_submit_button_2 {
  border: 2px solid #5E2F82;
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #5E2F82;
  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: #AD6296;
  border: 2px solid #AD6296;
  color: #5E2F82;
  cursor: pointer;
}
#field_2_11 {
  width: 100% !important;
}
.button {
  display: inline-block;
  background: #95d9f1;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 10px 80px;
  transition: 0.25s;
}
.button:hover,
.button:focus {
  background-color: #014051;
}
.career-page h1 {
  text-transform: uppercase;
  color: #014051;
  margin-bottom: 20px;
}
.career-page .hero {
  background: #fff url(/wp-content/uploads/2021/09/Frame-5.svg) bottom right /
    auto 80% no-repeat;
  padding: 10% 30px;
  position: relative;
}
.career-page .hero div {
  max-width: 1024px;
  margin: 0 auto;
}
.career-page .hero div > * {
  max-width: 510px;
}
.hero-image {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-height: 80%;
  width: calc(100% - 570px);
  object-fit: contain;
  max-width: 30%;
}

.cta-section {
  display: flex;
}

.cta-section a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #01405100 url(/wp-content/uploads/2021/09/Who-We-Are.png) center /
    cover no-repeat;
  padding: 30px;
  height: 25vw;
  min-height: 250px;
  transition: 0.5s;
  background-blend-mode: multiply;
}
.cta-section a:nth-child(2) {
  background-image: url(/wp-content/uploads/2021/09/Services.jpg);
}
.cta-section a:nth-child(3) {
  background-image: url(/wp-content/uploads/2021/09/Open-Positions.png);
}
.cta-section a:hover {
  background-color: #014051ff;
}
.cta-section a h3 {
  margin-bottom: 0;
  text-align: center;
}
.career-about {
  background: #014051 url(/wp-content/uploads/2021/09/Why-Awesome-Vet.png) 40%
    center / cover no-repeat;
  display: flex;
  justify-content: flex-end;
}
.career-about div {
  color: #fff;
  background: #034050dd;
  max-width: 810px;
  padding: 60px 30px;
}

.career-page .pre-footer {
  padding: 90px 30px 180px;
}
.center-narrow {
  padding: 90px 30px 90px;
}
.career-page .pre-footer div,
.center-narrow div {
  max-width: 818px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 801px) {
  .career-about div {
    padding: 150px 90px;
  }
  .career-page.about .hero-image {
    max-width: 50%;
    right: 0;
  }
}
@media (max-width: 800px) {
  .cta-section {
    flex-direction: column;
  }
  .career-page .hero {
    padding-bottom: 60%;
  }
  .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: #95d9f1 !important;
}
.dark-blue-text {
  color: #024050 !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: 30px;
  line-height: 100%;
  color: #034050;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.accordion .head span:last-child {
  color: #95d9f1;
  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;
}
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading {
  margin-bottom: 0.5em;
}
.aligncenter {
  display: flex;
  justify-content: center;
}

/* rye css */

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

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

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

@keyframes hideshow {
  /* 0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  } */
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
/* .page-id-369 {
  .entry-header {
    justify-content: center;
  }
  .footer-top-border img {
    display: none;
  }
} */
/* .page-id-2709 {
  #right-sidebar {
    display: none;
  }
  #primary {
    width: 100%;
  }
  .site-main {
    margin-right: 0 !important;
  }
  .entry-header {
    display: none !important;
  }
  #page {
    max-width: none;
    width: 100%;
  }
  .post-container {
    margin-top: 0;
    max-width: none;
  }
} */
.page-id-369 {
  .entry-content p:nth-child(3) {
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(173, 98, 150);
    font-size: 24px;
  }
}
.rye > img {
  width: 100%;
}
.rye-body {
  width: 100%;
  padding: 80px 0 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rye-body-container {
  width: 800px;
  max-width: 90vw;
  text-align: center;
}
.rye-body-container > h1 {
  text-transform: uppercase;
  font-size: 40px;
}
.rye-body-container > h2 {
  font-size: 36px;
  color: #183f4e;
  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: #ad6296;
    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: #5e2f82;
  }
}
.ears.ears-active {
  opacity: 1;
}
