/*
Theme Name:  csWPElenaLaka
Theme URI: https://matchthemes.com/premium/liberis-attorney-lawyer-theme/
Description: Child theme for the Liberis theme
Author: MatchThemes
Author URI: https://matchthemes.com
Version: 1.0
Template: liberis
*/
:root{
    --primary:#2066A4;
    --secondary:#7CABD7;
}

/*Header*/
.info-header-3{
    padding-bottom:0;
    border-bottom:1px solid var(--secondary);
}
.polylang_langswitcher{
    display: flex;
    margin-bottom: 0;
}
.polylang_langswitcher li{
    margin-left: 0.8rem;
    list-style: none;
    margin-bottom:0;
    font-size:0.75rem;
    font-weight:500;
    letter-spacing:0.02rem;
}
.polylang_langswitcher a{
    color: var(--primary);
    text-transform: uppercase;
}
.polylang_langswitcher .current-lang a{
    font-weight:600;
}
.headerHolder3{
    padding-top:0;
}
@media (min-width:990px){
    .headerHolder3{
        padding:0;
    }
}
.logo-3 {
  text-align: left;
  padding-bottom: 0;
}
.social-media li a, .mobile-contact li {
  color: var(--primary);
}
h1.logo{
    margin-bottom:10px;
}
.menu-nav {
    margin-top:1.5rem;
}
.menu-nav li a{
    color:black;
}
.menu-nav ul{
    background-color: var(--primary);
    min-width:300px;
    padding:1rem;
    top:35px;
}
.menu-nav ul::before {
  border-color: transparent transparent var(--primary) transparent;
}
.menu-nav ul li {
    font-size:1rem;
    line-height:1.1rem;
    padding:1rem 0;
    border-bottom:1px dotted white;
}
.menu-nav ul li a:hover{
    color:white !important;
    font-weight:700;
}
/*errota*/
.swiper-horizontal {
  position: relative;
    right: 50%;
    left: 50%;
    width: 100vw !important;
    max-width: none !important;
    margin-right: -50vw !important;
    margin-left: -50vw !important;
}

.slider-container, .swiper-mt, .slider-item-box {
  height: calc(90vh - 110px);
}
@media (min-width:990px){
    .swiper-slide.slider-img{
        background-position: center -250px;
    }

}

.slider-caption{
    bottom:2rem;
    top:auto;
}
.slider-text h2{
    color:white;
    text-shadow: 5px 3px 10px rgba(1,1,1,0.8);
    font-size:3.5rem;
}
@media (max-width:770px){
   .swiper-horizontal {
        /* max-width:100% !important; */
    }
    .slider-caption{
        background-color:rgba(255,255,255,0.5);
        bottom:0;
        margin:1rem;
        padding:1rem;
        left:auto;
        right:auto;
        width:90%;

    }
    .slider-text h2{
        font-size:1.6rem;
        color:black;
        text-shadow: none;
    }
}
/*home*/
.home-title{
    margin-top:2rem;
}
.home-title span {
  box-shadow: inset 0 -0.20em var(--secondary);
    box-shadow: inset 0 -0.20em white;
}
.nortzuk-gara-home p{
    font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #858585;
}
.nortzuk-gara-home h3 {
  font-size: 1.5rem;
  margin: 5px 0 15px 0;
}
.arloen-ikonoak p{
    font-family: Playfair Display, serif;
    font-size:1.2rem;
    color:black;
}
.hr-home hr.wp-block-separator.has-background{
    background-color: #CDDEF0 !important;
    color: #CDDEF0;
    height:3px !important;
}
.arloa-home .arloa-home-testua{
  align-self: flex-end !important;

}

.arloa-home-testua ul{
    font-style:italic;
    font-family: Playfair Display, serif;
    color:black;
    letter-spacing:0.03rem;
    font-size:1.2rem;
}
.is-style-checkbox li::before {
  background-color: var(--primary);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 20px;
  left: -20px;
  -webkit-mask-image: url("img/i_check.png");
  mask-image: url("img/i_check.png");
  position: absolute;
  top: 6px;
  transform: scale(.9);
  width: 20px;
}
.contact-btn{
    text-align: left;
}
input#submit-contact{
    border-color:white;
    color:white;
}
.wp-block-button .wp-block-button__link:hover {
    background-color:white;
    border-color:var(--secondary) !important;
}
/*Portada nortzuk gara*/

.team-image img{
    object-position: top center;
}

/***/
body.single-post .container > .row{
    display:flex;
    justify-content: center;

}
body.single-post .col-md-9.posts-holder {
    margin:0 auto;
    padding-right:1rem;
}
body.single-post .container > .row .col-md-3{
    display:none;
}
body.single-post article{
    font-size:1.2rem;
    /* font-weight:300;
    color:black; */
}
/**/
.topSingleBkg.topPageBkg.topSingleBkgImg{
    margin-top:2rem;
    background-color:#2066A4;
    margin-bottom:40px;
}
/* .custom-page-template.page-holder.single-post-content  h2{
    font-size:1.95rem;
} */
.custom-page-template.page-holder.single-post-content  h3.wp-block-heading{
    font-size:1.7rem;
}
main.page-content{
    font-size:1.1rem;
    color:black;
}

blockquote::before {
  content: "";
  display: inline-block;
  margin-right: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  width: 5px;
  height: 100%;
  background: #CDDEF0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tags-single-page a{
    font-size:1rem !important;
}
/**/
.fitxa{
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding:2rem;
    font-size:1.2rem;
    font-weight:300;
}
.fitxa h2{
    border-bottom:1px dotted black;
    padding-bottom:1rem;
}
footer{
    margin-top:50px;
        padding-top:0px;    color:black;
}
footer .container{
    padding-top:50px;
    border-top:1px solid var(--secondary);
}
footer a{
    border:none;
    color:black;
}
footer .kit-digital .col-md-12{
    display:flex;
    justify-content: center;
}
img.footer-logo{
    width:800px;
    max-width:90%;
    margin:1rem;
}
#respond h3 span, .widgettitle span {
  box-shadow: inset 0 -0.25em var(--secondary);
}

/***/
.blog-post-single .blog-holder h2{
    text-align:center;
}
/**/
.wpcf7-form a{
    color:white !important;
    border-color:white !important;
}
.wpcf7-form p{
    text-align:left !important;
}
.wpcf7-list-item{
    margin-left:0;
}
/**/
.legal-links{
    font-size:14px;
}
.legal-links a{
    color:#666;
    margin-right:1rem;
}
.legal-links a:last-child{
    margin-left:1rem;
}
.legal-links a:hover{
    text-decoration: underline;
}