/*
Theme Name: GeneratePress Child
Theme URI: https://placas-solares.milindaweb.com
Description: GeneratePress Child Theme
Author: JGARCIA
Author URI: https://novalannetworks.com
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: generatepress-child
*/
<style>

/* Oculta el menú en móvil */
	.main-navigation {
		display: none;
	}
	.sub-menu-right { 		
		display: none;
	}
/* Centra los títulos de páginas y posts */
	.entry-title {
		text-align:center;
	}
/* Oculta las imágenes destacadas */
	.page-header-image {
		display:none;
	}
/* Pinta el background de header */
	.site-header {
		background-color: #378842;		
	}
	h2 {
		color: #378842;
	}
/* Retoca el footer */
	.inside-site-info{
		display: block;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.inside-site-info {
		height: 120px;
	}
/* Estilo de las tablas*/
	table {
		border-width: 1px 1px 1px 1px;
		border: 1px solid #378842;
	}
	thead {
		background-color: #378842;
		color: #ffffff;
	}
	figcaption {
		font-size: 14px;
		text-align: center;
	}
/* Estilo de la tabla de contenidos */
	div#ez-toc-container{
  		display: block;
  		margin-left: auto;
  		margin-right: auto;
  		max-width: 500px;
		margin-bottom: 50px;
	}
	div#ez-toc-container p.ez-toc-title{
		text-align: center;
	}
/* Estilo Rank Math Breadcrumbs */
	.rank-math-breadcrumb, .rank-math-breadcrumb a {
    	font-size: 16px;
    	color: #378842;
		text-align: right;
		
	}
	.rank-math-breadcrumb p {
    	margin-bottom: 0px;
	}
/* Textos categorias */
	.categorias{
		letter-spacing: 2px;
	}
/* 	Estilo en texto */
	.greyBG{
		background-color: #F0F0F0;
		padding: 20px 10px 0px 10px;
	}
/* Estilo en citas */
	.wp-block-quote{
		border-color: #378842;
	}
</style>
