/* ==========================================================================
   PSDGator SCSS Styles [PARTIALS:POSTSINGLE]
   ========================================================================== */
/* ========================================================== */
/* 			            04. breakpoints                           */
/* ========================================================== */
.post-single {
  padding: 20px;
}
.post-single__featured-image {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 34px 0 34px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .post-single__featured-image {
    margin: 20px -20px;
    padding: 0;
    border: 0;
  }
}
.post-single__thumb-image {
  display: flex;
  min-height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-single h2 {
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 800;
  line-height: 1.6;
}
.post-single p {
  margin: 1.4rem 0;
  line-height: 1.8;
  font-size: 16px;
  color: rgb(17, 17, 17);
}
.post-single .post-card__thumb {
  min-width: 260px;
}
.post-single .post-card__thumb-image {
  min-height: 160px;
  min-width: 260px;
}
.post-info {
  margin: 0;
  padding: 0;
  background: #fff;
}
.post-info h1 {
  text-align: left;
  margin-top: 8px;
  color: #000;
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-weight: 800;
  letter-spacing: 0px;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.2;
}
.post-info .subtitle {
  margin: 0px;
  display: block;
  color: var(--main-color);
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}
.post-info .meta {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 1.6;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(92, 92, 92);
  gap: 4px;
  margin-top: 24px;
  margin-bottom: 0px;
}
.post-info .meta .separator {
  margin: 0 6px;
  font-size: 14px;
  font-weight: 100;
}
.post-content-wrap {
  padding: 0;
  margin: 34px 0 0;
  background: #fff;
}
.post-relative__title, .post-full__title {
  font-weight: 800;
  letter-spacing: 0px;
  font-size: 20px;
  line-height: 1;
  min-height: 1.2em;
  border-style: solid;
  border-width: 4px 0px 0px 4px;
  border-color: var(--main-color);
  padding: 6px 8px 0px;
  color: #000;
  text-transform: uppercase;
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 12px 0 20px;
}
.post-extra {
  margin-top: 34px;
  position: relative;
}

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