/*
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: "source-sans-pro", sans-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: 1rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 1.5rem;
}

a {
  font-size: 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: 1rem;
  padding: 0;
  margin: 0;
}

.wp-block-media-text {
  margin: 0 0 4rem 0;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 2rem 0 0 0;
  padding: 0;
}
@media (min-width: 800px) {
  .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: 800px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin: 0 2rem 0 0;
  }
}
.wp-block-media-text .wp-block-media-text__media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid #8FBF21;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (min-width: 800px) {
  .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: 800px) {
  .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:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #8FBF21;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1;
  }
}
.has-media-on-the-right .wp-block-media-text__media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (max-width: 800px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 800px) {
  .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: 800px) {
  .wp-block-columns {
    gap: 2rem;
  }
}
.wp-block-columns .wp-block-column ul {
  margin: 0;
}
@media (min-width: 800px) {
  .wp-block-columns .wp-block-column ul {
    margin: 1rem 0;
  }
}

.introduction {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 2rem 5rem 2rem;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 800px) {
  .introduction {
    flex-direction: row;
    align-items: center;
  }
}
.introduction .introduction-box {
  width: 100%;
  border-left: 5px solid #8FBF21;
  padding-left: 1rem;
}
@media (min-width: 800px) {
  .introduction .introduction-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin: 0 2rem 0 0;
  }
}
.introduction .introduction-box h2 {
  margin: 0;
}
.introduction .introduction-box .sub-heading {
  font-size: 1.5rem;
}
.introduction .introduction-image {
  margin: 2rem 0 0 0;
  width: 100%;
  display: flex;
  position: relative;
  height: 250px;
  margin: 0 0 2rem 0;
}
@media (min-width: 576px) {
  .introduction .introduction-image {
    display: none;
  }
}
@media (min-width: 800px) {
  .introduction .introduction-image {
    display: flex;
    height: 400px;
    margin: 0;
  }
  .introduction .introduction-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #8FBF21;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1;
  }
}
.introduction .introduction-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 800px) {
  .introduction .introduction-image {
    width: 50%;
    margin: 0;
  }
}

.services-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 2000px;
  margin: 0 auto;
  gap: 1rem;
}
@media (min-width: 800px) {
  .services-wrap {
    display: flex;
    flex-direction: row;
    gap: 0;
    border-bottom: 4px solid #8FBF21;
  }
}
.services-wrap .service {
  width: 100%;
  height: 400px;
  position: relative;
  border-bottom: 4px solid #8FBF21;
}
@media (min-width: 800px) {
  .services-wrap .service {
    width: 50%;
    border-bottom: none;
  }
}
.services-wrap .service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-wrap .service .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  transition: 0.3s;
  padding: 2rem;
}
.services-wrap .service .overlay h2 {
  color: #fff;
  margin: 0;
}
.services-wrap .service:hover .overlay, .services-wrap .service:focus .overlay {
  background: rgba(143, 191, 33, 0.2);
}

.process-wrap {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.process-wrap .process-intro {
  text-align: center;
}
.process-wrap .process-grid {
  display: grid;
  gap: 2rem;
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 800px) {
  .process-wrap .process-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.process-wrap .process-grid .process {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .process-wrap .process-grid .process {
    flex-direction: column;
  }
}
.process-wrap .process-grid .process:last-child h2::before {
  display: none;
}
.process-wrap .process-grid .process h2 {
  margin: 0 2rem 0 0;
  padding: 1rem 2rem 1rem 2rem;
  background: #fff;
  border: 4px solid #8FBF21;
  position: relative;
}
@media (min-width: 800px) {
  .process-wrap .process-grid .process h2 {
    margin: 0 0 2rem 0;
  }
}
.process-wrap .process-grid .process h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background: #8FBF21;
  top: 4rem;
  left: 40px;
  z-index: -1;
}
@media (min-width: 800px) {
  .process-wrap .process-grid .process h2::before {
    width: 200px;
    height: 4px;
    top: 2.5rem;
    right: 0;
  }
}
@media (min-width: 1000px) {
  .process-wrap .process-grid .process h2::before {
    width: 300px;
    height: 4px;
    top: 2.5rem;
    right: 0;
  }
}
.process-wrap .process-grid .process p {
  margin: 0;
}
@media (min-width: 800px) {
  .process-wrap .process-grid .process p {
    text-align: center;
  }
}

.recent-projects-wrap {
  background: #F0F0F0;
}
.recent-projects-wrap .recent-projects {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.recent-projects-wrap .recent-projects .recent-projects-intro {
  text-align: center;
}
.recent-projects-wrap .recent-projects .recent-projects-grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 800px) {
  .recent-projects-wrap .recent-projects .recent-projects-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 2rem;
  }
}
.recent-projects-wrap .recent-projects .recent-projects-grid .recent-projects-box {
  border: 4px solid #fff;
  position: relative;
  height: 400px;
}
@media (min-width: 800px) {
  .recent-projects-wrap .recent-projects .recent-projects-grid .recent-projects-box:first-of-type {
    margin: 4rem 0 0 0;
  }
}
.recent-projects-wrap .recent-projects .recent-projects-grid .recent-projects-box:last-of-type {
  display: none;
}
@media (min-width: 800px) {
  .recent-projects-wrap .recent-projects .recent-projects-grid .recent-projects-box:last-of-type {
    display: block;
    margin: 4rem 0 0 0;
  }
}
.recent-projects-wrap .recent-projects .recent-projects-grid .recent-projects-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.2);
}
.recent-projects-wrap .recent-projects .projects-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recent-projects-wrap .recent-projects .projects-links .btn {
  margin: 2rem 0 0 0;
}
@media (min-width: 800px) {
  .recent-projects-wrap .recent-projects .projects-links .btn {
    margin: -2rem 0 0 0;
  }
}

.review-wrap {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
}

.home-contact-us {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.home-contact-us .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
}
.home-contact-us .overlay .home-contact-us-box {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
}
.home-contact-us .overlay .home-contact-us-box .home-contact-us-container {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 800px) {
  .home-contact-us .overlay .home-contact-us-box .home-contact-us-container {
    width: 80%;
  }
}
.home-contact-us .overlay .home-contact-us-box .home-contact-us-container h2 {
  color: #fff;
}
.home-contact-us .overlay .home-contact-us-box .home-contact-us-container p {
  color: #fff;
}
.home-contact-us .overlay .home-contact-us-box .home-contact-us-container .btn {
  margin: 1rem 0 0 0;
}

.accreditation {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 2rem 0;
}
.accreditation .accreditation-image {
  height: 100px;
  margin: 0 1rem;
}
.accreditation .accreditation-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 250px;
  max-height: 130px;
  margin: 0 auto;
}

.services-template {
  padding-bottom: 0 !important;
}
.services-template .home-contact-us {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.services-template .home-contact-us .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.services-template .home-contact-us .overlay .home-contact-us-box {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
}
.services-template .home-contact-us .overlay .home-contact-us-box .home-contact-us-container {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 800px) {
  .services-template .home-contact-us .overlay .home-contact-us-box .home-contact-us-container {
    width: 60%;
  }
}
.services-template .home-contact-us .overlay .home-contact-us-box .home-contact-us-container h2 {
  color: #fff;
}
.services-template .home-contact-us .overlay .home-contact-us-box .home-contact-us-container p {
  color: #fff;
}
.services-template .home-contact-us .overlay .home-contact-us-box .home-contact-us-container .btn {
  margin: 1rem 0 0 0;
}

.gallery {
  padding: 6rem !important;
}
.gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 4rem 0 0 0;
}
@media (min-width: 800px) {
  .gallery .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallery .gallery-grid a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-grid a:nth-of-type(even) {
  margin: 2rem 0 -2rem 0;
}

.page-layout .gform_wrapper {
  margin: 2rem 0 0 0;
}
.page-layout .gform_required_legend {
  display: none;
}
.page-layout label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
  font-size: 1rem;
}
.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: #F0F0F0;
  border: none;
}

.error {
  width: 100%;
  background-image: url("http://millfielddevelopments.co.uk/wp-content/uploads/2024/12/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: 1000px) {
  .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, .gform_button {
  display: inline-block;
  color: #000;
  background: #8FBF21;
  border-radius: 10px;
  padding: 1rem;
  transition: 0.3s;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 2px solid #8FBF21;
  font-size: 1rem;
}
.btn:hover, .btn:focus, .gform_button:hover, .gform_button:focus {
  background: #fff;
  border: 2px solid #000;
}

.btn-green {
  background: #8FBF21;
}

.footer-wrap {
  background: #252525;
}
.footer-wrap .main-footer {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2rem 1rem 2rem;
}
.footer-wrap .main-footer .logo {
  filter: brightness(0) invert(1);
  margin: 0 0 2rem 0;
}
.footer-wrap .main-footer .logo img {
  max-width: 15rem;
  height: auto;
}
.footer-wrap .main-footer .socials {
  display: flex;
  margin: 0 0 1rem 0;
}
@media (min-width: 800px) {
  .footer-wrap .main-footer .socials {
    display: flex;
  }
}
.footer-wrap .main-footer .socials a {
  transition: 0.3s;
}
.footer-wrap .main-footer .socials a .iconify {
  color: #fff;
  margin: 0 0.5rem;
  font-size: 2rem;
  transition: 0.3s;
}
.footer-wrap .main-footer .socials a:hover, .footer-wrap .main-footer .socials a:focus {
  transform: translateY(-0.1rem);
}
.footer-wrap .main-footer .socials a:hover .iconify, .footer-wrap .main-footer .socials a:focus .iconify {
  color: #8FBF21;
}
.footer-wrap .main-footer .contact-details {
  margin: 0 0 2rem 0;
}
.footer-wrap .main-footer .contact-details p {
  text-align: center;
  color: #fff;
  margin: 0.5rem 0 0 0;
}
.footer-wrap .main-footer .contact-details .footer-no {
  font-size: 1.8rem;
  font-weight: 800;
}
.footer-wrap .main-footer .contact-details a {
  color: #fff;
}
.footer-wrap .main-footer .contact-details a:hover, .footer-wrap .main-footer .contact-details a:focus {
  color: #8FBF21;
}
.footer-wrap .main-footer .policies p {
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.footer-wrap .main-footer .policies a {
  color: #fff;
}
.footer-wrap .main-footer .policies a:hover, .footer-wrap .main-footer .policies a:focus {
  color: #8FBF21;
}

.home.active {
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .home.active {
    overflow: auto;
  }
}

.site-header {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  transition: 0.3s;
  z-index: 2000;
}
.site-header .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  transition: 0.3s;
}
.site-header .logo {
  margin-right: auto;
}
.site-header .logo img {
  max-width: 14rem;
  height: auto;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.site-header .logo a {
  display: flex;
}
.site-header .request-button {
  display: none;
}
@media (min-width: 1000px) {
  .site-header .request-button {
    display: block;
  }
}
.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: #fff;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #mobile-button .iconify:hover, .site-header #mobile-button .iconify:focus {
  color: #8FBF21;
}
@media (min-width: 1000px) {
  .site-header #mobile-button {
    display: none;
  }
}
.site-header #close-button {
  position: absolute;
  top: 25px;
  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: #8FBF21;
}
.site-header.scrolled {
  background: #fff;
}
.site-header.scrolled .container .logo img {
  filter: none;
}
.site-header.scrolled .container #mobile-button .iconify {
  color: #000;
  transform: 0.3s;
}
.site-header.scrolled .container #mobile-button .iconify:hover, .site-header.scrolled .container #mobile-button .iconify:focus {
  color: #8FBF21;
}
.site-header.scrolled .container #main-menu .menu-primary-container .menu li a {
  color: #000;
}
.site-header.scrolled .container #main-menu .menu-primary-container .menu li a:hover, .site-header.scrolled .container #main-menu .menu-primary-container .menu li a:focus {
  color: #8FBF21;
}

#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: 1000px) {
  #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: 1000px) {
  #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 {
  font-size: 1rem;
}

#main-menu {
  display: none;
}
@media (min-width: 1000px) {
  #main-menu {
    display: flex;
    padding: 0 1rem 0 0;
  }
}
#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: #8FBF21;
}
#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: 1000px) {
  .menu li {
    display: inline;
    padding: 0.5rem 1rem;
  }
}
.menu a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 1000px) {
  .menu a {
    color: #fff;
  }
}
.menu a:hover, .menu a:focus {
  color: #8FBF21;
}

.page-header {
  width: 100%;
  height: 350px;
  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;
  margin-top: 2rem;
}
.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-wrap {
  position: relative;
}
.slide-wrap .slick-arrows {
  position: absolute;
  top: 95%;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  max-width: 90rem;
}
@media (min-width: 800px) {
  .slide-wrap .slick-arrows {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.slide-wrap .slick-arrows .slick-prev,
.slide-wrap .slick-arrows .slick-next {
  background: none;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 4000;
}
.slide-wrap .slick-arrows .slick-prev .iconify,
.slide-wrap .slick-arrows .slick-next .iconify {
  font-size: 2rem;
}
.slide-wrap .slick-arrows .slick-prev {
  left: 10px;
}
.slide-wrap .slick-arrows .slick-next {
  right: 10px;
}
.slide-wrap .slides {
  max-height: 500px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .slide-wrap .slides {
    max-height: 100vh;
  }
}

.slide-img {
  width: 100%;
  height: 500px;
  position: relative;
}
@media (min-width: 800px) {
  .slide-img {
    height: 100vh;
  }
}
.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.5);
  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: center;
  align-items: center;
  padding: 1rem;
}
.slide-img .container h1 {
  color: #fff;
  margin: 0;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.2s;
}
.slide-img .container p {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2rem 0;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
.slide-img .container .btn {
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 1s;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: "indivisible", 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:hover, .page-layout a:focus {
  color: #8FBF21;
}/*# sourceMappingURL=style.css.map */