/*!
Theme Name: heize2
Theme URI: https://elkarmedia.eus/
Author: Elkarmedia
Author URI: https://elkarmedia.eus/
Description: Heize custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: heize2

laien is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.portada .orriak-img {
	height:100vh;
}

/*forms*/
.formularioa .nf-field-label label {
	font-weight:normal;
	font-size:1rem;
    line-height: 1rem;
}
.nf-form-cont {
	position:relative;
	padding-bottom:30px
}
.nf-before-form-content {
	position: absolute;
    bottom: 10px;
    font-size: 80%;
}
.checkbox-container.label-right .field-wrap>div.nf-field-label {
	width:auto;
}
.field-wrap.checkbox-wrap .nf-field-description {
	margin:0 0 0 5px;
	width:100%
}
.nf-field-description a {
	text-decoration:underline;
}
.nf-field-description a:hover {
	color:#fff
}
.nf-error-msg {
	font-size:90%;
}
.nf-field-description a:hover {
	color:#000
}
.nf-form-content{
	padding-bottom:20px;
}
.nf-response-msg {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	padding: 2rem;
	background-color: #fff;
	border-radius: .25rem;
}
.formularioa .nf-form-content input[type=submit] {
	background-color: #3f7986;
}
/*heize*/
footer {
    background-color: #1b1a1a;
    color:#fff;
}
footer a,
footer .h4 {
    color:#fff;
}
footer a:hover {
    color:#f8f8f8;
}
.widget .title, .widget h2 {
    font: 700 18px / 20px 'Roboto', trebuchet ms;
}
#tribe-events-footer,
.post-type-archive-tribe_events .posts-navigation {
    display:none;
}
h1.entry-title {
    display:flex;
    align-items: center;
}