/*
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 */
h1 {
  font-size: 1.7rem;
  color: #678b61;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

h2 {
  font-size: 1.7rem;
  color: #678b61;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

h3 {
  font-size: 1.3rem;
  color: #678b61;
  text-transform: uppercase;
  padding: 1rem 0;
  margin: 0; }

h4 {
  font-size: 1.4rem;
  color: #000;
  padding: 0;
  margin: 0; }

p {
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 1px;
  padding: 0;
  margin: 1rem 0 0 0; }

a {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  text-decoration-color: transparent;
  transition: 0.3s; }
  a:hover, a:focus {
    color: #d09a5d; }

li {
  font-size: 1.2rem;
  color: #000;
  padding: 0;
  margin: 0; }

ul {
  font-size: 1.2rem;
  color: #000; }

.info-bar-wrap {
  width: 100%;
  background: #f5f3f2; }
  .info-bar-wrap .info-bar {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 0.5rem 0; }
    .info-bar-wrap .info-bar .info-box {
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 0 0 1rem; }
      .info-bar-wrap .info-bar .info-box img {
        width: 30px;
        margin: 0 1rem 0 0; }
      .info-bar-wrap .info-bar .info-box p {
        margin: 0;
        font-style: normal; }
      .info-bar-wrap .info-bar .info-box:nth-child(1) img {
        transform: rotate(45deg); }
      .info-bar-wrap .info-bar .info-box:nth-child(3) img {
        transform: rotate(310deg); }

.intro {
  padding: 4rem 2rem;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (min-width: 800px) {
    .intro {
      align-items: center;
      flex-direction: row; } }
  .intro .intro-content {
    width: 100%;
    margin: 0 0 2rem 0; }
    @media (min-width: 800px) {
      .intro .intro-content {
        width: calc((100% - 3rem) / 0.4);
        margin: 0 3rem 0 0; } }
    .intro .intro-content h1 {
      padding: 1rem 0 0 0; }
      @media (min-width: 800px) {
        .intro .intro-content h1 {
          padding: 0; } }
    .intro .intro-content .underline {
      margin: 0.5rem 0 0 0;
      width: 470px;
      filter: invert(67%) sepia(65%) saturate(327%) hue-rotate(349deg) brightness(85%) contrast(90%); }
  .intro .img-container {
    width: 100%; }
    @media (min-width: 800px) {
      .intro .img-container {
        width: calc((100% - 3rem) / 0.6); } }
    .intro .img-container img {
      width: 100%;
      height: 350px;
      object-fit: cover; }
  .intro .gold-leaf {
    background-image: url("/wp-content/uploads/2022/12/gold-leaf.png");
    width: 50px;
    height: 75px;
    transform: rotate(90deg);
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -2.3rem;
    left: 45%;
    background-repeat: no-repeat;
    z-index: 100; }
    @media (min-width: 800px) {
      .intro .gold-leaf {
        width: 75px;
        height: 125px;
        bottom: -4rem;
        left: 47%; } }

.treatment-wrap {
  width: 100%;
  background: #f5f3f2;
  position: relative; }
  .treatment-wrap .gold-leaf {
    background-image: url("/wp-content/uploads/2022/12/gold-leaf.png");
    width: 50px;
    height: 75px;
    transform: rotate(270deg);
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -2.3rem;
    left: 45%;
    background-repeat: no-repeat;
    z-index: 100; }
    @media (min-width: 800px) {
      .treatment-wrap .gold-leaf {
        bottom: -4rem;
        left: 47%;
        width: 75px;
        height: 125px; } }
  .treatment-wrap .treatment-bar {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 4rem 2rem; }
    .treatment-wrap .treatment-bar h2 {
      text-align: center; }
      .treatment-wrap .treatment-bar h2 .underline {
        margin: 0.5rem 0 2rem 0;
        width: 230px;
        filter: invert(67%) sepia(65%) saturate(327%) hue-rotate(349deg) brightness(85%) contrast(90%); }
    .treatment-wrap .treatment-bar .treatment-box-wrap {
      display: flex;
      flex-direction: column; }
      @media (min-width: 800px) {
        .treatment-wrap .treatment-bar .treatment-box-wrap {
          flex-direction: row; } }
      .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box {
        background: #fff;
        width: 100%;
        margin: 0 0 2rem 0;
        transition: 0.3s;
        border: 2px solid #f5f3f2;
        overflow: hidden; }
        @media (min-width: 800px) {
          .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box {
            width: calc((100% - 2rem) / 3);
            margin: 0 2rem 0 0; } }
        .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box a {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box a .img-container {
            width: 100%;
            height: 300px; }
            .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box a .img-container img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: 0.3s; }
          .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box a p {
            padding: 1rem;
            margin: 0;
            font-style: normal; }
        .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box:last-child {
          margin: 0; }
        .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box:hover, .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box:focus {
          border: 2px solid #d09a5d; }
          .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box:hover a .img-container img, .treatment-wrap .treatment-bar .treatment-box-wrap .treatment-box:focus a .img-container img {
            filter: grayscale(1); }

.home-contact-bar {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 2rem 3rem 2rem;
  display: flex;
  flex-direction: column; }
  @media (min-width: 800px) {
    .home-contact-bar {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: relative; } }
  .home-contact-bar .social-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #678b61;
    padding: 2rem 0;
    background: #fff; }
    @media (min-width: 800px) {
      .home-contact-bar .social-box {
        width: 35%;
        height: 300px;
        top: 150px;
        position: absolute;
        left: 2rem; } }
    @media (min-width: 992px) {
      .home-contact-bar .social-box {
        width: 25%;
        left: 150px; } }
    .home-contact-bar .social-box h2 .underline {
      width: 165px;
      padding: 0 0 1rem 0.2rem;
      filter: invert(67%) sepia(65%) saturate(327%) hue-rotate(349deg) brightness(85%) contrast(90%); }
    .home-contact-bar .social-box .socials a {
      margin: 0 1rem 0 0; }
      .home-contact-bar .social-box .socials a .iconify {
        width: 40px;
        height: 40px;
        color: #d09a5d;
        transition: 0.3s; }
        .home-contact-bar .social-box .socials a .iconify:hover, .home-contact-bar .social-box .socials a .iconify:focus {
          color: #678b61; }
      .home-contact-bar .social-box .socials a:last-child {
        margin: 0; }
  .home-contact-bar .home-contact-image {
    width: 100%;
    margin: 2rem 0; }
    @media (min-width: 800px) {
      .home-contact-bar .home-contact-image {
        width: 40%;
        height: 600px; } }
    .home-contact-bar .home-contact-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home-contact-bar .visit-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #d09a5d;
    padding: 2rem; }
    @media (min-width: 800px) {
      .home-contact-bar .visit-box {
        width: 35%;
        height: 300px;
        position: absolute;
        bottom: 120px;
        right: 2rem; } }
    @media (min-width: 992px) {
      .home-contact-bar .visit-box {
        width: 25%;
        right: 150px; } }
    .home-contact-bar .visit-box h2 {
      color: #000; }
      .home-contact-bar .visit-box h2 .underline {
        width: 110px;
        padding: 0 0 1rem 0.2rem; }
    .home-contact-bar .visit-box p {
      margin: 0;
      text-align: center; }
    .home-contact-bar .visit-box .btn-wrap {
      margin: 2rem 0 1rem 0; }
      .home-contact-bar .visit-box .btn-wrap .btn {
        border: 2px solid #678b61;
        background: linear-gradient(to right, transparent 0 50%, #678b61 50% 100%);
        background-size: 250% 100%;
        tranistion: 0.3s; }
        .home-contact-bar .visit-box .btn-wrap .btn:hover, .home-contact-bar .visit-box .btn-wrap .btn:focus {
          background-position: 100% 0;
          color: #fff; }

.client-reviews {
  background: #f5f3f2;
  text-align: center;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .client-reviews h2 {
    color: #678b61; }
    .client-reviews h2 .underline {
      display: none; }
      @media (min-width: 350px) {
        .client-reviews h2 .underline {
          display: block;
          width: 300px;
          filter: invert(67%) sepia(65%) saturate(327%) hue-rotate(349deg) brightness(85%) contrast(90%); } }
  .client-reviews .client-reviews-container {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 0 2rem; }
    .client-reviews .client-reviews-container .review-content p {
      color: #000; }

.contact-box {
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column; }
  @media (min-width: 800px) {
    .contact-box {
      flex-direction: row; } }
  .contact-box .contact-form {
    width: 100%; }
    @media (min-width: 800px) {
      .contact-box .contact-form {
        width: calc((100% - 2rem) / 0.3);
        margin: 0 2rem 0 0; } }
    .contact-box .contact-form:nth-child(4) {
      margin: 2rem 0 0 0; }
    .contact-box .contact-form p {
      margin: 0 0 1rem 0; }
      .contact-box .contact-form p a {
        font-size: 1rem; }
        .contact-box .contact-form p a:hover, .contact-box .contact-form p a:focus {
          color: #d09a5d; }
    .contact-box .contact-form .gfield_consent_label a {
      color: #678b61;
      text-decoration: none; }
      .contact-box .contact-form .gfield_consent_label a:focus, .contact-box .contact-form .gfield_consent_label a:hover {
        color: #678b61; }
    .contact-box .contact-form .gform_required_legend {
      display: none; }
    .contact-box .contact-form #gform_submit_button_1 {
      color: #000;
      padding: 0.5rem 2rem;
      text-transform: uppercase;
      background: linear-gradient(0.25turn, #d09a5d, #fbf0c0);
      background-size: 150% 100%;
      transition: 0.3s;
      border: 0;
      cursor: pointer; }
      .contact-box .contact-form #gform_submit_button_1:hover, .contact-box .contact-form #gform_submit_button_1:focus {
        background-position: 100% 0; }
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="color"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="date"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="datetime-local"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="datetime"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="email"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="month"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="number"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="password"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="search"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="tel"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="text"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="time"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="url"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="week"],
    .contact-box .contact-form .gform_wrapper.gravity-theme select,
    .contact-box .contact-form .gform_wrapper.gravity-theme textarea {
      background: #f5f3f2;
      opacity: 0.5;
      border: 1px solid #000; }
  .contact-box .contact-details {
    width: 100%;
    border: 2px solid #678b61;
    position: sticky;
    top: 1rem;
    overflow: hidden;
    padding: 2rem; }
    @media (min-width: 800px) {
      .contact-box .contact-details {
        width: calc((100% - 2rem) / 0.7);
        height: 350px; } }
    .contact-box .contact-details h2:nth-of-type(2) {
      margin: 2rem 0 0 0; }
    .contact-box .contact-details .gold-leaf {
      background-image: url("/wp-content/uploads/2022/12/gold-leaf.png");
      width: 150px;
      height: 150px;
      transform: rotate(45deg);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      bottom: -50px;
      right: -25px;
      transition: 0.3s; }

.error {
  width: 100%;
  background-image: url("/wp-content/uploads/2022/10/hero-image.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .error .overlay {
    width: 100%;
    height: 70vh;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center; }
  .error .content {
    text-align: center; }
    .error .content h1 {
      color: #fff;
      font-size: 3.5em; }
    .error .content h2 {
      color: #fff;
      font-size: 1.5rem;
      margin: 0.5rem 0 0 0; }
    .error .content p {
      color: #fff;
      margin: 1rem 0 2rem 0; }

.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; }

.btn-wrap .btn {
  color: #000;
  padding: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(0.25turn, #d09a5d, #fbf0c0);
  background-size: 150% 100%;
  transition: 0.3s; }
  .btn-wrap .btn:hover, .btn-wrap .btn:focus {
    background-position: 100% 0; }

.footer-wrap {
  background: #f5f3f2; }
  .footer-wrap .footer {
    margin: 0 auto;
    max-width: 87.5rem;
    padding: 4rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 800px) {
      .footer-wrap .footer {
        flex-direction: row;
        justify-content: space-between; } }
    .footer-wrap .footer .footer-left {
      margin: 0 0 2rem 0;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 800px) {
        .footer-wrap .footer .footer-left {
          margin: 0; } }
      .footer-wrap .footer .footer-left .logo a {
        display: flex; }
      .footer-wrap .footer .footer-left .logo img {
        max-width: 12rem;
        height: auto; }
      .footer-wrap .footer .footer-left .socials {
        margin: 1rem 0 0 0; }
        .footer-wrap .footer .footer-left .socials a {
          margin: 0 0.5rem 0 0; }
          .footer-wrap .footer .footer-left .socials a .iconify {
            width: 40px;
            height: 40px;
            color: #d09a5d;
            transition: 0.3s; }
            .footer-wrap .footer .footer-left .socials a .iconify:hover, .footer-wrap .footer .footer-left .socials a .iconify:focus {
              color: #678b61; }
          .footer-wrap .footer .footer-left .socials a:last-child {
            margin: 0; }
    .footer-wrap .footer .mid-left {
      margin: 0 0 2rem 0; }
      @media (min-width: 800px) {
        .footer-wrap .footer .mid-left {
          margin: 0; } }
      .footer-wrap .footer .mid-left h2 {
        font-size: 1.4rem;
        text-align: center; }
        @media (min-width: 800px) {
          .footer-wrap .footer .mid-left h2 {
            text-align: left; } }
      .footer-wrap .footer .mid-left p {
        text-align: center; }
        @media (min-width: 800px) {
          .footer-wrap .footer .mid-left p {
            text-align: left; } }
    .footer-wrap .footer .mid-right {
      margin: 0 0 2rem 0; }
      @media (min-width: 800px) {
        .footer-wrap .footer .mid-right {
          margin: 0; } }
      .footer-wrap .footer .mid-right h2 {
        font-size: 1.4rem;
        text-align: center; }
        @media (min-width: 800px) {
          .footer-wrap .footer .mid-right h2 {
            text-align: left; } }
      .footer-wrap .footer .mid-right p {
        text-align: center; }
        @media (min-width: 800px) {
          .footer-wrap .footer .mid-right p {
            text-align: left; } }
    .footer-wrap .footer .footer-right h2 {
      font-size: 1.4rem;
      text-align: center; }
      @media (min-width: 800px) {
        .footer-wrap .footer .footer-right h2 {
          text-align: left; } }
    .footer-wrap .footer .footer-right p {
      text-align: center; }
      @media (min-width: 800px) {
        .footer-wrap .footer .footer-right p {
          text-align: left; } }
  .footer-wrap .copyright {
    margin: 0 auto;
    max-width: 87.5rem;
    padding: 2rem 2rem 1rem 2rem;
    text-align: center; }
    .footer-wrap .copyright p {
      margin: 0; }

.home.active {
  height: 100%;
  overflow: hidden; }

.page-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  display: none; }
  .page-overlay.active {
    display: block;
    cursor: pointer; }

.site-header {
  background-image: url("/wp-content/uploads/2022/11/paper-header.png");
  display: flex;
  flex-wrap: wrap; }
  .site-header .container {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem; }
    @media (min-width: 800px) {
      .site-header .container {
        justify-content: center; } }
  .site-header .mobile-logo {
    display: block; }
    @media (min-width: 800px) {
      .site-header .mobile-logo {
        display: none; } }
    .site-header .mobile-logo img {
      max-width: 8rem;
      height: auto; }
    .site-header .mobile-logo a {
      display: flex; }
  .site-header #mobile-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 0;
    background: none;
    cursor: pointer;
    -webkit-appearance: none; }
    .site-header #mobile-button .iconify {
      color: #678b61;
      width: 25px;
      height: 25px;
      transition: 0.3s; }
      .site-header #mobile-button .iconify:hover, .site-header #mobile-button .iconify:focus {
        color: #d09a5d; }
    @media (min-width: 800px) {
      .site-header #mobile-button {
        display: none; } }
  .site-header #close-button {
    position: absolute;
    top: 50px;
    right: 1.5rem;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    transform: rotate(45deg); }
    .site-header #close-button .iconify {
      color: #fff;
      width: 40px;
      height: 40px;
      transition: 0.3s; }
      .site-header #close-button .iconify:focus, .site-header #close-button .iconify:hover {
        color: #d09a5d; }

#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background: #678b61;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 1rem;
  margin: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 5px solid #d09a5d;
  z-index: 100; }
  #mobile-menu.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.3s; }
  #mobile-menu .menu-main-menu-container {
    width: 100%; }
  #mobile-menu .menu {
    text-align: center; }
    #mobile-menu .menu li a {
      color: #fff;
      display: block;
      padding: 0.5rem 0;
      transition: 0.3s; }
      #mobile-menu .menu li a:focus, #mobile-menu .menu li a:hover {
        color: #d09a5d; }
  #mobile-menu .sub-menu {
    list-style-type: none;
    padding: 0;
    border-top: 1px solid #678b61;
    border-bottom: 1px solid #678b61;
    display: none; }
    #mobile-menu .sub-menu.active {
      display: block; }
  #mobile-menu .socials a {
    margin: 0 1rem 0 0; }
    #mobile-menu .socials a .iconify {
      width: 40px;
      height: 40px;
      color: #fff;
      transition: 0.3s; }
      #mobile-menu .socials a .iconify:hover, #mobile-menu .socials a .iconify:focus {
        color: #d09a5d; }
    #mobile-menu .socials a:last-child {
      margin: 0; }
  #mobile-menu .underline {
    margin: 1rem 0 0 0;
    width: 155px;
    filter: invert(1); }

#main-menu {
  display: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 800px) {
    #main-menu {
      display: flex;
      justify-content: center;
      align-items: center; } }
  #main-menu .desktop-logo {
    display: none; }
    @media (min-width: 800px) {
      #main-menu .desktop-logo {
        display: block; } }
    #main-menu .desktop-logo img {
      max-width: 12rem;
      height: auto; }
    #main-menu .desktop-logo a {
      display: flex; }
  #main-menu .menu {
    position: relative; }
  #main-menu .menu li {
    position: relative; }
  #main-menu .menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s; }
  #main-menu .menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible; }
  #main-menu .sub-menu {
    position: absolute;
    top: 35px;
    right: 0;
    padding-left: 0;
    max-width: 300px;
    min-width: 150px;
    background: #678b61; }
    #main-menu .sub-menu a {
      display: block;
      padding: 0.5rem; }

.menu {
  list-style-type: none;
  padding-left: 0; }
  .menu li {
    padding: 0.5rem 0; }
    @media (min-width: 800px) {
      .menu li {
        display: inline;
        padding: 0.5rem 1rem; } }
  .menu a {
    color: #678b61;
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.3s; }
    .menu a:hover, .menu a:focus {
      color: #d09a5d; }

.page-header {
  width: 100%;
  height: 300px;
  position: relative; }
  .page-header .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-header .overlay h1 {
      padding: 2rem 0 0 0;
      margin: 0;
      color: #fff;
      font-size: 2rem;
      text-transform: uppercase; }
      .page-header .overlay h1 .header-underline {
        width: 150px;
        filter: invert(1);
        padding: 0 0 1rem 0; }
      @media (min-width: 800px) {
        .page-header .overlay h1 {
          font-size: 3rem; } }
  .page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slides {
  max-height: 600px;
  overflow: hidden;
  margin: 0 auto;
  border: 0 !important; }

.slide-img {
  width: 100%;
  height: 400px;
  position: relative; }
  @media (min-width: 800px) {
    .slide-img {
      height: 600px; } }
  .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .slide-img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: flex-end; }
  .slide-img .container {
    width: 100%;
    max-width: 1400px;
    margin: 1rem auto;
    padding: 1rem;
    color: #fff;
    text-align: center; }
    @media (min-width: 800px) {
      .slide-img .container {
        padding: 2rem; } }
    .slide-img .container h2 {
      color: #fff;
      padding: 0 0 2rem; }

.slick-prev,
.slick-next {
  position: absolute;
  display: inline-block;
  z-index: 1;
  -webkit-appearance: none;
  background: none;
  color: #fff;
  font-size: 2rem;
  bottom: 5px;
  border: 0;
  width: 40px;
  cursor: pointer;
  transition: 0.3s; }
  @media (min-width: 800px) {
    .slick-prev,
    .slick-next {
      font-size: 2.5rem; } }
  .slick-prev:hover,
  .slick-next:hover {
    color: #d09a5d; }

.slick-prev {
  right: 30px; }
  @media (min-width: 800px) {
    .slick-prev {
      right: 40px; } }

.slick-next {
  right: 0; }
  @media (min-width: 800px) {
    .slick-next {
      right: 5px; } }

html {
  box-sizing: border-box;
  animation: fadein 2s; }

* {
  box-sizing: inherit; }

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: miller-banner, serif;
  font-weight: 400;
  font-style: normal; }

.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; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* 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;   */
.main-content {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 2rem; }
  .main-content h2 {
    padding: 0 0 1rem 0; }

.wp-block-gallery.has-nested-images figure.wp-block-image {
  width: 100%;
  margin: 0; }
  @media (min-width: 800px) {
    .wp-block-gallery.has-nested-images figure.wp-block-image {
      width: 50%; } }

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