/**
* Theme Name:     BlankSlate Child
* Author:         Open Collective
* Template:       blankslate
* Text Domain:	   blankslate-child
* Description:    Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I
*/

/* Fonts */

@font-face {
    font-family: 'campground';
    src: url('CampgroundFreeDemo-regular.woff2') format('woff2'),
        url('CampgroundFreeDemo-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Variables */

:root {
  --lite-purple: #662F93;
  --dark-purple: #280440;
  --gray: #C8C2D6;
  --copy: #737373;
  --bold-text: #3D3D3D;
  --bolder-text: #280440;
}

/* Resets */

html {
  overflow-x: hidden !important;
}

html * {
  font-family: "proxima-nova", sans-serif;
  box-sizing: border-box;
}

a, a:hover, a:visited, a:active {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

/* Elements */

body {
  background: #F5F5F5;
  overflow-x: hidden;
}

main {
  background: white;
}

/* Text Classes */

html * {
  font-family: "Proxima Nova", sans-serif;
  color: black;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--bolder-text);
}

p {
  font-size: 20px;
  font-weight: medium;
  color: var(--copy);
  line-height: 1.5;
}

p .intro {
  font-size: 30px;
  font-weight: bold;
}

p.small {
  font-size: 16px;
  line-height: 2;
}

a.read-more {
  font-size: 16px;
  font-weight: 500;
  color: white;
}

main ul li {
  color: var(--copy);
  font-size: 20px;
  margin-bottom: 0.667rem;
}

main ul li:last-of-type {
  color: var(--copy);
  margin-bottom: 0rem;
}

.quote-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: var(--bold-text);
  text-align: center;
  line-height: 2;
}

.quote-credit {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: var(--bold-text);
  text-align: center;
}

span.paragraph-starter {
  font-size: 30px;
  font-weight: bold;
  color: #3D3D3D;
}

#page-intro strong:first-of-type {
  font-size: 30px;
  font-weight: bold;
  color: #3D3D3D;
  line-height: 1.25;
}

/* reduce fontsize to 60% of desktop size */
@media only screen and (max-width: 500px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }
  p .intro {
    font-size: 22px;
    font-weight: bold;
  }
  a.read-more {
    font-size: 12px;
    font-weight: 500;
  }
  .quote-text {
    font-size: 20px;
  }

  .quote-credit {
    font-size: 14px;
  }
}

/* Wrappers */

.site-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.block-wrapper {
  padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 9vw, 9rem) 0 clamp(2rem, 9vw, 9rem);
}

.block-wrapper--reverse {
  padding: 0 clamp(2rem, 9vw, 9rem) clamp(4rem, 9vw, 9rem) clamp(2rem, 9vw, 9rem);
}

.block-wrapper--full {
  padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 9vw, 9rem);
}

.block-wrapper--thin {
  padding: 0.75rem clamp(2rem, 9vw, 9rem);
}

.block-wrapper--side {
  padding: 0 clamp(2rem, 9vw, 9rem);
}

.block-wrapper--inner {
  padding: clamp(4rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem);
}

.block-wrapper--horizontal {
  padding: 0 clamp(2rem, 9vw, 9rem) 0 clamp(2rem, 9vw, 9rem);
}

.block-wrapper--vertical {
  padding: clamp(4rem, 9vw, 9rem) 0 clamp(4rem, 9vw, 9rem) 0;
}

/* Stacks */

.stack-xtra-small > * + * {
  margin-block-start: 0.5rem;
}

.stack-small > * + * {
  margin-block-start: 1rem;
}

.stack > * + * {
  margin-block-start: 2rem;
}

.stack-medium > * + * {
  margin-block-start: 3rem;
}

.stack-large > * + * {
  margin-block-start: 4rem;
}

.stack-xtra-large > * + * {
  margin-block-start: 6rem;
}

.stack-xtra-xtra-large > * + * {
  margin-block-start: 8rem;
}

/* Max Width */

.max-1440 {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
}

.max-1280 {
  display: block;
  margin: 0 auto;
  max-width: 1280px;
}

.max-1080 {
  display: block;
  margin: 0 auto;
  max-width: 1080px;
}

.max-800 {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.max-700 {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}

.max-450 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}

.max-350 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}

/* Utility Classes */

.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-left {
  text-align: left;
}

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

.vertical-center {
  display: flex;
  align-items: center;
}

.position-relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.self-centered {
  margin-left: auto;
  margin-right: auto;
}

.margin-fix {
  margin-block-start: 3.5rem;
}

/* Buttons */

.button {
  display: grid;
  place-items: center;
  width: 250px;
  height: 75px;
  max-width: 100%;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer !important;
}

.button.small {

}

/* Flexbox */

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 3rem;
}

.flex-item {
  flex: 1 0 320px;
  max-width: 100%;
}

/* Colors */

.bg-green {
  background-color: green;
}

/* ------------------------------------- */
/* ------ Project Specific Styles ------ */
/* ------------------------------------- */

/* header styles */

#top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1rem;
  width: 100%;
  height: 50px;
  background-color: var(--gray);
}

#top-bar span.phone {
  font-size: 16px;
  font-weight: bold;
  color: var(--lite-purple);
}

#top-bar span.circle {
  display: inline-block;
  background-color: var(--lite-purple);
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

header {
  position: relative;
  z-index: 10;
  box-shadow: 0px 3px 6px -2px #707070;
  width: 100%;
  height: 120px;
  background-color: white;
}

header > .flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .flex-wrapper .flex-item {
  flex: 0 0 auto;
}

header .flex-wrapper a.book-consultation {
  display: flex;
}

/* main menu */

header ul li a {
  color: var(--dark-purple) !important;
  font-size: 18px;
  font-weight: bold;
}

header .menu-wrapper.desktop > ul {
  margin-left: 0px;
  display: flex;
  column-gap: 3rem;
}

header .menu-wrapper.desktop li {
  position: relative;
  height: 120px !important;
  list-style: none;
}

header .menu-wrapper.desktop li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

header #menu-main-menu {
  margin: 0;
  display: flex;
  column-gap: 3rem;
}

header #menu-main-menu > li > a {
  height: 120px;
}

header .desktop ul.sub-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  column-gap: 0px !important;
  padding-left: 0px;
  text-align: center;
}

header .desktop #menu-main-menu > li:hover > ul.sub-menu {
  display: flex !important;
}

header .desktop #menu-main-menu > li:hover > ul.sub-menu > li {
  display: flex !important;
  height: auto !important
}

header .desktop ul.sub-menu li a {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: var(--lite-purple);
  color: white !important;
}

/* Burger Concerns */

#burger-icon {
  display: none;
}

header .burger-icon {
  position: relative;
  width: 40px;
}

header .burger-icon:hover {
  cursor: pointer;
}

header .burger-patty {
  margin-bottom: 5px;
  width: 30px;
  height: 3px;
  background: black;
  opacity: 1;
}

header .burger-patty:last-of-type {
  margin-bottom: 0px;
}

header .burger-patty:nth-of-type(3) {
  position: absolute;
  bottom: 3px;
}

header .burger-icon.open :where(.burger-patty:first-of-type, .burger-patty:last-of-type) {
  opacity: 0;
}

header .burger-icon.open .burger-patty:nth-of-type(2) {
  transform: rotate(45deg);
}

header .burger-icon.open .burger-patty:nth-of-type(3) {
  transform: rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: absolute;
  right: 0;
  background: var(--gray);
  width: 100%;
  color: white;
  padding-bottom: 0.75rem;
}

.mobile-menu.open {
  display: block !important;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0;
  padding-left: 0;
  height: 100%;
  min-height: 250px;
  text-align: center;
}

.mobile-menu li {
  list-style: none;
  margin: 1rem auto 0 auto;
  width: 100%;
}

.mobile-menu li a {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-menu ul.sub-menu {
  display: block;
  min-height: 0;
}

.mobile-menu ul.sub-menu li {
  background: var(--lite-purple);
  width: 100%;
}

.mobile-menu ul.sub-menu li a {
  color: white !important;
}

hero.small-screens {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .page-template-page-about-php hero {
    background-position: right;
  }
}

@media only screen and (max-width: 500px) {
  hero.large-screens {
    display: none;
  }
  hero.small-screens {
    display: block;
  }
  .page-template-page-about-php hero {
    min-height: 250px;
    height: 250px !important;
  }
}

@media only screen and (max-width: 385px) {
  .page-template-page-about-php hero {
    min-height: 175px;
    height: 175px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .transparency-gradient {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 999px) {
  hero.home-hero {
    background-image: url('/wp-content/uploads/2024/04/Feagin-Owen-Homepage_-01_ExtraBG-2.webp') !important;
  }
  hero .curve {
    top: calc(100% - 15px) !important;
  }
}

@media only screen and (max-width: 767px) {
  hero.home-hero {
    background-image: url('/wp-content/uploads/2024/04/Feagin-Owen-Homepage_-01_ExtraBG-4.webp') !important;
    background-position: bottom;
    background-size: cover;
  }
}

@media only screen and (max-width: 550px) {
  hero.home-hero {
    background-image: url('/wp-content/uploads/2024/04/Feagin-Owen-Homepage_Mobile-Homepage.webp') !important;
    background-position: 0 18%;
  }
  hero .curve {
    width: 6000px !important;
    top: calc(100% - 22px) !important;
  }
  header img {
    height: 65px !important;
  }
  .transparency-gradient {
    opacity: 1;
  }
}

@media only screen and (max-width: 1750px) {
  .menu-wrapper.desktop {
    display: none;
  }
  #burger-icon {
    display: block;
  }
}

@media only screen and (max-width: 850px) {
  header .flex-item:nth-of-type(3) {
    display: none;
  }
}

/* hero style */

hero {
  display: block;
  position: relative;
  aspect-ratio: 96 / 28;
  background-color: #333;
  max-width: 100%;
  min-height: 350px;
  overflow: hidden;
}

hero .transparency-gradient {
  position: absolute;
  bottom: 0;
  max-width: none;
}

hero .curve {
  position: absolute;
  top: calc(100% - 70px);
  width: 12000px;
  height: 10000px;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

/* tall card styles */

#tall-cards a {
  color: transparent !important;
}

#tall-cards .tall-card {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 7/12;
  width: 100%;
  background-color: #eee;
  text-align: center;
}

#tall-cards .flex-wrapper.some-wrapped {
  justify-content: center;
  column-gap: 5%;
}

#tall-cards .flex-wrapper.some-wrapped .flex-item {
  flex: 0 0 47.5%;
}

#tall-cards .flex-wrapper.all-wrapped {
  flex: 1 0 100%;
}

#tall-cards .tall-card .tall-card_title {
  font-size: 40px;
  font-weight: bold;
  color: white;
}

#tall-cards .tall-card .tall-card_read-more {
  font-size: 20px;
  font-weight: 100;
  color: white;
}

#tall-cards .tall-card {
  position: relative;
  filter: grayscale(100%);
  transition: filter .3s ease-in-out;
}

#tall-cards .tall-card:hover {
  filter: none;
}

#tall-cards .tall-card .gradient {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

#tall-cards .tall-card .gradient.top {
  top: 0;
  transform: rotate(180deg);
}

#tall-cards .tall-card .gradient.bottom {
  bottom: 0;
}

#tall-cards .tall-card:hover .gradient {
  opacity: 1;
  transition: opacity .3s ease-in-out;
}

@media only screen and (max-width: 500px) {
  #tall-cards .tall-card .tall-card_title {
    font-size: 30px;
  }
  #tall-cards .tall-card .tall-card_read-more {
    font-size: 16px;
  }
}



/* team member style */

#team-members {
  padding-top: 2rem !important;
}

#team-members a.info-button {
  display: inline-block;
}

#team-members .info {
  padding-left: 6rem;
}

#team-members h3.title {
  position: relative;
}

#team-members h3.title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -6rem;
  height: 3px;
  width: 5rem;
  background-color: var(--dark-purple);
  margin-right: 1rem;
}

#team-members .image {
  aspect-ratio: 10/9;
  width: 100%;
  background-color: #eee;
}

#team-members .info-button img {
  transform: translateX(-12px);
  margin-top: 7px;
}

#team-members .flex-item:has(.description) {
  position: relative;
  display: flex;
  align-items: center;
}

#team-members .flex-item:has(.description)::before {
  position: absolute;
  content: "";
  width: 45%;
  height: 50%;
  top: 0;
  right: 0;
  background-image: url('/wp-content/themes/blankslate-child/img/background-art-01.webp');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}

#team-members .team-member {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

#team-members .team-member:last-of-type {
  margin-bottom: 0px;
}

#team-members .team-member.reverse .flex-item:has(.description)::before {
  right: unset;
  left: 0;
  transform: rotateY(180deg);
}

#team-members .team-member.reverse {
  flex-direction: row-reverse;
}

#team-members .team-member.reverse h2,
#team-members .team-member.reverse .info {
  text-align: right;
}

#team-members .team-member.reverse .info-button img {
  transform: translateX(12px);
}

#team-members .team-member.reverse .info {
  padding-right: 6rem;
}

#team-members .team-member.reverse h3.title::before {
  left: unset;
  right: -7rem;
}

#team-members .team-member.flex-wrapper {
  column-gap: 10%;
}

#team-members .team-member .flex-item {
  flex: 1 0 450px;
}

@media only screen and (max-width: 500px) {
  #team-members .info {
    padding-left: 0px;
  }
  #team-members .team-member.reverse .info {
    padding-right: 0px;
  }
}

/* testimonial styles */
#testimonial-slider .border {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--lite-purple) 50%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 24px 1px;
  background-repeat: repeat-x;
}

#testimonial-slider .border.bottom {
  padding-top: clamp(4rem, 7vw, 7rem);
}

#testimonial-slider .top-border-container {
  margin-bottom: 6.5rem;
  justify-content: center;
  align-items: center;
}

#testimonial-slider .top-border-container .flex-item {
  max-height: 55px;
}

#testimonial-slider .top-border-container .flex-item.border.top {
  flex: 1;
}

#testimonial-slider .top-border-container .flex-item.quote-icon {
  flex: 0;
}

#testimonial-slider .flex-direction-nav {
  width: 150px;
  position: absolute;
  bottom: -66.667px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#testimonial-slider .flex-direction-nav::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--gray);
}

#testimonial-slider .flex-direction-nav a.flex-prev {
  opacity: 1;
  left: 0px;
  width: 6px;
}

#testimonial-slider .flex-direction-nav a.flex-next {
  opacity: 1;
  right: 0px;
  width: 6px;
}

#testimonial-slider .flex-direction-nav a.flex-prev::before {
  content: url('/wp-content/themes/blankslate-child/img/left-caret.svg');
}

#testimonial-slider .flex-direction-nav a.flex-next::before {
  content: url('/wp-content/themes/blankslate-child/img/right-caret.svg');
}

/* Procedures Pages */

#areas-of-concern .title {
  font-size: 20px;
  font-weight: bold;
  color: var(--dark-purple);
  text-align: center;
}

#areas-of-concern .dashed-border {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--lite-purple) 50%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 24px 1px;
  background-repeat: repeat-x;
}

#areas-of-concern .button-container {
  justify-content: center;
}

#areas-of-concern .button-container .flex-item {
  flex: 0 0 510px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid var(--dark-purple);
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: white;
}

#areas-of-concern .button-row .flex-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#areas-of-concern .button-row .flex-item .enabled {
  display: none;
}

#areas-of-concern .button-row .flex-item .disabled {
  display: flex;
}

#areas-of-concern .button-row .flex-item.active .enabled {
  display: flex;
}

#areas-of-concern .button-row .flex-item.active .disabled {
  display: none;
}

#areas-of-concern .button-container {
  display: none;
}

#areas-of-concern .button-container[data-area="a"] {
  display: flex;
}

#health-plans .flex-wrapper {
  justify-content: center;
  column-gap: 5rem;
}

#health-plans .flex-item {
  flex: 0 1 490px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  height: 265px;
  border-radius: 500px;
  font-size: 24px;
  font-weight: 600;
  color: #707070;
}

#common-questions .flex-wrapper {
  justify-content: center;
  column-gap: 5rem;
}

#common-questions .flex-wrapper .flex-item {
  flex: 0 0 500px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--gray);
  font-size: 20px;
  font-weight: bold;
  color: var(--lite-purple);
  cursor: pointer;
  text-decoration: none;
}

#common-questions .flex-wrapper .flex-item.full-width {
  flex: 1 0 100%;
}

.title.style-two {
  font-size: 30px;
  color: #737373;
  text-align: center;
}

main.circle-background {
  background-image: url('/wp-content/themes/blankslate-child/img/circle-circle.webp'), url('/wp-content/themes/blankslate-child/img/circle-circle.webp');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -275px calc(100% - 275px), calc(100% + 275px) calc(100% + 275px);
  background-size: 550px 550px, 550px 550px;
}

@media only screen and (max-width: 1200px) {
  main.circle-background {
    background-position: -150px calc(100% - 150px), calc(100% + 150px) calc(100% + 150px);
    background-size: 400px 400px, 400px 400px;
  }
}

@media only screen and (max-width: 700px) {
  main.circle-background {
    background-position: -215px calc(100% - 100px), calc(100% + 100px) calc(100% + 100px);
    background-size: 350px 350px, 350px 350px;
  }
}

@media only screen and (max-width: 500px) {
  #areas-of-concern .button-container .flex-item {
    padding: 4px;
    font-size: 14px;
  }
}

/* Before and Afters */

#cases .flex-wrapper {
  justify-content: space-between;
  column-gap: 10%;
}

#cases .flex-wrapper .flex-item {
  flex: 0 0 45%;
  min-width: 400px;
}

#cases .flex-wrapper.all-wrapped .flex-item {
  flex: 1 0 100%;
  min-width: unset;
}

#cases .main-before-and-after-images {
  display: flex;
  column-gap: 1rem;
}

#cases .case-number {
  font-size: 20px;
  font-weight: bold;
  color: var(--gray);
}

#cases .page-and-procedure * {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

#cases .page-and-procedure .age {
  margin-right: 3rem;
}

#cases p.short-content {
  font-size: 1rem;
  line-height: 2;
}

#cases .show-more {
  display: block;
  font-size: 20px;
  font-weight: medium;
  text-decoration: none;
  cursor: pointer;
}

#cases .opacity-overlay {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 115, 115, 0.5);
}

/* Modals for Befores and Aftes */

main.before-and-afters {
  position: relative;
}

#modals-container .modal-wrapper {
  display: none;
}

#modals-container .modal {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 1070px;
  max-height: 80vh;
  overflow-y: auto;
}

#modals-container .modal-content {
  background-color: white;
}

#modals-container .case-content p {
  font-size: 1rem;
}


#modals-container .modal-cta {
  background-color: var(--gray);
}

#modals-container .modal-cta .cta-text {
  font-size: 25px;
  color: var(--lite-purple);
}

#modals-container .modal-cta .flex-wrapper {
  justify-content: center;
  column-gap: 20%;
}

#modals-container .modal-cta .flex-item {
  min-width: 0px;
}

#modals-container .modal-cta .flex-item:first-of-type {
flex: 1 0 450px;
}

#modals-container .modal-cta .flex-item:last-of-type {
flex: 0 0 225px;
}

#modals-container .close-btn {
  cursor: pointer;
}

#modals-container .flexslider .slides img {

}

#modals-container .flexslider .flex-prev,
#modals-container .flexslider .flex-next {
  top: calc(100% + 2.5rem);
  opacity: 1 !important;
}

#modals-container .flexslider .flex-next {
  right: 10px !important;
}

#modals-container .flexslider .flex-prev {
  left: 10px !important;
}

#modals-container .flexslider .flex-direction-nav a:before {
  color: var(---dark-purple);
}

#modals-container .case-number {
  padding-top: 2.5rem;
}


/* Gravity Forms */

#gform_fields_1 input {
  height: 3rem;
}

#gform_fields_1 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 3rem;
  align-items: flex-start;
}

#gform_fields_1 .left-container {
  flex: 1 0 60%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 21.5px;
}

#gform_fields_1 .right-container {
  flex: 1 0 515px;
  max-width: 100%;
}

#gform_fields_1 .left-field {
  flex: 1 0 47.5%;
  height: 50px;
  min-width: 280px;
}

#gform_fields_1 #input_1_12 {
  height: 135px;
}

#gform_fields_1 #field_1_12 label.gform-field-label {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #BABABA !important;
  margin-bottom: 2rem !important;
}

#gform_submit_button_1 {
  margin: 2rem auto 0 auto;
}

.form-header,
.heading-3 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

/* Contact Page */

main.contact-page .gform-body input {
  height: 3rem;
}

main.contact-page .gform-body textarea {
  height: 100px !important;
}

main.contact-page #google-map {
  width: 100%;
  height: 100%;
  min-height: 350px;
  -webkit-filter: grayscale(50%) sepia(50%) hue-rotate(263deg) saturate(60%);
  filter: grayscale(50%) sepia(50%) hue-rotate(263deg) saturate(60%);
}

body.contact hero,
body.single-procedures hero,
body.single-common_questions hero {
  display: none;
}

h3.page-title {
  font-size: 2rem;
}

/* footer styles */

footer .flex-wrapper {
  justify-content: space-between;
  align-items: center;
  column-gap: 0px;
}

footer {
  background: var(--dark-purple);
}

footer * {
  color: white;
}

footer img.footer-brand {
  max-width: 285px;
}

footer .flex-item.border-left {
  border-left: 2px solid white;
  padding-left: 2rem;
  min-height: 130px;
  display: flex;
  align-items: center;
}

footer .flex-item:nth-of-type(1),
footer .flex-item:nth-of-type(4) {
  flex: 0 0 auto;
  max-width: 100%;
}

footer .flex-item:nth-of-type(2),
footer .flex-item:nth-of-type(3) {
  flex: 0 0 auto;
  max-width: 100%;
}

footer .flex-item:nth-of-type(4) {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

#sub-category-filter {
  display: block;
  margin: 0 auto;
  min-width: 350px;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 3rem;
  background-color: var(--gray);
  border: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper .flexslider {
  visibility: hidden;
  height: 0;
}

.slider-wrapper .flex-direction-nav a:before {
  color: white;
  opacity: 1;
}

.slider-wrapper .flex-direction-nav .flex-next {
  opacity: 1 !important;
  right: 10px !important;
}

.slider-wrapper .flex-direction-nav .flex-prev {
  opacity: 1 !important;
  left: 10px !important;
}
