/* =========================
   JARDIM DE HEKATE - PÁGINA
========================= */

body,
.site,
.site-content,
.entry-content,
.wp-site-blocks,
main {
  background: #0b0a0d !important;
}

/* Esconde título apenas das páginas, não dos posts */
body.page .entry-title,
body.page .page-title,
body.page h1.entry-title {
  display: none !important;
}

/* Mostra título nos posts */
body.single-post .entry-title,
body.single-post h1.entry-title {
  display: block !important;
  color: #d6ae62 !important;
  text-align: center !important;
  font-family: Georgia, serif !important;
  font-size: 34px !important;
  line-height: 1.3 !important;
  letter-spacing: 2px !important;
  margin: 35px auto 25px !important;
  max-width: 850px !important;
}

.jh-page,
.jh-page * {
  box-sizing: border-box;
}

.jh-page {
  background: #0b0a0d !important;
  color: #f8f0dd !important;
  font-family: Georgia, serif;
  width: 100%;
  max-width: 100%; 
  overflow: hidden;
}

/* HERO */

.jh-hero {
  min-height: 0px;
  display: flex;
  align-items: center;
  padding: 10px 8%;
  background:
    linear-gradient(to right, rgba(8,7,10,.96), rgba(8,7,10,.72), rgba(8,7,10,.35)),
    url("COLE-AQUI-A-URL-DA-IMAGEM-DE-FUNDO");
  background-size: cover;
  background-position: center;
  border-bottom: 10px solid rgba(214,174,98,.35);
}

.jh-hero-text {
  max-width: 620px;
  text-align: center;
}

.jh-moon {
  color: #d6ae62 !important;
  font-size: 20px;
  letter-spacing: 10px;
  margin-bottom: 10px;
}

.jh-hero h1 {
  color: #d6ae62 !important;
  font-size: 35px;
  line-height: .95;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.jh-hero h2 {
  color: #f8f0dd !important;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}

.jh-hero p {
  color: #f8f0dd !important;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* SEÇÕES */

.jh-section {
  padding: 7px 7%;
  text-align: center;
  border-bottom: 1px solid rgba(214,174,98,.22);
  background: #0b0a0d !important;
}

.jh-section h2,
.jh-final h2 {
  color: #d6ae62 !important;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: normal;
  margin-bottom: 20px;
}

/* GRIDS */

.jh-grid-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}

/* CARDS */

.jh-card {
  background: linear-gradient(180deg, rgba(46,35,50,.55), rgba(13,11,16,.95)) !important;
  border: 1px solid rgba(214,174,98,.35);
  border-radius: 14px;
  padding: 3px 8px;
  min-height: 260px;
  box-shadow: 0 0 35px rgba(0,0,0,.45);
  color: #f8f0dd !important;
}

.jh-featured {
  background: linear-gradient(180deg, rgba(68,36,65,.72), rgba(13,11,16,.95)) !important;
}

.jh-icon {
  font-size: 42px;
  margin-bottom: 18px;
}

.jh-card h3 {
  color: #d6ae62 !important;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: normal;
  margin: 8px 0;
}

.jh-card span {
  display: block;
  color: #d6ae62 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 17px;
}

.jh-card p,
.jh-card li {
  color: #f8f0dd !important;
  font-size: 15px;
  line-height: 1.5;
}

.jh-card ul {
  text-align: left;
  margin: 22px auto 0;
  padding-left: 22px;
  max-width: 280px;
}

.jh-card li {
  margin-bottom: 7px;
}

.jh-card strong {
  display: inline-block;
  margin-top: 20px;
  color: #d6ae62 !important;
  border: 1px solid rgba(214,174,98,.45);
  padding: 9px 18px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

/* BOTÕES */

.jh-btn {
  display: inline-block;
  background: rgba(65,35,65,.65);
  color: #f8f0dd !important;
  border: 1px solid #d6ae62;
  padding: 15px 38px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 8px;
  font-size: 14px;
}

.jh-btn:hover {
  background: #d6ae62 !important;
  color: #0b0a0d !important;
}

/* VALORES */

.jh-values-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 26px;
  max-width: 1100px;
  margin: 0 auto;
}

.jh-values-grid div {
  color: #d6ae62 !important;
  font-size: 34px;
}

.jh-values-grid p {
  color: #f8f0dd !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

/* FINAL */

.jh-final {
  padding: 75px 8%;
  text-align: center;
  background: #0b0a0d !important;
}

  max-width: 760px;
  margin: 0 auto 32px;
  color: #f8f0dd !important;
  font-size: 18px;
  line-height: 1.8;
}

/* MOBILE */

@media (max-width: 900px) {
  .jh-grid-3,
  .jh-values-grid {
    grid-template-columns: 1fr;
  }

  .jh-hero {
    min-height: 560px;
    padding: 6px 6%;
  }

  .jh-hero h1 {
    font-size: 26px;
    letter-spacing: 4px;
  }

  .jh-section h2,
  .jh-final h2 {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
/* SUMÁRIO */

.jh-summary{
    max-width:500px;
    margin:30px auto;
    padding:25px;
    border:1px solid rgba(214,174,98,.35);
    border-radius:12px;
    background:rgba(255,255,255,.03);
    backdrop-filter:blur(3px);
}

.jh-summary h3{
    color:#d6ae62 !important;
    text-align:center;
	
    margin-bottom:20px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.jh-summary ul{
    list-style:none;
    margin:0;
    padding:0;
}

.jh-summary li{
    margin-bottom:12px;
}

.jh-summary a{
    color:#f8f0dd !important;
    text-decoration:none;
	    font-size: 15px; !important;
    display:block;
    padding:10px 15px;
    border-radius:8px;
    transition:.3s;
    border:1px solid rgba(214,174,98,.15);
}

.jh-summary a:hover{
    background:rgba(214,174,98,.15);
    border-color:#d6ae62;
}
html{
    scroll-behavior:smooth;
}
/* Botão da newsletter Jetpack */

.wp-block-jetpack-subscriptions__submit,
.jetpack-subscriptions-widget input[type="submit"] {
    background: rgba(65,35,65,.65) !important;
    color: #f8f0dd !important;
    border: 1px solid #d6ae62 !important;
    padding: 15px 38px !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 14px !important;
    cursor: pointer;
}

.wp-block-jetpack-subscriptions__submit:hover,
.jetpack-subscriptions-widget input[type="submit"]:hover {
    background: #d6ae62 !important;
    color: #0b0a0d !important;
}
/* Botão Newsletter Jetpack */

.wp-block-button__link.no-border-radius{
    background: rgba(65,35,65,.65) !important;
    color: #f8f0dd !important;
    border: 1px solid #d6ae62 !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 15px 38px !important;
    transition: .3s;
}

.wp-block-button__link.no-border-radius:hover{
    background: #d6ae62 !important;
    color: #0b0a0d !important;
}

/* ARTIGOS - IGUAL AO EDITOR */

body.page-id-4229 .entry-content {
    background: #050506 !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* segura a largura dos posts igual no editor */
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles {
    max-width: 900px !important;
    width: 90% !important;
    margin: 0 auto !important;
}

/* cada card/post */
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles article {
    margin-bottom: 25px !important;
    padding: 0 !important;
    min-height: 260px !important;
}

/* conteúdo do post */
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .entry-wrapper {
    padding: 28px !important;
}

/* botão Ler Post Completo */
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .more-link {
    display: inline-block !important;
    background: rgba(72, 40, 60, 0.85) !important;
    color: #ffffff !important;
    border: 1px solid #c9a86a !important;
    border-radius: 7px !important;
    padding: 14px 32px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    box-shadow: none !important;
}

/* hover do botão */
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .more-link:hover {
    background: #c9a86a !important;
    color: #050506 !important;
}

/* título dos posts */
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .entry-title,
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .entry-title a {
    color: #ffffff !important;
}

/* texto dos posts */
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles p,
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .entry-meta,
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles time {
    color: #ffffff !important;
}

/* remove espaçamento lateral do tema */
body.page-id-4229 .site-content,
body.page-id-4229 .content-area,
body.page-id-4229 .site-main,
body.page-id-4229 article#post-4229 {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
/* Botão Ler Postagem */

.more-link,
.wp-block-post-excerpt__more-link,
.read-more,
.readmore {

    display: inline-block !important;
    width: auto !important;
    max-width: none !important;

    padding: 10px 22px !important;

    margin-top: 15px !important;
    margin-left: 0 !important;
    margin-right: auto !important;

    text-align: center !important;

    background: rgba(65,35,65,.65) !important;
    color: #f8f0dd !important;

    border: 1px solid #d6ae62 !important;
    border-radius: 6px !important;

    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 12px !important;

    float: left !important;
}

.more-link:hover,
.wp-block-post-excerpt__more-link:hover,
.read-more:hover,
.readmore:hover {

    background: #d6ae62 !important;
    color: #0b0a0d !important;
}











/* Cards dos artigos */

.wp-block-a8c-blog-posts article {
    background: linear-gradient(
        180deg,
        rgba(46,35,50,.55),
        rgba(13,11,16,.95)
    ) !important;

    border: 1px solid rgba(214,174,98,.35) !important;
    border-radius: 14px !important;

    overflow: hidden !important;
}

/* imagem */

.wp-block-a8c-blog-posts img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
}

/* título */

.wp-block-a8c-blog-posts h2,
.wp-block-a8c-blog-posts h3 {
    color: #d6ae62 !important;
    font-size: 24px !important;
    margin-top: 20px !important;
}

/* resumo */

.wp-block-a8c-blog-posts p {
    color: #f8f0dd !important;
    line-height: 1.6 !important;
}

/* botão */

.wp-block-a8c-blog-posts .more-link,
.wp-block-a8c-blog-posts a.read-more {
    display: inline-block !important;
    width: auto !important;

    margin-top: 15px !important;

    padding: 10px 20px !important;

    background: rgba(65,35,65,.65) !important;
    border: 1px solid #d6ae62 !important;

    color: #f8f0dd !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}








/* ARTIGOS - FORÇAR VISUAL IGUAL AO EDITOR */

.jh-page .wp-block-a8c-blog-posts article,
.jh-page .a8c-posts-list article,
.jh-page .wp-block-a8c-blog-posts .post {
  display: grid !important;
  grid-template-columns: 250px 1fr !important;
  gap: 22px !important;
  align-items: center !important;

  background: linear-gradient(180deg, rgba(46,35,50,.55), rgba(13,11,16,.95)) !important;
  border: 1px solid rgba(214,174,98,.35) !important;
  border-radius: 14px !important;
  padding: 0 !important;
  overflow: hidden !important;
  margin-bottom: 22px !important;
}

.jh-page .wp-block-a8c-blog-posts img,
.jh-page .a8c-posts-list img {
  width: 250px !important;
  height: 190px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

.jh-page .wp-block-a8c-blog-posts article > *:not(figure):not(img),
.jh-page .a8c-posts-list article > *:not(figure):not(img) {
  padding-right: 22px !important;
}

.jh-page .wp-block-a8c-blog-posts h2,
.jh-page .wp-block-a8c-blog-posts h3,
.jh-page .wp-block-a8c-blog-posts a {
  color: #d6ae62 !important;
}

.jh-page .wp-block-a8c-blog-posts p {
  color: #f8f0dd !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.jh-page .wp-block-a8c-blog-posts .more-link,
.jh-page .wp-block-a8c-blog-posts a[href*="/202"] {
  display: inline-block !important;
  width: auto !important;
  max-width: fit-content !important;
  padding: 9px 22px !important;
  margin-top: 12px !important;
  background: rgba(65,35,65,.65) !important;
  color: #f8f0dd !important;
  border: 1px solid #d6ae62 !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 12px !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .jh-page .wp-block-a8c-blog-posts article,
  .jh-page .a8c-posts-list article,
  .jh-page .wp-block-a8c-blog-posts .post {
    grid-template-columns: 1fr !important;
  }

  .jh-page .wp-block-a8c-blog-posts img,
  .jh-page .a8c-posts-list img {
    width: 100% !important;
    height: 220px !important;
  }

  .jh-page .wp-block-a8c-blog-posts article > *:not(figure):not(img),
  .jh-page .a8c-posts-list article > *:not(figure):not(img) {
    padding: 0 18px 18px !important;
  }
}











/* FORÇA O LAYOUT DOS POSTS */

.wp-block-newspack-blocks-homepage-articles article {
    display: grid !important;
    grid-template-columns: 260px 1fr !important;
    gap: 0 !important;

    border: 1px solid rgba(214,174,98,.45) !important;
    border-radius: 14px !important;
    overflow: hidden !important;

    background: linear-gradient(
        180deg,
        rgba(46,35,50,.55),
        rgba(13,11,16,.95)
    ) !important;

    margin-bottom: 25px !important;
}

/* imagem */

.wp-block-newspack-blocks-homepage-articles article figure {
    margin: 0 !important;
}

.wp-block-newspack-blocks-homepage-articles article img {
    width: 260px !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
}

/* conteúdo */

.wp-block-newspack-blocks-homepage-articles .entry-wrapper,
.wp-block-newspack-blocks-homepage-articles .entry-content,
.wp-block-newspack-blocks-homepage-articles .entry-meta {
    padding: 18px !important;
}

/* remove efeito imagem atrás */

.wp-block-newspack-blocks-homepage-articles.image-alignbehind article {
    background-image: none !important;
}

/* botão */

.wp-block-newspack-blocks-homepage-articles .more-link {
    width: auto !important;
    display: inline-block !important;
}














/* MOSTRAR TÍTULOS DOS POSTS NA PÁGINA ARTIGOS */

.wp-block-newspack-blocks-homepage-articles .entry-title,
.wp-block-newspack-blocks-homepage-articles h2,
.wp-block-newspack-blocks-homepage-articles h3,
.wp-block-newspack-blocks-homepage-articles .post-title {

    display: block !important;

    color: #d6ae62 !important;
    font-family: Georgia, serif !important;

    font-size: 20px !important;
    line-height: 1.4 !important;

    margin-bottom: 12px !important;

    text-transform: none !important;
    letter-spacing: 0 !important;
}

.wp-block-newspack-blocks-homepage-articles .entry-title a,
.wp-block-newspack-blocks-homepage-articles h2 a,
.wp-block-newspack-blocks-homepage-articles h3 a {

    color: #d6ae62 !important;
    text-decoration: none !important;
}

.wp-block-newspack-blocks-homepage-articles .entry-title a:hover,
.wp-block-newspack-blocks-homepage-articles h2 a:hover,
.wp-block-newspack-blocks-homepage-articles h3 a:hover {

    color: #f8f0dd !important;
}










/* BOTÃO SEM DATA AO LADO */

.wp-block-newspack-blocks-homepage-articles .more-link {
    margin-top: 15px !important;
}







.wp-block-newspack-blocks-homepage-articles .entry-title{
    font-size:28px !important;
}





.wp-block-newspack-blocks-homepage-articles article{
    margin-bottom:35px !important;
}







.wp-block-newspack-blocks-homepage-articles .entry-wrapper{
    justify-content:center !important;
}









/* ==========================
   TÍTULO + DATA DOS ARTIGOS
========================== */

/* força o título aparecer */

.wp-block-newspack-blocks-homepage-articles .entry-title,
.wp-block-newspack-blocks-homepage-articles h2.entry-title,
.wp-block-newspack-blocks-homepage-articles h3.entry-title,
.wp-block-newspack-blocks-homepage-articles .post-title {

    display: block !important;

    color: #d6ae62 !important;
    font-family: Georgia, serif !important;

    font-size: 20px !important;
    line-height: 1.4 !important;

    margin: 0 0 6px 0 !important;

    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* link do título */

.wp-block-newspack-blocks-homepage-articles .entry-title a,
.wp-block-newspack-blocks-homepage-articles .post-title a {

    color: #d6ae62 !important;
    text-decoration: none !important;
}

.wp-block-newspack-blocks-homepage-articles .entry-title a:hover,
.wp-block-newspack-blocks-homepage-articles .post-title a:hover {

    color: #f8f0dd !important;
}

/* organiza conteúdo do card */

.wp-block-newspack-blocks-homepage-articles .entry-wrapper,
.wp-block-newspack-blocks-homepage-articles .entry-content {

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

/* título */

.wp-block-newspack-blocks-homepage-articles .entry-title {
    order: 1 !important;
}

/* data logo abaixo do título */

.wp-block-newspack-blocks-homepage-articles .entry-meta,
.wp-block-newspack-blocks-homepage-articles .posted-on,
.wp-block-newspack-blocks-homepage-articles time {

    order: 2 !important;

    display: block !important;

    color: rgba(214,174,98,.75) !important;

    font-size: 12px !important;
    letter-spacing: 1px !important;

    margin: 0 0 14px 0 !important;
}

/* resumo */

.wp-block-newspack-blocks-homepage-articles p {
    order: 3 !important;
}

/* botão */

.wp-block-newspack-blocks-homepage-articles .more-link {
    order: 4 !important;

    width: auto !important;
    margin-top: 15px !important;
}









/* DATA ABAIXO DO TÍTULO */

.wp-block-newspack-blocks-homepage-articles .entry-meta,
.wp-block-newspack-blocks-homepage-articles .posted-on,
.wp-block-newspack-blocks-homepage-articles .entry-date {

    display: block !important;

    color: rgba(214,174,98,.75) !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;

    margin-top: -5px !important;
    margin-bottom: 15px !important;

    text-align: left !important;
}

/* EMPILHA CONTEÚDO */

.wp-block-newspack-blocks-homepage-articles .entry-wrapper,
.wp-block-newspack-blocks-homepage-articles .entry-content {

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}










/* ARTIGOS - deixar só a primeira data */
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .entry-meta time + time,
body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .entry-meta span:nth-of-type(2) {
    display: none !important;
}











/* Cabeçalho da página de artigos */
.jh-blog-page .jh-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
}

.jh-blog-page .jh-hero-text {
    width: 100%;
}

.jh-blog-page .jh-moon {
    color: #c9a86a;
    font-size: 24px;
    margin-bottom: 10px;
}

.jh-blog-page h1#jardim {
    text-align: center !important;
    color: #c9a86a !important;
    letter-spacing: 8px;
    margin: 0;
}

/* Mobile */
@media (max-width: 300px) {

    .jh-blog-page .jh-hero {
        display: block;
        text-align: center;
        padding: 20px 15px;
    }

    .jh-blog-page .jh-hero-text {
        width: 100%;
    }

    .jh-blog-page h1#jardim {
        font-size: 38px !important;
        letter-spacing: 4px !important;
    }

    .jh-blog-page .jh-moon {
        display: block;
        margin-bottom: 8px;
    }
}








/* MOBILE - EMPILHAR IMAGEM E TEXTO */

@media (max-width: 768px){

    .wp-block-newspack-blocks-homepage-articles article,
    .wp-block-newspack-blocks-homepage-articles .post-has-image,
    .wp-block-newspack-blocks-homepage-articles .entry-wrapper{

        display:block !important;
        width:100% !important;
        max-width:100% !important;
    }

    .wp-block-newspack-blocks-homepage-articles img{
        width:100% !important;
        height:auto !important;
        display:block !important;
    }

    .wp-block-newspack-blocks-homepage-articles .entry-wrapper{
        padding:20px !important;
        text-align:center !important;
    }

    .wp-block-newspack-blocks-homepage-articles .entry-title{
        text-align:center !important;
    }
}













/* CELULAR - corrigir cards dos artigos */
@media (max-width: 768px) {

  body.page-id-4229 .wp-block-newspack-blocks-homepage-articles article {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-4229 .wp-block-newspack-blocks-homepage-articles img,
  body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .post-thumbnail {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    float: none !important;
  }

  body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .entry-wrapper {
    display: block !important;
    width: 100% !important;
    padding: 24px 18px 30px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .more-link {
    display: block !important;
    width: fit-content !important;
    margin: 22px auto 12px !important;
    text-align: center !important;
    float: none !important;
  }

  body.page-id-4229 .wp-block-newspack-blocks-homepage-articles .entry-meta,
  body.page-id-4229 .wp-block-newspack-blocks-homepage-articles time {
    display: block !important;
    text-align: center !important;
    margin: 8px auto 0 !important;
    float: none !important;
  }
}