/*
Theme Name: Twenty Twenty 
Theme URI: http://example.com/twentytwenty-child/
Description: Tema filho para o Twenty Twenty com Cover Template forçado para single posts.
Author: Manus AI
Author URI: https://manus.im
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/

 /* Entry Header */
.cover-header header{
    background-color:transparent !important;
    transform:translatex(0px) translatey(0px);
}

/* List */
.entry-header .post-meta-single ul{
    display:none;
}

/* List */
#post-inner .post-meta-edit-link-wrapper ul{
    display:none;
}

/* Navigation */
#site-content .hentry nav{
    display:none;
}

/* 700px and larger screen sizes */
@media (min-width:700px){

    /* Site Description */
    .header-titles-wrapper .header-titles .site-description{
        display:none;
    }

}


/* Post Title */
.entry-header h1{
    color:#000000 !important;
}

/* Paragraph */
.entry-header .max-percentage p{
    color:#000000;
}

/* Link */
.entry-categories a{
    color:#3e7979 !important;
}

/* 700px and larger screen sizes */
@media (min-width:700px){

    /* Link */
    .entry-categories a{
        font-size:32px;
    }

}

/* Define Tahoma como fonte principal para todo o site */
body, h1, h2, h3, h4, h5, h6, p, li, span, div {
    font-family: Tahoma, Geneva, sans-serif !important;
}

/* Define a cor dos links e remove o sublinhado se preferir */
a {
    color: #3e7979 !important;
    text-decoration: none; /* Opcional: remova esta linha se quiser manter o sublinhado */
}

/* Garante que o hover do link também siga o padrão ou mude levemente */
a:hover {
    color: #2a5656 !important; /* Um tom levemente mais escuro ao passar o mouse */
}