/*
Theme Name: movez WP Theme Theme
Theme URI: https://movez.com/
Author: David Bernstein
Author URI: https://movez.com/
Description: movez WP Theme WordPress Theme 2025
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: movez_wp_theme_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

movez WP Theme Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*For Icons*/
/*For green text, background of top header bar*/
/*Background Colors*/
/*Borders*/
.lt-green-text {
  color: #bdaae2;
  font-weight: 600;
}

.green-text {
  color: #C20430;
  font-weight: 600;
}

.grey-text {
  color: #333;
}

.grey-bkg {
  background-color: #f3f3f3;
}

.dk-grey-bkg {
  background-color: #28262b;
}

.blue-bkg {
  background-color: #bdaae2;
  color: #fff;
}

.main-red-bkg {
  background-color: #C20430;
  color: #fff;
}

.yellow-text {
  color: #ff9900;
}
.yellow-text:hover {
  color: #ff9900;
}

/*Font Variables*/
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spacer {
  padding: 100px 0;
}

.spacer-sm {
  padding: 25px 0;
}

.bkg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.heading-divider,
.wp-block-separator {
  background-color: #5c2aad;
  display: block;
  max-width: 120px;
  height: 1px;
  border: none;
  opacity: 1;
}

.split-background {
  background: #f3f3f3;
}

@media only screen and (min-width: 768px) {
  .parallax {
    background-attachment: fixed;
  }
}
.accordion-item {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  margin-bottom: 1rem;
}

.accordion-header {
  display: flex;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  gap: 1rem;
}

.accordion-icon {
  width: 30px;
  height: 30px;
  border: 2px solid white;
  background: white;
  color: #5c2aad;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  border-radius: 3px;
}

.accordion-header[aria-expanded=true] .accordion-icon {
  content: "-";
}

.accordion-header[aria-expanded=true] .accordion-icon::before {
  content: "-";
}

.accordion-header[aria-expanded=false] .accordion-icon::before {
  content: "+";
}

.accordion-body {
  padding: 1rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*Get Font Variables*/
body {
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  color: #00304B;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-lead p,
li.menu-item span,
.dropdown-item span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}

p,
span,
time,
li,
a,
dt,
dd {
  font-family: "Nunito", sans-serif;
  font-size: 1.125rem;
}

article h2.green-text {
  font-size: 1.5rem;
  font-weight: 400;
}
article.faq-article h2 {
  font-size: 2rem;
}
article h3,
article h4 {
  font-size: 1.125rem;
  /*font-family: $roboto-font-family;*/
}
article .faq-container > h3 {
  padding-top: 20px;
  font-size: 1.25rem;
  border-top: 1px solid #d3d3d3;
}
article .related-links {
  /*
    - Removed list styling
    - On About Us page
   */
  padding: 0;
}
article .related-links li {
  list-style-type: none;
  margin: 25px 0;
}

.entry h1 {
  font-size: 1.5rem;
}
.entry h2,
.entry h3 {
  font-size: 1.125rem;
}

#nav-posts .nav-links .page-numbers {
  color: #00304B;
}

@media only screen and (min-width: 768px) {
  .entry h1 {
    font-size: 2.125rem;
  }
  .entry h2 {
    font-size: 1.5rem;
  }
  .entry h3 {
    font-size: 1.25rem;
  }
  .entry h4 {
    font-size: 1.125rem;
  }
  .entry h5 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .entry h2 {
    font-size: 1.875rem;
  }
  .entry h3 {
    font-size: 1.5rem;
  }
  .entry h4 {
    font-size: 1.25rem;
  }
  .entry h5 {
    font-size: 1.125rem;
  }
  .entry h6 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 2rem;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.scroll-fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.scroll-fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
  transition-delay: 0.8s;
}

.delay-5 {
  animation-delay: 1s;
  transition-delay: 1s;
}

.site-header {
  width: 100%;
  top: 0;
  z-index: 1;
}
.site-header .custom-logo-link img {
  max-width: 150px;
  height: auto;
}

.header__branding {
  padding: 10px 0;
}
.header__contact-icon svg {
  font-size: 18px;
}
.header__contact-icon a {
  color: #ffffff;
}
.header__contact-bar {
  background-color: #ffffff;
}
.header__contact-bar h4 {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.header {
  background: transparent;
}
.header__nav {
  width: 100%;
  padding: 0;
  align-items: stretch;
}
.header__nav .container {
  display: block;
  height: 100%;
}
.header__branding img {
  max-height: 80px;
}
.header #top-nav {
  background: #5c2aad;
}
.header__contact-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 0;
}
.header__contact-info a {
  margin: 0 10px;
  font-weight: normal;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}
.header__contact-info a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 80%;
  margin: auto 10px;
}
.header__contact-info a:last-child:after {
  content: none;
}
.header__navigation {
  width: 100%;
  /*    display: flex;
      flex-direction: column;
      justify-content: space-between;*/
}
.header__menu-wrapper {
  height: 100%;
  width: 100%;
  padding-top: 30px;
}
.header__menu {
  display: flex;
  flex-direction: column;
}
.header__cta {
  width: 100%;
  max-width: 200px;
}

.header__menu a {
  color: white;
  text-decoration: none;
}
.header__menu .menu-item {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.header__menu .menu-item.menu-item-has-children {
  position: relative;
}
.header__menu .menu-item.menu-item-has-children.active a:after {
  transform: rotate(-180deg);
}
.header__menu .menu-item.menu-item-has-children > a {
  display: flex;
}
.header__menu .menu-item.menu-item-has-children > a:after {
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f078";
  margin-left: 5px;
  border: none;
  width: initial;
  height: initial;
  transition: transform 0.3s;
}
.header__menu .menu-item a {
  display: flex;
  align-items: center;
  height: 100%;
  color: white;
  font-weight: normal;
  text-decoration: none;
  font-size: 1rem;
}
.header__menu .menu-item a:hover {
  color: #5c2aad;
}
.header__menu .menu-item.btn-primary {
  padding: 0.75rem 1.5rem;
}
@media (max-width: 991px) {
  .header__menu .menu-item.btn-primary {
    margin: 0.5rem 0;
  }
}
.header__menu .menu-item.btn-primary a, .header__menu .menu-item.btn-primary a:hover {
  color: #fff;
}
.header__menu .menu-item.dropdown:hover .dropdown-menu {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}
.header__menu .menu-item .dropdown-menu {
  display: block;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  background: #f5f5f5;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0;
}
.header__menu .menu-item .dropdown-menu a {
  color: #28262b;
}
.header__menu .menu-item .sub-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  background-color: #f5f5f5;
  padding-left: 0;
  width: 100%;
  min-width: 250px;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: translateY(10px);
}
.header__menu .menu-item .sub-menu.active {
  visibility: visible;
  display: block;
  opacity: 1;
  overflow: auto;
}
.header__menu .menu-item .sub-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}
.header__menu .menu-item .sub-menu li:last-of-type {
  border: none;
}
.header__menu .menu-item .sub-menu li a {
  color: #333;
  padding: 20px;
  display: flex;
  align-items: center;
  min-height: 40px;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 991px) {
  .header__navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #28262b;
    padding: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .header__navigation.is-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0s;
    height: 100vh;
  }
  .header__menu > .menu-item {
    border-bottom: 1px solid #d3d3d3;
  }
  .header__menu > .menu-item a {
    padding: 20px;
  }
  .header__menu > .menu-item:last-of-type {
    border-bottom: none;
  }
  .header__menu > .menu-item.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .header__nav > .container {
    max-width: 300px;
  }
  .header__menu-wrapper {
    padding-top: 0;
  }
  .header__menu {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    height: 100%;
  }
  .header__menu .menu-item {
    margin: 0 15px;
    height: 100%;
  }
  .header__menu .menu-item-has-children .sub-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
  }
  .header__menu .menu-item-has-children:hover a:after {
    transform: rotate(-180deg);
  }
  .header__menu .menu-item-has-children:hover .sub-menu {
    display: block;
    visibility: visible;
    height: initial;
    overflow: initial;
    opacity: 1;
    transform: translateY(0);
  }
  .header__menu .menu-item-has-children .sub-menu {
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) {
  .header__menu .menu-item a {
    font-size: 1rem;
  }
}
.custom-container-lg {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .custom-container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .custom-container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .custom-container-lg {
    max-width: 1320px;
  }
}
.footer {
  background-color: #28262b;
  color: white;
}
.footer__logo img {
  max-width: 250px;
  height: auto;
}
.footer__heading {
  font-size: 1.5rem;
  color: white;
}
.footer__subheading {
  font-size: 1rem;
  color: white;
}
.footer p {
  color: white;
}
.footer a {
  color: white;
  text-decoration: none;
  color: white;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer__menu {
  margin: 50px 0;
  padding-top: 50px;
  border-top: 3px solid #5c2aad;
}
.footer__social-media {
  display: flex;
  margin: 30px 0;
}
.footer__social-media a {
  margin: 5px;
  font-size: 1.125rem;
  color: white;
}
.footer__copyright {
  font-size: 0.75rem;
  color: white;
  margin: 0;
}
.footer__copyright a {
  font-size: 0.75rem;
}

@media only screen and (min-width: 992px) {
  .footer__menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer .menu-item {
    width: fit-content;
    margin: 0 30px;
    font-size: 1.125rem;
  }
}
/***** Testimonials Section *****/
.testimonials-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.testimonials-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(92, 42, 173, 0.85) 0%, rgba(189, 170, 226, 0.85) 100%);
  z-index: 0;
}
.testimonials-section .testimonials-title {
  color: white;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.testimonials-section .container {
  position: relative;
  z-index: 1;
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.testimonial-card .testimonial-icon {
  font-size: 2.125rem;
  color: #5c2aad;
  margin-bottom: 1.5rem;
  opacity: 0.2;
}
.testimonial-card .testimonial-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
  font-style: italic;
  flex-grow: 1;
}
.testimonial-card .testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 1rem;
  border-top: 2px solid #bdaae2;
}
.testimonial-card .testimonial-author strong {
  color: #5c2aad;
  font-size: 1.25rem;
  font-weight: 700;
}
.testimonial-card .testimonial-author span {
  color: #666;
  font-size: 0.875rem;
}

/***** End Testimonials Section *****/
/*Styling for the basic page content with sidebar*/
body .is-layout-flex {
  align-items: center !important;
}

.wp-block-heading {
  color: #00304B;
  margin: 50px 0 20px;
}

.team-section hr {
  margin-bottom: 30px;
}

.team-card {
  margin-bottom: 30px;
}
.team-card__inner {
  height: 100%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.team-card__content {
  padding: 5% 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-card__name {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.team-card__name, .team-card__position, .team-card__yos {
  font-weight: bold;
  color: #00304B;
}
.team-card__position, .team-card__yos {
  margin-bottom: 5px;
}
.team-card__description {
  margin-top: 15px;
}
.team-card__link {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 10px 20px;
  line-height: 1;
  transition: 0.3s ease-in-out;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  background-color: #333;
}
.team-card .btn-wrap {
  margin-top: 15px;
}

.entry-title a,
.entry-summary a {
  color: #00304B;
  text-decoration: none;
}

.search-result-item {
  border-bottom: 1px solid #d3d3d3;
}
.search-result-item:last-of-type {
  border-bottom: none;
}

.department-row {
  border-bottom: 1px solid #d3d3d3;
}
.department-row:last-child {
  border-bottom: none;
}

.job-posting__inner {
  height: 100%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.job-posting__content {
  padding: 5% 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.job-posting__content a {
  color: #00304B;
  text-decoration: none;
}
.job-posting__title {
  font-size: 1.125rem;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.job-posting__date {
  color: #666;
  font-size: 0.75rem;
  text-align: right;
}
.job-posting__btn {
  color: #00304B;
  text-decoration: none;
}

.blog-sidebar__inner {
  background-color: #333;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: #666 0px 0px 5px 0 !important;
  -moz-box-shadow: #666 0px 0px 5px 0 !important;
  -webkit-box-shadow: #666 0px 0px 5px 0 !important;
}
.blog-sidebar__content {
  color: #fff;
}
.blog-sidebar__content h3 {
  font-size: 1.5rem;
}
.blog-sidebar__link {
  color: #fff;
  text-decoration: none;
}
.blog-sidebar__link:hover {
  text-decoration: underline;
}

.blog-posts-header h1 {
  margin: 0 0 10px;
}
.blog-posts-header h3 {
  font-size: 1.125rem;
}

.category-section:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .blog-posts-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .blog-sidebar {
    margin-bottom: 30px;
  }
}
.entry__header h1 {
  margin-top: 0;
}
.entry__header h1,
.entry__header p {
  color: #fff;
}
.entry__data p {
  margin: 0 0 5px;
}

/***** Homepage Hero Section *****/
.homepage-hero {
  position: relative;
  margin-top: -100px;
  /*Image Container*/
  /*End Image Container*/
}
.homepage-hero__hero-img-container {
  position: relative;
}
.homepage-hero__hero-img-container img,
.homepage-hero__hero-img-container video {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.homepage-hero__hero-img-container .hero-video {
  display: block;
}
.homepage-hero__hero-img-container .img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(rgba(193, 155, 255, 0.4), rgba(17, 0, 45, 0.6));
}
.homepage-hero__hero-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-hero__hero-text h1,
.homepage-hero__hero-text p {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.homepage-hero__hero-text a.btn {
  line-height: 1;
}

/***** End Homepage Hero Section *****/
/***** Services Section *****/
.pt-card {
  margin: 10px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0 !important;
  transition: 0.3s linear;
}
.pt-card:hover {
  transform: translate(0, -5px);
  box-shadow: rgba(0, 0, 0, 0.75) 0 2px 4px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 2px 4px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 2px 4px 0 !important;
}
.pt-card__inner {
  position: relative;
}
.pt-card__heading-container {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70%;
  height: 100%;
  z-index: 1;
  padding: 3% 5%;
}
.pt-card__heading {
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
}
.pt-card__heading a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.pt-card__heading a,
.pt-card__heading a:after,
.pt-card__heading a:hover {
  color: #fff;
  text-decoration: none;
}
.pt-card__img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}

.homepage-classes {
  background: #5c2aad;
  color: white;
}
.homepage-classes h2 {
  text-align: center;
  letter-spacing: 6px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.homepage-classes h2 span {
  display: block;
  font-weight: bold;
  letter-spacing: normal;
  font-size: 2.75rem;
  font-family: "Nunito Sans", sans-serif;
  text-transform: none;
}
.homepage-classes h3 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0;
}
.homepage-classes .divider {
  max-width: 300px;
  height: 3px;
  border: none;
  background-color: white;
  margin: 2rem auto;
  opacity: 1;
}

.class-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.class-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.class-card__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.class-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class-card__content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.class-card__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5c2aad;
  margin-bottom: 1rem;
  font-family: "Nunito Sans", sans-serif;
}
.class-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.class-card__info p {
  margin: 0;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.6;
}
.class-card__day {
  font-weight: 600;
  color: #5c2aad;
}
.class-card__dates, .class-card__time {
  color: #666;
}
.class-card__price {
  font-size: 1.25rem;
  font-weight: bold;
  color: #5c2aad;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
}
.class-card__button {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background-color: #5c2aad;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.class-card__button:hover {
  background-color: #462084;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}
.class-card__button:active {
  transform: translateY(0);
}

/***** End Services Section *****/
/***** Intro Section *****/
.homepage-intro__tagline {
  font-size: 1.125rem;
  color: #bdaae2;
  display: block;
}
.homepage-intro__heading {
  margin-bottom: 15px;
  font-size: 2.25rem;
}
.homepage-intro__text {
  margin-bottom: 30px;
}

/***** End Intro Section *****/
/***** About Section *****/
.homepage-about {
  background: #f3f3f3;
}
.homepage-about__tagline {
  font-size: 1.125rem;
  color: #bdaae2;
  display: block;
}
.homepage-about__heading {
  margin-bottom: 15px;
  font-size: 2.25rem;
}
.homepage-about__text {
  margin-bottom: 30px;
}

/***** End About Section *****/
/***** Parallax Section *****/
.homepage-parallax {
  padding: 50px 0;
}
.homepage-parallax__title, .homepage-parallax__description {
  color: #fff;
}

/***** End Parallax Section *****/
/***** Team Section *****/
.homepage-team .row {
  flex-direction: column-reverse;
}
.homepage-team__text {
  padding-top: 30px;
}

/***** End Team Section *****/
/***** Linecard Section *****/
.homepage-linecard__tagline {
  font-size: 1.125rem;
  color: #bdaae2;
  display: block;
}
.homepage-linecard__title {
  padding-top: 20px;
}
.homepage-linecard__heading {
  margin-bottom: 15px;
  font-size: 2.25rem;
}
.homepage-linecard a:has(img) {
  height: 100%;
}
.homepage-linecard__images {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.homepage-linecard__images img {
  width: auto;
  margin: 5px;
  height: 20px;
}

/***** End Linecard Section *****/
@media only screen and (min-width: 768px) {
  .homepage-hero__hero-img-container img,
  .homepage-hero__hero-img-container video {
    height: calc(100vh + 100px);
    max-height: 100vh;
  }
  .homepage-team .row {
    flex-direction: row;
  }
  .homepage-intro__text {
    margin-bottom: 0;
  }
} /*End Media Query 768px*/
/***** Media Queries *****/
@media only screen and (min-width: 992px) {
  .homepage-parallax {
    padding: 100px 0;
  }
  .homepage-linecard .row {
    background-color: #f3f3f3;
  }
} /*End Media Query 992px*/
@media only screen and (min-width: 1068px) {
  .homepage-hero h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-hero__hero-text h1 {
    font-size: 4rem;
  }
  .homepage-hero__hero-text p {
    font-size: 1.5rem;
  }
  .pt-card__heading-container {
    top: 0;
    width: 100%;
  }
  .pt-card__heading {
    text-align: center;
    font-size: 2rem;
  }
  .pt-card__heading a {
    justify-content: center;
    align-items: center;
  }
  .homepage-intro__heading {
    font-size: 2.75rem;
  }
} /*End Media Query 1200px*/
/* Positioning the transition piece */
.section-divider {
  position: relative;
  width: 100%;
  line-height: 0;
  direction: ltr;
  display: flex;
  justify-content: center;
}

.section-divider svg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 290px; /* Adjust height as needed */
  display: block;
  z-index: 1;
}

.section-divider-content {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  z-index: 2;
}
.section-divider-content img {
  max-width: 370px;
  height: 175px;
  object-fit: cover;
  opacity: 1;
}
.section-divider-content img:nth-child(2) {
  margin-top: 3rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-divider-content img:nth-child(2) {
    display: block;
  }
}

/* Optional: Color the SVG path to match your background */
.section-divider .elementor-shape-fill {
  fill: #ffffff;
}

.page-template-contact-us .header {
  background: #28262b;
}

.contact-item {
  margin: 20px 0;
}

.contact-social-media {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid rgba(150, 100, 255, 0.2);
}
.contact-social-media h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  color: #5c2aad;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.contact-social-media .social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.contact-social-media .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5c2aad, #462084);
  color: white;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(150, 100, 255, 0.3);
}
.contact-social-media .social-link:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(150, 100, 255, 0.4);
  color: white;
}
.contact-social-media .social-link:active {
  transform: translateY(-2px) scale(1.05);
}
.contact-social-media .social-link i {
  line-height: 1;
}

@media (max-width: 767px) {
  .contact-social-media {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
  .contact-social-media h4 {
    font-size: 1.35rem;
  }
  .contact-social-media .social-link {
    width: 45px;
    height: 45px;
    font-size: 1.35rem;
  }
}
/***** Therapeutic Massage Intro Section *****/
.therapeutic-massage-intro {
  background: white;
  color: #28262b;
  text-align: center;
}
.therapeutic-massage-intro h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.therapeutic-massage-intro p {
  font-size: 1.125rem;
  max-width: 800px;
  margin: 0 auto;
}

/***** End Therapeutic Massage Intro Section *****/
/***** Therapeutic Massage Pricing Section *****/
.therapeutic-massage-pricing {
  background: #5c2aad;
  color: white;
}
.therapeutic-massage-pricing h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

.pricing-card {
  background: white;
  color: #333;
  padding: 3rem 1.5rem 2rem;
  border-radius: 8px;
  text-align: center;
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0px 30px 65px 0px rgba(59, 59, 85, 0.24);
}

.pricing-ribbon {
  position: absolute;
  top: 20px;
  left: -42px;
  background: #413e46;
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  transform: rotate(-45deg);
  width: 160px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}

.pricing-amount {
  font-size: 3rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bolder;
  color: #5c2aad;
  margin-bottom: 0.5rem;
}

.pricing-suffix {
  font-size: 1.125rem;
  color: #666;
}

/***** End Therapeutic Massage Pricing Section *****/
/***** Therapeutic Massage Packages Section *****/
.therapeutic-massage-packages {
  padding-top: 4rem;
  padding-bottom: 0;
}
.therapeutic-massage-packages h2 {
  text-align: center;
  font-size: 2.75rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.package-row {
  background: #f5f5f5;
  display: flex;
  align-items: center;
}
.package-row-even .package-image-col {
  order: 1;
  padding-left: 0;
  padding-right: 0;
}
.package-row-even .package-content-col {
  order: 2;
}
@media (min-width: 768px) {
  .package-row-even .package-content {
    margin-right: auto;
  }
}
.package-row-odd .package-image-col {
  order: 1;
  padding-right: 0;
  padding-left: 0;
}
.package-row-odd .package-content-col {
  order: 2;
}
@media (min-width: 768px) {
  .package-row-odd .package-image-col {
    order: 2;
  }
  .package-row-odd .package-content-col {
    order: 1;
  }
}
@media (min-width: 768px) {
  .package-row-odd .package-content {
    margin-left: auto;
  }
}

.package-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}

.package-content {
  padding: 2rem;
  max-width: 600px;
}
.package-content h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #5c2aad;
}
.package-content p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.package-notes {
  font-style: italic;
  color: #5c2aad;
}

/***** End Therapeutic Massage Packages Section *****/
/***** Therapeutic Massage Other Section *****/
.therapeutic-massage-other {
  background: #5c2aad;
  color: white;
}
.therapeutic-massage-other .section-pretitle {
  display: block;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
.therapeutic-massage-other h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.therapeutic-massage-other .divider {
  max-width: 300px;
  height: 3px;
  border: none;
  background-color: white;
  margin: 2rem auto;
  opacity: 1;
}
.therapeutic-massage-other h3 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0;
}

/***** End Therapeutic Massage Other Section *****/
/***** Classes Listing Page *****/
.classes-listing {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.classes-listing__header {
  text-align: center;
  padding: 3rem 0 4rem;
  animation: fadeInDown 0.8s ease-out;
}
.classes-listing__tagline {
  color: #5c2aad;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.classes-listing__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-family: "Nunito Sans", sans-serif;
  color: #1a1a1a;
  margin: 0;
  font-weight: 700;
}
.classes-listing__divider {
  max-width: 120px;
  height: 4px;
  border: none;
  background: linear-gradient(90deg, transparent, #5c2aad, transparent);
  margin: 2rem auto 0;
  opacity: 1;
}

/***** Individual Class Item *****/
.class-item {
  margin-bottom: 0;
  position: relative;
  scroll-margin-top: 100px;
}
.class-item:nth-child(odd) {
  background: #ffffff;
}
.class-item:nth-child(even) {
  background: linear-gradient(135deg, #f8f4ff 0%, #faf8ff 100%);
}
.class-item__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .class-item__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 5rem 0;
  }
}
.class-item__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.4s ease;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .class-item__image {
    margin-bottom: 0;
    position: sticky;
    top: 120px;
    align-self: start;
  }
}
.class-item__image::before {
  content: "";
  display: block;
  padding-top: 66.67%;
}
.class-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.class-item__image:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}
.class-item__image:hover img {
  transform: scale(1.05);
}
.class-item__content {
  background: white;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .class-item__content {
    padding: 2rem;
  }
}
.class-item__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-family: "Nunito Sans", sans-serif;
  color: #5c2aad;
  margin: 0 0 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.class-item__details {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.class-item__details .detail {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.class-item__details .detail:hover {
  background: #f0f0f5;
  transform: translateX(5px);
}
.class-item__details .detail i {
  color: #5c2aad;
  font-size: 1rem;
  min-width: 18px;
  margin-top: 2px;
}
.class-item__details .detail span, .class-item__details .detail div {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}
.class-item__details .detail strong {
  color: #1a1a1a;
  margin-right: 0.4rem;
}
.class-item__details .detail small {
  color: #666;
  font-size: 0.9em;
}
.class-item__details .detail--location p {
  margin: 0.25rem 0 0;
  color: #666;
  font-size: 0.9rem;
}
.class-item__pricing {
  background: linear-gradient(135deg, #f8f4ff 0%, #fff 100%);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border: 2px solid rgba(150, 100, 255, 0.1);
}
.class-item__pricing .pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .class-item__pricing .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.class-item__pricing .price-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: white;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.class-item__pricing .price-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(150, 100, 255, 0.15);
}
.class-item__pricing .price-box i {
  color: #5c2aad;
  font-size: 1.25rem;
  min-width: 20px;
}
.class-item__pricing .price-box div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.class-item__pricing .price-box strong {
  color: #1a1a1a;
  font-size: 0.85rem;
  display: block;
}
.class-item__pricing .price-box .price {
  color: #5c2aad;
  font-size: 1.15rem;
  font-weight: 700;
}
.class-item__pricing .price-box--highlight {
  background: linear-gradient(135deg, #5c2aad, #462084);
  color: white;
  grid-column: 1/-1;
  justify-content: center;
}
.class-item__pricing .price-box--highlight i {
  color: white;
}
.class-item__pricing .price-box--highlight strong {
  color: white;
  font-size: 1rem;
}
.class-item__notes, .class-item__exceptions {
  background: #fff8e1;
  border-left: 3px solid #ffc107;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  display: flex;
  gap: 0.75rem;
}
.class-item__notes i, .class-item__exceptions i {
  color: #f57c00;
  font-size: 1.1rem;
  min-width: 18px;
  margin-top: 2px;
}
.class-item__notes strong, .class-item__exceptions strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #1a1a1a;
  font-size: 0.9rem;
}
.class-item__notes ul, .class-item__exceptions ul {
  margin: 0;
  padding-left: 1rem;
}
.class-item__notes ul li, .class-item__exceptions ul li {
  margin-bottom: 0.2rem;
  color: #555;
  font-size: 0.9rem;
}
.class-item__notes span, .class-item__exceptions span {
  color: #555;
  font-size: 0.9rem;
}
.class-item__exceptions {
  background: #ffebee;
  border-left-color: #ef5350;
}
.class-item__exceptions i {
  color: #d32f2f;
}
.class-item__registration {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1.15rem;
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f4 100%);
  border-radius: 10px;
  border: 2px solid #4caf50;
  font-size: 0.95rem;
}
.class-item__registration i {
  color: #2e7d32;
  font-size: 1.15rem;
}
.class-item__registration strong {
  color: #1a1a1a;
}
.class-item__registration .registration-link {
  color: #5c2aad;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.class-item__registration .registration-link:hover {
  color: #3b1b6f;
  text-decoration: underline;
}

/***** Alternating Layout using nth-child *****/
@media (min-width: 992px) {
  .class-item:nth-child(even) .class-item__wrapper .class-item__image {
    order: 2;
  }
  .class-item:nth-child(even) .class-item__wrapper .class-item__content {
    order: 1;
  }
  .class-item:nth-child(odd) .class-item__wrapper .class-item__image {
    order: 1;
  }
  .class-item:nth-child(odd) .class-item__wrapper .class-item__content {
    order: 2;
  }
}
/***** Animations *****/
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.class-item {
  animation: fadeInUp 0.6s ease-out backwards;
}
.class-item:nth-child(1) {
  animation-delay: 0.1s;
}
.class-item:nth-child(2) {
  animation-delay: 0.2s;
}
.class-item:nth-child(3) {
  animation-delay: 0.3s;
}
.class-item:nth-child(4) {
  animation-delay: 0.4s;
}
.class-item:nth-child(5) {
  animation-delay: 0.5s;
}
.class-item:nth-child(6) {
  animation-delay: 0.6s;
}
.class-item:nth-child(7) {
  animation-delay: 0.7s;
}
.class-item:nth-child(8) {
  animation-delay: 0.8s;
}
.class-item:nth-child(9) {
  animation-delay: 0.9s;
}
.class-item:nth-child(10) {
  animation-delay: 1s;
}

/***** Responsive Adjustments *****/
@media (max-width: 991px) {
  .class-item__content {
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .classes-listing__header {
    padding: 2rem 0 2.5rem;
  }
  .class-item__wrapper {
    padding: 2rem 0;
  }
  .class-item__content {
    padding: 1.5rem;
  }
  .class-item__pricing {
    padding: 1.5rem;
  }
}
/***** About Bio Section *****/
.about-bio {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.about-bio__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 992px) {
  .about-bio__wrapper {
    grid-template-columns: 350px 1fr;
    gap: 5rem;
  }
}
.about-bio__portrait {
  display: flex;
  justify-content: center;
}
.about-bio__portrait .portrait-circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #5c2aad;
  box-shadow: 0 15px 50px rgba(150, 100, 255, 0.3);
  position: relative;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .about-bio__portrait .portrait-circle {
    width: 350px;
    height: 350px;
  }
}
.about-bio__portrait .portrait-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 60px rgba(150, 100, 255, 0.4);
}
.about-bio__portrait .portrait-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-bio__content {
  text-align: center;
}
@media (min-width: 992px) {
  .about-bio__content {
    text-align: left;
  }
}
.about-bio__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #5c2aad;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.about-bio__text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}
.about-bio__text p {
  margin-bottom: 1.25rem;
}
.about-bio__text p:last-child {
  margin-bottom: 0;
}
.about-bio__text strong {
  color: #5c2aad;
}

/***** About FAQ Section *****/
.about-faq {
  background: #ffffff;
}
.about-faq__header {
  text-align: center;
  margin-bottom: 3rem;
}
.about-faq__header h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-weight: 700;
}
.about-faq__header .divider {
  max-width: 120px;
  height: 4px;
  border: none;
  background: linear-gradient(90deg, transparent, #5c2aad, transparent);
  margin: 1.5rem auto 0;
  opacity: 1;
}
.about-faq .faq-column__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  color: #5c2aad;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 3px solid rgba(150, 100, 255, 0.2);
}
@media (min-width: 992px) {
  .about-faq .faq-column__title {
    text-align: left;
  }
}
.about-faq .col-12 {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .about-faq .col-12 {
    margin-bottom: 0;
  }
}
.about-faq .accordion {
  --bs-accordion-border-color: rgba(150, 100, 255, 0.15);
  --bs-accordion-border-radius: 10px;
  --bs-accordion-bg: #ffffff;
}
.about-faq .accordion-item {
  border: 1px solid rgba(150, 100, 255, 0.15);
  border-radius: 10px !important;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.about-faq .accordion-item:last-child {
  margin-bottom: 0;
}
.about-faq .accordion-item:hover {
  box-shadow: 0 4px 15px rgba(150, 100, 255, 0.1);
}
.about-faq .accordion-header {
  margin: 0;
}
.about-faq .accordion-button {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #f8f9fa;
  padding: 1.15rem 1.25rem;
  transition: all 0.3s ease;
  border: none;
}
.about-faq .accordion-button:not(.collapsed) {
  background-color: #5c2aad;
  color: white;
  box-shadow: none;
}
.about-faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.about-faq .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(150, 100, 255, 0.25);
  border-color: #5c2aad;
}
.about-faq .accordion-button:hover {
  background-color: #cbb6ed;
}
.about-faq .accordion-button::after {
  background-size: 1.15rem;
  transition: all 0.3s ease;
}
.about-faq .accordion-collapse {
  border-top: 1px solid rgba(150, 100, 255, 0.15);
}
.about-faq .accordion-body {
  padding: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  background-color: #ffffff;
}

/***** Responsive Adjustments *****/
@media (max-width: 991px) {
  .about-bio__wrapper {
    padding: 0 1rem;
  }
  .about-faq .faq-column__title {
    font-size: 1.35rem;
  }
}
@media (max-width: 575px) {
  .about-bio__portrait .portrait-circle {
    width: 220px;
    height: 220px;
  }
  .about-faq .accordion-button {
    font-size: 0.95rem;
    padding: 1rem;
  }
  .about-faq .accordion-body {
    padding: 1rem;
    font-size: 0.9rem;
  }
}
.btn-wrap-centered {
  margin: 0 auto;
  width: fit-content;
}

a.btn,
button.btn,
.wp-element-button {
  margin: 5px;
  padding: 10px 20px;
  line-height: 1;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  text-transform: uppercase;
}

.btn.btn-sm {
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
}

.btn.btn-primary,
.wp-element-button {
  background-color: #5c2aad;
  color: white;
  border: none;
}
.btn.btn-primary:hover,
.wp-element-button:hover {
  background-color: #462084;
  color: white;
  border: none;
}

div.btn-secondary .wp-element-button,
.btn.btn-secondary {
  background-color: #bdaae2;
  color: #fff;
}
div.btn-secondary .wp-element-button:hover,
.btn.btn-secondary:hover {
  background-color: #bdaae2;
}

/*lighter coloured green buttons for buttons on top of background images*/
.btn.btn-light {
  color: #fff;
  background-color: #bdaae2;
}
.btn.btn-light:hover {
  background-color: #C20430;
  color: #fff;
}

.btn.btn-transparent {
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-transparent:hover {
  border: 2px solid #fff;
  color: #333;
  background-color: #fff;
}

.btn.btn-white {
  color: #bdaae2;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  a.btn,
  button.btn,
  .wp-element-button {
    padding: 15px 20px;
    font-size: 1.125rem;
  }
}
#menu-toggle-btn,
#menu-toggle-btn:focus {
  border: none;
  box-shadow: none;
}

.hamburger-icon {
  display: inline-block;
  cursor: pointer;
}
.hamburger-icon .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-icon .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-icon .hamburger-inner, .hamburger-icon .hamburger-inner::before, .hamburger-icon .hamburger-inner::after {
  width: 30px;
  height: 5px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-icon .hamburger-inner::before, .hamburger-icon .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-icon .hamburger-inner::before {
  top: -10px;
}
.hamburger-icon .hamburger-inner::after {
  bottom: -10px;
}
.hamburger-icon.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger-icon.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger-icon.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  !* background-image: linear-gradient(transparent, rgba(0,0,0,0.5));*!
  background-color: rgba(0,0,0,0.3);
}*/
.accordion-container {
  /*Optional*/
  background-color: #f7f7f7;
  /* Style the buttons that are used to open and close the accordion panel */
  /* Style the accordion panel. Note: hidden by default */
}
.accordion-container h3,
.accordion-container h4,
.accordion-container h5 {
  margin: 0;
  border-top: 1px solid #d3d3d3;
}
.accordion-container .accordion {
  background-color: initial;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Create the "+" shape by positioning the spans absolutely */
  /* Morph the shape when the button is hovered over */
  /*&:after {
    content: '\2b'; !* Font-Awesome Unicode character for "plus" sign (+) *!
    font-size: 32px;
    font-weight: 400;
    float: right;
    margin-left: 5px;
    color: #fff;
    background-color: $main-red;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }
  &.active:after {
    content: '\f146'; !* Font-Awesome Unicode character for "minus" sign (-) *!
  }*/
}
.accordion-container .accordion.active, .accordion-container .accordion:hover {
  background-color: #eee;
}
.accordion-container .accordion .accordion-icon {
  color: #fff;
  background: #C20430;
  display: block;
  width: 35px;
  height: 35px;
  border: 0;
  font-size: 1.5em;
  position: relative;
}
.accordion-container .accordion .accordion-icon span {
  position: absolute;
  transition: 300ms;
  background: white;
  border-radius: 2px;
}
.accordion-container .accordion .accordion-icon span:first-child {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.accordion-container .accordion .accordion-icon span:last-child {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
.accordion-container .accordion.active .accordion-icon span {
  transform: rotate(90deg);
}
.accordion-container .accordion.active .accordion-icon span:last-child {
  left: 50%;
  right: 50%;
}
.accordion-container .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-container .panel p {
  padding-top: 15px;
}

.content-media-fw__text {
  padding: 3%;
}
.content-media-fw__img {
  border-radius: 0.375rem;
}

@media only screen and (min-width: 992px) {
  .content-media-fw {
    max-width: 100%;
    padding: 0;
  }
  .content-media-fw div.col-12:first-of-type {
    padding-left: 0;
  }
  .content-media-fw__img {
    border-radius: 0;
  }
}
/*Styling for General Content Pages Hero Section*/
/*Get the variables*/
.page-hero-section .page-hero-img,
.page-hero-section .post-hero-img,
.post-hero-section .page-hero-img,
.post-hero-section .post-hero-img {
  margin-top: -100px;
}
.page-hero-section .page-hero-img img,
.page-hero-section .post-hero-img img,
.post-hero-section .page-hero-img img,
.post-hero-section .post-hero-img img {
  object-fit: cover;
}
.page-hero-section .page-hero-img .img-overlay,
.page-hero-section .post-hero-img .img-overlay,
.post-hero-section .page-hero-img .img-overlay,
.post-hero-section .post-hero-img .img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  /* background-image: linear-gradient(transparent, rgba(0,0,0,0.5));*/
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .page-hero-section .page-hero-img .img-overlay,
  .page-hero-section .post-hero-img .img-overlay,
  .post-hero-section .page-hero-img .img-overlay,
  .post-hero-section .post-hero-img .img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /* background-image: linear-gradient(transparent, rgba(0,0,0,0.5));*/
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.page-hero-section .page-hero-img img,
.post-hero-section .page-hero-img img {
  height: 350px;
}
.page-hero-section .post-hero-img img,
.post-hero-section .post-hero-img img {
  height: 300px;
}
.page-hero-section .page-hero-text,
.page-hero-section .post-hero-text,
.post-hero-section .page-hero-text,
.post-hero-section .post-hero-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .page-hero-section .page-hero-text .row,
  .page-hero-section .post-hero-text .row,
  .post-hero-section .page-hero-text .row,
  .post-hero-section .post-hero-text .row {
    padding: 50px 200px;
    background: transparent;
  }
}
.page-hero-section .page-hero-text h1, .page-hero-section .page-hero-text p,
.page-hero-section .post-hero-text h1,
.page-hero-section .post-hero-text p,
.post-hero-section .page-hero-text h1,
.post-hero-section .page-hero-text p,
.post-hero-section .post-hero-text h1,
.post-hero-section .post-hero-text p {
  color: #fff;
  font-size: 2.75rem;
}
.page-hero-section .page-hero-text h1 span, .page-hero-section .page-hero-text p span,
.page-hero-section .post-hero-text h1 span,
.page-hero-section .post-hero-text p span,
.post-hero-section .page-hero-text h1 span,
.post-hero-section .page-hero-text p span,
.post-hero-section .post-hero-text h1 span,
.post-hero-section .post-hero-text p span {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: normal;
  letter-spacing: 6px;
  font-size: 1.125rem;
  color: #5c2aad;
}
.page-hero-section .page-hero-no-img,
.post-hero-section .page-hero-no-img {
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .page-hero-section .page-hero-img img {
    height: 50vh;
    max-height: 300px;
  }
}
.related-links {
  max-width: 1920px;
  margin: 0 auto;
}
.related-links__card-wrapper {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.related-links__text {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .related-links__card-wrapper {
    height: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .related-links__card-wrapper {
    height: 500px;
  }
}
.footer-map {
  position: relative;
  background-color: #f3f3f3;
}
.footer-map__sidebar-wrapper {
  padding: 10% 5%;
}
.footer-map__sidebar-contact a {
  color: #00304B;
  text-decoration: none;
}
.footer-map__sidebar-hours {
  margin-top: 30px;
}

#footer-map,
#distribution-map {
  height: 350px;
  width: 100%;
}

#distribution-map {
  border-radius: 5px;
}

#map-content {
  font-family: inherit;
}
#map-content h5 {
  font-size: 0.875rem;
  font-weight: normal;
}

@media only screen and (min-width: 1280px) {
  #footer-map,
  #distribution-map {
    height: 200px;
  }
  .footer-map {
    background-color: initial;
  }
  .footer-map__sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
    width: 100%;
    height: 80%;
    max-width: 400px;
  }
  .footer-map__sidebar .container,
  .footer-map__sidebar .row {
    height: 100%;
  }
  .footer-map__sidebar-wrapper {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    height: 100%;
    border-radius: 5px;
    padding: 10%;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-map__sidebar {
    left: 10%;
  }
}
@media only screen and (min-width: 1920px) {
  .footer-map__sidebar {
    left: 15%;
  }
}
.search-container {
  height: 100%;
  width: 100%;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.search-container form.search-form {
  width: 100%;
  display: flex;
  height: 100%;
  min-height: 30px;
  margin: 0;
  box-shadow: #d3d3d3 0px 0px 5px 0 !important;
  -moz-box-shadow: #d3d3d3 0px 0px 5px 0 !important;
  -webkit-box-shadow: #d3d3d3 0px 0px 5px 0 !important;
  border-radius: 5px;
}
.search-container form.search-form .search-form-container {
  display: flex;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.search-container form.search-form .search-form-container input, .search-container form.search-form .search-form-container button {
  border-radius: 0;
  border: none;
}
.search-container form.search-form .search-form-container #search-bar {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  padding: 10px;
}
@media (max-width: 500px) {
  .search-container form.search-form .search-form-container #search-bar {
    font-size: 14px;
  }
}
.search-container form.search-form .search-form-container .btn-primary.search-icon {
  margin: 0;
  border-right: 1px solid #dee2e6;
}
.search-container form.search-form .search-form-container .btn-primary.search-icon svg {
  color: #333;
}
.search-container form.search-form .search-form-container .btn-primary.search-icon:focus-visible {
  border: none;
}
.search-container form.search-form .search-form-container .btn-primary.search-icon:focus, .search-container form.search-form .search-form-container .btn-primary.search-icon:active {
  background-color: #fff;
  box-shadow: none;
}
.search-container form.search-form .search-form-container .btn-primary.search-icon:hover {
  background-color: #e1e1e1;
}
.search-container form.search-form .search-form-container .clear-search-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border: none;
  display: none;
}
.search-container form.search-form .search-form-container .clear-search-container svg {
  color: #333;
}
.search-container form.search-form .search-form-container .clear-search-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  margin: 0;
}
.search-container form.search-form .search-form-container .clear-search-container button:focus-visible {
  border: none;
}
.search-container form.search-form .search-form-container .clear-search-container button:focus {
  box-shadow: none;
}
.search-container form.search-form .search-form-container .clear-search-container button:hover {
  background-color: #E1E1E1;
  border-radius: 50px;
}
.search-container.active form.search-form .search-form-container .clear-search-container {
  display: block;
}
@media (min-width: 1108px) {
  .search-container.active {
    max-width: 100%;
    z-index: 1;
  }
}

.blog-card {
  margin: 0 0 30px;
}
.blog-card__article, .blog-card__inner, .blog-card__post-content, .blog-card__content-inner {
  height: 100%;
}
.blog-card__inner {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 7px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 7px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 7px 0 !important;
}
.blog-card__post-content {
  display: flex;
  flex-direction: column;
}
.blog-card__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.blog-card__image {
  height: 200px;
}
.blog-card__link {
  color: #00304B;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.blog-card__date {
  font-size: 0.875rem;
}
.blog-card__categories a {
  color: #00304B;
  text-decoration: none;
  font-size: 0.875rem;
}
.blog-card__categories a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .blog-card {
    margin: 0 0 30px;
  }
}
form .form-group {
  margin-bottom: 10px;
}
form label {
  margin-bottom: 5px;
}

.distribution-point {
  margin: 10px 0;
}
.distribution-point__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d3d3d3;
  padding: 20px;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px 0 !important;
  height: 100%;
}
.distribution-point__title {
  font-size: 1.25rem;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
.distribution-point__hours {
  margin: 0;
}

.info-window h6 {
  font-family: "Nunito", sans-serif;
}
.info-window p {
  font-size: 16px;
  margin: 0;
}

/*Content Pages*/
html {
  scroll-behavior: smooth;
}

body {
  /*When logged in, add padding so you can still see the header (if header sticky)*/
  /*Make footer stay at bottom of page content is too short*/
}
body.logged-in header {
  /*margin-top: 32px;*/
}
body #page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main.site-main {
  flex: 1;
}

/*# sourceMappingURL=style.css.map */
