body:not(.single-article) .a2a_kit.a2a_floating_style {
  display: none !important;
}

.main-nav .current-menu-item .menu-image-title,
.main-nav .current-category-ancestor .menu-image-title,
.main-nav .current-master-category .menu-image-title,
.main-nav .current-primary-category .menu-image-title {
  border-bottom: 2px solid #b8c7d0;
}

.njt-gdpr p {
  color: inherit;
  font-size: inherit;
  font-size: 13px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.njt-gdpr p a,
.njt-gdpr p a:active,
.njt-gdpr p a:hover {
  color: #00a0d2;
}

.arshBtnuq[disabled] {
  background: #666;
}

body.single .entry-content-top div.entry-subheading {
  margin-top: 22px;
  margin-bottom: 17px;
}

.archive .page-title {
  color: #343333;
  border-color: #c4c5c7;
}

.fixHumb {
  /* display: block; */
  transition: opacity 0.4s;
  z-index: 999;
  visibility: visible;
  pointer-events: none;
}

.fixHumb.active {
  pointer-events: all;
  opacity: 1;
}

.topEntryContnet .entry-category a {
  display: inline-block;
  padding: 8px 8px 6px 8px;
  font-family: "MarianinaWdFY-Regular";
  font-size: 16px;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #7e9eab;
  border: solid 1px #7e9eab;
  vertical-align: middle;
}

/*  Video single template */
.video-wrapper-outer {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

body.single-video div.entry-post-meta-wrapper div.meta a {
  color: #343333;
}

body.single-video div.entry-post-meta-wrapper .entry-publish-date {
  margin-top: 0;
}

.issue-template-default .bannAreaFull.sIpBanner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-clip-path: polygon(100% 0, 100% 85%, 33% 100%, 0% 89%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 33% 100%, 0% 89%, 0 0);
  opacity: 0.8;
}

/*Article single template */
@media only screen and (min-width: 992px) {
  .accordionArea.mobileAccordian {
    display: none;
  }
  .desktopAccordian.accordionArea {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 1;
    transition: left 0.3s, opacity 0.3s !important;
  }
  .desktopAccordian.accordionArea.hidden{opacity: 0;}
  .desktopAccordian.accordionArea.fixed {
    position: fixed;
  }

  .desktopAccordian.accordionArea.closed {
    /* left: -216px !important; */
    left: -150px !important;
  }
/*
  .silkCaro {
    transition: none !important;
    display: block;
    margin-bottom: 60px;
  }

  .nav-next-previous {

    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100vh;
    align-items: flex-end;
    top: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: -1;
  }
  .nav-next-previous.visible {
    opacity: 1;
    z-index: 5;
  }
  .next-prev-hidden{opacity: 0 !important;}*/
}

@media only screen and (min-width: 1240px) {
  .desktopAccordian.accordionArea.closed {
    left: -216px !important;
  }
}
