.block-editor__container .editor-styles-wrapper,
html {
  --e-global-color-primary: #f67c25;
  --e-global-color-secondary: #176b39;
  --e-global-color-text: #2f3947;
  --e-global-color-accent: #215f3a;
  --e-global-color-8e6e5f5: #3f4543;
  --e-global-color-a8578fd: #f5f8f4;
  --e-global-color-3c672c3: #6dc253;
  --e-global-color-27b6df5: #176b39;
  --e-global-color-baefcba: #d6e5d1;
  --e-global-color-c4dcbdf: #0e161e;
}
@font-face {
  font-family: npa-regular;
  src: url(../fonts/Ruberoid-Regular.ttf);
  src: url(../fonts/Ruberoid-Regular.ttf)
      format("embedded-opentype"),
    url(../fonts/Ruberoid-Regular.ttf)
      format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: npa-light;
  src: url(../fonts/Ruberoid-Light.ttf);
  src: url(../fonts/Ruberoid-Light.ttf)
      format("embedded-opentype"),
    url(../fonts/Ruberoid-Light.ttf)
      format("truetype");
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: npa-light, sans-serif;
}
.greenplanet-blog--single-banner {
  min-height: 620px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.greenplanet-blog--single__post-content {
  padding: 80px 200px;
  margin-top: -135px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .greenplanet-blog--single__post-content {
    padding: 80px 100px;
  }
}
@media screen and (max-width: 991px) {
  .greenplanet-blog--single__post-content {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single__post-content {
    margin-bottom: 80px;
    padding: 80px 15px;
  }
}
.greenplanet-blog--single__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single__header {
    margin-bottom: 50px;
  }
}
.greenplanet-blog--single__header .greenplanet-blog--single__title {
  color: var(--e-global-color-c4dcbdf);
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single__header .greenplanet-blog--single__title {
    font-size: 36px;
    line-height: 40px;
  }
}
.greenplanet-blog--single__header .greenplanet-blog--single__date {
  color: var(--e-global-color-accent);
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single__header .greenplanet-blog--single__date {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}
.greenplanet-blog--single__inner a,
.greenplanet-blog--single__inner li,
.greenplanet-blog--single__inner p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single__inner a,
  .greenplanet-blog--single__inner li,
  .greenplanet-blog--single__inner p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
.greenplanet-blog--single__inner a {
  color: var(--e-global-color-primary);
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.greenplanet-blog--single__inner a:hover {
  text-decoration: underline;
}
.greenplanet-blog--single__inner p {
  color: var(--e-global-color-8e6e5f5);
}
.greenplanet-blog--single__inner p:not(:last-child) {
  margin-bottom: 30px;
}
.greenplanet-blog--single__inner ul {
  padding: 40px;
  background-color: var(--e-global-color-a8578fd);
  border-radius: 8px;
}
.greenplanet-blog--single__inner ul:not(:last-child) {
  margin-bottom: 30px;
}
.greenplanet-blog--single__inner ul li {
  list-style: none;
  color: var(--e-global-color-c4dcbdf);
  position: relative;
  padding-left: 35px;
}
.greenplanet-blog--single__inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
.greenplanet-blog--single__inner ul li::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
}
.greenplanet-blog--single__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
}
.greenplanet-blog--single__share::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  background-color: var(--e-global-color-8e6e5f5);
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single__share {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.greenplanet-blog--single__share-wrapp {
  background-color: #fff;
  padding: 0 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 567px) {
  .greenplanet-blog--single__share-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.greenplanet-blog--single__share span {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: var(--e-global-color-accent);
  font-weight: 900;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single__share span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 567px) {
  .greenplanet-blog--single__share span {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.greenplanet-blog--single__share__link:not(:last-child) {
  margin-right: 10px;
}
.greenplanet-blog--single__share svg path {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.greenplanet-blog--single__share svg:hover path {
  fill: var(--e-global-color-primary);
}
.greenplanet-blog--single__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.greenplanet-blog--single__pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--e-global-color-c4dcbdf);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 900;
}
.greenplanet-blog--single__pagination a:hover {
  color: var(--e-global-color-accent);
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single__pagination a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
.greenplanet-blog--single__pagination-prev a::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.5 4.5L1 8' stroke='%230E161E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 6px;
  height: 9px;
  margin-right: 15px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.greenplanet-blog--single__pagination-prev a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.5 4.5L1 8' stroke='%23215F3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.greenplanet-blog--single__pagination-next a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.5 4.5L1 8' stroke='%230E161E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 6px;
  height: 9px;
  margin-left: 15px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.greenplanet-blog--single__pagination-next a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.5 4.5L1 8' stroke='%23215F3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.greenplanet-blog-single__heading {
  max-width: 750px;
  margin-bottom: 60px;
}
.greenplanet-blog-single__content {
  margin-top: -50px;
  padding-bottom: 290px;
  position: relative;
}
@media (min-width: 575px) and (max-width: 768px) {
  .greenplanet-blog-single__content {
    padding-bottom: 320px;
  }
}
.greenplanet-blog-single__content-wrapp {
  background-color: #fff;
  border-radius: 8px;
  border-top-right-radius: 0;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 30px 25px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  left: 30px;
  right: 0;
}
.greenplanet-blog-single__content-wrapp h4 {
  color: var(--e-global-color-ce1ecf4);
  min-height: 110px;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog-single__content-wrapp h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 567px) {
  .greenplanet-blog-single__content-wrapp h4 {
    font-size: 16px;
  }
}
.greenplanet-blog-single__content-wrapp .btn.btn-links {
  display: none;
  margin-top: 30px;
}
.greenplanet-blog-single__content-wrapp .btn.btn-links::after {
  background: var(--arr-white) -10px center/cover no-repeat;
}
.greenplanet-blog-single__content-wrapp .btn.btn-links:hover::after {
  background-position: center;
}
.greenplanet-blog-single__content-wrapp:hover {
  background-color: var(--e-global-color-accent);
  color: #fff;
}
.greenplanet-blog-single__content-wrapp:hover h4 {
  color: #fff;
}
.greenplanet-blog-single__content-wrapp:hover .btn.btn-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}
.greenplanet-blog-single__date {
  margin-bottom: 15px;
  color: var(--e-global-color-primary);
  font-family: npa-light;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.greenplanet-blog-single__img {
  height: 225px;
}
@media screen and (max-width: 567px) {
  .greenplanet-blog-single__img {
    height: 200px;
  }
}
.greenplanet-blog-single__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 6px;
}
.greenplanet-blog-single__slider {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog-single__slider {
    margin-top: 80px;
  }
}
.greenplanet-blog-single__slider-title {
  text-align: center;
  margin-bottom: 60px;
  color: var(--e-global-color-c4dcbdf);
}
@media screen and (max-width: 768px) {
  .greenplanet-blog-single__slider-title {
    margin-bottom: 50px;
  }
}
.greenplanet-blog--single-wrapper .swiper-slide {
  padding-bottom: 30px;
}
.greenplanet-blog--single-wrapper .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border: 3px solid var(--e-global-color-accent);
  vertical-align: middle;
  opacity: 1;
  background-color: transparent;
}
.greenplanet-blog--single-wrapper .swiper-pagination-bullet:not(:last-child) {
  margin-right: 8px;
}
.greenplanet-blog--single-wrapper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 18px;
  width: 18px;
  border: 5px solid var(--e-global-color-primary);
  opacity: 1;
  background: 0 0;
}
.greenplanet-blog--single-wrapper .greenplanet-call-to {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1485px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 1199px) {
  .greenplanet-blog--single-wrapper .greenplanet-call-to {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single-wrapper .greenplanet-call-to {
    margin-top: 80px;
  }
}
.greenplanet-blog--single-wrapper .greenplanet-call-to__bg-overlay {
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single-wrapper .greenplanet-call-to__bg-overlay {
    background-size: contain;
  }
}
.greenplanet-blog--single-wrapper .greenplanet-call-to__wrapp {
  max-width: 60%;
  padding: 100px 0 100px 155px;
}
@media screen and (max-width: 1199px) {
  .greenplanet-blog--single-wrapper .greenplanet-call-to__wrapp {
    max-width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .greenplanet-blog--single-wrapper .greenplanet-call-to__wrapp {
    max-width: none;
    padding: 100px 15px;
  }
}
.greenplanet-blog--single-wrapper .greenplanet-call-to__title {
  color: #fff;
}
.greenplanet-blog--single-wrapper .greenplanet-call-to__subtitle {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single-wrapper .greenplanet-call-to__subtitle {
    margin-bottom: 50px;
  }
}
.greenplanet-blog--single-wrapper .greenplanet-call-to .btn {
  border-color: #fff;
  color: #fff;
}
.greenplanet-blog--single-wrapper .greenplanet-call-to .btn::after {
  background: var(--arr-white) -10px center/cover no-repeat;
}
.greenplanet-blog--single-wrapper .greenplanet-call-to .btn:hover {
  border-color: var(--e-global-color-27b6df5);
  background-color: var(--e-global-color-27b6df5);
  color: #fff;
}
.greenplanet-blog--single-wrapper .greenplanet-call-to .btn:hover::after {
  background: var(--arr-white) center/cover no-repeat;
}
.greenplanet-blog--single-wrapper .greenplanet-blog--single__tags {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  padding: 10px 0;
  border-width: 2px 0;
  border-color: rgba(63, 69, 67, 0.1);
  border-style: solid;
  font-style: italic;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--single-wrapper .greenplanet-blog--single__tags {
    margin-top: 50px;
  }
}
.greenplanet-blog--single-wrapper .greenplanet-blog--single__tags a:hover {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
