html {
  --bg-gradient: linear-gradient(
    45deg,
    rgba(220, 209, 200, 1) 0%,
    rgba(231, 222, 217, 1) 100%
  );
  --bg: #e7ddd8;
  --color: #554940;
  --text: #a38e86;
}

.gap {
  margin: 10em 0;
}

a.mobileContactIcon {
  color: #1d1d1d;
  padding-right: 12px;
}

.fa-lg {
  font-size: 1.5em;
}

.navbar {
  border-bottom: solid 1px #e1e1e1;
}

/* Button colours */

.btn {
  color: var(--color);
}
.btn:hover {
  color: var(--color);
  opacity: 0.7;
}

.btn-secondary {
  background-color: var(--bg);
  border-color: var(--bg);
}

.btn-success {
  background-color: var(--bg);
  border-color: var(--bg);
}

.locationInfoGroup {
  display: flex;
  width: 100%;
  margin: 1rem 0 0.6rem 0;
  gap: 0.5rem;
}

.locationPriceButton {
  background-color: var(--bg);
  padding: 0.5em 1em;
  font-size: 14px;
}
.locationPriceButton:hover {
  background-color: var(--bg);
  padding: 0.5em 1em;
}

.locationInformationButton {
  color: #8b8b8b;
  padding: 0.5em 1em;
  border: solid 1px #e1e1e1;
  font-size: 14px;
  flex: 1;
}
.locationInformationButton:hover {
  background-color: #f3f3f3;
  border: solid 1px #e1e1e1;
  color: black;
  padding: 0.5em 1em;
}

.btn-outline-dark:hover {
  background-color: transparent;
  border-color: transparent;
  margin: 0;
}

/* Header & Top Bar */

.header-font-change ul li a {
  font-weight: 300;
  font-size: 12px;
}

.top-bar {
  height: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 36px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: var(--bg-gradient);
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.top-bar-item {
  display: flex;
  align-items: center;
}

.top-bar-item:nth-child(2) {
  gap: 0.5rem;
}

.top-bar-search {
  color: white;
  margin-right: 1rem;
}
.top-bar-search i {
  font-size: 18px;
}

.top-bar-shop-online {
  border: 1px solid black;
  color: black;
  padding: 10px 20px;
  border-radius: 16px;
  font-size: 15px;
  white-space: nowrap;
  line-height: 1;
  transition: all 0.25s ease;
}
.top-bar-shop-online:hover {
  opacity: 0.6;
  color: black;
}

.top-bar-book {
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-radius: 16px;
  font-size: 15px;
  white-space: nowrap;
  line-height: 1;
  transition: all 0.25s ease;
}

.top-bar-call {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 35px;
  width: 35px;
  background-color: black;
  border-radius: 50%;
  transition: all 0.25s ease;
}

.top-bar-call i {
  padding-top: 2px;
  font-size: 20px;
  color: white;
}

.top-bar-book:hover,
.top-bar-call:hover {
  opacity: 0.75;
  color: white;
}
.top-bar-call:hover,
.top-bar-search:hover {
  color: white;
}

.top-tier-header {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.top-tier-header .nav-link {
  padding: 0 1.2rem;
  color: white;
  font-size: 14px;
  line-height: 1.2;
}

.top-bar-item .nav-link {
  padding: 0 1.2rem;
  color: var(--color);
  font-size: 14px;
  line-height: 1.2;
}

/* Search Page */

.searchPageForm {
  padding-bottom: 2rem;
  display: flex;
  gap: 0.5rem;
}

.searchPageForm .submitSearch {
  margin: 0;
  width: 55px;
  background-color: black;
  color: white;
}
.searchPageForm .inputSearch {
  margin: 0;
}

/**** Homepage Video Banner ****/

.homeBannerContainer {
  width: 100%;
  height: 80vh;
  min-height: 724px;
  max-height: 1024px;
  position: relative;
}

.homeBannerSlider {
  height: 100%;
  width: 100%;
  z-index: 1;
}

.homeBannerInner {
  display: flex;
  position: inherit;
  align-items: flex-end;
  width: 100%;
  height: calc(100% - 170px);
  z-index: 999;
  pointer-events: all;
}

.homeBannerInner .homeBannerContent {
  width: 640px;
}

.homeBannerInner h1 {
  color: white;
  text-align: left;
  font-size: 54px;
  margin-bottom: 5px;
}
.homeBannerInner span {
  display: block;
  text-align: left;
  color: white;
  font-weight: 100;
  font-size: 20px;
}

.homeBannerContent a {
  text-align: left;
  color: white;
  display: block;
  width: fit-content;
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background-color: rgba(1, 1, 1, 0.2);
  border: solid 1px white;
  pointer-events: all;
}

.HomeVideoWrapper {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.HomeBannerGradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.37) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  pointer-events: none;
}

.homeVideo {
  object-fit: cover;
  object-position: 90% 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Video Banner */

.overlayContainer {
  width: 1200px;
  padding: 0 15px;
}

.overlayContainer h1 {
  color: white;
  font-size: 5em;
}

.logoOverlay img {
  height: 12em;
}

.form-group #submit-button {
  height: 50px;
}

#homeBannerContainer-track {
  height: 100%;
  width: 100%;
}
#homeBannerContainer-track .splide__slide {
  height: 100%;
  width: 100%;
}

/* Logo Slider */

.epicLogos {
  margin-bottom: 6em;
}

/* Home promotional section */

.promotion_container {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}

.home-promotion {
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
}

.home-promotion-secondary {
  flex: 0.5;
  height: 450px;
}

.home-promotion-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  width: 100%;
}

.home-promotion .promotion_title {
  width: 24rem;
}

.home-promotion .promotion_details {
  width: 26rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.pamperGiftCardTitle {
  font-size: 3.5rem !important;
}

.home-promotion p {
  font-size: 16px;
  text-align: left;
}

.home-promotion button {
  width: fit-content;
  background-color: #b77b62;
  color: white;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}

/* Home comp and editabled section  */

.home-compAndOtherContainer {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  height: 350px;
  margin-bottom: 2rem;
}
.home-compAndOtherContainer .otherContainer {
  flex: 0.6;
  position: relative;
}
.home-compAndOtherContainer .compContainer {
  flex: 1;
  position: relative;
}
.home-compAndOtherContainer .otherContainer figure,
.home-compAndOtherContainer .compContainer figure {
  margin: 0;
}

.home-compAndOtherContainer .compContainer figure::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  display: block;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 75%
  );
}
.home-compAndOtherContainer .otherContainer .background,
.home-compAndOtherContainer .compContainer .background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.home-compAndOtherContainer .compContainer .info,
.home-compAndOtherContainer .otherContainer .info {
  position: absolute;
  right: 1.5rem;
  left: 1.5rem;
  bottom: 1.5rem;
  color: white;
}
.home-compAndOtherContainer .compContainer .info .title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: white;
  line-height: 1.1;
  padding-bottom: 0.5rem;
}
.home-compAndOtherContainer .compContainer .badge {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: black;
  line-height: 1.1;
  border-radius: 999px;
  padding: 6px 12px;
  background-color: white;
}
.home-compAndOtherContainer .otherContainer .info .title {
  display: block;
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  color: white;
  line-height: 1.1;
  padding-bottom: 0.5rem;
}
.home-compAndOtherContainer .otherContainer .info p {
  margin: 0;
  text-align: left;
  color: white;
  line-height: 1.1;
}
.home-compAndOtherContainer .otherContainer .logo {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  width: 224px;
  filter: invert(1);
}

/* Services Section */

#home-blocks {
  margin-bottom: 0;
}

#home-blocks .cube {
  background-color: var(--bg);
}

.ourServices {
  margin-top: 0;
}

.services_area {
  margin: 8em 0;
}

.homeServiceBlock {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 0.5em;
  padding: 2em;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.445) 0%,
    rgba(255, 255, 255, 0) 80%
  );
}

#home-blocks a:last-of-type .homeServiceBlock {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.11) 0%,
    rgba(255, 255, 255, 0) 80%
  );
}

.homeServiceBlock i {
  color: white;
  margin-bottom: 0.6em;
}

/* Packages button under services */

#logoSlider-list .splide__slide {
  filter: grayscale(100%);
  opacity: 0.75;
  text-align: center;
}

.splide__slide img {
  height: 100%;
}

/* Packages button under services */

.packages-homepage {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

/* About Section */

#about-block {
  margin-bottom: 8em;
}

/* Home Membership area */

#home-memberships {
  padding: 137px 0px 137px;
  margin-bottom: 8em;
  background: #f1eae5;
}

.home-memberships-container {
  max-width: 1200px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.home-memberships-block {
  width: 100%;
}

.home-memberships-block:nth-child(1) {
  text-align: left;
}
.home-memberships-block:nth-child(2) {
  text-align: right;
}

.home-memberships-block h1 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 300;
  color: #1d1d1d;
  margin-bottom: 5px;
}
.home-memberships-block span {
  text-transform: uppercase;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 5px;
}

.home-memberships-info {
  margin-top: 40px;
  color: #434343;
}

.home-memberships-button {
  background-color: black;
  color: white;
  padding: 15px 30px;
  margin-top: 15px;
  transition-duration: 0.3s;
  font-weight: 500;
}

.home-memberships-button:hover {
  opacity: 0.7;
}

.home-articlesButton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.2rem 1rem;
}

/* The Home Journal area */

.journal-heading {
  margin-bottom: 2rem;
}

.home-recentFeatured {
  border: solid 1px #dee2e6;
  border-radius: 0.5rem;
  height: 100%;
}

.home-recentInfoArea {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.5rem;
  height: fit-content;
}
.home-recentInfoArea .home-readMore {
  color: var(--text);
}

.home-recentFeatured a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition-duration: 0.2s;
}
.home-recentFeatured a:hover {
  opacity: 0.8;
}

.home-recentFeatured img {
  height: 100%;
  max-height: 440px;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem 0.5rem 0 0;
}

.home-recentFeatured h2 {
  font-size: 1.8rem;
  color: #1d1d1d;
  line-height: 1.2;
  margin-bottom: 0;
}

.home-recentFeatured p {
  color: #717171;
  margin-bottom: 0;
  line-height: 1.2;
}

.home-recentSubtitleArea {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 14px;
  color: #1d1d1d;
}

.home-journalTag {
  font-size: 14px;
  padding: 0.2rem 0.6rem;
  border-radius: 15px;
  color: #1d1d1d;
  border: solid 1px #1d1d1d;
}
.home-journalTag i {
  padding-right: 0.3rem;
}

.home-otherPostsContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 2rem;
  padding-left: 1rem;
}

.home-otherPosts a {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  transition-duration: 0.2s;
}
.home-otherPosts a:hover {
  opacity: 0.8;
}

.home-otherPostsImg {
  text-align: center;
  flex: 0.4;
}
.home-otherPostsImg img {
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.home-otherPostsContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.home-otherPostsContent h4 {
  font-size: 1.2rem;
  line-height: 1.3;
}
.home-otherPostsContent p {
  line-height: 1.4;
  margin-bottom: 8px;
  font-size: 14px;
  color: #717171;
  text-align: left;
}
.home-otherPostsContent span {
  line-height: 1.1;
  margin: 0;
  font-size: 14px;
  color: var(--text);
}

.home-otherPostsMeta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 14px;
}
.home-otherPostsMeta span {
  color: #1d1d1d;
}

.home-otherPostsTags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.home-otherPostsTags a:nth-child(1) {
  display: none;
}
.home-otherPostsTags a {
  color: #bebebe;
  border: solid 1px #bebebe;
  border-radius: 5px;
  padding: 0.1rem 0.3rem;
  line-height: 1.4;
  font-size: 12px;
}

.home-otherPostsMore {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1.6rem;
  flex: 1;
  min-height: 124px;
  border-radius: 1rem;
  border: solid 1px #dee2e6;
  color: #1d1d1d;
  font-weight: 500;
  transition-duration: 0.2s;
}
.home-otherPostsMore:hover {
  opacity: 0.8;
  color: #1d1d1d;
}

/* Home Customisable tiles */

.home-customisableTiles {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 350px;
  margin-bottom: 2rem;
}

.home-customisableTiles .tile1 {
  flex: 0.6;
  position: relative;
}
.home-customisableTiles .tile2 {
  flex: 1;
  position: relative;
}

.home-customisableTiles .info {
  position: absolute;
  right: 1.5rem;
  left: 1.5rem;
  bottom: 1.5rem;
  color: white;
}

.home-customisableTiles .title {
  display: block;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: white;
  line-height: 1.1;
  padding-bottom: 0.5rem;
}

.home-customisableTiles p {
  margin: 0;
  text-align: left;
  color: white;
  line-height: 1.4;
}

.home-customisableTiles .badge {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: black;
  line-height: 1.1;
  border-radius: 999px;
  padding: 6px 12px;
  background-color: white;
}

.home-customisableTiles figure {
  position: relative;
  height: 100%;
  margin: 0;
}
.home-customisableTiles figure:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  display: block;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 75%
  );
}
.home-customisableTiles figure img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Instagram area changes */

.instagram-wrap {
  background-color: white;
  padding: 0;
  margin: 8em 0;
}

#sbi_load {
  margin-top: 15px;
}

/* Competition Section */

#home-competition {
  margin: 8em 0;
}

#home-competition #inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 34rem;
}

#home-competition #inner img {
  width: 100%;
  margin-bottom: 4rem;
}

.competitionInfo {
  width: 28rem;
}

.home-compBarContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.home-compButton {
  width: fit-content;
  line-height: 2.6rem;
  padding: 0 3.4rem;
  border-radius: 1.3rem;
  font-size: 16px;
  font-weight: 500;
  background-color: white;
  color: #1d1d1d;
  text-align: center;
  transition-duration: 0.2s;
}
.home-compButton:hover {
  color: #1d1d1d;
  opacity: 0.85;
}

.progress.home-compBar {
  background-color: white;
  width: 80%;
  margin-top: 1rem;
  height: 2.2rem;
  border-radius: 1.1rem;
  border: solid 0.2rem white;
}

.home-compBarInner {
  border-radius: 1.3rem;
  font-size: 15px;
  font-weight: 500;
}

/* Testimonial Section */

#testimonial-section {
  margin: 8rem 0;
  position: relative;
}

#testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#testimonialSlider {
  margin: 2em 0;
}

.testimonial-inner {
  position: relative;
  gap: 15px;
  align-items: center;
  text-align: center;
}

.review-area {
  width: 100%;
  padding-bottom: 25px;
}

.review-area p {
  font-size: 18px;
  text-align: center;
}

.testimonial-inner h1,
.testimonial-inner p {
  color: #1d1d1d;
}

.testimonial-pagination {
  bottom: -15px;
}

/* Footer Changes */

#wrapper-footer-full {
  background-color: #1d1d1d;
  padding: 0 15px;
}

#footer2022 {
  color: white;
  min-height: 300px;
  padding: 4rem 0;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 1em;
}

#footer-terms2022 {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding: 1rem 0;
  border-top: solid 1px #b5b5b5;
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 300;
}

.footerSocials {
  flex-direction: row;
  display: flex;
  gap: 1.5em;
  padding-bottom: 2em;
}

.footerSocials a {
  color: #b5b5b5;
}

.footer2022section {
  flex-grow: 0.5;
  width: 100px;
}

.footer2022section:nth-child(1) {
  flex-grow: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer2022section h3 {
  color: white;
  font-size: 14px;
  margin-bottom: 12px;
}

.logo-footer {
  height: 50px !important;
  margin-bottom: 2em;
}

.goldwell-footer {
  width: 85px !important;
  padding-left: 0.4em;
}

#footer2022 a {
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 300;
  transition-duration: 0.2s;
}

.menu-items a:hover {
  padding-left: 5px;
}

.traditional-acknowledge {
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  width: 80%;
  margin: 0;
}

.footer_payment_methods {
  display: flex;
  gap: 0.6rem;
  padding: 1rem 0 2rem 0;
}
.footer_payment_methods img {
  height: 2rem;
  border-radius: 0;
}

/* Changes to theme.css */

#full-nav-bar > .container {
  max-width: 1200px;
}

.navbar-brand {
  left: 0;
  max-width: 170px;
}

.MenuButton {
  transition: opacity 0.3s !important;
}

.MenuButton:hover {
  opacity: 0.7 !important;
}

.mega-menu-link {
  font-size: 14.5px !important;
  transition-duration: 0.2s !important;
}
.mega-menu-link:hover {
  opacity: 0.7 !important;
}

.mega-menu-locations li {
  padding: 0 15px !important;
}

.mega-menu-locations a {
  font-size: 14px !important;
  font-weight: 400 !important;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.contactMenuIcon {
  padding: 0.5em 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  border-color: #333;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 1.6em;
  border-top-right-radius: 1.6em;
  border-bottom-right-radius: 1.6em;
  border-bottom-left-radius: 1.6em;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.contactMenuIcon:hover {
  border-color: #333;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 1.6em;
  border-top-right-radius: 1.6em;
  border-bottom-right-radius: 1.6em;
  border-bottom-left-radius: 1.6em;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.contactMenuIcon
  > i {
  font-size: 1.6em;
}

/******************************* About us section *******************************/

.aboutUsvideoContainer {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.aboutUsvideoContainer .videoWrapper {
  flex: 1;
  position: relative;
  height: 100%;
}

.aboutUsvideoContainer .navigationWrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #f1eae5;
  padding: 2rem;
  width: 100%;
}

.aboutUsvideobanner {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Navigation Area */

.aboutUs-mainNav {
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  max-width: 584px;
}

a.aboutUs-mainNavItem {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex: 1;
  min-width: calc(50% - 1em);
  padding: 1.5em;
  border-radius: 0.5em;
  text-align: center;
  color: #434343;
  background-color: white;
}
a.aboutUs-mainNavItem.page_active {
  background-color: var(--color);
  color: white;
}

/* Seconday Nav */

.aboutUs-secondaryNav {
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 1em;
  padding-top: 2em;
  max-width: 584px;
}

.aboutUs-secondaryNavItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  flex: 1;
  border: none;
  color: #646464;
  font-size: 14px;
}
.aboutUs-secondaryNavItem:hover {
  color: #646464;
}

.secondaryNavIcon {
  background-color: white;
  color: #646464;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
  width: 5em;
  height: 5em;
  border-radius: 2.5em;
  border: 1px solid #dee2e6;
}

.secondaryPage_activeMobile {
  background-color: var(--color);
  color: white;
  border: none !important;
  box-shadow: none;
}

/****/

.contentHeading {
  font-size: 40px;
  text-align: left !important;
}

.aboutUs-heading {
  font-size: 40px;
  font-weight: bold;
  text-align: left !important;
  margin-bottom: 0;
  line-height: 1.12;
}

.aboutQuote {
  border-left: solid 4px var(--bg);
  padding-left: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
}

.aboutQuote span {
  font-style: italic;
  color: #9b9b9b;
}

.contentH2 {
  font-size: 1em;
  font-style: italic;
}

.contentInfo {
  padding-top: 1em;
  margin-bottom: 0;
  text-align: justify;
  text-justify: auto;
}

.aboutUs-img {
  height: 100%;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.featureBlock-img {
  height: 100%;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.5em;
}

.aboutUs-button {
  background-color: var(--bg);
  color: #434343;
  padding: 15px 45px;
  transition-duration: 0.3s;
  font-weight: 500;
}
.aboutUs-button:hover {
  opacity: 0.7;
}

.counterSection {
  border-top: 1px solid #e4e4e4;
  padding-top: 8em;
  text-align: center;
}

.counterSection p {
  font-size: 15px;
  color: #646464;
  text-align: center;
}

.counterContentHeading {
  font-size: 52px;
  font-weight: bolder;
  line-height: 1;
}

.counterContentSub {
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 1em;
}

.aboutUs-viewMoreButton {
  color: #9b9b9b;
  transition-duration: 0.2s;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.aboutUs-viewMoreButton:hover {
  color: black;
  gap: 1.4em;
  transition-duration: 0.2s;
}

/* Careers */

.careersSection {
  background-color: #f1eae5;
}

.careersInner {
  padding: 6em 0;
}

.careerHeading {
  font-size: 40px;
  font-weight: bolder;
  margin-bottom: 0.2em;
  line-height: 1.2em;
}

.careerSubHeading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--color);
}

.careersButton {
  background-color: black;
  color: white;
  padding: 15px 30px;
  width: 100%;
  transition-duration: 0.3s;
  font-weight: 500;
}

.careersButton:hover {
  opacity: 0.7;
}

/* Column Section */

.aboutUs-more {
  transition-duration: 0.3s;
  border: 1px solid #e4e4e4;
  background-color: white;
}
.aboutUs-more:hover {
  opacity: 0.7;
}

.aboutUsPageImage {
  height: 28em;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.moreSectionHeading {
  font-size: 24px;
  font-weight: bolder;
  color: #1d1d1d;
  margin-bottom: 0.3em;
  line-height: 1.2;
}

.aboutUs-moreInfo {
  padding: 1em;
}

/*** Repeaters ***/

.fullWidth-repeater {
  background-color: #f5c6cc2a;
  padding: 3em 0;
}

.repeaterParent div.container:nth-of-type(2n) .fullWidth-repeaterInner {
  flex-direction: row-reverse;
}

.repeaterParent div.container .fullWidth-repeaterInner .aboutUs-img {
  border-radius: 0.5em;
}
.repeaterParent
  div.container:nth-of-type(2n)
  .fullWidth-repeaterInner
  .aboutUs-img {
  border-radius: 0.5em;
}

/*** Related Articles ***/

.relatedArticles {
  border-top: 1px solid #dee2e6;
}

.relatedArticlesFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 4em;
  padding-top: 2em;
}

.relatedArticlesChild {
  flex: 1;
}

.relatedArticlesChildImage {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.relatedArticlesChild h4 {
  padding: 2em 0 0.4em 0;
}

.relatedArticlesChild p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #717171;
  max-height: 62px;
  overflow: hidden;
  margin-bottom: 10px;
}

.relatedArticles-readMore {
  font-size: 15px;
  color: var(--text);
  transition-duration: 0.2s;
}
.relatedArticles-readMore:hover {
  color: var(--text);
  opacity: 0.7;
}

/* Info Video */

.responsive-embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.responsive-embed-container iframe,
.responsive-embed-container video,
.responsive-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.infoVideoWrapper {
  border: 1px solid #e4e4e4;
  border-radius: 1em;
  padding: 12px;
}

/* Policies */

.policies-secondaryNav .container {
  display: flex;
  flex-direction: row;
  gap: 1em;
  padding-top: 1em;
}

.policies-secondaryNavItem {
  flex: 1;
  padding: 1em 2em;
  text-align: center;
  color: #434343;
  border: 1px solid #dee2e6;
  border-radius: 2em;
  transition-duration: 0.3s;
}
.policies-secondaryNavItem:hover {
  color: #a5a5a5;
}

.policyWrapper {
  padding: 3em 0;
  border-bottom: 1px solid #e4e4e4;
}
.policyWrapper:nth-child(1) {
  padding-top: 0;
}

.policyName {
  font-size: 32px;
  margin-bottom: 12px;
}

/* Media */

.mediaGrid {
  display: grid;
  gap: 1rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mediaGridItem {
  background-position: center;
  background-size: cover;
  aspect-ratio: 1;
  border-radius: 1rem;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}

.mediaGridItemInner img {
  width: 120px;
  filter: brightness(0) invert(1);
  padding-bottom: 0.6rem;
}

.mediaGridTitle {
  color: white;
  line-height: 1.2;
}

/* Contact Us */

.contactTitleArea {
  text-align: left !important;
}
.contactTitleArea h1 {
  font-size: 40px;
  font-weight: bold;
}

.contactMainContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2em;
  margin: 3em 0;
}

.contactMainItem {
  flex: 0.66;
}
.contactDetailsContainer {
  flex: 0.33;
}

.contactDetailsContainer {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.contactitem {
  flex: 1;
  padding: 2em;
  border-radius: 1.5em;
  border: 1px solid #e4e4e4;
  transition-duration: 0.2s;
}
.contactitem:hover {
  opacity: 0.6;
  color: #000000;
}

.contactitem a {
  color: #000000;
}

.contactitem h4 {
  margin-bottom: 0.3em;
}

.contactIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  background-color: var(--bg);
  border-radius: 1.5em;
  margin-bottom: 2em;
}
.contactIcon i {
  color: white;
}

#gform_submit_button_63 {
  background-color: var(--bg);
}

.contactUsForm form li label.gfield_label {
  display: none;
}

.contactAdditional a {
  color: #d8a0a4;
  border-bottom: 1px dashed #d8a0a4;
}
.contactAdditional a:hover {
  opacity: 0.6;
}

/******************************* Position section *******************************/

.positionsOuter {
  background-color: #f5c6cc2a;
  padding: 3em 0;
}

.positionContainer {
  display: flex;
  border: 1px solid #e4e4e4;
  margin-bottom: 1em;
  background-color: white;
}

.positionItem {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 3em 2em;
}

.positionImage {
  flex: 1.2;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.positionButtonArea {
  flex: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  text-align: right;
}

.positionButtonInner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5em;
}

.positionHeading {
  font-size: 20px;
  font-weight: 500;
}

.positionLocation {
  background-color: var(--bg);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 2.03px;
  color: #1d1d1d;
}

.positionHighlights {
  padding-left: 1.2em;
  font-size: 14px;
  color: #434343;
  margin-bottom: 0;
}

.position-button {
  background-color: var(--bg);
  color: #434343;
  padding: 15px 30px;
  width: 100%;
  transition-duration: 0.3s;
  font-weight: 500;
  font-size: 14px;
  margin-top: 1em;
}
.position-button:hover {
  opacity: 0.7;
}

.positionQuickApply {
  font-size: 14px;
  color: #aa8187;
  border-bottom: 1px solid #aa8187;
  transition-duration: 0.2s;
}
.positionQuickApply:hover {
  top: 1em;
  color: #dbaab0;
}

.positionPostedDate {
  font-size: 14px;
  color: #434343;
}

/** Position Single Template **/

.positionTemplate-Item {
  padding: 3em;
}

.positionTemplate-Item:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.positionTemplate-Item:nth-child(2) {
  border-top: 1px solid #e4e4e4;
}

.positionTemplate-Item:nth-child(3) {
  border-top: 1px solid #e4e4e4;
}

.positionTemplate-buttonArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 14em;
}

.positionTemplate-PostedDate {
  text-align: right;
}

.positionTemplate-Content {
  padding: 3em;
}

.positionTemplate-Content p {
  line-height: normal;
}

.positionTemplate-Heading {
  font-size: 28px;
}

.positionTemplate-Image {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.positionTemplate-location {
  font-weight: 500;
  font-size: 18px;
}

.positionTemplate-type {
  font-size: 18px;
}

.positionTemplate-Item .gfield_label,
legend .gfield_label {
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.positionTemplate-Item .gf_progressbar {
  display: none;
}

.positionTemplate-Item #field_145_14,
#field_145_22 {
  padding-top: 2em;
  border-top: 1px solid #e4e4e4;
}

.positionTemplate-Item #field_145_25 {
  padding-bottom: 2em;
}

.positionFilterButton {
  background-color: var(--bg);
  border-radius: 1.6em;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1d;
  min-height: 50px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 16px;
}

.positionFilterClear {
  padding-bottom: 8px;
  text-align: right;
}
.positionFilterClear a {
  color: #646464;
  font-size: 14px;
}

.positionFilter {
  display: flex;
  gap: 1em;
  align-items: flex-end;
  margin-top: 3em;
}

.positionFilter div {
  flex: 1;
  width: 100%;
}

/* Row margin */

.repeaterParent .container .row {
  margin: 0;
}

/*************** Service Tiles ***************/

#ArchiveServiceContainer {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 1em;
}

.ArchiveServiceItem {
  flex: 0 1 32%;
  height: 22em;
  border-radius: 0.5em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.2s;
}
.ArchiveServiceItem:hover {
  opacity: 0.85;
}

.ArchiveServiceInner {
  display: flex;
  align-items: flex-end;
  border-radius: 0.5em;
  padding: 2em;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.568) 0%,
    rgba(255, 255, 255, 0) 80%
  );
}

.ArchiveServiceTitle {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.ArchiveServiceTitle h2 {
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.ArchiveServiceTitle i {
  color: white;
  transition-duration: 0.2s;
}
.ArchiveServiceItem:hover i {
  margin-right: 1em;
}

/**** Single Competition Post ****/

.comp-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.comp-h1 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.comp-endDate {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.comp-subtext {
  font-size: 0.7rem;
  color: #717171;
  margin-top: 32px;
}

#gform_wrapper_150 .gform_required_legend,
#gform_wrapper_150 .gfield_label,
#gform_wrapper_150 .ginput_counter {
  display: none;
}

/* Staff Archive */

.filter-Icon {
  display: none;
}

.stylist-decide {
  padding-bottom: 3rem;
  text-align: center;
}

.stylist-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.stylist-form .step {
  position: relative;
  flex: 1;
  padding: 3rem 2rem;
  border: solid 1px #848484;
  border-radius: 12px;
  transition-duration: 0.2s;
}
.stylist-form .step:hover {
  background-color: #fdf2f0;
  border: solid 1px var(--bg);
}
.stylist-form .step:hover div select {
  border: solid 1px var(--bg);
}
.stylist-form .step div select:active {
  border: solid 1px var(--bg);
}

.stylist-form .step div {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.stylist-form .step div select {
  border: solid 1px #848484;
  transition-duration: 0.2s;
}

.stylist-form .step h2 {
  position: absolute;
  display: block;
  top: -16px;
  left: 22px;
  line-height: 1;
  margin: 0;
  padding: 0 8px;
  font-size: 32px;
  font-weight: 500;
  color: var(--bg);
  background-color: white;
  border-radius: 10px;
}

.stylist-wrapper {
  background: linear-gradient(90deg, white 50%, #f7f8fb 50%);
  border-top: solid 1px #e1e1e1;
}

.stylist-grid {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  grid-template-rows: 1fr;
  grid-template-areas: ". .";
}

.stylist-grid .filters {
  padding: 3rem 2rem 4rem 0;
  align-self: flex-start;
  position: sticky;
  top: 0;
}

.stylist-grid .filters .title-area {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  align-items: flex-end;
}
.stylist-grid .filters .title-area span {
  font-weight: 500;
  font-size: 20px;
}
.stylist-grid .filters .title-area a {
  color: var(--bg);
}

.stylist-grid .filters form button {
  margin-top: 1.4rem;
  width: 100%;
}

.stylist-grid .filters .form_container {
  height: calc(100vh - 240px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 1rem;
}
.stylist-grid .filters .form_container::-webkit-scrollbar {
  width: 4px;
}
.stylist-grid .filters .form_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #f6f7fb;
  outline: 1px solid #dbdce0;
  border-radius: 8px;
}
.stylist-grid .filters .form_container::-webkit-scrollbar-thumb {
  background-color: #cacbce;
  border-radius: 8px;
}

.stylist-grid .filters .form_container div {
  margin-bottom: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.stylist-grid .filters form h6 {
  color: #c0c7cc;
  padding-bottom: 12px;
}

.stylist-grid .filters form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.stylist-grid .filters form input[type="radio"]:checked + label {
  background-color: #fff6f5;
  color: #1d1d1d;
  border-color: var(--bg);
}

.stylist-grid .filters form label {
  border: solid 1px #e1e1e1;
  color: #646464;
  margin: 0 4px 10px 0;
  cursor: pointer;
  font-size: 16px;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: normal;
  padding: 4px 10px;
  border-radius: 22px;
  background-color: transparent;
  transition-duration: 0.2s;
}
.stylist-grid .filters form label:hover {
  opacity: 0.7;
}

/** Mobile Filter **/

.staff_mobile_filter {
  position: fixed;
  bottom: 0;
  z-index: 999;
  height: calc(100vh - 20%);
  width: 100%;
  background-color: white;
  padding: 2rem 24px;
  border-radius: 2rem 2rem 0 0;
  box-shadow: 0px -9px 22px -6px rgba(0, 0, 0, 0.1);
}

.staff_mobile_filter .filters {
  align-self: flex-start;
  height: 100%;
}

.staff_mobile_filter .filters .title-area {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  align-items: flex-end;
}
.staff_mobile_filter .filters .title-area span {
  font-weight: 500;
  font-size: 20px;
}

.staff_mobile_filter .filters form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.staff_mobile_filter .filters form .form_wrapper {
  overflow-x: scroll;
  flex: 1;
}

.staff_mobile_filter .filters form button {
  margin-top: 1.4rem;
  width: 100%;
}

.staff_mobile_filter .filters .form_container {
  height: calc(100vh - 240px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 1rem;
}
.staff_mobile_filter .filters .form_container::-webkit-scrollbar {
  width: 4px;
}
.staff_mobile_filter .filters .form_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #f6f7fb;
  outline: 1px solid #dbdce0;
  border-radius: 8px;
}
.staff_mobile_filter .filters .form_container::-webkit-scrollbar-thumb {
  background-color: #cacbce;
  border-radius: 8px;
}

.staff_mobile_filter .filters .form_container div {
  margin-bottom: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.staff_mobile_filter .filters form h6 {
  color: #c0c7cc;
  padding-bottom: 12px;
}

.staff_mobile_filter .filters form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.staff_mobile_filter .filters form input[type="radio"]:checked + label {
  background-color: #fff6f5;
  color: #1d1d1d;
  border-color: var(--bg);
}

.staff_mobile_filter .filters form label {
  border: solid 1px #e1e1e1;
  color: #646464;
  margin: 0 4px 10px 0;
  cursor: pointer;
  font-size: 16px;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: normal;
  padding: 4px 10px;
  border-radius: 22px;
  background-color: transparent;
  transition-duration: 0.2s;
}
.staff_mobile_filter .filters form label:hover {
  opacity: 0.7;
}

.stylist-grid .loop {
  border-left: solid 1px #e1e1e1;
  padding: 3rem 0 0 2rem;
  background-color: #f7f8fb;
  padding-bottom: 4rem;
}

.stylist-grid .results {
  text-align: right;
  padding-bottom: 2rem;
  color: #abacad;
}
.stylist-grid .results span {
  font-weight: 500;
  color: #1d1d1d;
  padding: 0 2px;
}

.staff_loop_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ". .";
  grid-column-gap: 1.5rem;
}

.staff_loop_grid article {
  border-radius: 0.6rem;
  background-color: white;
  border: solid 1px #e1e1e1;
  margin-bottom: 1.5rem;
}

.staff_loop_grid article img {
  aspect-ratio: 4/3;
  height: auto;
  width: auto;
  border-radius: 0.6rem 0.6rem 0 0;
  margin: 0;
}
.staff_loop_grid .image_container {
  position: relative;
  display: block;
}
.staff_loop_grid .image_container span {
  position: absolute;
  bottom: -1px;
  left: 1.5rem;
  background-color: white;
  color: #abacad;
  font-size: 15px;
  padding: 2px 9px;
  border-radius: 6px 6px 0 0;
}

.staff_loop_grid article .content_container {
  padding: 1.2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.staff_loop_grid article .content_container header {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 0.4rem;
  align-items: center;
}
.staff_loop_grid article .content_container header h2 {
  line-height: normal;
  margin-bottom: 0;
}
.staff_loop_grid article .content_container header span {
  color: var(--bg);
  font-weight: 500;
  text-align: right;
}

.staff_loop_grid article .staff-specialties {
  display: flex;
  flex-wrap: wrap;
  max-height: 66px;
  overflow: hidden;
}
.staff_loop_grid article .staff-specialties span {
  margin-right: 6px;
  margin-bottom: 6px;
  background-color: #f7f8fb;
  border-radius: 1rem;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: default;
}

.staff_loop_grid article .staff-buttons {
  display: flex;
  gap: 0.6rem;
}
.staff_loop_grid article .staff-buttons .book {
  color: white;
  font-weight: 500;
  background-color: var(--bg);
  display: block;
  padding: 1rem;
  border-radius: 2rem;
  text-align: center;
  flex: 1;
}
.staff_loop_grid article .staff-buttons .learn {
  color: #8b8b8b;
  background-color: #f3f3f3;
  display: block;
  padding: 1rem;
  border-radius: 2rem;
  text-align: center;
  flex: 0.7;
}
.staff_loop_grid article .staff-buttons a {
  transition-duration: 0.2s;
}
.staff_loop_grid article .staff-buttons a:hover {
  opacity: 0.7;
}

/**** Single Staff Page ****/

.single_staff_container {
  display: flex;
  gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6rem;
  margin-top: 4rem;
}

.single_staff_container .inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.single_staff_container .inner:nth-child(1) {
  flex: 0.5;
}
.single_staff_container .inner:nth-child(2) {
  flex: 1;
}

.single_staff_container .inner .staff_card {
  padding: 2.4rem;
  border: solid 1px #e1e1e1;
  border-radius: 1.2rem;
}
.single_staff_container .inner .greyBG {
  background-color: #f7f8fb;
}

.single_staff_container .inner .staff_card .title_area {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.single_staff_container .inner .staff_card .title_area img {
  aspect-ratio: 1;
  height: 2.4rem;
}

.single_staff_container .inner .staff_card .title_area .years {
  width: 30px;
  height: 100%;
  display: grid;
  align-items: center;
}
.single_staff_container .inner .staff_card .title_area .years span {
  text-align: center;
  color: white;
  font-weight: 600;
  bottom: 1px;
  left: 2px;
  position: relative;
}
.single_staff_container .inner .staff_card .title_area .years i {
  position: absolute;
  color: var(--bg);
  z-index: -1;
  font-size: 2.2rem;
}

.single_staff_container .inner .staff_card h2 {
  font-size: 26px;
  margin-bottom: 1rem;
}
.single_staff_container .inner .staff_card p {
  margin-bottom: 0;
}

.single_staff_container .inner .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.single_staff_container .inner .profile .btn:hover {
  background-color: var(--bg);
  border-color: var(--bg);
  opacity: 0.7;
}
.single_staff_container .inner .profile img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.single_staff_container .inner .staff_card .details {
  width: 100%;
  text-align: center;
}
.single_staff_container .inner .staff_card .position {
  display: block;
  color: #717171;
  font-weight: 500;
}
.single_staff_container .inner .staff_card .location {
  display: block;
  color: var(--bg);
  font-weight: 500;
}

.single_staff_container .inner .staff_card .specialties {
  display: flex;
  flex-wrap: wrap;
}
.single_staff_container .inner .staff_card .specialties span {
  margin-right: 6px;
  margin-bottom: 8px;
  background-color: #f7f8fb;
  border-radius: 1rem;
  padding: 4px 12px;
  font-size: 15px;
}

.single_staff_container .inner .staff_card .certifications {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: center;
  align-items: center;
}

.tooltip_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tooltip_container .tooltiptext {
  opacity: 0;
  top: 3rem;
  width: 120px;
  background-color: #000000a8;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  transition-duration: 0.2s;
}

.tooltip_container:hover .tooltiptext {
  opacity: 1;
}

.single_staff_container .inner .staff_card .staff_work {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.single_staff_container .inner .staff_card .staff_work .work_image {
  display: flex;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1;
  border-radius: 0.5rem;
  border: solid 1px #e1e1e1;
  width: 100%;
  height: 100%;
  position: relative;
}

.single_staff_container
  .inner
  .staff_card
  .staff_work
  .work_image:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.single_staff_container .inner .staff_card .staff_work .work_image div {
  position: absolute;
  border-radius: 0.5rem;
  padding: 1rem;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  list-style-type: none;
  gap: 0.6rem;
  background-color: #00000069;
  color: white;
  opacity: 0;
  transition-duration: 0.3s;
  font-size: 14px;
}
.single_staff_container
  .inner
  .staff_card
  .staff_work
  .work_image:nth-child(1)
  div {
  padding: 2rem;
  font-size: 18px;
}
.single_staff_container .inner .staff_card .staff_work .work_image:hover div {
  opacity: 1;
}

.single_staff_container .inner .staff_card .staff_work .work_image div li {
  background-color: var(--bg);
  display: inline-block;
  width: fit-content;
  padding: 2px 9px;
  border-radius: 1rem;
  line-height: 1.2;
}

/* Booking Page Changes */

#booking-form {
  max-width: 600px;
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  border: solid 1px #e1e1e1;
}

#booking-form h1 {
  margin-bottom: 0;
}

.booking_form_type {
  display: flex;
  gap: 1rem;
  padding: 2rem 0;
}

.booking_form_type a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border: solid 1px var(--bg);
  background-color: #fff6f5;
  padding: 0.6rem 1rem;
  border-radius: 2rem;
  color: black;
  cursor: pointer;
  transition-duration: 0.2s;
}

.booking_form_type a.mens_services {
  border: solid 1px #e1e1e1;
  background-color: #fdfdfd;
}
.booking_form_type a:hover {
  opacity: 0.7;
}

.booking_form_type a img {
  height: 2rem;
  padding-right: 0.4rem;
}

#field_83_153 {
  display: none !important;
}

/* Membership Page */

.memberships_button {
  color: white;
  background-color: var(--bg);
  padding: 0.7rem 2rem;
  display: inline-block;
  border-radius: 3rem;
  transition-duration: 0.2s;
  width: fit-content;
}
.memberships_button:hover {
  color: white;
  background-color: var(--bg);
  opacity: 0.7;
}

.memberships_heading {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 1rem;
}

.memberships_heading2 {
  font-size: 42px;
  font-weight: 300;
  color: var(--bg);
}

#memberships_banner {
  padding: 12rem 0;
  background-image: url("https://epichairdesigns.com.au/wp-content/uploads/2023/01/Epic_Hair_Designs_Memberships_Banner.png");
  background-position: center;
  background-size: cover;
}

.memberships_banner_inner {
  max-width: 36rem;
}

#memberships_banner h1 {
  font-size: 4rem;
  font-weight: 600;
}

#memberships_banner h2 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--bg);
}

.membership_content {
  display: flex;
  gap: 3rem;
}

.membership_content img {
  flex: 1;
  min-width: 240px;
  object-fit: cover;
  object-position: center;
}
.membership_content .video_wrapper {
  flex: 1;
  position: relative;
  aspect-ratio: 16/9;
}
.membership_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.membership_content div {
  flex: 0.7;
}

.memberships_benefits {
  background-color: #f7f8fb;
  padding: 10rem 0;
}

.memberships_benefits_heading {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.memberships_benefits_heading p {
  max-width: 32rem;
  text-align: center;
}

.memberships_benefits_tiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding-top: 3rem;
}

.memberships_benefits_tiles .tile {
  background-color: white;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  text-align: center;
  border: solid 1px #dee2e6;
}

.memberships_benefits_tiles .tile lord-icon {
  height: 140px;
  width: 140px;
  aspect-ratio: 1;
}

.memberships_benefits_tiles .tile h6 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.membership_signup {
  padding-top: 4rem;
  position: relative;
}

.line {
  position: absolute;
  height: 5px;
  width: calc(50% - 100px);
  left: 100px;
  background: #f7f8fb;
}

.line2 {
  position: absolute;
  height: 4rem;
  width: 5px;
  top: 0;
  left: 100px;
  background: #f7f8fb;
}

.line3 {
  position: absolute;
  height: 10rem;
  width: 5px;
  bottom: -10rem;
  left: calc(50% - 2px);
  background: #f7f8fb;
}

.timeline ul {
  padding: 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 5px;
  margin: 0 auto;
  padding: 2rem 0;
  background: #f7f8fb;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-52%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: -7rem;
  width: 400px;
  padding: 15px;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #14b2b5 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
  text-align: right;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #14b2b5;
}

.timeline_step {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: radial-gradient(
    circle,
    rgba(251, 229, 224, 1) 0%,
    rgba(252, 233, 229, 1) 60%,
    rgba(255, 255, 255, 1) 60%
  );
  border: solid 1px var(--bg);
}

.timeline ul li div {
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(5px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-5px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.memberships_plans .memberships_heading {
  text-align: center;
}

.memberships_plans_tiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding-top: 3rem;
}

.memberships_plans_tiles .tile {
  background-color: white;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 1rem;
  text-align: center;
  border: solid 1px #dee2e6;
}

.memberships_plans_tiles .tile:nth-child(odd) {
  margin: 1rem 0;
}

.memberships_plans_tiles .tile img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: 50% 30%;
  margin-bottom: 1.4rem;
}

.memberships_plans_tiles .tile h6 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.memberships_plans_tiles .tile .price {
  font-size: 46px;
  color: var(--bg);
  font-weight: 600;
  line-height: 1;
}

.memberships_plans_tiles .tile hr {
  border-top: solid 1px #dee2e6;
  width: 60%;
  margin: 1.2rem 0;
}

.memberships_plans_tiles .tile p {
  text-align: center;
  margin-bottom: 1.2rem;
}

.memberships_plans .terms_conditions {
  text-align: center;
  padding-top: 2rem;
  font-size: 14px;
}

#membership_accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#membership_accordion .item {
  border: solid 1px #dee2e6;
  border-radius: 1.6rem;
  transition-duration: 0.2s;
}
#membership_accordion .item:hover {
  background-color: #f8f8fb;
}

#membership_accordion .accordion_content {
  padding: 0 2rem 1rem 2rem;
}

.membership_card_header button.accordion_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 2rem;
  font-size: 18px;
  gap: 1rem;
  text-align: left;
}
.membership_card_header button.accordion_btn:focus {
  outline: none;
}

.membership_card_header .accordion_btn.collapsed .fa-chevron-up {
  transform: rotate(180deg);
}

.fa-chevron-up {
  transition: all 0.3s ease;
}

/* Epic Rewards Page */

.rewards_button {
  color: white;
  background-color: var(--bg);
  padding: 0.7rem 2rem;
  display: inline-block;
  border-radius: 3rem;
  transition-duration: 0.2s;
}
.rewards_button:hover {
  color: white;
  background-color: var(--bg);
  opacity: 0.7;
}

.rewards_heading {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 1rem;
}

.rewards_container {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0;
}

.rewards_container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rewards_container div lord-icon {
  width: 450px;
  height: 450px;
}

.rewards_container div h1 {
  font-size: 4rem;
  font-weight: 600;
}
.rewards_container div h2 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--bg);
}

.rewards_content {
  display: flex;
  gap: 3rem;
}
.rewards_content_reverse {
  flex-direction: row-reverse;
}

.rewards_content img {
  flex: 1;
  min-width: 240px;
  object-fit: cover;
  object-position: center;
}

.rewards_content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0.7;
}

.rewards_content div span {
  font-size: 2rem;
  color: var(--bg);
  line-height: 1;
  padding-bottom: 1.6rem;
}

.rewards_points {
  background-color: #f7f8fb;
  padding: 8rem 0;
}

.rewards_points_services {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rewards_points_services .title {
  font-size: 4rem;
  font-weight: 500;
}
.rewards_points_services .title span {
  font-weight: 600;
  color: var(--bg);
}

#rewardSlider {
  width: 100%;
  text-align: center;
}

.rewardSliderBenefit {
  font-size: 4rem;
  text-transform: capitalize;
  font-weight: 500;
}

.rewards_always_offers {
  overflow: hidden;
  position: relative;
  padding: 3rem;
  border-radius: 1rem;
}

.rewards_always_offers div {
  position: relative;
}

.rewards_always_offers div p {
  margin: 0;
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.always_offer_BG {
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scaleX(-1);
}

/******************************* BREAKPOINTS - width *******************************/

@media only screen and (min-width: 768px) {
  .navbar-expand-lg {
    display: none;
  }

  #mega-menu-max_mega_menu_1 {
    text-align: center !important;
  }
}

@media only screen and (max-width: 992px) {
  #mega-menu-item-80012 {
    display: none !important;
  }
  .mega-menu-link {
    font-size: 12px !important;
  }
  .logoOverlay {
    top: 40%;
  }
}

/* Show on 1200px and below */
@media only screen and (max-width: 1199px) {
  .overlayContainer {
    width: 960px;
  }

  .blog-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .logoOverlay {
    top: 40%;
  }

  /* Position section */

  .positionItem {
    flex: 2;
  }

  .positionImage {
    flex: 1.2;
  }

  .positionButtonArea {
    flex: 0.8;
  }

  .staff_loop_grid article .staff-buttons .learn {
    font-size: 14px;
  }

  #wpsl-result-list ul {
    grid-template-columns: 1fr 1fr;
  }
}

/* Show on 992px and below */
@media only screen and (max-width: 991px) {
  .navbar {
    border-bottom: none;
  }

  .promotion_container {
    flex-direction: column-reverse;
  }

  .pamperGiftCardTitle {
    font-size: 3rem !important;
  }

  .overlayContainer {
    width: 720px;
  }
  .overlayContainer h1 {
    font-size: 4em;
  }

  .homeServiceBlock {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 1em;
  }
  .homeServiceBlock h4 {
    font-size: 1.4em !important;
  }
  .homeServiceBlock i {
    display: none;
  }

  .home-memberships-block:nth-child(1) {
    text-align: center;
  }
  .home-memberships-block:nth-child(2) {
    text-align: center;
  }
  .home-memberships-block h1 {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .aboutUs-charityImage {
    height: 6em;
    margin-bottom: 1em;
  }

  .contentHeading {
    padding-top: 30px;
  }

  .aboutUs-img {
    height: 18em;
  }

  .featureBlock-img {
    height: 32em;
  }

  .aboutUs-heading {
    font-size: 30px;
    padding-top: 20px;
  }

  /* Position section */

  .positionImage {
    display: none;
  }

  /* Related Articles */

  .relatedArticlesFlex {
    gap: 2em;
  }

  .relatedArticlesChild {
    flex: 1;
  }

  .home-promotion-secondary {
    display: none;
  }

  /*************** Service Tiles ***************/

  .ArchiveServiceItem {
    flex: 0 1 48.5%;
  }

  /**/

  /* Media */

  .mediaGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* Home Journal Area */
  .home-compBarContainer {
    display: flex;
    flex-direction: column;
  }
  .home-compBar {
    flex: auto;
  }

  .home-otherPostsContainer {
    padding-left: 8px;
    padding-top: 2rem;
  }

  .home-otherPostsImg img {
    height: auto;
  }

  .home-compAndOtherContainer .compContainer {
    flex: 1;
  }

  /* Staff Archive */

  .stylist-form {
    flex-direction: column;
    gap: 3rem;
  }

  .stylist-form .step {
    width: 100%;
  }

  .stylist-grid .filters .title-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .staff_loop_grid .image_container span {
    left: 0rem;
    padding: 2px 1rem;
    border-radius: 0 6px 0 0;
    font-size: 12px;
  }

  .staff_loop_grid article .staff-specialties {
    display: none;
  }

  .staff_loop_grid article .content_container {
    padding: 0.5rem 1rem 1rem 1rem;
  }

  .staff_loop_grid article .content_container header {
    flex-direction: column;
    align-items: flex-start;
    flex-direction: column;
  }

  .staff_loop_grid article .staff-buttons {
    flex-direction: column;
  }

  .staff_loop_grid article .staff-buttons .book {
    padding: 0.5rem;
  }

  .staff_loop_grid article .staff-buttons .learn {
    padding: 0.3rem;
  }

  .staff_loop_grid article .content_container header h2 {
    font-size: 20px;
  }

  .staff_loop_grid article .content_container header span {
    text-align: left;
  }

  .staff_loop_grid article img {
    aspect-ratio: 1;
  }

  .stylist-wrapper {
    background: none;
    background-color: #f7f8fb;
  }

  .stylist-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: ".";
    padding-bottom: 4rem;
  }

  .staff_loop_grid {
    grid-column-gap: 1rem;
  }

  .stylist-grid .loop {
    border: none;
    padding: 3rem 0 0 0;
  }

  .stylist-grid .filters {
    display: none;
  }

  .stylist-grid .results {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: end;
  }

  .filter-Icon {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
  }
  .filter-Icon img {
    height: 36px;
    width: 36px;
  }
  .filter-Icon a {
    color: var(--bg);
  }

  .memberships_benefits_tiles {
    grid-template-columns: 1fr 1fr;
  }

  .timeline ul li div {
    width: 340px;
  }

  .timeline ul li:nth-child(even) div {
    left: -380px;
  }

  .single_staff_container {
    gap: 1rem;
  }

  .single_staff_container .inner {
    gap: 1rem;
  }

  .single_staff_container .inner .staff_card .certifications {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  /* Epic Rewards */

  .rewards_container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .rewards_container div {
    align-items: center;
    text-align: center;
  }

  .rewards_container div lord-icon {
    width: 200px;
    height: 200px;
  }

  .rewards_content {
    flex-direction: column;
  }

  .rewards_points_services .title {
    text-align: center;
    font-size: 2.4rem;
  }

  .rewardSliderBenefit {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .rewards_always_offers div p {
    font-size: 1.2rem;
  }
}

/* Show on 768px and below */
@media only screen and (max-width: 768px) {
  .navbar-brand {
    left: 50%;
    max-width: 155px;
  }

  #wpsl-stores .wpsl-store-thumb {
    min-height: 260px;
  }

  #wpsl-result-list ul {
    grid-template-columns: 1fr;
  }

  .mega-toggle-block {
    display: none !important;
  }

  .top-bar-item a {
    width: auto;
  }

  #menu-item-81315,
  #menu-item-81349 {
    display: none;
  }

  .afterpay-span,
  .zippay-span {
    display: none;
  }

  .comp-bold {
    text-transform: capitalize;
  }

  .top-bar-call,
  .top-bar-book {
    display: none;
  }
  .top-bar-search {
    margin: 0px;
  }

  /* Home Banner Video */

  .homeBannerContainer {
    height: 500px;
  }

  .homeBannerInner {
    height: calc(100% - 40px);
  }

  .homeBannerInner .homeBannerContent {
    width: 100%;
  }

  .homeBannerInner h6 {
    font-size: 16px;
  }

  .homeBannerContent a {
    margin-top: 1rem;
  }

  .home-compAndOtherContainer {
    flex-direction: column;
    height: 540px;
  }
  .home-compAndOtherContainer .compContainer .info,
  .home-compAndOtherContainer .otherContainer .info {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
  }
  .home-compAndOtherContainer .otherContainer .logo,
  .home-compAndOtherContainer .compContainer .badge {
    left: 1rem;
    top: 1rem;
  }
  .home-compAndOtherContainer .otherContainer .info p {
    display: none;
  }

  .home-customisableTiles {
    flex-direction: column;
    height: 540px;
  }

  .aboutUsNavMain {
    flex-direction: column-reverse;
  }
  .aboutUsNav {
    flex-direction: row;
    gap: 1em;
    flex-wrap: wrap;
    margin-bottom: 2em;
    justify-content: flex-start;
  }
  .aboutUsNav-item {
    text-align: left;
    padding: 0;
    color: #9b9b9b;
    font-size: 15px;
  }

  .careerHeading {
    font-size: 30px;
    text-align: center;
  }
  .careerSubHeading {
    margin-top: 0.2em;
    text-align: center;
  }

  .careersButton {
    margin-top: 2em;
  }

  .aboutUs-moreSectionOuter {
    margin-bottom: 2em;
  }

  .teamItem {
    flex: 0 0 25%;
  }

  .nav-link {
    text-align: left;
  }

  .aboutUs-mainNav .nav-item .nav-link {
    padding: 12px 24px;
    font-size: 18px;
  }
  .aboutUs-mainNav .nav-item .dropdown-menu .dropdown-item {
    font-size: 18px;
    padding: 12px 1.5em 12px 2.5em;
  }

  .aboutUsvideoContainer {
    flex-direction: column;
    height: auto;
  }
  .aboutUsvideoContainer .videoWrapper {
    height: 424px;
    flex: auto;
    width: 100%;
  }

  /* Position section */

  .positionsOuter {
    padding: 1.5em 0;
  }

  .positionContainer {
    display: flex;
    flex-direction: column;
    border: 1px solid #e4e4e4;
    margin-bottom: 1em;
  }

  .positionItem {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 2em 2em 0 2em;
  }

  .positionImage {
    flex: 1.2;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .positionButtonArea {
    flex: 0.5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2em;
    text-align: left;
  }

  .positionButtonInner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }

  /** Position Single Template **/

  .positionTemplate-Item {
    padding: 3em 24px;
  }

  .positionTemplate-Item:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .positionTemplate-Item:nth-child(2) {
    border-top: 1px solid #e4e4e4;
  }

  .positionTemplate-buttonArea {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  .positionTemplate-PostedDate {
    text-align: left;
  }

  .positionFilterClear {
    text-align: left;
  }

  .positionFilter {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* About us - Navigation Area */

  .aboutUs-mainNav {
    border-bottom: none;
  }

  .aboutUs-mainNav .container {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }

  a.aboutUs-mainNavItem {
    min-width: calc(50% - 1em);
    padding: 1.5em;
    border: 1px solid #dee2e6;
    border-radius: 0.5em;
    transition-duration: 0.3s;
    flex-direction: column;
  }
  a.page_active {
    background-color: var(--bg);
    border: none;
    box-shadow: none;
  }

  /* Seconday Nav */

  .aboutUs-secondaryNav .container {
    padding-top: 0;
    justify-content: space-around;
  }

  a.aboutUs-secondaryNavItem {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: none;
    color: #646464;
    font-size: 14px;
  }

  .secondaryNavIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5em;
    width: 5em;
    height: 5em;
    border-radius: 2.5em;
    border: 1px solid #dee2e6;
  }
  .secondaryNavIcon:hover {
    background-color: #eff2f5;
  }

  /* Related Articles */

  .relatedArticlesFlex {
    gap: 2em;
  }

  .relatedArticlesChild {
    flex: 30%;
  }

  /* Policies */

  .policies-secondaryNav .container {
    flex-direction: column;
  }

  /* Contact Us */

  .contactMainContainer {
    display: flex;
    flex-direction: column-reverse;
  }

  .home-customisableTiles .tile1 {
    flex: 1;
  }

  /*************** Service Tiles ***************/

  .ArchiveServiceItem {
    flex: 0 1 48%;
  }
  .ArchiveServiceItem {
    height: 16em;
  }
  .ArchiveServiceTitle {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1em;
  }

  /**/

  /* Home Journal Area */
  .home-recentComp {
    height: 22rem;
  }
  .home-recentComp a,
  .home-recentFeatured a {
    gap: 0.5rem;
  }

  /* Home promotional section */

  .home-promotion {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
    gap: 1rem;
  }

  .home-promotion p {
    font-size: 14px;
  }

  .home-promotion .promotion_details {
    width: 100%;
    align-items: center;
  }

  .home-promotion .promotion_title {
    width: 100%;
  }

  .home-promotion-secondary {
    flex: auto;
    height: 364px;
  }

  #countdown {
    color: white !important;
  }

  /* Media */

  .mediaGrid {
    grid-template-columns: 1fr 1fr;
  }

  /* Single Staff page */

  .single_staff_container {
    flex-direction: column;
  }

  .single_staff_container .inner .staff_card .staff_work {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  /* Memberships Page */

  #memberships_banner {
    background-image: url("https://epichairdesigns.com.au/wp-content/uploads/2022/11/Epic-hair-Designs-Memberships-promotion-mobile-BG.png");
    background-position: top;
    padding: 2rem 0 28rem 0;
  }

  #memberships_banner h1 {
    font-size: 2.2rem;
    line-height: 1.1;
    text-align: center;
  }

  #memberships_banner h2 {
    font-size: 1.2rem;
    text-align: center;
  }

  .memberships_banner_inner p {
    text-align: center;
  }

  .membership_content {
    flex-direction: column;
  }

  .membership_content img {
    display: none;
  }

  .memberships_heading {
    font-size: 2rem;
  }

  .memberships_benefits_tiles {
    grid-template-columns: 1fr;
  }

  .membership_signup .line,
  .membership_signup .line2 {
    display: none;
  }
  .membership_signup .line3 {
    bottom: -10rem;
    left: 20px;
    height: 16rem;
  }

  .membership_signup {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .timeline ul li:nth-child(even) div {
    text-align: left;
  }

  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #14b2b5 transparent transparent;
  }

  .memberships_plans_tiles {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .memberships_plans_tiles .tile:nth-child(odd) {
    margin: 0;
  }

  .memberships_plans {
    padding: 4rem 0;
  }
}

/* Show on 580px and below */
@media only screen and (max-width: 579px) {
  .gap {
    margin: 3em 0;
  }

  .location-contact {
    padding-top: 1em;
  }

  /* Booking Page Changes */

  .booking_form_type {
    flex-direction: column;
  }

  #footer2022 {
    flex-direction: column;
  }

  .footer2022section {
    flex-grow: 1;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  #footer-terms2022 {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    gap: 15px;
    padding-bottom: 2em;
    font-size: 12px;
  }

  .footerSocials {
    justify-content: center;
  }

  .footer2022section h3 {
    font-size: 15px;
  }

  #footer2022 a {
    font-size: 15px;
  }

  .footer_payment_methods {
    justify-content: center;
  }

  .traditional-acknowledge {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 2rem;
  }

  .services_area {
    margin: 6em 0;
  }

  #about-block {
    margin-bottom: 6em;
  }

  #home-memberships {
    margin-bottom: 6em;
  }

  .instagram-wrap {
    margin: 6em 0;
  }

  /* Competition Section */

  #home-competition {
    margin: 6em 0;
  }

  .competitionInfo {
    width: auto;
  }

  .home-compButton {
    width: fit-content;
    line-height: 3.2rem;
    border-radius: 1.6rem;
    font-size: 16px;
    font-weight: 500;
    background-color: white;
    color: #1d1d1d;
    text-align: center;
    transition-duration: 0.2s;
  }

  /* */

  .blog-roll-recent .blog-item img {
    height: 175px;
  }

  .repeaterParent .container .row .col-1,
  .repeaterParent .container .row .col-2,
  .repeaterParent .container .row .col-3,
  .repeaterParent .container .row .col-4,
  .repeaterParent .container .row .col-5,
  .repeaterParent .container .row .col-6,
  .repeaterParent .container .row .col-7 .col-8,
  .repeaterParent .container .row .col-9,
  .repeaterParent .container .row .col-10,
  .repeaterParent .container .row .col-11,
  .repeaterParent .container .row .col-12,
  .repeaterParent .container .row .col,
  .repeaterParent .container .row .col-auto,
  .repeaterParent .container .row .col-sm-1,
  .repeaterParent .container .row .col-sm-2,
  .repeaterParent .container .row .col-sm-3,
  .repeaterParent .container .row .col-sm-4,
  .repeaterParent .container .row .col-sm-5,
  .repeaterParent .container .row .col-sm-6,
  .repeaterParent .container .row .col-sm-7,
  .repeaterParent .container .row .col-sm-8,
  .repeaterParent .container .row .col-sm-9,
  .repeaterParent .container .row .col-sm-10,
  .repeaterParent .container .row .col-sm-11,
  .repeaterParent .container .row .col-sm-12,
  .repeaterParent .container .row .col-sm,
  .repeaterParent .container .row .col-sm-auto,
  .repeaterParent .container .row .col-md-1,
  .repeaterParent .container .row .col-md-2,
  .repeaterParent .container .row .col-md-3,
  .repeaterParent .container .row .col-md-4,
  .repeaterParent .container .row .col-md-5,
  .repeaterParent .container .row .col-md-6,
  .repeaterParent .container .row .col-md-7,
  .repeaterParent .container .row .col-md-8,
  .repeaterParent .container .row .col-md-9,
  .repeaterParent .container .row .col-md-10,
  .repeaterParent .container .row .col-md-11,
  .repeaterParent .container .row .col-md-12,
  .repeaterParent .container .row .col-md,
  .repeaterParent .container .row .col-md-auto,
  .repeaterParent .container .row .col-lg-1,
  .repeaterParent .container .row .col-lg-2,
  .repeaterParent .container .row .col-lg-3,
  .repeaterParent .container .row .col-lg-4,
  .repeaterParent .container .row .col-lg-5,
  .repeaterParent .container .row .col-lg-6,
  .repeaterParent .container .row .col-lg-7,
  .repeaterParent .container .row .col-lg-8,
  .repeaterParent .container .row .col-lg-9,
  .repeaterParent .container .row .col-lg-10,
  .repeaterParent .container .row .col-lg-11,
  .repeaterParent .container .row .col-lg-12,
  .repeaterParent .container .row .col-lg,
  .repeaterParent .container .row .col-lg-auto,
  .repeaterParent .container .row .col-xl-1,
  .repeaterParent .container .row .col-xl-2,
  .repeaterParent .container .row .col-xl-3,
  .repeaterParent .container .row .col-xl-4,
  .repeaterParent .container .row .col-xl-5,
  .repeaterParent .container .row .col-xl-6,
  .repeaterParent .container .row .col-xl-7,
  .repeaterParent .container .row .col-xl-8,
  .repeaterParent .container .row .col-xl-9,
  .repeaterParent .container .row .col-xl-10,
  .repeaterParent .container .row .col-xl-11,
  .repeaterParent .container .row .col-xl-12,
  .repeaterParent .container .row .col-xl,
  .repeaterParent .container .row .col-xl-auto {
    padding-left: 0;
    padding-right: 0;
  }

  h1.entry-title {
    font-size: 38px;
  }

  .contentInfo {
    padding-top: 1em;
  }

  .featureBlock-img {
    height: 24em;
  }

  .teamItem {
    flex: 0 0 33.333333%;
  }

  .counterItem {
    margin-bottom: 2em;
    text-align: center;
  }

  .counterSection {
    padding-top: 3em;
  }

  /*************** Service Tiles ***************/

  .ArchiveServiceItem {
    flex: 0 1 47%;
  }
  .ArchiveServiceItem {
    height: 16em;
  }

  .membership_signup .line,
  .membership_signup .line2 {
    display: none;
  }
  .membership_signup .line3 {
    bottom: -3rem;
    left: 20px;
  }

  .membership_signup {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .timeline ul li:nth-child(even) div {
    text-align: left;
  }

  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #14b2b5 transparent transparent;
  }
  .timeline ul li div {
    width: 280px;
  }

  /* Epic Rewards */

  .rewards_container div h1 {
    font-size: 2.6rem;
  }

  .rewards_heading {
    font-size: 2rem;
  }

  .rewards_content div span {
    font-size: 1.4rem;
  }

  /******************************* BREAKPOINTS - height *******************************/

  @media only screen and (max-height: 624px) {
    .logoOverlay {
      top: 20%;
    }
  }
}

@media only screen and (max-width: 380px) {
  .timeline ul li div {
    width: 220px;
  }
}
