/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
.site-header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 1rem;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  z-index: 100; }
  @media (min-width: 800px) {
    .site-header {
      flex-wrap: nowrap;
      position: relative; } }
  .site-header .custom-logo-link {
    width: 50%; }
    @media (min-width: 800px) {
      .site-header .custom-logo-link {
        width: 20%; } }
    .site-header .custom-logo-link img {
      width: 100%;
      max-width: 175px;
      height: auto; }
  .site-header .mobile-header {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (min-width: 800px) {
      .site-header .mobile-header {
        display: none; } }
    .site-header .mobile-header #mobile-button {
      appearance: none;
      cursor: pointer;
      padding: 0;
      margin: 0 0 0 1rem;
      background: none;
      border: 0;
      position: relative;
      display: flex;
      align-items: center;
      height: 30px;
      width: 30px; }
      .site-header .mobile-header #mobile-button.active span {
        background: none !important; }
        .site-header .mobile-header #mobile-button.active span:before {
          top: 0;
          transform: rotate(45deg); }
        .site-header .mobile-header #mobile-button.active span:after {
          bottom: 0;
          transform: rotate(-45deg); }
      .site-header .mobile-header #mobile-button span {
        position: relative;
        width: 30px;
        height: 3px;
        background: #000;
        display: flex;
        transition: .3s; }
        .site-header .mobile-header #mobile-button span:before, .site-header .mobile-header #mobile-button span:after {
          content: ' ';
          position: absolute;
          top: -9px;
          left: 0;
          width: 100%;
          height: 3px;
          background: #000;
          transition: .3s; }
        .site-header .mobile-header #mobile-button span:after {
          top: auto;
          bottom: -9px; }
      .site-header .mobile-header #mobile-button:hover span, .site-header .mobile-header #mobile-button:focus span {
        background: #D6C3AB; }
        .site-header .mobile-header #mobile-button:hover span:after, .site-header .mobile-header #mobile-button:hover span:before, .site-header .mobile-header #mobile-button:focus span:after, .site-header .mobile-header #mobile-button:focus span:before {
          background: #D6C3AB; }
    .site-header .mobile-header .book {
      background: #000;
      padding: 0.7rem;
      color: #FFF;
      text-decoration-color: transparent;
      text-transform: uppercase;
      font-weight: 300;
      transition: .3s; }
      .site-header .mobile-header .book:hover, .site-header .mobile-header .book:focus {
        background: #D6C3AB;
        color: #000; }

#mobile-menu {
  position: fixed;
  top: 94px;
  opacity: 0;
  left: -100%;
  width: 100%;
  height: calc(100% - 94px);
  background: #FFF;
  margin: 0;
  padding: 0;
  transition: .4s ease-in-out; }
  @media (min-width: 800px) {
    #mobile-menu {
      display: none; } }
  #mobile-menu.active {
    left: 0;
    opacity: 1; }
    #mobile-menu.active .menu li {
      opacity: 1;
      transform: translateY(0);
      transition-delay: .4s; }
      #mobile-menu.active .menu li:nth-child(2) {
        transition-delay: .5s; }
      #mobile-menu.active .menu li:nth-child(3) {
        transition-delay: .6s; }
      #mobile-menu.active .menu li:nth-child(4) {
        transition-delay: .7s; }
      #mobile-menu.active .menu li:nth-child(5) {
        transition-delay: .8s; }
      #mobile-menu.active .menu li:nth-child(6) {
        transition-delay: .9s; }
    #mobile-menu.active .contact {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 1s; }
  #mobile-menu .menu {
    list-style-type: none;
    padding: 2rem 1rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #mobile-menu .menu li {
      margin-bottom: 2rem;
      opacity: 0;
      transform: translateY(1rem);
      transition: .3s ease-in-out; }
      #mobile-menu .menu li a {
        text-transform: uppercase;
        color: #000;
        font-size: 1.2rem;
        text-decoration-color: transparent;
        transition: .3s; }
        #mobile-menu .menu li a:hover, #mobile-menu .menu li a:focus {
          color: #D6C3AB; }
  #mobile-menu .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(1rem);
    transition: .3s ease-in-out; }
    #mobile-menu .contact a {
      font-size: 0.9rem;
      line-height: 1.3rem;
      color: #000;
      text-decoration-color: transparent;
      text-transform: uppercase;
      transition: .3s; }
      #mobile-menu .contact a:hover, #mobile-menu .contact a:focus {
        color: #D6C3AB; }

#main-menu {
  display: none; }
  @media (min-width: 800px) {
    #main-menu {
      display: flex;
      width: 80%;
      padding: 0;
      margin: 0;
      align-items: center;
      justify-content: flex-end; } }
  #main-menu .menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    align-items: center; }
    #main-menu .menu li {
      margin: 0 1rem;
      overflow: hidden; }
      #main-menu .menu li:last-child {
        margin-left: 0.5rem;
        margin-right: 0; }
        #main-menu .menu li:last-child a {
          background: #D6C3AB;
          padding: 0.7rem;
          display: block; }
          #main-menu .menu li:last-child a:hover, #main-menu .menu li:last-child a:focus {
            background: #000;
            color: #D6C3AB; }
      #main-menu .menu li a {
        text-transform: uppercase;
        color: #000;
        text-decoration-color: transparent;
        font-size: 0.9rem;
        overflow: hidden;
        position: relative;
        transition: .3s; }
        #main-menu .menu li a:before {
          content: ' ';
          position: absolute;
          bottom: 0px;
          left: -100%;
          width: 100%;
          height: 2px;
          background: #D6C3AB;
          transition: .3s; }
        #main-menu .menu li a:hover, #main-menu .menu li a:focus {
          color: #D6C3AB; }
          #main-menu .menu li a:hover:before, #main-menu .menu li a:focus:before {
            left: 0; }

.site-footer {
  width: 100%;
  background: #D6C3AB;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 800px) {
    .site-footer {
      justify-content: space-between;
      align-items: center; } }
  .site-footer .left {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem; }
    @media (min-width: 800px) {
      .site-footer .left {
        width: auto;
        margin-bottom: 0;
        text-align: left; } }
    .site-footer .left img {
      width: 200px;
      height: auto; }
  .site-footer .right {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem; }
    @media (min-width: 800px) {
      .site-footer .right {
        width: auto;
        margin-bottom: 0;
        text-align: right; } }
    .site-footer .right a {
      color: #000;
      margin: 0 1rem; }
  .site-footer .footer-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #000;
    font-size: 0.8rem;
    line-height: 1.5rem; }
    @media (min-width: 800px) {
      .site-footer .footer-bottom {
        margin-top: 2rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
    .site-footer .footer-bottom a {
      color: #000;
      text-decoration-color: transparent; }

.carousel {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem; }
  .carousel .slides {
    position: relative; }
    .carousel .slides .slide {
      width: 100%;
      height: 500px;
      position: relative; }
      @media (min-width: 800px) {
        .carousel .slides .slide {
          height: 600px; } }
      .carousel .slides .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .carousel .slides .slide .overlay {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
        padding: 1rem 2rem; }
        .carousel .slides .slide .overlay .title {
          font-family: "superior-title", serif;
          padding: 0;
          margin: 0;
          font-size: 1.7rem;
          font-weight: 400;
          color: #FFF;
          text-transform: uppercase;
          opacity: 0;
          transform: translateY(1rem);
          animation: fadeup 1s ease;
          animation-delay: .3s;
          animation-fill-mode: forwards; }
          @media (min-width: 800px) {
            .carousel .slides .slide .overlay .title {
              font-size: 2.5rem;
              line-height: 2.5rem; } }
        .carousel .slides .slide .overlay .subtitle {
          font-family: "superior-title", serif;
          padding: 0;
          margin: 0;
          text-transform: uppercase;
          color: #FFF;
          font-weight: 100 !important;
          letter-spacing: 0.1rem;
          font-size: 1rem;
          opacity: 0;
          transform: translateY(1rem);
          animation: fadeup 1s ease;
          animation-delay: .3s;
          animation-fill-mode: forwards; }
          @media (min-width: 800px) {
            .carousel .slides .slide .overlay .subtitle {
              font-size: 1.3rem; } }
  .carousel .slick-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .carousel .slick-arrows button {
      appearance: none;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.6);
      border: 0;
      display: flex;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      padding: 0.5rem;
      transition: .3s; }
      .carousel .slick-arrows button iconify-icon {
        color: #000; }

.carousel:hover .slick-arrows button, .carousel:focus .slick-arrows button {
  opacity: 1 !important;
  visibility: visible !important; }

.blog-header {
  width: 100%;
  background: #333;
  padding: 2rem;
  text-align: center; }
  .blog-header h2 {
    color: #FFF; }

.blog-main {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.25rem;
  padding: 2rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .blog-main {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .blog-main {
      grid-template-columns: repeat(3, 1fr); } }

.blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none; }
  @media (min-width: 576px) {
    .blog-post {
      width: 48%;
      margin: 0 1%; }
      @supports (display: grid) {
        .blog-post {
          width: 100%;
          margin: 0; } } }
  .blog-post .image {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: center center !important; }
  .blog-post .meta {
    color: #000;
    text-transform: uppercase;
    font-size: 0.9rem; }
  .blog-post .title {
    color: #000;
    font-size: 1.2rem; }
  .blog-post p {
    color: #000; }

.post-single {
  width: 100%;
  max-width: 75rem;
  padding: 2rem;
  margin: 0 auto; }
  .post-single .attachment-post-thumbnail {
    width: 100%;
    height: auto; }

.share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin: 0 0 3.75rem;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start; }
  .share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(33.3333333% - 1px);
    margin-right: 0.063rem; }
    .share-buttons li:last-child {
      width: 33.3333333%;
      margin-right: 0; }
      .share-buttons li:last-child a {
        border-radius: 0 0.188rem 0.188rem 0; }
    .share-buttons li:first-child a {
      border-radius: 0.188rem 0 0 0.188rem; }
  .share-buttons svg {
    fill: #fff;
    margin-right: 0.313rem;
    width: 1rem;
    height: 1rem; }
  .share-buttons a {
    display: block;
    padding: 0.75rem 0.75rem 0.563rem;
    text-align: center;
    color: White; }

.share-twitter {
  background: #1da1f2; }

.share-facebook {
  background: #3b5998; }

.share-pinterest {
  background: #b5071a; }

.error {
  width: 100%;
  height: 100vh;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .error .content {
    max-width: 61.25rem;
    width: 100%;
    padding: 2rem;
    text-align: center; }
    .error .content h1 {
      font-size: 14rem;
      font-weight: 900;
      margin: 0;
      padding: 0;
      color: #000; }
    .error .content h3 {
      font-size: 5rem;
      font-weight: 900;
      color: #000;
      margin: 0;
      padding: 0; }
    .error .content h4 {
      font-size: 2rem;
      color: #000;
      margin-top: 0.625rem; }
    .error .content a {
      background: #FFF;
      border: 3px solid #000;
      color: #000;
      margin-top: 0.625rem;
      padding: 0.5rem 2rem;
      display: inline-block; }
      .error .content a:hover {
        background: #000;
        text-decoration: none;
        color: #FFF; }

html {
  box-sizing: border-box;
  font-family: "scandia-web", sans-serif; }

* {
  box-sizing: inherit; }

h1, h2, h3, h4 {
  font-family: "superior-title", serif;
  font-weight: 300; }

p {
  font-size: 1.1rem;
  line-height: 1.8rem; }

.btn, #gform_submit_button_1 {
  background: #D6C3AB;
  padding: 0.7rem 1rem 0.4rem 1rem;
  font-family: "superior-title", serif;
  text-transform: uppercase;
  color: #000;
  text-decoration-color: transparent;
  transition: .3s;
  position: relative; }
  .btn:before, #gform_submit_button_1:before {
    content: ' ';
    position: absolute;
    background: #F7F3EE;
    width: 100%;
    height: 100%;
    bottom: -7px;
    right: -7px;
    z-index: -1;
    transition: .3s ease-in-out; }
  .btn:hover, .btn:focus, #gform_submit_button_1:hover, #gform_submit_button_1:focus {
    background: #b59266; }
    .btn:hover:before, .btn:focus:before, #gform_submit_button_1:hover:before, #gform_submit_button_1:focus:before {
      bottom: 7px;
      right: 7px; }

#gform_submit_button_1 {
  border: 0;
  font-size: 1rem;
  cursor: pointer; }

body {
  font-size: 16px;
  padding: 0;
  margin: 0; }

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }

.js-scroll {
  opacity: 0;
  transition: opacity 500ms; }

.js-scroll.scrolled {
  opacity: 1; }

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
main {
  width: 100%;
  padding-top: 94px; }
  @media (min-width: 800px) {
    main {
      padding-top: 0; } }

.home-text {
  width: 100%;
  max-width: 1600px;
  padding: 4rem 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .7s;
  animation-fill-mode: forwards; }
  @media (min-width: 992px) {
    .home-text {
      padding: 6rem 2rem; } }
  .home-text .image {
    width: 80%;
    height: 400px;
    margin: 0 10%;
    margin-bottom: 2rem;
    border: 13px solid #FFF;
    position: relative; }
    @media (min-width: 800px) {
      .home-text .image {
        width: 40%;
        margin: 0;
        height: 500px; } }
    .home-text .image:before {
      content: ' ';
      position: absolute;
      width: 100px;
      height: 100px;
      background: #D6C3AB;
      bottom: -17px;
      left: -17px;
      z-index: -1; }
    .home-text .image:after {
      content: ' ';
      position: absolute;
      width: 100px;
      height: 100px;
      background: #D6C3AB;
      top: -17px;
      right: -17px;
      z-index: -1; }
    .home-text .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home-text article {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    padding: 0 1rem; }
    @media (min-width: 800px) {
      .home-text article {
        width: 60%;
        text-align: left;
        padding-left: 4rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; } }
    @media (min-width: 992px) {
      .home-text article {
        padding-left: 6rem; } }
    .home-text article h1 {
      font-size: 2rem;
      line-height: 2rem;
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      position: relative; }
      @media (min-width: 992px) {
        .home-text article h1 {
          font-size: 3rem;
          line-height: 3rem; } }
      .home-text article h1:before {
        content: 'Welcome To';
        position: absolute;
        top: -2.2rem;
        left: 0;
        font-size: 0.8rem;
        display: none; }
        @media (min-width: 992px) {
          .home-text article h1:before {
            display: block; } }
    .home-text article h2 {
      font-size: 1.3rem;
      line-height: 1.8rem;
      text-transform: uppercase;
      padding: 0;
      margin: 0; }
      @media (min-width: 992px) {
        .home-text article h2 {
          font-size: 1.6rem; } }
    .home-text article .btn {
      margin-top: 1rem;
      display: inline-block; }

.home-treatments {
  width: 100%;
  margin: 0 auto;
  background: #F7F3EE;
  padding: 4rem 0;
  text-align: center; }
  .home-treatments h2 {
    font-size: 2rem;
    padding: 0;
    margin: 0 0 2rem 0;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      .home-treatments h2 {
        font-size: 2.5rem; } }
  .home-treatments .treatments-slider, .home-treatments .home-treatments {
    width: 100%;
    position: relative; }
  .home-treatments .treatments-slides {
    width: 100%;
    position: relative; }
    .home-treatments .treatments-slides .treatment {
      width: 100%;
      margin: 0 1rem;
      text-decoration-color: transparent;
      position: relative; }
      .home-treatments .treatments-slides .treatment:hover .image img, .home-treatments .treatments-slides .treatment:focus .image img {
        transform: scale(1.1, 1.1); }
      @media (min-width: 800px) {
        .home-treatments .treatments-slides .treatment {
          text-align: left; } }
      .home-treatments .treatments-slides .treatment .image {
        width: 100%;
        height: 300px;
        overflow: hidden; }
        @media (min-width: 800px) {
          .home-treatments .treatments-slides .treatment .image {
            height: 350px; } }
        .home-treatments .treatments-slides .treatment .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: .3s; }
      .home-treatments .treatments-slides .treatment h3 {
        color: #000;
        font-size: 1.1rem;
        letter-spacing: 0.1rem;
        padding: 0;
        margin: 0.5rem 0 0 0;
        text-transform: uppercase;
        font-weight: 100; }

.slick-arrows-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .slick-arrows-two button {
    appearance: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border: 0;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    transition: .3s; }
    .slick-arrows-two button iconify-icon {
      color: #000; }

.home-content-block {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 800px) {
    .home-content-block {
      flex-direction: row-reverse; } }
  .home-content-block .images {
    width: 100%;
    margin-bottom: 2rem;
    position: relative; }
    @media (min-width: 800px) {
      .home-content-block .images {
        width: 50%; } }
    .home-content-block .images .image-main {
      width: 90%;
      height: 400px;
      margin: 0 5%;
      border: 10px solid #FFF; }
      @media (min-width: 800px) {
        .home-content-block .images .image-main {
          height: 500px; } }
      .home-content-block .images .image-main img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .home-content-block .images .image-two {
      width: 200px;
      height: 200px;
      position: absolute;
      bottom: -60px;
      border: 10px solid #FFF;
      left: 0; }
      @media (min-width: 992px) {
        .home-content-block .images .image-two {
          width: 250px;
          height: 250px; } }
      .home-content-block .images .image-two img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .home-content-block .content {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    padding: 0 1rem; }
    @media (min-width: 800px) {
      .home-content-block .content {
        width: 50%;
        text-align: left;
        padding-right: 4rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; } }
    @media (min-width: 992px) {
      .home-content-block .content {
        padding-right: 6rem; } }
    .home-content-block .content h2 {
      font-size: 2rem;
      line-height: 2rem;
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      position: relative; }
      @media (min-width: 992px) {
        .home-content-block .content h2 {
          font-size: 3rem;
          line-height: 3rem; } }
      .home-content-block .content h2:before {
        content: 'Lucy Campbell Aesthetics';
        position: absolute;
        top: -2.2rem;
        left: 0;
        font-size: 0.8rem;
        display: none; }
        @media (min-width: 992px) {
          .home-content-block .content h2:before {
            display: block; } }
    .home-content-block .content .btn {
      margin-top: 1rem;
      display: inline-block; }

.home-testimonials {
  width: 100%;
  background: #F7F3EE;
  margin: 0 auto;
  padding: 4rem 1rem;
  text-align: center; }
  .home-testimonials h2 {
    font-size: 2rem;
    padding: 0;
    margin: 0 0 2rem 0;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      .home-testimonials h2 {
        font-size: 2.5rem; } }
  .home-testimonials .review {
    width: 100%;
    background: #FFF;
    padding: 2rem 1rem;
    margin: 0 1rem; }
  .home-testimonials .slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .home-testimonials .slick-dots li {
      margin: 0 0.3rem; }
    .home-testimonials .slick-dots button {
      font-size: 0;
      appearance: none;
      cursor: pointer;
      background: #000;
      border: 0;
      border-radius: 100px;
      width: 12px;
      height: 12px; }
    .home-testimonials .slick-dots .slick-active button {
      background: #9c794c; }

.home-instagram {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 1rem;
  text-align: center; }
  .home-instagram h2 {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      .home-instagram h2 {
        font-size: 2.5rem; } }
  .home-instagram .small {
    color: #000;
    text-transform: uppercase;
    text-decoration-color: transparent;
    margin-bottom: 2rem;
    display: block; }

.contact-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 2rem 4rem 2rem; }
  .contact-container h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 100;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    padding: 0;
    margin: 0; }
    @media (min-width: 800px) {
      .contact-container h1 {
        font-size: 3.5rem; } }
  .contact-container p {
    font-size: 1.1rem;
    font-weight: 100;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
  .contact-container .gform_wrapper {
    border: 1px solid #D6C3AB;
    padding: 2rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .7s;
    animation-fill-mode: forwards;
    text-align: left; }
  .contact-container .gfield_label, .contact-container .gform-field-label--type-sub, .contact-container .gfield_consent_label {
    text-transform: uppercase;
    font-weight: 100 !important;
    font-size: 0.8rem !important;
    color: #000; }
  .contact-container .gfield_consent_label a {
    color: #7a5e3b;
    margin: 0 0.2rem; }
  .contact-container input[type='text'], .contact-container input[type='email'], .contact-container input[type='tel'], .contact-container textarea {
    border: 0;
    background: #F7F3EE;
    height: 40px; }
  .contact-container .gfield_required {
    color: #b59266 !important;
    font-size: 0.6rem !important; }

.grecaptcha-badge {
  visibility: hidden; }

.page-container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 2rem 4rem 2rem; }
  .page-container h1 {
    text-align: center;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 100;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    padding: 0;
    margin: 0; }
    @media (min-width: 800px) {
      .page-container h1 {
        font-size: 3.5rem; } }
  .page-container article {
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
    .page-container article p {
      font-weight: 100; }
  .page-container .wp-block-gallery a {
    border: 6px solid #F7F3EE;
    transition: .3s; }
    .page-container .wp-block-gallery a:hover, .page-container .wp-block-gallery a:focus {
      border-color: #D6C3AB; }
  .page-container .wp-block-gallery .wp-block-image {
    padding: 0.3rem; }

.main-treatments {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 2rem 4rem 2rem; }
  .main-treatments h1 {
    text-align: center;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 100;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    padding: 0;
    margin: 0; }
    @media (min-width: 800px) {
      .main-treatments h1 {
        font-size: 3.5rem; } }
  .main-treatments article {
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .3s;
    animation-fill-mode: forwards; }
    .main-treatments article a {
      color: #000; }
  .main-treatments .box {
    width: 100%;
    border-bottom: 1px solid #D6C3AB;
    padding: 2rem 0;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
    .main-treatments .box h2 {
      font-size: 2rem;
      padding: 0;
      margin: 0; }
    .main-treatments .box p {
      margin-top: 0; }
    .main-treatments .box .column {
      display: flex; }
      .main-treatments .box .column .small-box {
        padding-right: 1rem;
        position: relative; }
        .main-treatments .box .column .small-box:first-child:after {
          content: ' ';
          position: absolute;
          width: 1px;
          height: 20px;
          background: #D6C3AB;
          right: 0; }
        .main-treatments .box .column .small-box:nth-child(2) {
          padding-left: 1rem; }

/* animation css
opacity: 0;
      -webkit-animation: fadein 2s;
      -moz-animation: fadein 2s;
      -ms-animation: fadein 2s;
      -o-animation: fadein 2s;
      animation: fadein 2s;
      animation-delay: 1s;
      -webkit-animation-fill-mode: forwards;   */

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