/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/single-publication.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.post-item {
  text-decoration: none;
  display: block;
  transition: all 0.4s ease;
}
.post-item figure {
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.post-item figure img {
  margin: 0 auto;
}
.post-item figure .project-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
}
.post-item figure .project-logo img {
  margin: 0 0 0 auto;
}
.post-item figure .award {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFD95E;
  padding: 16px;
  line-height: 1;
  width: 106px;
}
.post-item figure .award svg {
  margin: 0 auto;
}
.post-item figure .rewards {
  position: absolute;
  left: 20px;
  top: 20px;
}
.post-item figure .rewards .project-reward {
  display: block;
  width: 70px;
  margin-bottom: 8px;
}
.post-item figure .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.post-item .info time {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  display: block;
  padding-bottom: 8px;
}
.post-item .info h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 6px;
}
.post-item .info p {
  color: rgba(0, 0, 0, 0.8);
}
.post-item .info .cats {
  color: #808080;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-item .info .external {
  color: #808080;
  font-size: 15px;
  position: relative;
  display: block;
}
.post-item .info .external:before {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  font-size: 24px;
}
.post-item.publication-item figure {
  border: 1px solid #D4D2D0;
}
.post-item.has-gallery {
  cursor: pointer;
}
@media screen and (min-width: 1081px) {
  .post-item figure > img {
    transform: scale(1);
    transition: all 0.4s ease;
  }
  .post-item:hover figure > img {
    transform: scale(1.05);
  }
}

.shrBox {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 24px;
  margin-top: 16px;
}
.shrBox .clipboard {
  padding: 7px 16px;
}
.shrBox .clipboard:before {
  font-size: 24px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.shrBox .clipboard span {
  display: inline-block;
  vertical-align: middle;
}
.shrBox > div {
  font-size: 0;
}
.shrBox > div a {
  color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  margin-left: 12px;
}
.shrBox > div a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.relatedPosts {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #fff;
  position: relative;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .relatedPosts {
    padding-bottom: 48px;
  }
}

.title-button {
  margin-bottom: 24px;
}
.title-button h2 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.title-button .button {
  padding: 10px;
}
@media screen and (min-width: 1081px) {
  .title-button .button {
    padding: 10px 16px;
  }
}

.content {
  padding-top: 96px;
}

.article {
  padding: 0 0 64px;
}
.article .container {
  width: 720px;
}

.data-article {
  text-align: center;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}
.data-article .publisher {
  color: #101828;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding-bottom: 5px;
}

.galleryPDF {
  background: #F7F7F7;
  text-align: center;
}
.galleryPDF .swiper {
  padding: 30px 0;
  overflow: visible;
}
.galleryPDF .swiper-slide img {
  transition: all 0.4s ease;
  transform: scale(0.8);
}
.galleryPDF .swiper-slide.swiper-slide-active {
  z-index: 1;
}
.galleryPDF .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  box-shadow: 0 4px 57px rgba(0, 0, 0, 0.5);
}
.galleryPDF .galleryNav {
  display: inline-block;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px;
  border-radius: 24px;
  border: 1px solid #D4D2D0;
}
.galleryPDF .navbutton {
  border-radius: 50%;
  background: #000;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  position: relative;
}
.galleryPDF .navbutton:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.galleryPDF .pagination {
  width: auto;
  padding: 0 24px;
  line-height: 32px;
}
@media screen and (min-width: 1081px) {
  .galleryPDF {
    margin-bottom: 96px;
  }
}

.relatedPosts {
  padding-top: 48px;
}

/*# sourceMappingURL=single-publication_style.css.map*/