/*
Theme Name:         G5Plus Auteur Child Theme
Theme URI:          https://auteur.g5plus.net/
Description:        G5Plus Auteur Child Theme
Version:            1.0
Author:             g5plus
Author URI:         http://g5plus.net/
Template:     		g5plus-auteur

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-auteur
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/

/*rimozione del prezzo duplicato */
.summary.entry-summary p.price:first-of-type {
  display:none;
}

/* Rimozione dell'autore dai meta */
.summary.entry-summary .product_meta span.posted_in:first-of-type {
  display:none;
}

/* stile nome autore pagina prodotto */

.summary.entry-summary .author_before_title a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    font-family: 'Libre Baskerville';
    color: #333;
}

.summary.entry-summary .author_before_title a:hover{
    text-decoration: none;
    color: #febb52;
}