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

xoraturikan 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;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*xoraturikan*/
#page {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}
footer {
	margin-top:auto;
}
.f-contacto img {
	margin-bottom:1.5rem;
}
.contacto-dat {
    display:flex;
    align-items: center;
}
.title-box h2,
.more-link {
    text-transform:uppercase;
}
.hasiera-band .container > p {
    font-size: clamp(1.3rem, 2vw, 1.1rem);
    font-weight: 400;
}
.hasiera-inner p {
    font-size:clamp(1.6rem, 2vw, 1.5rem);
    line-height: 1.4;
}
/*orriak*/
.entry-header {
    margin-top:100px;
}
.entry-content {
        padding:2rem;
    }
.orria .services-list {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    padding: 0 30px;
}
.orria .title-barrukoa .title-box {
    background-color: var(--white);
}
.orria .wp-block-columns > .wp-block-column > .wp-block-image {
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
    background-color: var(--gris-argia);
}
.project-title {
    font-weight:normal;
}
.azalpen-list > h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: clamp(1.1rem, 1.4vw, 1.5rem);
    color: var(--gorria);
    border-top: 2px solid var(--gris-argia);
    padding-top:20px;
}
.datuak > img {
    height: auto;
    margin: 2rem auto clamp(1rem, 3vw, 1.75rem);
    background-color: var(--white);
    padding: 1.5rem;
}
/*forms*/
.formularioa .label-above .nf-field-label{
    margin-bottom:0;
}
.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;
}
.nf-form-content input[type=submit] {
    background:var(--gorria) !important;
    color: var(--white)!important;
    border:none;
    padding:10px 22px;
 }
.nf-form-content input[type=submit]:hover {
    background: var(--grisa) !important;
    color: var(--beltza) !important;
 }
.nf-form-content button.btn.btn-secondary {
	font-size: 14px; 
 }
 /*footer*/
 .footer-bottom {
    padding: 1.5rem;
    color: #535353;
    position: relative;
    display: flex;
    font-size: 14px;
}
.footer-bottom ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
 }
 .footer-bottom ul li {
    margin-right: 10px;
}
.footer-bottom li a {
    color: var(--bs-beltza);
    margin-left: 2rem;
    text-decoration: underline;
    font-size: 13px;
}
.arrow-top {
    font-size: 25px;
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 1400px) {
    .container {
        max-width:1600px;
    }
}