/*!
Theme Name:   Björk Child
Template:     bjork
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Put your custom CSS styles below... */

.verde{
	color:#00b128;
}
hr.is-style-default{
	height:10px;
	margin-left:0;
	width:50px;
}

.search-form{
	display:none!important;
}

.telefono-header{
	display:inline-block;
	margin:0 1rem;
}

@media (max-width: 599px) {
	.banner-inicio .wp-block-cover__image-background{
		background-image:url('img/cabecera-energion-movil.jpg')!important;
	}
}

.site-footer .custom-logo{
	width:200px;
	height:auto;
	max-height:none;
	margin-bottom:40px;
}
.site-footer .logos-subvencion{
	width:500px;
	max-width:100%;
	padding-top:1rem;
	padding-bottom:1rem;
}

.wpcf7 label,
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
	width:100%;
}
.wpcf7 .wpcf7-list-item{
	margin-left:0;
}

#menu-item-1674 a{
	border:none;
}

/*Cabecera*/
.has-decoration::before,
.page-header-content::before,
.summary-content .entry-title::before{
	background-image:url('img/bg-energion.jpg');
	opacity:1 !important;
	background-size:contain;
	background-repeat:no-repeat
}
.has-decoration::after,
.page-header-content::after,
.page-media .post-thumbnail::before,
.page-media .post-thumbnail::after,
.summary-content .entry-title::after{
	background-image:none;
}

.page-header-text .entry-summary{
	font-weight:600;
}

/*Listado de proyectos*/
.posts .entry .entry-meta,
.posts .entry .link-more-container{
	display:none;
}
.posts .entry{
	border:none!important;
}
.posts .entry .entry-header{
	margin-left:0;
	margin-right:0;
}
.posts .entry .entry-content,
.posts .entry .entry-header{
	margin-left:0;
	margin-right:0;
	max-width:100%;
}

/*Ficha de proyecto*/
.entry-meta{
	display:none;
}

/*Quiénes somos*/
@media (min-width:600px){
	.birke-mauer{
		margin-top:-150px!important;
	}
}

/*Nuestros medios*/
@media (min-width: 1280px){
	.page-id-1676 .page-header .page-header-text{
		max-width:100%;
	}
	.page-id-1676 .page-header .entry-summary{
		max-width:50%;
	}
}
.iconos p{
	width:300px;
	margin-left:auto;
	margin-right:auto;
}