/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/



@media only screen and (min-width: 768px) and (max-width: 1450px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
    }
       .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block;
    }
}

#zabalera-osoa .container {
    width: 98% !important;
max-width: none !important;
}

#top .avia-logo-element-container .slide-image {
    background: transparent !important; }


@media only screen and (max-width: 767px) {
  #menu-txikia {
    display: flex !important;
    flex-direction: row !important;
    position: static !important;
  }
}

@media only screen and (max-width: 400px) {
  #menu-txikia {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
}

.av-layout-grid-container {
  display: flex;
  align-items: stretch;
}

/*HEADER FONDO ILUNA*/
#main, .avia-msie-8 .av_header_sticky_disabled#header {
    background-color: #ffffff;
}

#top > #wrap_all::before {
  content: "";
  display: block;
  background-color: #0d1820;
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#wrap_all {
  position: relative;
  background-color: #ffffff;
}

/* BLOKE ESTILOAK */

.container-round-corner {
  border-bottom-left-radius: 120px;
  overflow: hidden;
}

.block-round-corner {
  border-bottom-left-radius: 60px;
  overflow: hidden;
}

.block-glass-light {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom-left-radius: 60px;
  overflow: hidden;
}

.block-glass-dark {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 60px;
  overflow: hidden;
}

.block-glass-square {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7);
}


.block-arrow {
  clip-path: polygon(
     0 0,
     calc(100% - 20px) 0,
     100% 50%,
     calc(100% - 20px) 100%,
     0 100%,
     20px 50%
   );
}

.javascript-blokea {
  display: none;
}

/*Responsive*/

@media (max-width: 1400px) {
  .block-round-corner {
    border-bottom-left-radius: 40px !important;
    padding: 20px !important;
    overflow: hidden;
  }

  .block-glass-light {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 40px !important;
    padding: 20px !important;
    overflow: hidden;
}

  .block-glass-dark {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 40px !important;
    padding: 20px !important;
    overflow: hidden;
  }
}

@media (max-width: 989px) {

  .container-round-corner {
      border-bottom-left-radius: 60px !important;
      overflow: hidden;
    }

  .block-arrow {
    min-height: 180px !important;
    padding: 10% 2% 2% 2% !important;
    clip-path: polygon(
      0 0,
      0 calc(100% - 20px),
      50% 100%,
      100% calc(100% - 20px),
      100% 0,
      50% 20px
    );
  }

  .block-arrow-down {
    display: block !important;
  }

  .block-round-corner {
    border-bottom-left-radius: 60px !important;
    padding: 30px !important;
    overflow: hidden;
  }

  .block-glass-light {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 60px !important;
    padding: 30px !important;
    overflow: hidden;
}

  .block-glass-dark {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 60px !important;
    padding: 30px !important;
    overflow: hidden;
  }
}

/*BLOG GRID*/

.blog-estua .av_one_fourth {
  margin-right: -60px;
  margin-bottom: 30px;
}

.blog-estua .av_one_fourth:nth-child(4n) {
  margin-right: 0;
}

.blog-estua .avia-content-grid {
  overflow: hidden;
  margin-right: -2%;
}

.avia-content-slider .slide-image,
.av-inner-masonry-content,
.av-masonry-entry .av-inner-masonry {
  background: none !important;
  padding: 0 !important;
}

.entry-content-header {
   font-size: 26px;
}

.slide-meta {
   margin: 15px 0 0 0;
}

.more-link {
   color: #000C14 !important;
   font-size: 14px;
   font-weight: bold;
}

img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  display: block;
}

.slide-meta-comments {
  display: none !important;
}

.slide-meta-del {
  display: none !important;
}

.read-more-link {
   margin-top: 10px !important;
}

/*BLOG POST*/

.post .entry-content-wrapper {
   max-width: 1320px !important;
}

.entry-content-header {
   max-width: none !important;
}

.entry-content {
   max-width: none !important;
}

.post-title {
   font-size: 50px !important;
   max-width: none !important;
   margin-bottom: 30px;
}

.date-container {
   font-size: 18px;
   color: #22464f;
}

.blog-categories {
   font-size: 18px;
   color: #22464f;
   text-transform: uppercase;
}

.comment-entry {
   display: none !important;
}

.av-share-box {
   margin-bottom: 30px !important;
}

.single-big {
   margin-bottom: 50px !important;
}

.post .entry-content .content {
   font-size: 24px;
  }

.template-blog .post-entry strong {
  color: #000c14!important;
}

/*Responsive*/

@media only screen and (max-width: 989px) {
  .entry-content-wrapper {
    text-align: left !important;
  }
  .entry-content .content {
   padding: 0px !important;
  }
}

@media only screen and (max-width: 989px) {
  .entry-content-wrapper {
    text-align: left !important;
  }
.entry-content .content {
   padding: 0px !important;
}
}


/* IKONOEN KOLOREAK*/
.ikono-berezia .av_icon_caption {
  color: #000C14 !important;
}
.ikono-berezia .av-icon-char {
  border-color: #00e899 !important;
  border-width: 2px !important;
  width: 50px !important;
}
.ikono-berezia-ilun .av_icon_caption {
  color: #ffffff !important;
  line-height: 1.5;
}
.ikono-berezia-ilun .av-icon-char {
  border-color: #00e899 !important;
  border-width: 2px !important;
  width: 50px !important;
}


/*BOTOAIK*/

.avia-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.avia-button .avia_button_icon {
   font-size: 35px;
}


/* TEAM MEMBER */
.team-img-container img {
    border-radius: 100%;
}

#top .avia-team-member .team-social {
    background: transparent;
    border: none;
}

@media only screen and (max-width: 989px) {
.responsive.av-no-preview #top .avia-team-member .team-social {
    background: transparent;
    border: none;
    }}

.avia-team-member .team-member-name {
  text-align: center;
}
.avia-team-member .team-member-job-title {
  text-align: center;
}
.team-img-container img {
  width: 75% !important;
}

.avia-team-member .team-social {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 15px;
}

.avia-team-member .team-img-container:hover .team-social {
  opacity: 1 !important;
  visibility: visible !important;
}

.avia-team-member .team-social a {
  display: inline-block;
  margin: 0 6px ;
  padding: 0 !important;
  font-size: 28px;
  color: #00E899;
  transition: color 0.3s ease;
}

.avia-team-member .team-social a:hover {
  color: #e63946;
 }

.avia-team-member .team-img-container {
  overflow: visible !important;
  padding-bottom: 20px;
  position: relative;
}

/* TAULEN ESTILOAK*/
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border: 1px solid #E6F4EF;
  margin-bottom: 20px;
  font-size: 1em;
}

/* Goiburuak*/
table th {
  background-color: #00E899;
  color: #000C14;
  padding: 12px;
  text-align: left;
  border: 1px solid #E6F4EF;
}

/* Zeldak */
table td {
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #E6F4EF;
}

/* Txandakako lerroak */
table tr:nth-child(even) td {
  background-color: #fafafa;
}

/* Lehen zutabea */
table td:first-child,
table th:first-child {
  width: 40%;
  white-space: nowrap;
}


/*TABS DISEINUA*/

.av-tab-section-tab-title-container .av-section-tab-title .av-tab-arrow-container {
  min-width: 180px;
  max-width: 240px;
  text-align: center;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.av-section-tab-title .av-inner-tab-title {
  display: block;
  width: 100%;
  white-space: normal !important;
  word-break: break-word;
  text-align: center;
  line-height: 1.4;
}

.av-section-tab-title .av-inner-tab-title {
    white-space: normal !important;
    word-break: break-word;
    font-size: 18px;
   }

.av-tab-section-icon {
   font-size: 50px;
   }

.av-section-tab-title {
   background: #E6F4EF;
   min-width: 20%;
   }

.av-active-tab-title {
   background: #ffffff !important;
   border-width: 2px;
   border-style: solid;
   border-bottom: none;
}

.av-tab-arrow-container {
  display: none !important;
   }

/* TESTUEN TAMAINAK */

body, p {
  line-height: 1.2; 
}
.testua-34 {
  font-size: 34px;
  line-height: 1;
}
.testua-26 {
  font-size: 26px;
  line-height: 1.2;
}


/* BREADCRUMBS */

.title_container {
  background-color: #000C14;
 }

.title_container .container {
  min-height: 30px !important;
}

span.trail-before {
display: none!important;
}
span.trail-end{
color: #00E899;
}

.title_container .breadcrumb { 
     position:relative;
     left:-2px; 
     top: 5px; 
}

/*AKORDEOIA*/

.mid {
     float: left;
     width: 50%;
}

@media only screen and (max-width: 989px) {
     .mid {
        width: 100%;
     }

     .mid a.lightbox-added {
       display:block;
       overflow: auto;
}

.mid a.lightbox-added {
      width:100%!important;
}
}

/*TIMELINE*/

.avia-timeline .milestone_icon {
   font-size: 40px;
   height: 100px;
   width: 100px;
}

/*Responsive*/

@media (max-width: 989px) {
  .avia-timeline .milestone_icon {
   font-size: 40px !important;
   height: 100px !important;
   width: 100px !important;
  }
}

/*TESTIMONIAL*/

.testimonial-epl .avia-testimonial-image {
    width: 120px !important;
    height: 120px !important;
}

.testimonial-epl .avia-testimonial-meta-mini {
    text-align: center !important;
    padding-top: 15px !important;
}

/* PARTNERS BUTTONS*/

.logos-partners {}
.logos-grants {margin:0!important;}
.logos-hidden {height: 0;margin: 0;padding: 0;overflow: hidden;}
.btnPartners:not(.active) a, .btnGrants:not(.active) a { background: transparent!important;color: #ffffff!important;  }
