/*
Theme Name:   Awen Child
Description:  Tema hijo 
Author:       Montse Fernandez
Author URL:   https://awenpsicologia.com
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child

*/ cabecera de las paginas */
.cabecera-01 h1{
	font-size: 30px;
	font-weight: 400;
	bottom: 30px;
background: rgb(238,174,202);
background: linear-gradient(60deg, rgba(238,174,202,0.31566724590226714) 12%, rgba(22,62,110,0.6041826520647322) 30%, rgba(238,174,202,0.31566724590226714) 100%);


}
/* extracto post */
.entry-summary p {
    font-size: 16px;
    color: #000000;
    line-height: 1em;
	font-weight: 500;
}


.footer-widgets .footer-widget-1 {
    flex-basis:40%;
}

.footer-widgets .footer-widget-2 {
    flex-basis: 25%;
}

.footer-widgets .footer-widget-3 {
    flex-basis: 35%;
}


.comment-form-url{
	display:none;
}

/* formato cuadrado adaptable de adsenes */
.square-adsense{display:block;width:336px;height:280px}
@media (max-width: 500px){.square-adsense{width:300px;height:300px}}

/* formato rectangular adaptable de adsenes */
.ad-rectangle{display:block;height:300px}
@media (max-width: 991px){.ad-rectangle{display:inline-block;width:300px;height:600px}}

/* formato imagen destacada */
.hero-wrap{
  display:flex;
  flex-direction:row;
  justify-content: center;
} 
.hero-wrap-column{
  padding: 20px;
  text-align: left;
}

/* margenes arriba y abajo en las imagenes */
figure {
    margin-bottom: 1.5em;
	margin-top: 1.5em;

}