/*
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,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: "playfair-display", serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

p {
  font-size: 1.1rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
}

a {
  font-size: 1.1rem;
  color: #000;
  text-decoration-color: transparent;
  transition: 0.3s;
}
a:hover, a:focus {
  color: #000;
}

ul {
  padding: 0 0 0 1.5rem;
}

li {
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
}

.wp-block-media-text {
  margin: 0 0 4rem 0;
}
.wp-block-media-text:last-child {
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 2rem 0 0 0;
  padding: 0;
}
@media (min-width: 888px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 4rem 0 4rem 1rem;
    margin: 0;
  }
}
.wp-block-media-text .wp-block-media-text__content p:last-of-type {
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
@media (min-width: 888px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin: 0 2rem 0 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 888px) {
  .wp-block-media-text .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (min-width: 888px) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding: 4rem 1rem 4rem 0;
  }
}
.has-media-on-the-right .wp-block-media-text__content p:last-of-type {
  margin: 0;
}
.has-media-on-the-right .wp-block-media-text__media {
  position: relative;
}
@media (min-width: 888px) {
  .has-media-on-the-right .wp-block-media-text__media {
    margin: 0 0 0 2rem;
  }
}
.has-media-on-the-right .wp-block-media-text__media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 888px) {
  .has-media-on-the-right .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (max-width: 888px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 888px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-columns {
  gap: 0;
  margin: 0;
}
@media (min-width: 888px) {
  .wp-block-columns {
    gap: 2rem;
  }
}
.wp-block-columns .wp-block-column ul {
  margin: 0;
}
@media (min-width: 888px) {
  .wp-block-columns .wp-block-column ul {
    margin: 1rem 0;
  }
}

.alert-banner {
  background: #B78512;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 0.5rem 2rem;
}
.alert-banner p {
  margin: 0;
  font-family: "playfair-display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
}

.introduction-wrap {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.3s;
}
@media (min-width: 888px) {
  .introduction-wrap {
    padding: 4rem 2rem;
  }
}
.introduction-wrap .introduction {
  max-width: 80%;
  margin: 0 auto;
}
.services-wrap {
  background: #F6F6F6;
  padding: 2rem 0 0 0;
}
@media (min-width: 888px) {
  .services-wrap {
    padding: 4rem 0 0 0;
  }
}
.services-wrap .services {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 0 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.5s;
}
@media (min-width: 888px) {
  .services-wrap .services {
    padding: 4rem 2rem;
  }
}
@media (min-width: 888px) {
  .services-wrap .services {
    padding: 0 2rem;
  }
}
.services-wrap .services p {
  margin: 0;
}
.services-wrap .services-grid {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.5s;
}
@media (min-width: 888px) {
  .services-wrap .services-grid {
    padding: 4rem 2rem;
  }
}
@media (min-width: 888px) {
  .services-wrap .services-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 2rem 2rem 4rem 2rem;
  }
}
.services-wrap .services-grid .services-box {
  display: block;
  height: 300px;
  position: relative;
}
.services-wrap .services-grid .services-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}
.services-wrap .services-grid .services-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.services-wrap .services-grid .services-box .overlay h3 {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  transition: 0.3s;
}
.services-wrap .services-grid .services-box:hover .overlay h3, .services-wrap .services-grid .services-box:focus .overlay h3 {
  transition: 0.3s;
  transform: translateY(-7rem);
}

.usp-wrap {
  background: linear-gradient(41deg, rgb(15, 10, 1) 50%, rgb(183, 133, 18) 50%);
  padding: 1rem 0;
  margin: 2rem 0 0 0;
}
@media (min-width: 888px) {
  .usp-wrap {
    margin: 4rem 0 0 0;
  }
}
.usp-wrap .usp-inner-wrap {
  width: 100%;
  background: #fff;
}
.usp-wrap .usp-inner-wrap .usp-bar {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 1rem 0;
}
@media (min-width: 888px) {
  .usp-wrap .usp-inner-wrap .usp-bar {
    padding: 4rem 2rem;
  }
}
.usp-wrap .usp-inner-wrap .usp-bar .usp-box {
  width: 30%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.usp-wrap .usp-inner-wrap .usp-bar .usp-box .heading {
  margin: 0;
  font-weight: 700;
}
.usp-wrap .usp-inner-wrap .usp-bar .usp-box p {
  font-family: "playfair-display", serif;
}
.usp-wrap .usp-inner-wrap .usp-bar .usp-box .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #0F0A01;
  border: 2px solid #B78512;
  margin: 0 0 1rem 0;
}
.usp-wrap .usp-inner-wrap .usp-bar .usp-box .icon-circle .iconify {
  color: #fff;
  font-size: 2rem;
}

.recent-projects-wrap {
  margin: 2rem 0 0 0;
}
.recent-projects-wrap .recent-projects {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 0 2rem;
}
@media (min-width: 888px) {
  .recent-projects-wrap .recent-projects {
    padding: 4rem 2rem;
  }
}
@media (min-width: 888px) {
  .recent-projects-wrap .recent-projects {
    padding: 0 2rem;
  }
}
.recent-projects-wrap .recent-projects p {
  margin: 0;
}
.recent-projects-wrap .recent-projects-grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0 0 0;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
}
@media (min-width: 888px) {
  .recent-projects-wrap .recent-projects-grid {
    padding: 4rem 2rem;
  }
}
@media (min-width: 576px) {
  .recent-projects-wrap .recent-projects-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
@media (min-width: 888px) {
  .recent-projects-wrap .recent-projects-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.recent-projects-wrap .recent-projects-grid .recent-projects-box {
  display: block;
  height: 300px;
  position: relative;
}
@media (min-width: 576px) {
  .recent-projects-wrap .recent-projects-grid .recent-projects-box {
    height: 450px;
  }
}
.recent-projects-wrap .recent-projects-grid .recent-projects-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-projects-wrap .recent-projects-grid .recent-projects-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.recent-projects-wrap .recent-projects-grid .recent-projects-box:nth-child(3) {
  display: none;
}
@media (min-width: 888px) {
  .recent-projects-wrap .recent-projects-grid .recent-projects-box:nth-child(3) {
    display: block;
  }
}
.recent-projects-wrap .recent-projects-grid .recent-projects-box:nth-child(4) {
  display: none;
}
@media (min-width: 888px) {
  .recent-projects-wrap .recent-projects-grid .recent-projects-box:nth-child(4) {
    display: block;
  }
}

.testimonial {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 2rem 2rem 4rem 2rem;
  position: relative;
}
@media (min-width: 888px) {
  .testimonial {
    padding: 4rem 2rem;
  }
}
@media (min-width: 888px) {
  .testimonial {
    padding: 4rem 2rem;
  }
}
.testimonial h2 {
  text-align: center;
}
.testimonial p {
  text-align: center;
  margin: 0;
}
.testimonial .slick-track {
  padding: 2rem 0;
}
.testimonial .slick-slide {
  margin: 0 2rem;
}
.testimonial .testimonial-slider .testimonial-card {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: #F6F6F6;
}
.testimonial .testimonial-slider .testimonial-card .iconify {
  font-size: 3rem;
  margin: 0 0 1rem 0;
  color: #0F0A01;
}
.testimonial .arrows-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 888px) {
  .testimonial .arrows-container {
    bottom: 2rem;
  }
}
.testimonial .slick-prev,
.testimonial .slick-next {
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #000;
  cursor: pointer;
}
.testimonial .slick-prev .iconify,
.testimonial .slick-next .iconify {
  font-size: inherit;
}
.testimonial .slick-prev {
  margin-right: 5px;
}
.testimonial .slick-next {
  margin-left: 5px;
}

.contact-wrap {
  background: #0F0A01;
  border-bottom: 5px solid #fff;
}
@media (min-width: 888px) {
  .contact-wrap {
    position: relative;
  }
}
.contact-wrap .contact-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 0;
}
@media (min-width: 888px) {
  .contact-wrap .contact-box {
    padding: 4rem 2rem;
  }
}
@media (min-width: 888px) {
  .contact-wrap .contact-box {
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
  }
}
.contact-wrap .contact-box .contact-content {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 888px) {
  .contact-wrap .contact-box .contact-content {
    padding: 6rem 3rem;
    width: 50%;
  }
}
.contact-wrap .contact-box .contact-content h2 {
  color: #fff;
}
.contact-wrap .contact-box .contact-content p {
  color: #fff;
}

.contact-image {
  width: 100%;
  height: 300px;
}
@media (min-width: 888px) {
  .contact-image {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accreditation-container {
  width: 100%;
}
.accreditation-container .accreditation {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 0 2rem 2rem 2rem;
}
@media (min-width: 888px) {
  .accreditation-container .accreditation {
    padding: 4rem 2rem;
  }
}
@media (min-width: 888px) {
  .accreditation-container .accreditation {
    padding: 0 2rem 2rem 2rem;
  }
}
.accreditation-container .accreditation .accreditation-img img {
  margin: 0 auto;
  height: 100px;
}

.page-layout .gform_wrapper {
  margin: 4rem 0 0 0;
}
.page-layout .gform_required_legend {
  display: none;
}
.page-layout .gform_wrapper.gravity-theme input[type=color],
.page-layout .gform_wrapper.gravity-theme input[type=date],
.page-layout .gform_wrapper.gravity-theme input[type=datetime-local],
.page-layout .gform_wrapper.gravity-theme input[type=datetime],
.page-layout .gform_wrapper.gravity-theme input[type=email],
.page-layout .gform_wrapper.gravity-theme input[type=month],
.page-layout .gform_wrapper.gravity-theme input[type=number],
.page-layout .gform_wrapper.gravity-theme input[type=password],
.page-layout .gform_wrapper.gravity-theme input[type=search],
.page-layout .gform_wrapper.gravity-theme input[type=tel],
.page-layout .gform_wrapper.gravity-theme input[type=text],
.page-layout .gform_wrapper.gravity-theme input[type=time],
.page-layout .gform_wrapper.gravity-theme input[type=url],
.page-layout .gform_wrapper.gravity-theme input[type=week],
.page-layout .gform_wrapper.gravity-theme select,
.page-layout .gform_wrapper.gravity-theme textarea {
  background: #f8f8f8;
  border: 1px solid #dadada;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
  margin-bottom: 8px;
}

.google-wrap {
  height: 300px;
}

.error {
  width: 100%;
  background-image: url("http://mundell-landscapes.local/wp-content/uploads/2024/01/ml-header.jpg");
  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;
}
.error .content h2 {
  color: #fff;
}
.error .content p {
  color: #fff;
}

.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, .wp-block-button__link, #gform_submit_button_1 {
  position: relative;
  display: inline-flex;
  color: #0F0A01 !important;
  padding: 1rem;
  margin: 1rem 0 0 0;
  text-transform: uppercase;
  background: #B78512;
  transition: 0.3s;
  font-weight: 700;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #0F0A01;
  border: 1px solid #0F0A01;
}
.btn:before, .wp-block-button__link:before, #gform_submit_button_1:before {
  display: none;
}
.btn:hover, .btn:focus, .wp-block-button__link:hover, .wp-block-button__link:focus, #gform_submit_button_1:hover, #gform_submit_button_1:focus {
  color: #fff !important;
  background: #0F0A01;
  box-shadow: 0 0 0 #B78512;
  border: 1px solid #B78512;
}

.footer {
  width: 100%;
  background: #0F0A01;
}
.footer .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
@media (min-width: 888px) {
  .footer .container {
    padding: 4rem 2rem;
  }
}
.footer .container .contact-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 2;
  padding: 0 0 2rem 0;
}
@media (min-width: 888px) {
  .footer .container .contact-details {
    display: block;
    width: 35%;
    padding: 0 2rem 0 0;
  }
}
.footer .container .contact-details h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.footer .container .contact-details p,
.footer .container .contact-details a {
  color: #fff;
  word-break: break-all;
}
.footer .container .contact-details p .iconify,
.footer .container .contact-details a .iconify {
  display: none;
}
@media (min-width: 888px) {
  .footer .container .contact-details p .iconify,
  .footer .container .contact-details a .iconify {
    display: inline-block;
    margin: 0 0.5rem -0.2rem 0;
  }
}
.footer .container .contact-details a {
  position: relative;
}
.footer .container .contact-details a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B78512;
  transition: width 0.3s ease;
}
.footer .container .contact-details a:hover {
  color: #B78512;
}
.footer .container .contact-details a:hover::before {
  width: 100%;
}
.footer .container .contact-details .address {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.footer .container .contact-details .address .iconify {
  display: none;
}
@media (min-width: 888px) {
  .footer .container .contact-details .address .iconify {
    display: block;
    margin: 0 0.5rem 0 0;
    color: #fff;
  }
}
.footer .container .contact-details .address p {
  text-align: center;
}
@media (min-width: 888px) {
  .footer .container .contact-details .address p {
    text-align: left;
    margin: -0.4rem 0 0 0;
  }
}
.footer .container .service-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 3;
  padding: 0 0 2rem 0;
}
@media (min-width: 888px) {
  .footer .container .service-details {
    width: 30%;
    align-items: flex-start;
    padding: 0 2rem 0 0;
    order: 2;
  }
}
.footer .container .service-details h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.footer .container .service-details a {
  display: inline-block;
  color: #fff;
  position: relative;
  margin: 0 0 1rem 0;
}
.footer .container .service-details a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B78512;
  transition: width 0.3s ease;
}
.footer .container .service-details a:hover {
  color: #B78512;
}
.footer .container .service-details a:hover::before {
  width: 100%;
}
.footer .container .social-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 4;
  padding: 0 0 2rem 0;
}
@media (min-width: 888px) {
  .footer .container .social-details {
    width: 20%;
    align-items: flex-start;
    padding: 0 2rem 0 0;
    order: 3;
  }
}
.footer .container .social-details h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.footer .container .social-details .social-wrap {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.footer .container .social-details .social-wrap a .iconify {
  color: #fff;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.footer .container .social-details .social-wrap a:hover, .footer .container .social-details .social-wrap a:focus {
  transform: translateY(-0.2rem);
}
.footer .container .logo {
  width: 100%;
  padding: 0 0 2rem 0;
  text-align: center;
}
@media (min-width: 888px) {
  .footer .container .logo {
    width: 15%;
    text-align: right;
    padding: 0;
    order: 4;
  }
}
.footer .container .logo img {
  max-width: 8rem;
  height: auto;
}

.bottom-footer {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 0 2rem 1rem 2rem;
}
@media (min-width: 888px) {
  .bottom-footer {
    padding: 4rem 2rem;
  }
}
@media (min-width: 888px) {
  .bottom-footer {
    padding: 0 2rem 1rem 2rem;
  }
}
.bottom-footer .bottom-container {
  border-top: 1px solid #B78512;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 0 0;
}
@media (min-width: 888px) {
  .bottom-footer .bottom-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: unset;
  }
}
.bottom-footer .bottom-container .policies {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 888px) {
  .bottom-footer .bottom-container .policies {
    margin: 0;
  }
}
.bottom-footer .bottom-container .policies p,
.bottom-footer .bottom-container .policies a {
  color: #fff;
  margin: 0;
  font-size: 0.8rem;
}
.bottom-footer .bottom-container .policies a {
  position: relative;
}
.bottom-footer .bottom-container .policies a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B78512;
  transition: width 0.3s ease;
}
.bottom-footer .bottom-container .policies a:hover {
  color: #B78512;
}
.bottom-footer .bottom-container .policies a:hover::before {
  width: 100%;
}
.bottom-footer .bottom-container .copyright p,
.bottom-footer .bottom-container .copyright a {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
}
@media (min-width: 888px) {
  .bottom-footer .bottom-container .copyright p,
  .bottom-footer .bottom-container .copyright a {
    text-align: left;
  }
}
.bottom-footer .bottom-container .copyright a {
  position: relative;
}
.bottom-footer .bottom-container .copyright a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B78512;
  transition: width 0.3s ease;
}
.bottom-footer .bottom-container .copyright a:hover {
  color: #B78512;
}
.bottom-footer .bottom-container .copyright a:hover::before {
  width: 100%;
}

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

.site-header {
  background: #fff;
}
.site-header .top-container-wrap {
  display: none;
}
@media (min-width: 888px) {
  .site-header .top-container-wrap {
    display: block;
    width: 100%;
    background: #0F0A01;
  }
}
@media (min-width: 1400px) {
  .site-header .top-container-wrap {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, rgb(15, 10, 1) 80%, rgb(183, 133, 18) 20%);
  }
}
@media (min-width: 2348px) {
  .site-header .top-container-wrap {
    background: linear-gradient(90deg, rgb(15, 10, 1) 70%, rgb(183, 133, 18) 30%);
  }
}
.site-header .top-container-wrap .top-container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 888px) {
  .site-header .top-container-wrap .top-container {
    padding: 4rem 2rem;
  }
}
@media (min-width: 888px) {
  .site-header .top-container-wrap .top-container {
    padding: 0;
  }
}
.site-header .top-container-wrap .top-container .contact-details {
  background: #B78512;
  padding: 0.5rem 2rem 0.5rem 5rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .top-container-wrap .top-container .contact-details .iconify {
  color: #0F0A01;
  width: 20px;
  height: 20px;
  margin: 0 0.25rem 0 0;
}
.site-header .top-container-wrap .top-container .contact-details a {
  margin: 0 0.5rem 0 0;
  position: relative;
}
.site-header .top-container-wrap .top-container .contact-details a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0F0A01;
  transition: width 0.3s ease;
}
.site-header .top-container-wrap .top-container .contact-details a:hover {
  color: #0F0A01;
}
.site-header .top-container-wrap .top-container .contact-details a:hover::before {
  width: 100%;
}
.site-header .top-container-wrap .top-container .contact-details a:last-child {
  margin: 0;
}
.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;
}
.site-header .logo img {
  max-width: 6rem;
  height: auto;
}
.site-header .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: #000;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #mobile-button .iconify:hover, .site-header #mobile-button .iconify:focus {
  color: #B78512;
}
@media (min-width: 888px) {
  .site-header #mobile-button {
    display: none;
  }
}
.site-header #close-button {
  position: absolute;
  top: 50px;
  right: 1rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.site-header #close-button .iconify {
  color: #000;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #close-button .iconify:hover, .site-header #close-button .iconify:focus {
  color: #B78512;
}
.site-header #back-button {
  display: none;
  position: absolute;
  top: 40px;
  right: 0.5rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 10000;
  transition: 0.3s;
  color: #000;
}
.site-header #back-button.active {
  display: block;
}
@media (min-width: 888px) {
  .site-header #back-button.active {
    display: none;
  }
}
.site-header #back-button .iconify {
  width: 40px;
  height: 40px;
  transition: 0.3s;
  color: #000;
}
.site-header #back-button .iconify:focus, .site-header #back-button .iconify:hover {
  color: #B78512;
}

#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow-Y: scroll;
  padding: 1rem;
  margin: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
#mobile-menu .menu-primary-container {
  width: 100%;
}
#mobile-menu .menu {
  text-align: center;
  margin: 20px 0;
}
#mobile-menu .menu li a {
  display: inline-block;
  margin: 0.5rem 0;
}
#mobile-menu .sub-menu {
  list-style-type: none;
  padding: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
@media (min-width: 888px) {
  #mobile-menu .sub-menu {
    padding: 2rem 0 0;
  }
}
#mobile-menu .sub-menu.active {
  opacity: 1;
  visibility: visible;
}
#mobile-menu .sub-menu li {
  padding: 0.5rem 0;
}
@media (min-width: 888px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
#mobile-menu .contact-details .icon .iconify {
  margin: 0 0.2rem 0 0;
}
#mobile-menu .contact-details .icon a {
  position: relative;
  font-size: 1rem;
}
#mobile-menu .contact-details .icon a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B78512;
  transition: width 0.3s ease;
}
#mobile-menu .contact-details .icon a:hover {
  color: #B78512;
}
#mobile-menu .contact-details .icon a:hover::before {
  width: 100%;
}

#main-menu {
  display: none;
}
@media (min-width: 888px) {
  #main-menu {
    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;
  left: -2rem;
  padding-left: 0;
  max-width: 500px;
  min-width: 225px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 200;
}
#main-menu .sub-menu li {
  display: inline-block;
  width: 100%;
  transition: 0.3s;
}
#main-menu .sub-menu li a {
  display: inline-block;
  padding: 0.5rem 0 0 0;
}

.menu {
  list-style-type: none;
  padding-left: 0;
}
.menu li {
  padding: 0.5rem 0;
}
@media (min-width: 888px) {
  .menu li {
    display: inline;
    padding: 0.5rem 1rem;
  }
}
.menu a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
.menu a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B78512;
  transition: width 0.3s ease;
}
.menu a:hover {
  color: #B78512;
}
.menu a:hover::before {
  width: 100%;
}
.menu a:hover {
  color: #B78512;
}

.page-header {
  width: 100%;
  height: 250px;
  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;
  padding: 1rem;
  text-align: center;
}
.page-header .overlay h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards;
}
.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slides {
  max-height: 400px;
  overflow: hidden;
  margin: 0 auto;
}

.slide-img {
  width: 100%;
  height: 400px;
  position: relative;
}
.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}
.slide-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slide-img .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards;
}
.slide-img .container h1 {
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.slide-img .container p {
  color: #fff;
  width: 100%;
}
@media (min-width: 888px) {
  .slide-img .container p {
    width: 60%;
  }
}
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  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;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-layout {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
.page-layout a {
  color: #B78512;
  position: relative;
}
.page-layout a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B78512;
  transition: width 0.3s ease;
}
.page-layout a:hover {
  color: #B78512;
}
.page-layout a:hover::before {
  width: 100%;
}/*# sourceMappingURL=style.css.map */