/*
 Theme Name:   Attorneypress Child
 Theme URI:    http://themes.radiantthemes.com/attorneypress/
 Description:  Attorneypress Child Theme
 Author:       RadiantThemes.com
 Author URI:   http://radiantthemes.com/
 Template:     attorneypress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  attorneypress

*/
/* Oculta definitivamente a barra azul do topo */
.header_top {
    display: none !important;
}

/* Traduz e CENTRALIZA o botão "Saiba Mais" */
.areas-of-practise-item .btn {
    font-size: 0 !important; /* Esconde o texto original "Read More" */
    
    /* Adiciona estas 3 linhas para forçar a centralização */
    display: flex;
    justify-content: center;
    align-items: center;
}

.areas-of-practise-item .btn::after {
    content: "Saiba Mais"; /* Adiciona o novo texto */
    font-size: 15px;       /* Defina o tamanho da fonte que desejar */
    letter-spacing: normal;
}