/*
 *
 * Theme override styles
 */



h2 {
    text-decoration: underline solid var(--color-primary);
    text-underline-offset: 7px;
    text-decoration-thickness: 3px;
}

/* label overwrite  */
label {
    font-weight: 400;
}


/******************************************/

/* section blogCarrousel                    /
/******************************************/

section.blogCarrousel {

    /* background-color: lime; */
    padding: 80px 20px  ;
}

.swiper-slide {
    height: 300px;
    /* background-color: blue; */
}
.swiper-slider__interior {
    position: relative;
    height: 300px;
    width: auto;
    
}


.swiper-slider__interior--title-box {
    position: absolute;
    height: 300px;
    top: 0;
    display: flex;
    align-items: flex-end;
    
    color: var(--color-white);

}

.swiper-slider__interior--title-box-title {
    position: relative;
    z-index: 100;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 20px;
    font-weight: 600;
}



.swiper-slider__image-box {
    position: absolute;
    height: 300px;
    top: 0;
 

}

.swiper-slider__image-box img {
    
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.swiper-pagination {
    bottom: -50px !important;
   
}

.swiper-pagination-bullet-active {
     background-color: blue !important;
}


/******************************************/

/* Contact form 7                          /
/******************************************/

.wpcf7-form input[type="submit"] {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    height: auto;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    padding: .618em 1em;
    font-weight: 700;
    font-family: var(--heading-font);
    text-align: center;
    letter-spacing: .1rem;
    text-transform: uppercase;
    box-sizing: border-box
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #fff;
    border: 1px solid var(--color-primary);
    color:var(--color-primary);
}


/*
 * Cookie Notice Button
 * ======================================================== */

#cn-accept-cookie,
#cn-more-info {
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
}

#cn-accept-cookie {
    background-color: var(--color-primary);
}
#cn-more-info {
    background: rgba(255,255,255,0.6);
}

/*
 * Blog page
 * ======================================================== */
ul.post-list {
    min-height: 64vh;
    list-style: none;
    margin-top: 70px;
}

/*
 * haartransplantatie-twitter-feed
 * ======================================================== */  

.container.twitter-feeds{
    /* margin-top:40px; */
    margin-bottom:40px;
}
.ctf-header-text, .ctf-header-img {
    display: none;
}

#haartransplantatie-twitter-feed {

}

.ctf-tweets {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
/*
    flex-direction: column;
    max-height: 350px;
*/
    
}

@media only screen and (max-width: 700px) {
    .ctf-tweets {
        flex-direction: row;
     }
}

.ctf-tweets a {
    text-decoration: none;
}

#ctf .ctf-item:first-child, #ctf .ctf-item {
    width: 33%;
    min-width: 250px;
    /* border-top: 0px solid var(--color-uisce-blue-transparent); */
    padding-right: 25px;
}

#ctf .ctf-tweet-actions .ctf-like:focus, #ctf .ctf-tweet-actions .ctf-like:hover {
    color: var(--color-primary) !important;
}



/*
 * Blogs Archive (index.php )
 * ======================================================== */  


.main.blog-page {
    margin-top:160px;
}
.post-list a {
    text-decoration: none;
}

.post-list .item {
    padding: 10px 15px;
    /* background-color: yellow; */
}
.post-list .item h2 {
    font-size: 2.5rem;
}

.post-list li:nth-child(odd) {
    background-color: var(--color-primary);
}

.post-list li:nth-child(odd) h2 {
    background-color: var(--color-primary);
    text-decoration: underline solid #f6f6f6;
    color: var(--color-white);
}
.post-list li:nth-child(odd) p {
    color: var(--color-white);
}


.post-list li:nth-child(even) {
    background-color: #f6f6f6;
}

/*
 * Main menu ivm admin page
 * ======================================================== */  

 nav#header-nav {
     display: flex;

 }

 nav#header-nav li {
     padding-left:12px;
 }


 /*
 * Admin page
 * ======================================================== */  



 ul.links-list,
 ul.single-link-list {
     list-style-type: none;
 }




 .show-links-in-cat, .single-link-list {
     display: none;
 }

 .single-link-block {
     display: flex;
     flex-wrap: wrap;
    padding-bottom: 10px;
 }

 .single-link-block .single-link {
    width: 550px;

 }

 .single-link-block span {
     width: 35px;
     padding-right: 15px;
 }

  .single-link-block span .link-is-there {
      color: lightgreen;
  }

 .single-link-block span .fa.fa-link.link-not-there,
   .single-link-block span .link-not-there {
      color: red;
  }

  .single-link-block span .link-not-applicable {
      color: rgba(0,0,0,0.6);
      font-weight: 800;
  }

   .single-link-block span .link-meer-info,
  .single-link-block span .link-denied {
       color: rgba(0,0,0,0.6);
  }



  .single-link-block span .show-link-info {
      color: blueviolet;
     
  }
  .single-link-block span .show-link-info:hover{
      cursor: pointer;
     
  }

  
  .single-link-block span .fa-pencil {
      color: gray;
  }
 


 .links-list-item i {
     padding-left: 8px;
 }

 li.single-link-list-item {
     display: flex;
 }
 span.link-label {
    width: 200px;
    font-weight: 500;
    display: inline-block;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
 }


@media (max-width: 500px) {
  .container {
    width: 90%;
    padding: 0;
  }

  ul ul, ul ol, ol ol, ol ul {
    margin: 0;
    font-size: 90%;
  }

  .flex-item {
      flex-direction: column;
  }

  span.link-label {
   
    flex-shrink: 3;
    width: 40%;
    
 }
 span.link-value {
     /* width: 0%; */
 }

}


