/* ==========================================================================
   PSDGator SCSS Styles [PARTIALS:POSTCARD]
   ========================================================================== */
/* ========================================================== */
/* 			            04. breakpoints                           */
/* ========================================================== */
.post-card {
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 20px 0 30px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .post-card {
    border: 0;
    padding: 12px 0 0;
  }
}
.post-card__link {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .post-card__link {
    flex-direction: column;
  }
}
.post-card__link:hover {
  text-decoration: none;
  color: #000;
}
.post-card__link:hover .post-card__content h2 {
  color: var(--main-color);
  text-decoration: underline;
}
.post-card__link:hover .post-card__thumb-image {
  transform: scale(1.2);
}
.post-card__thumb {
  min-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .post-card__thumb {
    width: 100%;
    max-width: 100%;
  }
}
.post-card__thumb-image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  min-width: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 300ms ease;
  z-index: 1;
}
.post-card__thumb-image.fallback {
  z-index: 0;
  position: absolute;
}
.post-card__content {
  position: relative;
  width: 100%;
}
.post-card__content h2 {
  font-weight: 800;
  font-size: clamp(18px, 1vw, 20px);
  margin: 10px 54px 0 0;
  line-height: 1.2;
}
.post-card__content > p {
  margin: 10px 0;
}
.post-card__content .subtitle {
  margin-bottom: 8px;
  display: block;
  color: #5c5c5c;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .post-card__content .meta {
    display: none;
  }
}
.post-card__content .meta .date {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 1.6;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .post-card__content .meta .date {
    display: none;
  }
}
.post-card__content .team {
  position: absolute;
  right: 0;
  top: -15px;
}
@media only screen and (max-width: 768px) {
  .post-card__content .team {
    display: none;
  }
}
.post-card__full {
  position: relative;
  margin-bottom: 10px;
  margin-top: 12px;
  padding: 0;
}
.post-card__full:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  position: absolute !important;
  box-shadow: 0 0 100px 200px rgba(0, 0, 0, 0.5647058824);
}
.post-card__full .post-card__thumb {
  min-width: 260px;
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.post-card__full .post-card__content {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 2;
  width: 100%;
  padding: 24px;
}
.post-card__full .post-card__content h2 {
  font-weight: 800;
  font-size: clamp(28px, 1.8vw, 34px);
  line-height: 1.2;
  margin: 0px 54px 0 0;
  color: #fff;
}
.post-card__full .post-card__content .subtitle {
  margin-top: 80px;
  margin-bottom: 8px;
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 1.2;
}
.post-card__full .post-card__content .meta {
  margin-bottom: auto;
}
.post-card__full .post-card__content .team {
  position: absolute;
  right: 12px;
  top: 12px;
}
.post-card--vertical .post-card__link {
  flex-direction: column;
  gap: 12px;
}
.post-card--vertical .post-card__thumb {
  width: 100%;
  position: relative;
}
.post-card--vertical .post-card__thumb .meta {
  position: absolute;
  top: 6px;
  left: 9px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .post-card--vertical .post-card__thumb .meta {
    display: none;
  }
}
.post-card--vertical .post-card__thumb .team {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .post-card--vertical .post-card__thumb .team {
    display: none;
  }
}
.post-card--vertical .post-card__thumb-image {
  min-height: 200px;
}
.post-card--vertical h2 {
  font-weight: 800;
  font-size: clamp(18px, 1vw, 20px);
  margin: 0 0 10px;
  line-height: 1.2;
}
.post-card--vertical .subtitle {
  font-size: 13px;
}
.post-card--side .post-card__link {
  flex-direction: row;
  gap: 12px;
}
.post-card--side .post-card__thumb {
  width: 100%;
  max-width: 140px;
  min-width: unset;
  max-height: 140px;
  position: relative;
}
.post-card--side .post-card__thumb-image {
  min-height: 140px;
}
.post-card--side h2 {
  font-weight: 800;
  font-size: clamp(14px, 1vw, 16px);
  margin: 0 0 10px;
  line-height: 1.2;
}
.post-card--side .subtitle {
  font-size: clamp(12px, 1vw, 14px);
}

.block-category--without-sidebar .post-card__full .post-card__content {
  min-height: 560px;
}

.block-category--without-sidebar .post-card--vertical .post-card__thumb-image {
  min-height: 280px;
}

.block-category--with-sidebar .post-card__full .post-card__content {
  min-height: 390px;
}

.block-category--with-sidebar .post-card--vertical .post-card__thumb-image {
  min-height: 200px;
}

.block-category--with-sidebar .post-card--vertical .post-card--side .post-card__thumb-image {
  min-height: 140px;
  background-size: contain;
  background-position: center;
}

/*# sourceMappingURL=post-card.css.map */
