/* ===================================================================================

* Theme Name: CRIL Child
* Theme URI: 
* Author: A.L. x Infocom srl
* Author URI: 
* Description: 
* Version: 2.0.0
* Template: digiqole
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: 

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.category-main-title * {
    background-image: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.category-main-title .title-angle-shap {
    position: relative !important;
}

.category-main-title .title-angle-shap::before,
.category-main-title .title-angle-shap::after,
.category-main-title .block-title::before,
.category-main-title .block-title::after,
.category-main-title::before,
.category-main-title::after {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
}

/* Stili per rendere il titolo un h1 semplice e nero */
.category-main-title .title-angle-shap {
    /* Rimuove background e decorazioni mantenendo il testo */
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    
    /* Rimuove padding/margin che potrebbero creare "angoli" */
    padding: 0 !important;
    margin: 0 !important;
    
    /* Stili h1 semplici */
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #000 !important;
    line-height: 1.2 !important;
    
    /* Rimuove trasformazioni del testo */
    text-transform: none !important;
    letter-spacing: normal !important;
    
    /* Assicura che si comporti come testo normale */
    display: inline !important;
    position: static !important;
}

/* Rimuove pseudo-elementi che creano gli "angoli" */
.category-main-title .title-angle-shap::before,
.category-main-title .title-angle-shap::after {
    display: none !important;
    content: none !important;
}

/* Rimuove eventuali stili dal contenitore padre che potrebbero influenzare la visualizzazione */
.category-main-title .block-title {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* Se ci sono ancora elementi decorativi, questa regola li nasconde */
.category-main-title .heading-style3.style4 {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}