.publication-block {
  background: rgb(136 112 84 / 10%);
}

.publication-block .view-content {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(3, 346px);
}

.publication-block .views-row {
  transition: all .25s;
}

.publication-block .views-row:hover {
  box-shadow: 0px 0 14px 5px rgb(0 0 0 / 10%);
}

.card-inner {
  background: var(--white);
  /* padding: 30px 30px 21px; */
  padding: 30px;
  height: 100%;
}

.path-frontpage .card-inner {
  display: flex;
  flex-direction: column;
}

.path-frontpage .item-title {
  flex: 1;
}

.card-inner .item-img {
  margin-bottom: 25px;

  max-width: 286px;
  width: 100%;
  height: 176px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-inner .item-img img {
  max-width: 100%;

  height: auto;
  max-height: 100%;
  width: auto;
}

.item-title {
  margin-bottom: 18px;
}

.item-title a {
  font-size: 19px;
  line-height: 29px;
  color: var(--black);
  transition: all .25s;
  display: inline-block;
}

.item-title a:hover {
  color: var(--pale-1);
}

.item-type-date {
  font-family: var(--font-secondary);
  /* font-size: 12px; */
  font-size: 0;
  line-height: 15px;
  color: var(--primary);
  text-transform: uppercase;
}

.item-type-date>*:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
  margin-right: 4px;
  position: relative;
  /* top: -1.6px; */
  top: -2px;
}

.item-type-date>div {
  display: inline;
  font-size: 12px;
}

.calender-block .rd-more-btn,
.publication-block .rd-more-btn {
  background-position: right 0 top 2px;
}

/*  */
.homepage-pub-second-block {
  display: none;
}

@media screen and (max-width: 767px) {
  .path-frontpage .card-inner>div {
    width: 100%;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
