/* =========================================================
   REVISTA EMPREENDE — CSS ADICIONAL LIMPO
========================================================= */

:root {
  --re-gold: #d8bf7a;
  --re-gold-dark: #c5aa63;
  --re-bg: #fafafa;
  --re-text: #111;
  --re-muted: #999;
}

/* BASE */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: #000;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

mark,
ins {
  background: #fff !important;
}

body.newsmatic_main_body {
  --box-shadow-inset: none !important;
}

/* FUNDOS */

.home,
.home .site-content,
.home #theme-content,
.single-post #theme-content,
body,
.site,
.site-content,
#page {
  background: #fff !important;
}

.lefts-rightc-section,
.leftc-rights-section,
.ticker-news-wrap.layout--two .newsmatic-ticker-box,
#full-width-section,
#bottom-full-width-section,
.trailing-post .filter-item.no-feat-img .post-thumb-wrap,
.post-layout--one #theme-content figure.no-feat-img,
.featured-post .filter-item.no-feat-img .post-thumb-wrap {
  background: #fff !important;
}

#theme-content .primary-content,
#theme-content .widget {
  position: initial !important;
}

/* HOMEPAGE */

.home span.author.vcard,
body.home .google-auto-placed,
.post-categories,
.post-comment,
.news-filter .tab-title,
.news-filter .post-thumb-wrap,
.featured-post .filter-item.no-feat-img .post-thumb-wrap,
.home .widget_newsmatic_posts_list_widget .cat-links,
.home .widget_newsmatic_posts_list_widget a[rel="category tag"] {
  display: none !important;
}

.home section,
.home .widget,
.home article {
  margin-bottom: 28px;
}

.home.blog figure,
.news-carousel figure,
#block--1695785964790f article figure.post-thumb-wrap img {
  border-radius: 8px;
}

.news-list-post-wrap .list-item {
  padding: 20px !important;
  border-bottom: none !important;
}

.home h1,
.home h2,
.home h3,
.home .entry-title,
.home .post-title {
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.home .entry-title a,
.home .post-title a,
.home h2 a,
.home h3 a {
  color: var(--re-text);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.home .entry-title a:hover,
.home .post-title a:hover,
.home h2 a:hover,
.home h3 a:hover {
  color: var(--re-gold-dark) !important;
  opacity: 0.9;
}

.home .entry-meta,
.home .post-meta,
.home .posted-on,
.home time {
  font-size: 12px !important;
  color: var(--re-muted) !important;
  letter-spacing: 0.03em;
}

.home article,
.home .post,
.home .type-post {
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.home article:hover,
.home .post:hover,
.home .type-post:hover {
  transform: translateY(-2px);
}

/* IMAGENS */

#theme-content .primary-content article figure img {
  display: block;
  max-height: 100%;
  padding: 20px !important;
}

.single-post #theme-content .primary-content article figure img {
  padding: 0 !important;
  border-radius: 14px;
  width: 100%;
}

.post-thumbnail,
.entry-media,
.featured-image,
.wp-post-image,
.thumbnail,
.post-thumb,
.article-thumb,
.blog-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f2f2f2;
  display: block;
}

/* POSTS INTERNOS */

.single-post .primary-content article {
  background: #fff;
  border-radius: 18px;
  padding: 34px 38px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.single-post h1.entry-title,
.single-post .entry-title {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--re-text);
  margin-bottom: 16px;
}

.single-post .entry-meta,
.single-post .post-meta,
.single-post .posted-on,
.single-post .byline {
  font-size: 12px !important;
  color: var(--re-muted) !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.single-post .entry-content,
.single-post .post-content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.single-post .entry-content p,
.single-post .post-content p,
.single-post article p {
  font-size: 15px;
  line-height: 1.82;
  color: #222;
  margin-bottom: 1.35em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.single-post .entry-content p:first-of-type {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .post-content h2,
.single-post .post-content h3 {
  color: var(--re-text);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-top: 38px;
  margin-bottom: 16px;
}

.single-post article figure {
  margin-top: 28px;
  margin-bottom: 28px;
}

.single-post .cat-links,
.single-post .post-categories,
.single-post .entry-category,
.single-post .entry-categories,
.single-post .post-comment,
.single-post .comments-link,
.single-post #comments,
.single-post .comments-area,
.single-post #respond {
  display: none !important;
}

/* SIDEBAR / WIDGETS */

.single-related-posts-section figure,
.news-list-wrap figure,
.widget_newsmatic_posts_list_widget .post-meta {
  display: none;
}

.single-post aside,
.single-post .sidebar,
.single-post .widget-area {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.035);
}

.single-post .widget-title,
.single-post aside h2,
.single-post aside h3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--re-text);
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: none;
}

/* BANNERS / ESTRUTURA */

#bottom-full-width-section .newsmatic-container .row > div {
  padding: 20px;
  max-width: 1200px !important;
}

body.both-sidebar #theme-content .row .secondary-left-sidebar {
  margin-right: 20px;
  max-width: 350px !important;
}

.after-header.header-layout-banner-two .ads-banner {
  color: #fff !important;
}

.site-header,
header {
  min-height: 64px;
}

.top-bar,
.breaking-news,
.news-ticker {
  min-height: 40px;
}

iframe,
.embed,
.widget,
.ad,
.ad-slot {
  display: block;
  min-height: 50px;
}

/* DOURADO CREME NO LUGAR DO AZUL */

.block-title::after,
.widget-title::after,
.section-title::after,
.cat-title::after,
h2.widget-title::after {
  background: var(--re-gold) !important;
}

.block-title,
.widget-title,
.section-title {
  border-color: rgba(216,191,122,0.35) !important;
}

.fa-caret-right,
.fa-play,
li::marker,
.widget li::before,
.trending-posts li::before,
ul.trending-posts li::before {
  color: var(--re-gold) !important;
}

.trending-news,
.breaking-news,
.news-ticker,
.tagcloud a:hover,
.read-more:hover {
  background: var(--re-gold) !important;
  border-color: var(--re-gold) !important;
}

a:hover,
.main-navigation a:hover,
.menu a:hover,
.current-menu-item > a,
.cat-links a,
.post-categories a,
.entry-meta a {
  color: var(--re-gold-dark) !important;
}

.page-numbers.current,
.page-numbers:hover,
button,
input[type="submit"],
.wp-block-button__link {
  background: var(--re-gold-dark) !important;
  border-color: var(--re-gold-dark) !important;
}

button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  background: var(--re-gold) !important;
}

[style*="#4db2ec"],
[style*="#1eb5d8"],
[style*="rgb(77, 178, 236)"] {
  color: var(--re-gold) !important;
  background-color: var(--re-gold) !important;
  border-color: var(--re-gold) !important;
}

/* PAGINAÇÃO */

.pagination a {
  color: #888;
  border-color: #fff;
}

.pagination span.current {
  color: #fff;
  border-color: #fff;
}

/* RESPONSIVO */

@media only screen and (max-width: 600px) {
  .news-filter-post-wrap {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  #leftc-rights-section {
    padding-bottom: 0;
  }
}

@media (max-width: 782px) {
  .news-list-post-wrap.column--two {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media (max-width: 768px) {
  .single-post .primary-content article {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .single-post h1.entry-title,
  .single-post .entry-title {
    font-size: 26px;
    line-height: 1.12;
  }

  .single-post .entry-content p,
  .single-post .post-content p,
  .single-post article p {
    font-size: 15px;
    line-height: 1.75;
  }

  .single-post .entry-content p:first-of-type {
    font-size: 16px;
  }
}

/* Remove fundo cinza do container da lupa */

.search-toggle::before,
.search-toggle::after,
.header-search::before,
.header-search::after {
    background: #fff !important;
}

.banner-layout--four .banner-trailing-posts .post-element {
    position: absolute;
    bottom: 0;
    padding: 15px 18px 13px;
    background-image: linear-gradient(to top, #1a1919, transparent);
    width: calc(100% - 8px);
}

/* Traduzir Previous e Next */

.post-navigation .nav-previous a::before {
    content: "Anterior: ";
    font-size: inherit;
	  
}

.post-navigation .nav-next a::before {
    content: "Próximo: ";
    font-size: inherit;
}

/* Esconde o texto original */

.post-navigation .nav-previous .nav-subtitle,
.post-navigation .nav-next .nav-subtitle {
    font-size: 0 !important;
}


