/*
 Theme Name:   CCOO Custom Theme 
 Theme URI:    https://ccoo-orange.com/
 Description:  Tema hijo de GeneratePress para CCOO Orange
 Author:       CCOO
 Author URI:   https://ccoo-orange.com/
 Template:     generatepress
 Version:      1.0
*/


.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

.byline,
.entry-meta .byline,
.entry-meta .author,
.posted-by {
  display: none !important;
}

.entry-header .entry-title {
	font-weight: bold;
	color: var(--accent);
}

.entry-content .uagb-heading-text,
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
	margin-bottom: 1em;
	font-weight: bold;
}


.main-nav .menu-item a { font-weight: bold; }