.single-hero {
  padding-top: 180px;
  padding-bottom: 67px;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.single-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:
    linear-gradient(
      180deg,
      rgba(25, 29, 35, 0.9) 0%,
      rgba(25, 29, 35, 0.1) 50%,
      rgba(25, 29, 35, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(39, 47, 15, 0.22) 0%,
      rgba(39, 47, 15, 0.6) 100%
    );
  width: 100%;
  height: 100%;
}

.single-hero__title {
  color: #fff;
  text-align: center;
  font-size: 75px;
  font-size: clamp(40px, 3.90625vw, 75px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -4.5px;
}
.single-hero > div,
.single-hero > div > div,
.single-hero > div > div > div {
  height: 100%;
}
.single-hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.woocommerce-breadcrumb {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  opacity: 0;
  animation: onlyShow 3s forwards 0.4s;
}
.woocommerce-breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
}

@keyframes onlyShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.single-hero__wrapper {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}
.post-meta {
  display: flex;
  gap: 56px;
}
.post-meta > div {
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
}
.post-meta > div > span:first-of-type {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1px;
  opacity: 0.7;
  text-transform: uppercase;
}
.post-meta > div > span:last-of-type {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: "trajan-pro-3", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
  text-transform: uppercase;
}
.blog-body-wrapper {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 67px;

  color: #2f3624;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.blog-body-wrapper p {
  margin-top: 25px;
}
.blog-body-wrapper p a {
  color: #7c942e;
}
.blog-body-wrapper h2 {
  margin-top: 50px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: -1.08px;
  margin-bottom: 25px;
}
.blog-body-wrapper h3 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.blog-body-wrapper ul {
  margin-left: 0;
  margin-top: 25px;
}
.blog-body-wrapper figure {
  margin-top: 25px;
  width: calc(100% + 200px);
  overflow: hidden;
  border-radius: 4px;
  margin-left: -100px;
}
.blog-body-wrapper li {
  margin-bottom: 15px;
  padding-left: 22px;
  position: relative;
  list-style: none;
}

.blog-body-wrapper li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-image: url("../icons/list.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.testimonial p {
  margin-top: 0;
  margin-bottom: 37px;
}
.testimonial {
  padding: 26px;
  background: #e0e9c2;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.testimonial p {
  font-family: "trajan-pro-3", serif;
  text-transform: uppercase;
}
.testimonial__name {
  font-size: 20px;
  line-height: 29px;
}
.testimonial__club {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "trajan-pro-3", serif;
  line-height: 22px;
  letter-spacing: 0.7px;
}
.single-blog-cta {
  position: relative;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  background: #e0e9c2;
}
.single-blog-cta h4 {
  margin-bottom: 15px;
}
.single-blog-cta p {
  margin-bottom: 27px;
  color: #fff;
  font-weight: 300;
}
.single-blog-cta a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.single-blog-cta img {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.blog-footer {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid rgba(47, 54, 36, 0.15);
}
.single-blog-cta {
  position: relative;
  padding: 27px;
  border-radius: 4px;
}
.single-blog-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(47, 54, 36, 0.15) 0%, #2f3624 50%);
}
.single-blog-cta-content {
  position: relative;
  z-index: 3;
}
.single-blog-cta-content p {
  max-width: 447px;
}
.single-blog-cta-content h4 {
  max-width: 300px;
}
.blog-footer__container {
  display: flex;
  justify-content: space-between;
}
.blog-footer__title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.blog-footer__tag-link {
  padding: 12px 23px;
  background: white;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  line-height: 14px;
  letter-spacing: 0.6px;
}
.blog-footer__tags {
  display: flex;
  gap: 12px;
  margin-bottom: 120px;
  flex-wrap: wrap;
}
.blog-footer__social {
  display: flex;
  gap: 16px;
  align-items: center;
}
.blog-footer__social a {
  display: flex;
}
.nav-links {
  position: relative;
  justify-content: space-between;
  display: flex;
  padding: 38px 0;
}
.prev-next {
  background: #e4e8d4;
  border-top: 1px solid rgba(47, 54, 36, 0.15);
  border-bottom: 1px solid rgba(47, 54, 36, 0.15);
}
.navigation {
  margin-bottom: 0 !important;
}
.nav-links::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(47, 54, 36, 0.15);
}
.nav-links > div {
  width: 50%;
}
.nav-subtitle {
  display: block;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: -1.2px;
  font-family: "trajan-pro-3", serif;
}
.nav-title {
  color: #2f3624;
  font-family: "trajan-pro-3", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: -1.6px;
}
.nav-previous {
  padding-right: 20px;
}
.nav-next {
  padding-left: 20px;
}
@media only screen and (max-width: 1440px) {
  .blog-body-wrapper {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-body-wrapper figure {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .single-hero {
    height: 60vh;
  }
  .nav-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .single-hero__title {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .post-meta {
    gap: 20px;
    width: 100%;
    justify-content: space-between;
  }
  .post-meta > div {
    flex: 1;
  }
  .blog-body-wrapper {
    margin-top: 40px;
  }
  .blog-body-wrapper h2 {
    font-size: 30px;
  }
  .blog-footer__tags {
    margin-bottom: 30px;
  }
  .blog-footer__container {
    flex-direction: column;
  }
  .blog-footer {
    margin-bottom: 40px;
  }
  .nav-links {
    gap: 30px;
    flex-direction: column;
  }
  .nav-links > div {
    width: 100%;
  }
  .nav-links::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .single-hero {
    height: 80vh;
  }
}
