/*
 * Theme Name:  Maag Child
 * Theme URI:   https://maag.codesupply.co/
 * Description: Maag Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    maag
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

/*  Grigio #939287 
    Rosso #EE3E37 per Accessiilità #C12722
    Nero #000000
    Bianco #FFFFFF
*/

.custom-hide-thumbnail .cs-entry__media figure {
    display: none;
}

/* nascondo il footer del tema, perchè ho creato il template personalizzato da elementor*/
.cs-footer{
    border: none;
    height: 0.5rem;
}

.cs-footer .cs-footer__item{
    padding: 0;
}
.cs-footer__col .cs-logo{
    display: none;
}

/* Change the color of the category tags */
.cs-entry__meta-overlay .cs-entry__post-meta .post-categories li a:after
{
    background-color: #C12722;
    color: white;
}

.cs-entry__meta-overlay .cs-entry__post-meta .post-categories li a{
    color: white;
}


.cs-posts-area__archive .cs-entry__post-meta .cs-meta-date{
    display: none;
}


/* Change the color of the category tags */
.cs-entry__post-meta .post-categories a{
    background-color: #C12722;
    color: white;
}

.cs-post-carousel__item .cs-entry__excerpt{
    margin-top: 0.5rem;
}

.post-home .cs-entry__inner{
    background-color: #5C5B54;
    color: white;
}

.cs-logo img{
    bottom: -1rem;
}

.wp-caption .wp-caption-text{
    font-size: 0.8rem;
}

/*h1 titoli Temi*/
.archive .cs-page__title{
    font-size: 2.1rem;
}

.cs-entry__header-standard .cs-entry__title{
    font-size: 2.1rem;
}

/* nasconde la thumbnail nei post nella pagina delle categorie*/
.cs-posts-area article .cs-entry__thumbnail{
    display: none;

}
/* articoli recenti */
.wplp_container {
    font-size: 1.3rem;
}

.wplp-box-item a.title{
    font-weight: normal;
    color: black;
}

.wplp-box-item a.title:hover{
    color: rgb(82, 82, 82) !important;

}

.wpcu_block_title{
    color: #939287;
}

#numeri_rivista .elementor-portfolio-item__overlay{
    background-color: #C12722;
}

.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-corners-sharp {
    display: none;
}

/* data articolo visibili in homepage */
.cs-entry__post-meta .cs-meta-date{
    color: white;
    display: block;
    margin-top: 1rem;
}

/* per nascondere la categoria penultimo-numero dalla lista dei post in homepage*/
.post-categories a[href*="/category/penultimo-numero/"] {
    display: none !important;
}