.archive.tax-firmas #content {
  margin-top: 50px;
}
.archive.tax-firmas .entry-title {
  color: #1e1e1e;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.archive-info {
  border-top: solid 0.5px #000000;
  border-bottom: solid 0.5px #000000;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.archive-info .avatar-firma {
  width: 120px;
  height: 120px;
}

.avatar-firma img {
  border-radius: 50%;
}

.archive-info .archive-description .intro {
  color: #1e1e1e;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 10px;
}

#content-body .page-content article {
  margin-bottom: 80px;
}

#content-body .page-content article .category-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
#content-body .page-content article .entry-title {
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}
#content-body .page-content article p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
}
@media (min-width: 768px) {
  .archive-info .archive-description {
    width: calc(100% - 140px);
  }
}

/** STYLE SINGLE-FIRMA.PHP */
.single.single-post .post-page {
  margin-top: 30px;
}
.single.single-post .post-page .page-header {
  margin-bottom: 45px;
}
.single.single-post .post-page .page-header .category-name {
  width: max-content;
  display: block;
  margin: 0 auto 20px;
  color: var(--primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  border-bottom: 3px solid var(--secondary-color);
  padding: 5px 0;
}
.single.single-post .post-page .page-header .entry-title {
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  text-align: center;
}
.single.single-post .post-page .page-header .entry-subTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.single.single-post .post-page .page-content .metas-content {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 0.5px solid #000000;
  align-items: end;
}
.post-page .page-content .metas-content .entry-meta {
  display: flex;
  justify-content: start;
}
.post-page .avatar-firma {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.post-page .info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: calc(100% - 110px);
}
.post-page .info .info-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.post-page .info .firma-name {
  color: #1e1e1e;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.post-page .info .firma-position {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.single.single-post .post-page .page-content .metas-content .entry-date {
  color: #828282;
  font-family: var(--font-Helvetica);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 992px) {
  .single.single-post .post-page {
    margin-top: 50px;
  }
  .single.single-post .post-page .category-name {
    text-align: center;
  }
  .single.single-post .post-page .page-header .category-name {
    font-size: 28px;
  }
  .single.single-post .post-page .page-header .entry-title {
    font-size: 58px;
    text-align: center;
    margin-bottom: 20px;
  }
  .single.single-post .post-page .page-header .entry-subTitle {
    font-size: 28px;
  }
  .single.single-post .post-page .page-content {
    max-width: 800px;
    margin: auto;
    margin-top: 100px;
  }
}
