#working-hours {
  position: relative;
  top: -100px;
}

.lte-header-wrapper {
  z-index: 1000;
}
.lte-navbar .lte-navbar-items.navbar-mobile #menu-main-menu {
  margin-top: 84px !important;
}
.lte-navbar .lte-navbar-items.navbar-mobile #menu-main-menu a {
  text-align: center;
  text-transform: uppercase;
}
.lte-navbar .lte-navbar-items.navbar-mobile #menu-main-menu .menu-item + .menu-item {
  margin-top: 16px;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav li,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a {
  text-transform: uppercase;
}

.lte-navbar .lte-navbar-items li.current_page_item > a {
  color: #f1642b !important;
  color: var(--main) !important;
}
.lte-navbar .lte-navbar-icons-add a.lte-btn:hover {
  color: #fff !important;
  color: var(--white) !important;
}

.nav--logged-user {
  display: flex;
  align-items: center;
}
.nav--logged-user .nav--logged-user--avatar {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 20px;
  width: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.nav--logged-user .nav--logged-user--avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.user-menus .user-menus--item + .user-menus--item {
  margin-top: 12px;
}

#lte-nav-wrapper.lte-layout-desktop-center.lte-nav-color-black .lte-navbar,
#lte-nav-wrapper.lte-layout-default.lte-nav-color-black .lte-navbar {
  background-color: var(--gray);
}
.lte-heading .lte-header {
  font-size: 64px !important;
}

.background-image, [data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slide--video,
.th-hero-bg {
  position: absolute;
  inset: 0;
}
.slide--video video,
.th-hero-bg video,
.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.th-hero-slide {
  height: calc(100vh - 184px);
  min-height: calc(100vh - 184px);
}
.th-hero-slide:not(.slick-active) .th-hero-slide--content .lte-header,
.th-hero-slide:not(.slick-active) .th-hero-slide--content .lte-description,
.th-hero-slide:not(.slick-active) .th-hero-slide--content .lte-btn-wrap {
  opacity: 0;
}
.th-hero-slide .container {
  position: relative;
  z-index: 5;
}
.th-hero-slide--content {
  text-align: center;
  position: relative;
  z-index: 5;
  padding-top: 150px;
  padding-bottom: 150px;
}
.th-hero-slide--content .lte-description {
  margin-top: 24px;
}
.th-hero-slide--content .lte-btn-wrap {
  margin-top: 64px;
}
.th-carousel .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto !important;
  bottom: 32px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.th-carousel .slick-dots li {
  pointer-events: all;
  padding: 0px;
  margin: 0px 16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: 'Cormorant Infant', serif;
  font-family: var(--font-headers), serif;
  font-weight: 400;
  letter-spacing: var(--font-headers-letterspacing);
  font-size: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.th-carousel .slick-dots li button {
  display: none;
}
.th-carousel .slick-dots li:after {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 34px;
  height: 34px;
  border: 1px solid var(--white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.th-carousel .slick-dots li:before {
  display: block;
  top: 0;
  left: 0;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  background-color: #ea4a34;
  background-color: var(--white);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.th-carousel .slick-dots li.slick-active {
  border: 0;
  cursor: default;
}
.th-carousel .slick-dots li.slick-active:before {
  background-color: #d9c1a3;
  background-color: var(--main);
}
.th-carousel .slick-dots li.slick-active:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border-color: #d9c1a3;
  border-color: var(--main);
}
.th-carousel .slick-dots li:not(.slick-active):hover:before {
  background-color: #d9c1a3;
  background-color: var(--main);
  width: 12px;
  height: 12px;
}


@media (max-width: 992px) {
  .th-hero-slide {
    height: calc(100vh - 184px);
    min-height: calc(100vh - 184px);
  }
  .th-hero-slide--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 184px);
    padding-top: 48px;
    padding-bottom: 84px;
  }
  .lte-heading .lte-header {
    font-size: 48px !important;
  }
}


@media (max-width: 560px) {
  .th-hero-slide {
    height: 400px;
    min-height: 70vh;
  }
  .th-hero-slide--content {
    height: 400px;
    min-height: 70vh;
  }
  .lte-heading .lte-header {
    font-size: 40px !important;
  }
}


@media (min-width: 992px) {
  .th-carousel .slick-dots {
    left: 0 !important;
    width: 50% !important;
    text-align: center !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .th-carousel .slick-dots li:not(.slick-active)::before {
    background-color: #f1642b !important;
    background-color: var(--main) !important;
  }
  .th-hero-slide {
    height: 640px;
    min-height: 640px;
    overflow: hidden;
  }
  .th-hero-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    border-width: 60px 120px;
    border-style: solid;
    border-color: transparent var(--main) var(--main) transparent;
  }
  .th-hero-slide .container {
    position: static;
  }
  .th-hero-slide .zoom {
    animation: none;
  }
  .th-hero-slide .slide--video,
  .th-hero-slide .th-hero-bg {
    left: 50%;
  }

  .th-hero-slide--content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    top: 0;
    width: 50%;
    height: 640px;
    min-height: 640px;
    padding: 48px 48px 84px;
  }
  .th-hero-slide--content .lte-header,
  .th-hero-slide--content .lte-description {
    color: #000 !important;
    color: var(--black) !important;
  }
  .th-hero-slide--content .lte-btn-wrap .lte-btn.btn-lg {
    background-color: #000 !important;
    background-color: var(--black) !important;
    border-color: #000 !important;
    border-color: var(--black) !important;
  }
  .th-hero-slide--content .lte-btn-wrap .lte-btn.btn-lg:hover {
    color: #000 !important;
    color: var(--black) !important;
  }
}


/* Footer */
.lte-footer-wrapper {
  background-image: url('../images/footer--bg.png');
  background-position: center 30%;
  background-repeat: no-repeat;
}
.lte-footer-wrapper .footer-wrapper {
  padding-top: 72px;
  padding-bottom: 72px;
}
.lte-footer-wrapper .lte-logo {
  max-width: 180px;
}
.lte-footer-wrapper .lte-footer-widget-area .lte-logo,
.lte-footer-wrapper .lte-footer-widget-area {
  text-align: center;
}
.lte-footer-wrapper .footer--address,
.lte-footer-wrapper .footer--menus {
  margin-top: 32px;
}
.lte-footer-wrapper .footer--menus {
  background-color: transparent;
}
.lte-footer-wrapper .footer--address {
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.lte-footer-wrapper .footer--socials {
  margin-top: 72px;
}
.lte-footer-wrapper .footer--socials .fab {
  font-size: 24px;
}
.lte-footer-wrapper .footer-fb-feeds {
  margin-top: 72px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.lte-footer-wrapper .copyright-block {
  background-color: transparent;
}

.footer-built-with {
  margin-bottom: 60px;
}


@media (min-width: 768px) {
  .footer-built-with {
    margin-bottom: 84px;
  }
}


@media (min-width: 992px) {
  .lte-footer-wrapper {
    background-position: center 110%;
  }
  .lte-footer-wrapper .lte-footer-widget-area .lte-logo,
  .lte-footer-wrapper .lte-footer-widget-area {
    text-align: left;
  }
  .lte-footer-wrapper .footer-fb-feeds {
    margin-top: 0;
  }
}


@media (min-width: 1024px) {
  .footer-built-with {
    margin-bottom: 0;
  }
  .lte-footer-wrapper .footer-fb-feeds {
    justify-content: end;
  }
}


.homepage-section {
  padding-bottom: 90px;
  padding-top: 90px;
}

.about-us .about-us--desc {
  padding-top: 24px;
}
.about-us .about-us--address,
.about-us .about-us--schedules,
.about-us .about-us--booking,
.about-us .about-us--images {
  padding-top: 48px;
}
.about-us--schedules .lte-items,
.about-us--schedules .lte-item {
  display: block !important;
}
.about-us--schedules .lte-item:nth-child(odd) {
  padding-right: 0 !important;
  padding-inline-end: 0 !important;
}
.about-us--schedules .lte-item:nth-child(even) {
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}
.about-us--schedules .lte-title .lte-header:first-child {
  min-width: 60px;
}
.about-us--schedules .lte-title .lte-header:last-child {
  min-width: 210px;
}
.about-us .about-us--images {
  overflow: hidden;
  margin-top: -4%;
}
.about-us .about-us--image-wrapper {
  float: left;
  height: 150px;
  width: 48%;
  margin-top: 4%;
}
.about-us .about-us--image-wrapper:nth-child(even) {
  margin-left: 4%;
}
.about-us .about-us--image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 480px) {
  .about-us .about-us--image-wrapper {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .about-us .about-us--address {
    position: relative;
    margin-bottom: 48px;
  }
  .about-us .about-us--address a {
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
  }
  .about-us .about-us--image-wrapper {
    height: 280px;
  }
}


.salon-services .lte-heading {
  text-align: center;
}
.salon-services .lte-footer {
  padding-top: 64px;
  text-align: center;
}
.salon-services .salon-services--item {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 84px;
}
.salon-services .salon-services--item:after {
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e82a";
  color: #fbf1ea;
  color: var(--gray);
  transform-origin: center;
  font-size: 180px;
  width: 180px;
  height: 180px;
  line-height: 180px;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  transition: transform 400ms cubic-bezier(0.175, 0.885, 0.32, 2.75);
  opacity: 0;
}
.salon-services .salon-services--item:hover:after {
  opacity: 0.6;
  -webkit-transform: translateX(-50%) scale(1.4);
  -moz-transform: translateX(-50%) scale(1.4);
  -ms-transform: translateX(-50%) scale(1.4);
  -o-transform: translateX(-50%) scale(1.4);
  transform: translateX(-50%) scale(1.4);
}
.salon-services .salon-services--image,
.salon-services .salon-services--name {
  position: relative;
  z-index: 1;
}
.salon-services .salon-services--image {
  width: 124px;
  height: 124px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.salon-services .salon-services--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.salon-services .salon-services--name {
  font-size: 24px;
  margin-top: 24px;
  text-transform: capitalize;
}

.salon-gallery .item {
  margin-bottom: 24px;
}
.salon-gallery .item a {
  display: block;
  overflow: hidden;
  position: relative;
}
.salon-gallery .item a:before {
  content: '';
  background-color: #f1642b;
  background-color: var(--main);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  transition: 0.3s;
  z-index: 10;
  opacity: 0.5;
}
.salon-gallery .item a:hover:before {
  top: 0;
}
.salon-gallery .item img {
  position: relative;
  transition: 1s;
  z-index: 5;
}
.salon-gallery .item a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.salon-gallery .lte-heading {
  text-align: center;
  padding-bottom: 64px;
}
.salon-gallery .lte-footer {
  padding-top: 64px;
  text-align: center;
}


.salon-reviews .lte-heading {
  text-align: center;
  padding-bottom: 64px;
}
.salon-reviews .lte-footer {
  padding-top: 64px;
  text-align: center;
}
.salon-reviews .swiper {
  height: 100%;
}
.salon-reviews .lte-testimonials--rating {
  margin-top: 24px;
}
.salon-reviews .lte-testimonials--score {
  font-size: 24px;
}
.salon-reviews .lte-testimonials--date {
  opacity: 0.5;
}


.services-box--pricing {
  display: flex;
  margin-top: 16px;
}
.services-box--pricing .services-box--pricing-item + .services-box--pricing-item {
  margin-left: 24px;
}
.services-box--pricing .services-box--pricing-label {
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.3;
}
.services-box--pricing .services-box--pricing-price {
  font-weight: 500;
}

.salon-services--group + .salon-services--group {
  padding-top: 32px;
}
.section--salon-services .lte-heading .lte-header {
  font-size: 40px !important;
}
.section--salon-services .lte-price-sc .lte-image {
  height: 80px;
  width: 80px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.section--salon-services .lte-price-sc .lte-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


@media (min-width: 768px) {
  .services-box--pricing .services-box--pricing-item + .services-box--pricing-item {
    margin-left: 40px;
  }
}


.salon-stylists .lte-item {
  margin-bottom: 24px;
}
.salon-stylists .lte-image {
  display: block;
  max-width: 100%;
}
.salon-stylists .lte-team-item {
  border: none;
  padding: 16px 16px 30px;
}


@media (min-width: 576px) {
  .salon-stylists .lte-image {
    border: 1px solid #dcdcdc;
    padding: 4px;
    width: 220px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .salon-stylists .lte-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}


@media (min-width: 768px) {
  .salon-stylists .lte-team-item {
    padding: 30px;
  }
}


.reviews--list .reviews--item + .reviews--item {
  border-top: 1px dashed var(--black);
  margin-top: 32px;
  padding-top: 32px;
}

.reviews--item-profile {
  display: flex;
  align-items: center;
}
.reviews--item-profile .reviews--item-profile--image-wrapper {
  border: 1px dashed var(--black);
  padding: 2px;
  height: 64px;
  width: 64px;
  margin-right: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.reviews--item-profile .reviews--item-profile--image {
  height: 58px;
  width: 58px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.reviews--item-profile .reviews--item-profile--name {
  margin: 0;
}

.reviews--item-images {
  display: flex;
  align-items: center;
}
.reviews--item-images .reviews--item-image {
  margin-top: 16px;
  margin-right: 16px;
  max-width: 100px;
}

.fs-form--user-account {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.fs-form a {
  color: var(--main);
}
.fs-form a:hover {
  text-decoration: underline;
}
.fs-form .form-group {
  margin-bottom: 1.2rem;
  position: relative;
}
.fs-form .form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  opacity: 0.7;
}
.fs-form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 45px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fs-form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):focus {
  border-color: var(--main);
}
.fs-form .th-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--main);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 21px 30px;
  width: 100%;

  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.fs-form .th-btn:hover {
  color: var(--white);
}



.fs-tabs {
  text-align: center;
}
.fs-tabs .fs-tabs--link {
  border: 1px solid #141414;
  background-color: #fff;
  color: #141414;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.fs-tabs .fs-tabs--link.active {
  background-color: #141414;
  color: #fff;
}
.fs-tabs--content:not(.active) {
  height: 0px;
  overflow: hidden;
}
.fs-tabs--content.active {
  margin-top: 40px;
}


.lte-testimonials-list .lte-arrows-sides-outside .lte-arrow-left,
.lte-testimonials-list .lte-arrows-sides-outside .lte-arrow-right {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 30px 20px 0px;
}

@media (min-width: 1200px) {
  .lte-testimonials-list.lte-swiper-slider {
    max-width: none;
  }
}


@media (min-width: 1600px) {
  .lte-testimonials-list .lte-arrows-sides-outside .lte-arrow-left,
  .lte-testimonials-list .lte-arrows-sides-outside .lte-arrow-right {
    margin-top: 60px;
    transform: none;
  }
}



@media (max-width: 768px) {
  .homepage-section.about-us {
    padding-top: 32px;
  }
}


.page--embedding {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 84px);
}
.page--embedding .page-inner--wrapper {
  flex-grow: 1;
  flex-shrink: 1;
}



@media (min-width: 1200px) {
  .page--embedding {
    height: 100vh;
  }
}


.jquery-modal.current {
  z-index: 1000000 !important;
}

.jquery-modal .modal {
  height: 100% !important;
  padding: 0 !important;
  overflow: visible !important;
}

.fs-modal--link {
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
  margin-left: 12px !important;
}
.fs-modal--link:focus,
.fs-modal--link:active,
.fs-modal--link:hover {
  text-decoration: none !important;
}