/**
single_post styles
*/
.cf7-calc-modal {
  display: flex;
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  color: #101828;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}
.cf7-calc-modal .cf7-calc-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 650px;
  position: relative;
  animation: fadeIn 0.3s ease;
}
.cf7-calc-modal .cf7-calc-modal-content .modal-header {
  margin-bottom: 24px;
}
.cf7-calc-modal .cf7-calc-modal-content .modal-header .header-title {
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}
.cf7-calc-modal .cf7-calc-modal-content .modal-header .cf7-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}
.cf7-calc-modal .cf7-calc-modal-content label {
  margin-bottom: 18px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.cf7-calc-modal .cf7-calc-modal-content label input,
.cf7-calc-modal .cf7-calc-modal-content label textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.cf7-calc-modal .cf7-calc-modal-content label textarea {
  max-height: 130px;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group br {
  display: none;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon {
  display: flex;
  flex-direction: row;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-icon-wrap {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background-color: #FFF;
  flex: 1 0 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding-right: 8px;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-icon-wrap i {
  width: 24px;
  height: 21px;
  display: block;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap {
  width: 100%;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-left: 8px;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap input:focus-visible, .cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap input:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cf7-calc-modal .cf7-calc-modal-content .submit-button-wrapper p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.cf7-calc-modal .cf7-calc-modal-content .submit-button-wrapper p input[type=submit] {
  width: 240px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 8px;
  background: #76B00A;
  /* Shadows/shadow-xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border-color: transparent;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.cf7-calc-modal .cf7-calc-modal-content .submit-button-wrapper p input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(118, 176, 10, 0.8);
}
.cf7-calc-modal .cf7-calc-modal-content .wpcf7-response-output {
  margin: 5px 0;
}

.home-calculate-order-block {
  padding: 100px 0;
}
.home-calculate-order-block .block-header .block-title {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-calculate-order-block .block-header .block-subtitle {
  text-overflow: ellipsis;
  overflow: hidden;
  color: #344054;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 540px) {
  .home-calculate-order-block {
    padding: 40px 0;
    text-align: center;
  }
  .home-calculate-order-block .block-header .block-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .home-calculate-order-block .block-header .block-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.blog-popular-articles {
  padding-top: 40px;
  padding-bottom: 80px;
}
.blog-popular-articles .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 20px;
}
.blog-popular-articles .block-header .block-title {
  flex: 1 0 0;
}
.blog-popular-articles .block-header .arrow-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post {
  display: flex;
  flex-direction: column;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post .post-thumbnail img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post .post-meta {
  padding: 20px 0 8px;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post .post-meta a {
  text-decoration: none;
  color: #76B00A;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post .post-title {
  padding-bottom: 8px;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post .post-title a {
  text-decoration: none;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post .post-content {
  color: #475467;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .blog-popular-articles {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.breadcrumb_container nav.breadcrumb {
  margin-bottom: 0;
}

.single_post .header-section {
  background: #F9FAFB;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single_post .header-section .header-section-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.single_post .header-section .header-section-wrapper .thumbnail-column {
  height: 540px;
  height: 300px;
  width: 100%;
}
.single_post .header-section .header-section-wrapper .thumbnail-column .blog-img {
  height: 540px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.single_post .header-section .header-section-wrapper .post-attr-column {
  padding: 80px 0 40px;
  padding: 40px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single_post .header-section .header-section-wrapper .post-attr-column .entry-title-excerpt .entry-title {
  margin-top: 0;
  margin-bottom: 24px;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single_post .header-section .header-section-wrapper .post-attr-column .entry-title-excerpt .entry-excerpt {
  color: #344054;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single_post .header-section .header-section-wrapper .post-attr-column .entry-meta {
  display: flex;
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.single_post .header-section .header-section-wrapper .post-attr-column .entry-meta .author-avatar img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 400px;
  border: 0.4px solid rgba(0, 0, 0, 0.08);
}
.single_post .header-section .header-section-wrapper .post-attr-column .entry-meta .name-date .author {
  color: #344054;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.single_post .header-section .header-section-wrapper .post-attr-column .entry-meta .name-date .date {
  color: #344054;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single_post .entry-content {
  margin: 60px 0 20px;
  color: #344054;
  text-align: justify;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
.single_post .entry-content p {
  margin-bottom: 16px;
}
.single_post .entry-content h1,
.single_post .entry-content h2,
.single_post .entry-content h3,
.single_post .entry-content h4,
.single_post .entry-content h5,
.single_post .entry-content h6 {
  color: #76B009;
  font-family: "Century Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.single_post .entry-content a {
  color: #76B009;
}
.single_post .entry-content img {
  border-radius: 12px;
}
.single_post .entry-content ol,
.single_post .entry-content ul {
  margin-left: 20px;
}
.single_post .entry-content-conclusion .conclusion-wrapper {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 32px;
  border-radius: 16px;
  background: #F9FAFB;
}
.single_post .entry-content-conclusion .conclusion-wrapper .conclusion-title {
  color: #76B009;
  font-family: "Century Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.single_post .entry-content-conclusion .conclusion-wrapper .conclusion-content {
  color: #344054;
  text-align: justify;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.single_post .post-navigation {
  margin-top: 22px;
  margin-bottom: 22px;
}
.single_post .post-navigation .post-navigation-container {
  display: flex;
  justify-content: space-between;
}
.single_post .post-navigation .post-navigation-container .prev a,
.single_post .post-navigation .post-navigation-container .next a {
  text-decoration: none;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  padding: 10px 16px;
  color: #344054;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single_post .post-navigation .post-navigation-container .prev a:hover,
.single_post .post-navigation .post-navigation-container .next a:hover {
  background-color: #D0D5DD;
}

.share-this-block .share-this-wrapper {
  border-top: 1px solid #EAECF0;
  padding-top: 24px;
  padding-bottom: 40px;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.share-this-block .share-this-wrapper .ps-share__grid {
  display: flex;
  gap: 12px;
}
.share-this-block .share-this-wrapper .ps-share__btn {
  display: inline;
  place-items: center;
  background: #fff;
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.12s ease, background 0.12s ease, border-color 0.12s ease;
}
.share-this-block .share-this-wrapper .ps-share__btn:hover {
  background: #D0D5DD;
  transform: translateY(-1px);
}
.share-this-block .share-this-wrapper .ps-share__btn:active {
  transform: translateY(0);
}
.share-this-block .share-this-wrapper .ps-share__btn:focus-visible {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
}
.share-this-block .share-this-wrapper .ps-share__btn--copy {
  display: inline;
}
.share-this-block .share-this-wrapper .ps-share__toast {
  font-size: 16px;
  position: fixed;
  top: -500px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #0C111D;
  background-color: #fff;
  color: #0C111D;
  transition: top 0.3s ease;
}
.share-this-block .share-this-wrapper .ps-share__toast.is-visible {
  top: 50px;
}

@media screen and (max-width: 540px) {
  .single_post .header-section .header-section-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .single_post .header-section .header-section-wrapper .thumbnail-column {
    height: auto;
  }
  .single_post .header-section .header-section-wrapper .thumbnail-column .blog-img {
    height: auto;
    width: 100%;
  }
  .single_post .header-section .header-section-wrapper .post-attr-column {
    padding: 0;
    gap: 20px;
  }
  .single_post .header-section .header-section-wrapper .post-attr-column .entry-title-excerpt .entry-title {
    color: #101828;
    font-size: 20px;
  }
  .single_post .header-section .header-section-wrapper .post-attr-column .entry-title-excerpt .entry-excerpt {
    font-size: 14px;
  }
  .single_post .entry-content {
    margin: 20px 0;
  }
  .single_post .entry-content h1,
  .single_post .entry-content h2,
  .single_post .entry-content h3,
  .single_post .entry-content h4,
  .single_post .entry-content h5,
  .single_post .entry-content h6 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }
  .single_post .entry-content-conclusion {
    padding: 0 15px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .single_post .entry-content-conclusion .conclusion-wrapper {
    margin: 0;
  }
  .single_post .post-navigation .post-navigation-container .prev a,
  .single_post .post-navigation .post-navigation-container .next a {
    padding: 8px 12px;
    gap: 4px;
    font-size: 14px;
  }
  .single_post .share-this-block .share-this-wrapper {
    flex-direction: column;
    justify-content: start;
    gap: 12px;
    padding-bottom: 32px;
  }
  .single_post .share-this-block .share-this-wrapper .share-this-links .ps-share__btn {
    font-size: 20px;
    padding: 14px;
  }
  .single_post .share-this-block .share-this-wrapper .share-this-links .ps-share__btn span {
    display: none;
  }
}
/*# sourceMappingURL=blog-single-post-page.css.map */
