body.page-node-type-post {
  --primary-color: #359f3d;
}
.block-page-title-block ~ nav {
  display: none;
}
.bottom-buttons .custom-shariff ul li.twitter a:hover {
  background: url(../../../icons/green/new-icons/twitter_hover.svg) no-repeat center var(--color-fff);
}
.bottom-buttons .custom-shariff ul li.facebook a:hover {
  background: url(../../../icons/green/new-icons/facebook_hover.svg) no-repeat center var(--color-fff);
}
.bottom-buttons .custom-shariff ul li.linkedin a:hover {
  background: url(../../../icons/green/new-icons/linkedin_hover.svg) no-repeat center var(--color-fff);
}
.bottom-buttons .custom-shariff ul li.addthis a:hover {
  background: url(../../../icons/green/new-icons/add-this_hover.svg) no-repeat center var(--color-fff);
}
.section_two .post-vote-wrapper > div a {
  background: url(../../../icons/green/new-icons/like.svg) no-repeat center;
}
.detail-page-body a {
  color: var(--basicColor);
  font-size: 16px;
}
.detail-page-body a:hover {
  color: #266c2c;
}
.detail-page-body .post-text > * {
  margin-bottom: 5px;
}
.detail-page-body .post-video {
  border: 1px solid #d2d2d2 !important;
}
.detail-page-body iframe {
  width: 100%;
  height: 100%;
}

.enhanced-detail-image.carousel-image .owl-nav > button {
  position: absolute;
  top: calc(50% - 19px);
  height: 40px;
  width: 40px;
  z-index: 9;
  border-radius: 50%;
  font-size: 0px !important;
}

.enhanced-detail-image.carousel-image .owl-nav > .owl-prev {
  left: 10px;
  background: url(../../../icons/arrow-white.svg) no-repeat rgba(0, 0, 0, 0.5) center;
  transform: rotate(180deg);
  background-size: 12px;
}
.enhanced-detail-image.carousel-image .owl-nav > .owl-next {
  right: 10px;
  background: url(../../../icons/arrow-white.svg) no-repeat rgba(0, 0, 0, 0.5)center;
  background-size: 12px;
}
.post-detail-page .content-middle-section .custom-image {
  display: block;
  background: transparent;
}
.post-detail-page .content-middle-section .custom-image .owl-item .field--item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  width: 100%;
  height: 456px;
  max-height: 456px;
}
@media screen and (max-width: 767px) {
  .enhanced-detail-image.carousel-image .owl-nav > button {
    width: 25px;
    height: 25px;
    background-size: 7px !important;
  }
  .enhanced-detail-image.carousel-image .owl-nav > button {
    top: calc(50% - 13px);
  }
  .post-detail-page   .content-middle-section   .custom-image   .owl-item   .field--item {
    max-height: 208px;
  }
  .shared_details .card > .card__block {
    padding: 12px;
  }
}
/**************************shared details****************************************/
.shared_details .stream-list-item span.field-content {
  width: 100%;
}
.shared_details .stream-list-item .card {
  padding: 0;
}
.shared_details .card > .card__block {
  padding: 24px;
}
.shared_details .card > .card__block > .media-wrapper {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.001), 0 0px 4px rgba(0, 0, 0, 0.09);
  padding: 24px;
}
.shared_details .content-middle-section {
  border-bottom: none;
  padding-bottom: 0;
}
.card .teaser__title a.post-text-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
