/*
 Theme Name:   Wp Elementy Child
 Theme URI:    https://themeforest.net/item/elementy-multipurpose-one-multi-page-wordpress-theme/15778094?s_rank=3
 Description:  Creating a magazine website with WordPress has never been easier.
 Author:       11soft
 Author URI: https://themeforest.net/user/11soft/portfolio
 Template:     wp-elementy
 Version:      1.2
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  wp-elementy-child
*/

.menu-image-item {
    display: flex;
    align-items: center;
    margin-left: 20px; /* Spazio tra il menu e l'immagine */
}
.menu-image-item img{
    max-height: 80px; /* Imposta l'altezza desiderata */
    width: auto;
}

.menu-image-item a{
    max-height: 80px; /* Imposta l'altezza desiderata */
    width: auto;
}
 

/*rimozione commento sotto dettaglio articolo */
 
.post-author-container {
 
    display: none !important;
}


/*rimozione data, autore e categoria*/
.post-info{
    display: none !important;
}

.post-meta{
    display: none !important;
}

.entry-meta{
    display: none !important;
}

/*titolo articoli*/
.entry-title{
    padding-bottom: 40px !important;
	font-size: 30px !important;
    line-height: 35px !important;
    padding-top: 10px;
    margin: 0;
}

.page-title{
    display: none !important;
}



