/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://sintonizacionesarquetipicas.es
 Description:  Default GeneratePress child theme. Es utilizado para general la web www.sintonizacionesarquetipicas.es
 Author:       Sintonizaciones
 Author URI:   https://sintonizacionesarquetipicas.es
 Template:     generatepress
 Version:      0.1
*/

/*
COLORES CORPORATIVOS
    * Principal o base: #55bacc (Azul del logo)
    * Base - 2: 
    * Base - 3: 
    * Contraste: #
    * Contraste - 2: #
    * Contraste - 3: #
    * Accent: #bfcf26 (Verde del Logo)
*/

/*
===================
    GENERAL STYLES
 =====================   
*/

.site-header {
    margin-top: -6px;
}
.inside-header { display: none;}

.main-navigation .inside-navigation #primary-menu li {
    margin-bottom: 0;
}
.main-navigation .inside-navigation #primary-menu li a {
    font-size: 17px;
}

.separate-containers .featured-image {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
}
.separate-containers .featured-image img {
    width: 100%;
}

/* Contenidos General */
.imagen-contenido {
    margin-top: 40px;
    margin-bottom: 40px;
}


h1, h2 {
    text-align: center;
}

p, li {
    text-align: justify;
    font-size: 1.3rem;
    line-height: 2.1rem;
    word-wrap: break-word;
    hyphens: auto;
}
p {
    text-indent: 40px;
}
li {
    margin-bottom: 20px;
}
.site-footer h2 {
    font-size: 1.4rem;
    text-align: left;
    font-weight: bold;
}
.site-footer p {
    text-indent: 0;
}
.site-footer li {
    font-size: 0.8rem;
    line-height: 1.4rem;
}

/* =====================
    CONTACTO Y MÁS INFORMACIÓN 
=====================*/

.contenedor-contacto-fb>div {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
}
.contenedor-contacto-fb>div>div p {
	text-indent: 0;
}
.contacto-info>div{
    padding: 5px;
}
.contacto-info p {
    text-indent: 0;
}
.item-contacto .libro figure img {
    max-width: 220px;
}

.contacto-info .info-libro-item>div {
    padding: 10px;
}

.info-libro-item>div p {
    text-indent: 0;
    text-align: left;
    display: block;
}


@media (max-width: 767px){
    /* General*/
    .site-header {
        margin-top: -6px;
    }
    p, li { font-size: 1.2rem; }
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.5rem; }
    h4 { font-size: 1rem; }

    /* Contacto y más información */
	.contenedor-contacto-fb>div {
		flex-direction: column;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.contenedor-contacto-fb>div>div {
		margin-bottom: 40px;
	}
    .item-contacto .libro{
        margin-bottom: 80px;
    }
    
    .info-libro-item>div.wp-block-group__inner-container {
        padding: 10px;
    }
    .info-libro-item>div.wp-block-group__inner-container p {
        line-height: 1rem;
    }
   
}