/* ==========================================================================
   OMP 3.5.0.3 - TEMA PADRÃO - ASSINATURA INDIVIDUAL DE CORREÇÃO
   ========================================================================== */

/* --- VERSÃO EM INGLÊS: Apenas "About the Press" -> "Welcome" --- */
html[lang^="en"] .pkp_structure_main .about h2,
html[lang^="en"] .pkp_structure_main .about_press h2,
html[lang^="en"] .pkp_structure_main .press_description h2,
html[lang^="en"] .pkp_structure_main .homepage_about h2 {
    font-size: 0 !important;
    line-height: 0 !important;
    margin-bottom: 25px !important;
}

html[lang^="en"] .pkp_structure_main .about h2::before,
html[lang^="en"] .pkp_structure_main .about_press h2::before,
html[lang^="en"] .pkp_structure_main .press_description h2::before,
html[lang^="en"] .pkp_structure_main .homepage_about h2::before {
    content: "Welcome" !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
    color: #202020 !important;
    display: block !important;
}

/* --- VERSÃO EM PORTUGUÊS: Apenas "Sobre a Editora" -> "Bem-Vindo" --- */
html[lang^="pt"] .pkp_structure_main .about h2,
html[lang^="pt"] .pkp_structure_main .about_press h2,
html[lang^="pt"] .pkp_structure_main .press_description h2,
html[lang^="pt"] .pkp_structure_main .homepage_about h2 {
    font-size: 0 !important;
    line-height: 0 !important;
    margin-bottom: 25px !important;
}

html[lang^="pt"] .pkp_structure_main .about h2::before,
html[lang^="pt"] .pkp_structure_main .about_press h2::before,
html[lang^="pt"] .pkp_structure_main .press_description h2::before,
html[lang^="pt"] .pkp_structure_main .homepage_about h2::before {
    content: "Bem-Vindo" !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
    color: #202020 !important;
    display: block !important;
}