  .cinta-btn,
.cinta-btn-white {
  transition: border 0.4s, color 0.4s, background-color 0.4s, border-radius 0.2s;
}

body {
  font-family: "ff-meta-web-pro", Helvetica, Arial, sans-serif;
  color: #130E02;
  height: 100%;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  font-family: "ff-meta-web-pro", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.5;
}

a,
a:hover {
  color: #000;
}

.page-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-section-top {
  padding-top: 4rem;
}

.page-section-bottom {
  padding-bottom: 4rem;
}

.page-small-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-small-section-top {
  padding-top: 2rem;
}

.page-small-section-bottom {
  padding-bottom: 2rem;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.adjusted-4-anchor {
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}

.transparent-element {
  visibility: hidden;
  opacity: 0;
}

.font-bold,
strong,
.strong {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.small-font {
  font-size: 14px;
}

.large-font {
  font-size: 18px;
}

.larger-font {
  font-size: 21px;
}

.x-larger-font {
  font-size: 24px;
}

.text-cintaOrange {
  color: #F58A22;
}

.cinta-underline-btn {
  text-transform: uppercase;
  padding: 0.25rem 0;
  display: inline-block;
  border-bottom: 2px solid #F58A22;
  text-decoration: none;
  font-weight: 600;
}

.cinta-read-more-btn {
  text-transform: uppercase;
  padding: 0.25rem 0;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.cinta-read-more-btn::after {
  display: block;
  margin-left: 0.5rem;
  height: 25px;
  content: url(/wp-content/themes/gei-cinta/inc/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' width='25' height='25'%3E%3Cg fill='none' stroke='%23130e02' stroke-miterlimit='10' stroke-width='2'%3E%3Cg transform='rotate(90 12.5 12.5)'%3E%3Crect width='25' height='25' rx='12.5' stroke='none'/%3E%3Crect x='1' y='1' width='23' height='23' rx='11.5'/%3E%3C/g%3E%3Cpath data-name='Path 2' d='m14.042 8.011 4.227 4.489-4.227 4.511' stroke-linecap='round'/%3E%3Cpath data-name='Line 2' d='M6.5 12.5h11' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}

.normal-font {
  font-size: 1rem !important;
}

.normal-weight {
  font-weight: 400 !important;
}

.hideOnDesktop {
  display: none !important;
}

.hideOnDesktopFlex {
  display: none !important;
}

.hideOnMobile {
  display: block !important;
}

.hideOnMobileFlex {
  display: flex !important;
}

.hidden-hl {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  margin: 0;
}

.img-covered {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cinta-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #080808;
  padding: 0.5rem 1.5rem;
}

.section-divider {
  border-top: 2px solid #F58A22;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

.site-announcement-row {
  padding: 1rem 15px;
  background-color: #000;
  background-image: linear-gradient(90deg, #ff5722, #F58A22);
  color: #fff;
  font-size: 14px;
  justify-content: space-between;
}

.site-announcement-row a,
.site-announcement-row a:hover {
  color: #fff;
  text-decoration: none;
}

.site-announcement-close {
  cursor: pointer;
}

.site-top-number-row {
  background-color: #130E02;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-top-number-row a {
  padding: 0.75rem 0;
  display: inline-block;
  font-size: 1rem;
}

.site-top-number-row a,
.site-top-number-row a:hover {
  color: #fff;
  text-decoration: none;
}

.header-main-row,
.flyout-top-row {
  padding: 0.5rem 2rem;
  position: relative;
  z-index: 18;
}

.logo-col {
  flex: 1 1 auto;
}

.full-nav-col {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.header-logo-link {
  display: inline-block;
}

.header-logo-link svg {
  width: 320px;
  height: auto;
}

.logo-aveda-symbol {
  fill: #F58A22;
}

#menu-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

#menu-main-menu li {
  margin: 0 0.5rem;
}

#menu-main-menu li a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}

.home #menu-main-menu li a {
  color: #fff;
}

.cinta-btn-white {
  color: #fff;
  border: 2px solid #fff;
}

.cinta-btn-white a {
  color: #fff;
}

.cinta-btn:hover,
#menu-main-menu .cinta-request-info-btn:hover {
  border-radius: 2rem;
  border-color: #F58A22;
  background-color: #F58A22;
  color: #fff;
}

.cinta-btn-orange {
  color: #fff;
  border-color: #F58A22;
  background: #F58A22;
}

.cinta-btn-orange:hover {
  background-color: #fff;
  color: #F58A22;
}

.cinta-btn-orange-outline {
  color: #F58A22;
  border-color: #F58A22;
  background: #fff;
  min-width: 250px;
  margin: 0.5rem auto;
}

.menu-btn-wrap {
  width: 35px;
  height: 35px;
  margin: 0 0 0 24px;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  border-radius: 18px;
}

.burger-line {
  width: 35px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  margin: 1.5px 0;
  transition: width 0.2s, transform 0.2s;
}

.burger-line:nth-child(2) {
  width: 0;
}

.mega-menu-wrap {
  width: calc(100% - 28.5vw - 45px);
  margin-left: auto;
  max-width: 992px;
  margin-right: 28.5vw;
}

.full-menu-show .menu-btn-wrap {
  background-color: rgba(0, 0, 0, 0.5);
}

.full-menu-show .menu-btn-wrap .burger-line:first-child {
  width: 30px;
  transform: rotate(45deg) translate(1px, 5px);
  transform-origin: center;
}

.full-menu-show .menu-btn-wrap .burger-line:last-child {
  width: 30px;
  transform: rotate(-45deg) translate(2px, -6px);
  transform-origin: center;
}

.full-menu {
  color: #fff;
  position: absolute;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  right: 0;
  z-index: 17;
  overflow-y: auto;
  transform: translateY(-120%);
  transition: transform 0.1s ease;
}

.full-menu-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  overflow: hidden;
}

.full-menu-princesses {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28.5vw;
  display: flex;
  justify-content: center;
}

.full-menu-princesses-img {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.full-menu-princesses::before {
  content: "";
  display: block;
  position: absolute;
  right: -1.5vw;
  top: 50%;
  width: 30vw;
  height: 30vw;
  border-radius: 15vw;
  background-color: #F58A22;
  transform: translateY(-50%);
}

.full-menu-container {
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.full-menu-closer {
  width: 2rem;
  height: 2rem;
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
}

.full-menu-show .full-menu {
  transform: translateY(0);
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.5);
}

.sidebar-iframe {
  width: 100%;
  height: 560px;
}

.full-menu-show .header-logo-link svg,
.full-menu-show .logo-aveda-symbol,
.home .header-logo-link svg,
.home .logo-aveda-symbol,
.campuses-salon-spa .header-logo-link svg,
.campuses-salon-spa .logo-aveda-symbol,
.page-template-page-new-front .header-logo-link svg,
.page-template-page-new-front .logo-aveda-symbol,
.page-template-page-classic-front .header-logo-link svg,
.page-template-page-classic-front .logo-aveda-symbol {
  color: #fff;
  fill: #fff;
}

.flyout-form .logo-aveda-symbol {
  fill: #F58A22;
}

.page-on-scrolling .header-logo-link svg {
  color: #000;
}

.page-on-scrolling .burger-line {
  background-color: #000;
}

.page-on-scrolling .logo-aveda-symbol {
  fill: #F58A22;
}

.page-on-scrolling .header-main-row {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.full-menu-show.page-on-scrolling .logo-aveda-symbol,
.full-menu-show.page-on-scrolling .header-logo-link svg {
  color: #fff;
  fill: #fff;
}

.full-menu-show.page-on-scrolling .header-main-row {
  background-color: transparent;
}

.full-menu-show.page-on-scrolling .burger-line {
  background-color: #fff;
}

.full-menu-show .full-nav-col {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.page-on-scrolling #menu-main-menu li a {
  color: #000;
}

.page-on-scrolling #menu-main-menu .cinta-request-info-btn {
  border-color: #000;
}

.full-menu-show.page-on-scrolling .header-main-row {
  box-shadow: none;
}

.princess-animation {
  animation: princess-shine 1s;
}

.home-intro-content p {
  margin-bottom: 0;
}

.page-section-hl {
  padding: 0;
}

.cinta-hover-image {
  display: inline-block;
  overflow: hidden;
  transition: border-radius 0.4s;
}

.cinta-hover-wrap:hover .cinta-hover-image {
  border-radius: 200px;
}

.cinta-hover-link {
  font-size: 24px;
  display: flex;
  align-items: center;
}

.cinta-hover-link a {
  text-decoration: none;
  padding: 0.5rem 0;
  line-height: 1;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}

.cinta-hover-link svg {
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.4s;
  color: #F58A22;
  margin-top: 6px;
}

.cinta-hover-link span {
  color: #F58A22;
  font-size: 14px;
  margin-left: 0.5rem;
  opacity: 0;
  margin-top: 6px;
}

.cinta-hover-link.cinta-campus-programs-link svg {
  margin-top: 0;
  transform: scale(0.875);
}

.cinta-hover-wrap:hover .cinta-hover-link svg,
.cinta-hover-wrap:hover .cinta-hover-link span {
  opacity: 1;
}

.cinta-hover-wrap:hover .cinta-hover-link a {
  color: #F58A22;
}

.page-dark-section {
  background-color: #130e02;
  color: #fff;
}

.page-dark-section {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto calc(100% - 90px);
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.page-dark-section a {
  color: #fff;
}

.page-dark-section .img-svg {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(25%, -50%);
}

.cinta-tab,
.cinta-hl {
  padding: 1.5rem 2rem;
  transition: background-color 0.3s;
}

.cinta-tab {
  cursor: pointer;
}

.cinta-tab span {
  position: relative;
}

.cinta-tab:not(.activated) span::after {
  content: "";
  height: 1px;
  background: #F58A22;
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

.cinta-tab.activated {
  background-color: #fff;
  color: #F58A22;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.cinta-tab-form svg {
  opacity: 0;
  margin-left: 0.5rem;
}

.cinta-tab.activated svg {
  opacity: 1;
}

.cinta-tab:hover {
  background-color: #fff;
}

.cinta-tab-link {
  padding: 0;
}

.cinta-tab-link a {
  padding: 1.5rem 2rem;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}

.cinta-tab-container {
  display: none;
}

.cinta-tab-container.show {
  display: block;
}

.cinta-page-slider .swiper-pagination-bullet-active {
  background-color: #F58A22 !important;
}

.swiper-slide,
.swiper-wrapper {
  transition-duration: 1000ms !important;
}

.cinta-orange-section {
  background-image: linear-gradient(45deg, #fbbe47 0%, #f58a22 50%, #fbbe47 100%);
}

.cinta-orange-section h2 {
  color: #fff;
}

.cinta-orange-section .mobile-slide {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
}

.slide-card-wrap {
  padding: 15px;
}

.orange-section-pagination .swiper-pagination-bullet {
  opacity: 1;
}

.cinta-commerce-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-icon {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.cinta-product-bg {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cinta-commerce-row h3 {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.cinta-page-banner {
  min-height: 500px;
  display: flex;
  align-items: center;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.page-banner-container {
  position: relative;
  z-index: 2;
  opacity: 0.25;
  transform: translateY(50%);
  animation: content-in 0.75s ease forwards;
}

.cinta-page-banner h1 {
  font-size: calc(2vw + 2rem);
  line-height: 1;
}

.cinta-program-subline {
  font-size: calc(1vw + 1rem);
  font-weight: 600;
}

.cinta-hl-divider {
  width: 135px;
  height: 10px;
  background: #F58A22;
}

.cinta-hl-divider-white {
  background: #fff;
}

.cinta-h2-divider {
  width: 100px;
  height: 4px;
  background: #F58A22;
}

.cinta-banner-corner {
  width: 75vw;
  height: 37.5vw;
  background-color: #F58A22;
  transform: rotate(27deg) scale(1.1);
  position: absolute;
  right: -60vw;
  top: 0;
  transform-origin: top right;
  animation: fade-in-corner 1s ease-out forwards;
}

.cinta-banner-corner-bottom {
  width: 51.962vw;
  height: 30vw;
  background-color: #F58A22;
  transform: rotate(30deg);
  position: absolute;
  left: -21vw;
  bottom: 0;
  transform-origin: bottom left;
  z-index: 0;
}

.cinta-page-banner-img {
  width: 450px;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translateX(50%);
}

.cinta-page-banner-img img {
  max-width: 100%;
  height: auto;
}

.cinta-page-banner p:last-child {
  margin: 0;
}

.career-image-wrap {
  border-radius: 50%;
  overflow: hidden;
}

.single h2 {
  padding-bottom: 1.5rem;
}

.extra-gallery-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 15px;
}

.extra-gallery-wrap img {
  transition: transform 1s;
}

.extra-gallery-wrap img:hover {
  transform: scale(1.2);
}

.cl-info-form {
  width: 100%;
  height: 335px;
}

.cl-info-form-side {
  width: 100%;
  height: 540px;
}

.cinta-salon-banner {
  height: 500px;
  position: relative;
  color: #fff;
}

.cinta-salon-banner img,
.cinta-page-banner .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cinta-page-banner .overlayer {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.banner-main-content {
  position: relative;
  z-index: 2;
}

.cinta-campus-info-line svg {
  margin: 0 0.25rem;
}

.cinta-campus-info-line {
  padding: 4px 0;
}

.cinta-love-here-row {
  justify-content: space-between;
}

.cinta-map-iframe {
  width: 100%;
  height: 50vh;
  border-top: 1px solid #F58A22;
  border-bottom: 1px solid #F58A22;
  border-left: 0;
  border-right: 0;
}

footer {
  background-color: #130E02;
  color: #fff;
  border-top: 1px solid #F58A22;
  border-bottom: 1px solid #F58A22;
}

.footer-logo {
  margin-bottom: 2rem;
}

.cinta-back-to-top svg {
  stroke: #fff;
}

footer a,
footer a:hover,
.mega-menu-col a,
.mega-menu-col a:hover {
  color: #fff;
}

footer a,
.mega-menu-col a {
  text-decoration: none;
}

footer a:hover,
.mega-menu-col a:hover {
  text-decoration: underline;
}

.footer-logo svg {
  max-width: 100%;
  width: 210px;
  height: auto;
}

.footer-social {
  transform: scale(0.9);
  transform-origin: left bottom;
}

.footer-social a {
  margin-right: 1rem;
}

.footer-social a:hover svg {
  fill: #F58A22;
}

.menu-section-title {
  font-weight: bold;
  color: #F58A22;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.footer-menu-col ul,
.mega-menu-col ul {
  padding: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}

.footer-menu-col ul a,
.mega-menu-col ul a {
  padding: 0.125rem 0;
  display: inline-block;
}

.cinta-back-to-top {
  display: block;
  border-radius: 50%;
  border: 1px solid white;
  width: 52px;
  height: 52px;
}

.cinta_aveda-footer-credit span.v-bar {
  margin: 0 1rem;
}

.cinta-cat-col h2 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.cinta-cat-col ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.cinta-cat-col li {
  list-style: none;
}

.cinta-cat-col li a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 1rem;
  color: #F58A22;
  margin: 0.25rem;
  border: 1px solid #F58A22;
  transition: background-color 0.3s, color 0.3s, border-radius 0.3s;
}

.cinta-cat-col li a:hover {
  background-color: #F58A22;
  color: #fff;
  border-radius: 20px;
}

.cinta-post-card:nth-child(10n+1) .cinta-img-wrap {
  background-color: rgba(251, 141, 152, 0.3137254902);
}

.cinta-post-card:nth-child(10n+3) .cinta-img-wrap {
  background-color: rgba(183, 165, 193, 0.3137254902);
}

.cinta-post-card:nth-child(10n+2) .cinta-img-wrap {
  background-color: rgba(255, 215, 196, 0.3137254902);
}

.cinta-post-card:nth-child(10n+4) .cinta-img-wrap {
  background-color: rgba(254, 157, 176, 0.3137254902);
}

.cinta-post-card:nth-child(10n+5) .cinta-img-wrap {
  background-color: rgba(172, 140, 183, 0.3137254902);
}

.cinta-post-card:nth-child(10n+6) .cinta-img-wrap {
  background-color: rgba(140, 151, 155, 0.3137254902);
}

.cinta-post-card:nth-child(10n+7) .cinta-img-wrap {
  background-color: rgba(200, 114, 126, 0.3137254902);
}

.cinta-post-card:nth-child(10n+8) .cinta-img-wrap {
  background-color: rgba(167, 109, 150, 0.3137254902);
}

.cinta-post-card:nth-child(10n+9) .cinta-img-wrap {
  background-color: rgba(249, 171, 170, 0.3137254902);
}

.cinta-post-card:nth-child(10n+10) .cinta-img-wrap {
  background-color: rgba(255, 66, 107, 0.3137254902);
}

.cinta-post-card a {
  text-decoration: none;
}

.cinta-post-card p {
  margin: 0;
}

.card-main-wrap {
  border-bottom: 1px solid #ccc;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.card-content-top {
  position: relative;
}

.cinta-post-cat-label {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  background: #F58A22;
  padding: 0.25rem 1rem;
  border: 1px solid #F58A22;
}

.cinta-post-cat-label:hover {
  color: #F58A22;
  background: #fff;
  border-radius: 2rem;
}

.cinta-img-wrap {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 0.5rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.cinta-post-read-link {
  color: #F58A22;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  position: relative;
}

.cinta-post-read-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.92' height='11.951' viewBox='0 0 9.92 11.951'%3E%3Cpath id='Shape' d='M3.716,11.857l-.19-.19a.322.322,0,0,1,0-.455L8.76,5.975,3.523.74a.321.321,0,0,1,0-.455l.19-.19a.323.323,0,0,1,.458,0L9.825,5.749a.321.321,0,0,1,0,.455L4.171,11.857a.322.322,0,0,1-.456,0Zm-3.431,0-.19-.19a.321.321,0,0,1,0-.455L5.331,5.975.1.738A.321.321,0,0,1,.1.283l.19-.19a.321.321,0,0,1,.453,0L6.395,5.747a.322.322,0,0,1,0,.455L.74,11.854a.322.322,0,0,1-.456,0Z' fill='%23f58a22'/%3E%3C/svg%3E");
}

.body-overlayer {
  background-color: rgba(0, 0, 0, 0.33);
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity;
}

.full-menu-show .body-overlayer {
  z-index: 3;
  opacity: 1;
  visibility: visible;
}

.flyout-form {
  border-top: 1px solid #F58A22;
  position: fixed;
  height: 100%;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 18;
  overflow-y: auto;
}

.flyout-closer {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  font-size: 1.5rem;
}

.flyout-menu {
  position: fixed;
  width: 100%;
  background-color: #000;
  color: #fff;
  top: 0;
  right: 0;
  z-index: 18;
  overflow-y: auto;
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.5);
}

.salon-menu-flyin .flyout-salon-menu .burger-line:first-child {
  width: 30px;
  transform: rotate(45deg) translate(1px, 5px);
  transform-origin: center;
}

.salon-menu-flyin .flyout-salon-menu .burger-line:last-child {
  width: 30px;
  transform: rotate(-45deg) translate(2px, -6px);
  transform-origin: center;
}

.salon-menu-wrapper {
  max-height: 400px;
  display: flex;
}

.salon-menu-container {
  width: 50%;
}

.salon-menu-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.flyout-salon-menu .burger-line {
  background-color: #fff !important;
}

.cinta-mobile-sticky-btns {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 5;
  width: 100vw;
}

.sticky-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.sticky-inner .calltip {
  position: absolute;
  z-index: 1080;
  display: block;
  top: -96px;
  left: 0;
  width: 132px;
  background: #F58A22;
  color: #fff !important;
  padding: 0.5rem 1rem;
  border: 1px solid #F58A22;
  border-radius: 16px 16px;
  opacity: 0;
  visibility: hidden;
}
.sticky-inner .calltip a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.25rem;
}
.sticky-inner .calltip::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-top: 12px solid #F58A22;
  border-right: 12px solid transparent;
}

.show-tooltip .calltip {
  opacity: 1;
  visibility: visible;
}

.sticky-call-campus.active {
  background: #F58A22;
  color: #fff;
  position: relative;
}

.cinta-sticky-btn {
  display: block;
  border: 2px solid #F58A22;
  background: #130E02;
  padding: 0.375rem 1rem;
  color: #fff;
  border-radius: 1.5rem;
  text-decoration: none;
  margin: 0 0.25rem;
}
.cinta-sticky-btn:hover {
  color: #000;
  background-color: #F58A22;
}

.banner-text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.map-container {
  position: relative;
  z-index: 2;
}

.addtoany_no_icon.addtoany_share {
  text-decoration: none;
  border-radius: 12px;
  padding: 2px 8px;
  border: 1px solid #f58a22;
  background-color: #F58A22;
}
.addtoany_no_icon.addtoany_share:hover {
  border: 1px solid #f58a22;
}
.addtoany_no_icon.addtoany_share::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='12px' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5m-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3'/%3E%3C/svg%3E");
  margin-right: 0.5rem;
}

@keyframes princess-shine {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-corner {
  from {
    right: -60vw;
  }
  to {
    right: -25vw;
  }
}
@keyframes content-in {
  from {
    opacity: 0.5;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 991px) {
  .hideOnMobile {
    display: none !important;
  }
  .hideOnMobileFlex {
    display: none !important;
  }
  .hideOnDesktop {
    display: block !important;
  }
  .hideOnDesktopFlex {
    display: flex !important;
  }
  .page-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .page-section-top {
    padding-top: 1.5rem;
  }
  .page-section-bottom {
    padding-bottom: 1.5rem;
  }
  .page-small-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-small-section-top {
    padding-top: 1rem;
  }
  .page-small-section-bottom {
    padding-bottom: 1rem;
  }
  .single h2 {
    padding-bottom: 0.75rem;
  }
  .header-main-row,
  .flyout-top-row {
    padding: 0.5rem var(--bs-gutter-x, 0.75rem);
  }
}
@media screen and (max-width: 767px) {
  h2 {
    line-height: 1.2;
  }
  .img-covered {
    max-width: 100%;
    height: auto;
  }
  .cinta-btn {
    font-weight: normal;
    border-width: 1px;
    border-radius: 2rem;
    width: 100%;
    margin-top: 0.75rem;
  }
  .full-menu {
    height: auto;
    max-height: 100vh;
  }
  .full-menu-princesses {
    height: 100%;
    width: 28.5vw;
  }
  .full-menu-princesses {
    position: static;
    margin-top: -2rem;
    z-index: 3;
    pointer-events: none;
  }
  .full-menu-princesses::before {
    width: 65vw;
    height: 65vw;
    border-radius: 40vw;
    bottom: -6vw;
    right: -3vw;
    top: unset;
    transform: none;
    z-index: 2;
  }
  .full-menu-princesses-img {
    width: 66.67vw;
    transform: translateX(50vw);
    z-index: 3;
  }
  body.full-menu-show,
  body.form-flyin,
  body.salon-menu-flyin {
    overflow: hidden;
  }
  .salon-menu-wrapper {
    flex-direction: column;
  }
  .salon-menu-container {
    width: 100%;
  }
  .full-menu-show .header-main-row,
  .full-menu-show.page-on-scrolling .header-main-row {
    background-color: #000;
  }
  .mega-menu-wrap {
    width: 100%;
    padding-bottom: 0;
  }
  .menu-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-section-title::after {
    content: "";
    flex: auto;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #F58A22 0, #F58A22 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px);
    margin-left: 0.5rem;
  }
  .mobile-spa-btn-wrap a {
    color: #fff;
    border-radius: 1.5rem;
    padding: 0.25rem 1rem;
    display: inline-block;
    border: 1px solid #fff;
    text-decoration: none !important;
    margin-top: -2.5rem;
    margin-bottom: 1.5rem;
  }
  .mega-menu-col ul a {
    width: 100%;
    padding: 0.375rem 0;
    border-bottom: 1px solid #545454;
  }
  .section-divider {
    border-width: 1px;
    margin-top: 0.5rem;
  }
  .home h2,
  .page-template-page-new-front h2,
  .page-template-page-classic-front h2 {
    text-align: center;
    margin-bottom: 0;
  }
  .cinta-hover-wrap .cinta-hover-image,
  .cinta-hover-wrap:hover .cinta-hover-image {
    border-radius: 35px;
  }
  .cinta-hover-wrap .cinta-hover-image {
    position: relative;
  }
  .cinta-hover-wrap .cinta-hover-image::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 40%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .cinta-hover-wrap.page-section-bottom {
    padding-bottom: 0;
  }
  .cinta-hover-link {
    justify-content: center;
    transform: translateY(-3rem);
    position: relative;
    z-index: 2;
  }
  .cinta-hover-link a {
    color: #fff;
    justify-content: center;
    text-align: center;
  }
  .location-campus-extra-info {
    transform: translateY(-2.5rem);
  }
  .cinta-hover-link span {
    display: none;
  }
  .salon-menu-col {
    padding: 0 1rem;
  }
  .flyout-logo-container {
    padding-left: 12px;
  }
  .cl-info-form {
    height: 560px;
  }
  footer {
    padding-bottom: 3rem;
    position: relative;
  }
  .the-wheel-box {
    flex-direction: row;
  }
  .cinta-product-bg {
    display: none;
  }
  .the-wheel-box h3 {
    transform: translateX(-33.33%) rotate(270deg);
    font-size: 1rem;
    margin: 0;
  }
  .cinta-product-icon {
    transform: translateX(-33.33%);
  }
  .cinta-back-to-top {
    width: 40px;
    height: 40px;
    border: 2px solid #F58A22;
    background: #130E02;
  }
  .cinta-back-to-top svg {
    width: 36px;
    height: 36px;
  }
  .cinta-back-to-top-wrap {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .footer-social {
    transform: none;
    text-align: center;
  }
  .banner-text-content {
    order: 2;
  }
  .cinta-page-banner-img {
    transform: none;
    margin-top: 1rem;
  }
  .cinta-banner-corner {
    width: 0;
    height: 0;
    background-color: transparent;
    border-top: 100vw solid #F58A22;
    border-left: 100vw solid transparent;
    transform: none;
  }
  .page-sidebar-col {
    display: none;
  }
  .career-opportunities-section .d-flex {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .cinta-banner-corner-bottom {
    display: none;
  }
  .cinta-map-section .map-container {
    padding: 0;
  }
  .cinta-orange-section .mobile-slide {
    height: auto;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 1rem;
  }
  .cinta-orange-section.cinta-page-slider .swiper-pagination-bullet-active {
    background-color: #fff !important;
  }
  .cinta-header-appointment {
    display: none !important;
  }
  .cinta-salon-banner {
    align-items: flex-end;
  }
  .banner-content-col {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .cinta-img-wrap {
    height: 40vw;
  }
  .site-top-number-row {
    padding: 0.75rem 0;
    flex-direction: column;
  }
  .site-top-number-row a {
    padding: 0;
    display: inline-block;
  }
  .site-top-number-row span {
    display: none;
  }
}
@media screen and (max-width: 449px) {
  .header-logo-link svg,
  .flyout-logo-container svg {
    width: 225px;
    height: auto;
  }
  .footer-menu-col ul {
    -moz-column-count: 2;
         column-count: 2;
    font-size: 15px;
    margin-bottom: 1rem;
  }
  .cinta_aveda-footer-credit {
    font-size: 12px;
  }
  .cinta_aveda-footer-credit span.v-bar {
    margin: 0 0.5rem;
  }
}
.site-announcement-text {
  text-align: center;
}

.site_announcement_animated {
  overflow: hidden;
}

.site_announcement_animated .site-announcement-text-link {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding-left: 100%;
  will-change: transform;
  animation: marquee 21s linear infinite;
}

.site_announcement_animated .site-announcement-text-link:hover {
  animation-play-state: paused;
}

.cinta-sticky-btn {
  font-size: 14px;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.full-nav .cinta-cta-orange a {
  background-color: #F58A22;
  border: 1px solid #F58A22;
}/*# sourceMappingURL=main.css.map */