/*
Theme Name: Twenty Twenty - COGAM
Theme URI: https://www.url_de_nuestra_plantilla.com
Author: Rosendo
Author URI: https://nuestro_dominio.com
Description: Version adaptada del la plantilla Twenty Twenty para la web de COGAM
Version: 1.0
Template: twentytwenty
*/

/* Aquí escribe tu personalización CSS */

/*******INICIO https://ryandaniels.ca/blog/set-up-customize-wordpress-twenty-twenty/*************/

/* Smaller Heading Font please */
@media (min-width: 700px) {
  h1, .heading-size-1 { font-size: 6.4rem; }
  h2, .heading-size-2 { font-size: 4.4rem; }
  h3, .heading-size-3 { font-size: 3.8rem; }
  h4, .heading-size-4 { font-size: 3.2rem; }
}

/* Reduce white space around stuff */
@media (min-width: 700px) {
  .widget .widget-title { margin-bottom: 2rem; }
  .post-inner { padding-top: 3rem; }
  .footer-widgets-outer-wrapper { padding: 3rem 0; }
  #site-footer { padding: 3rem 0; }
}
.singular .entry-header {
  padding: 2rem 0;
}
body:not(.singular) main > article:first-of-type {
  padding: 2rem 0 0;
}
.archive-header {
  padding: 2rem 0;
}
.error404 #site-content {
  padding-top: 2rem;
}
/*****FIN https://ryandaniels.ca/blog/set-up-customize-wordpress-twenty-twenty/***************/



/* Mayor ancho en todos los contenidos */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 70%;
}

/*
.entry-content {
    max-width: 158rem;
    width: calc(100% - 4rem);
}*/

.wp-block-button__link {
	text-transform: none;
}

.entry-content {
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/* ocultar la cabecera con el titulo de todas las páginas */
.page .entry-header{
	display:none;
}
/*.page .entry-title{
	display:none;
}*/

.trasparente-4 {	
	opacity: .4;
}
.trasparente-5 {	
	opacity: .5;
}
.trasparente-6 {	
	opacity: .6;
}
.trasparente-7 {	
	opacity: .7;
}
.trasparente-8 {	
	opacity: .8;
}
.trasparente-9 {	
	opacity: .9;
}