#productions-list {
    margin-bottom: 80px;
}

.production-item {
    position: relative;
    height: 390px;
    margin-bottom: 30px;
}

.production-item-content-metadata {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 2px solid #97AAC4;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-by, .year {
    opacity: 40%;
}

.production-item-content-title {
    padding-top: 10px;
}

.production-item-content-data {
    color: #97AAC4;
    font-size: 14px;
    line-height: 20px;
}

.production-item-type-genre {
    pointer-events: none;
    text-decoration: none;
}

.production-item-excerpt {
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 14px;
      line-height: 20px;
      color: #253142;
      max-height: 54px;
}

.production-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.production-item-content {
    position: relative;
    padding: 15px;
    height: calc(100% - 30px);
    display: flex;
    align-items: flex-end;
}

.production-item-content-inner {
    background-color: var(--white-color);
    padding: 15px;
    width: calc(100% - 30px);
}

.production-item-permalink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#productions-paginator {
    margin-bottom: 120px;
}

#hero a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#productions-heading {
    margin-bottom: 30px;
}

#productions-head h2 {
    margin-bottom: 20px;
}

#productions-search {
    position: relative;
}