/* ValeJornal internal templates 0.5.4 */

body.category #main,
body.category .main-content,
body.category .content,
body.category .content-area,
body.category .site-content,
body.category .container,
body.category .wrapper,
body.category .row,
body.category .vc_row,
body.category .vc_column_container,
body.category .vc_column-inner,
body.category .wpb_wrapper {
  max-width: none !important;
}

body.category #sidebar,
body.category .sidebar,
body.category .right-sidebar,
body.category .left-sidebar,
body.category .widget-area {
  display: none !important;
}

body.category #main,
body.category .main-content,
body.category .content-area {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vj-internal-after-menu-gap {
  display: block;
  clear: both;
  height: 72px;
}

.vj-cat-editorial-shell {
  width: min(100% - 48px, 1980px);
  margin: 0 auto 52px;
  padding-top: 0;
}

.vj-cat-heading {
  text-align: center;
  margin: 0 0 42px;
  padding-bottom: 26px;
  border-bottom: 1px solid #d9d9d9;
}

.vj-cat-kicker {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #777;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}

.vj-cat-title-page {
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 3.4vw, 64px);
  line-height: 1;
  font-weight: 700;
  color: #111;
  text-align: center;
}

.vj-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.vj-ed-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0 !important;
  padding: 30px 26px 32px;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-top: 0 !important;
  border-right: 0 !important;
}

.vj-ed-card:nth-child(4n + 1) {
  border-left: 0;
  padding-left: 0;
}

.vj-ed-card:nth-child(4n) {
  padding-right: 0;
}

.vj-ed-labels {
  height: 24px;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vj-ed-title {
  margin: 0 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 1.72vw, 36px);
  line-height: 1.11;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.vj-ed-title a {
  color: #111;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vj-ed-title a:hover {
  color: #00a6bf;
}

.vj-ed-excerpt {
  margin: 0 0 18px;
  font-size: clamp(17px, 1vw, 21px);
  line-height: 1.34;
  color: #686868;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vj-ed-image {
  margin: 16px 0 0;
  display: block;
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.vj-ed-image a,
.vj-ed-image img {
  display: block;
  width: 100%;
}

.vj-ed-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10.5;
  object-fit: cover;
  filter: grayscale(100%);
  border: 0 !important;
  box-shadow: none !important;
}

.vj-ed-image:empty,
.vj-ed-image-missing {
  display: none !important;
}

.vj-ed-card a::before,
.vj-ed-card a::after,
.vj-ed-card figure::before,
.vj-ed-card figure::after,
.vj-ed-card .post-thumb::before,
.vj-ed-card .post-thumb::after,
.vj-ed-card .thumb-overlay,
.vj-ed-card .icon-link,
.vj-ed-card .image-overlay {
  content: none !important;
  display: none !important;
}

.vj-ed-card .entry-content,
.vj-ed-card .post-content,
.vj-ed-card .post-meta,
.vj-ed-card .meta,
.vj-ed-card .read-more,
.vj-ed-card .more-link {
  display: none !important;
}

.vj-cat-pagination {
  margin: 42px 0 0;
  text-align: center;
  clear: both;
}

.vj-cat-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vj-cat-pagination li {
  display: inline-block;
  margin: 0 4px;
}

.vj-cat-pagination a,
.vj-cat-pagination span {
  display: inline-block;
  min-width: 36px;
  padding: 8px 11px;
  border: 1px solid #d7d7d7;
  color: #222;
  text-decoration: none;
  font-size: 13px;
}

.vj-cat-pagination .current {
  background: #111;
  color: #fff;
  border-color: #111;
}

@media (max-width: 1380px) {
  .vj-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vj-ed-card:nth-child(4n + 1) {
    border-left: 1px solid #d8d8d8;
    padding-left: 26px;
  }

  .vj-ed-card:nth-child(4n) {
    padding-right: 26px;
  }

  .vj-ed-card:nth-child(3n + 1) {
    border-left: 0;
    padding-left: 0;
  }

  .vj-ed-card:nth-child(3n) {
    padding-right: 0;
  }
}

@media (max-width: 980px) {
  .vj-internal-after-menu-gap {
    height: 56px;
  }

  .vj-cat-editorial-shell {
    width: min(100% - 32px, 980px);
    padding-top: 0;
  }

  .vj-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vj-ed-card {
    padding: 26px 18px 30px;
  }

  .vj-ed-card:nth-child(3n + 1) {
    border-left: 1px solid #d8d8d8;
    padding-left: 18px;
  }

  .vj-ed-card:nth-child(3n) {
    padding-right: 18px;
  }

  .vj-ed-card:nth-child(2n + 1) {
    border-left: 0;
    padding-left: 0;
  }

  .vj-ed-card:nth-child(2n) {
    padding-right: 0;
  }

  .vj-ed-title {
    font-size: 31px;
  }

  .vj-ed-excerpt {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .vj-internal-after-menu-gap {
    height: 42px;
  }

  .vj-cat-editorial-shell {
    width: min(100% - 24px, 520px);
    padding-top: 0;
  }

  .vj-cat-grid {
    grid-template-columns: 1fr;
  }

  .vj-ed-card,
  .vj-ed-card:nth-child(2n + 1),
  .vj-ed-card:nth-child(3n + 1),
  .vj-ed-card:nth-child(4n + 1) {
    border-left: 0;
    padding: 24px 0 30px;
  }

  .vj-ed-labels {
    height: auto;
    white-space: normal;
  }

  .vj-ed-title {
    font-size: 29px;
  }

  .vj-ed-excerpt {
    font-size: 17px;
  }
}
