/*
Theme Name: This is my Kadence Child
Template: kadence
Author: Jack Hiddes
Version: 0.1
Description: This is the child theme generated for ZDJDZ Kadence Theme by JaHi
*/

/*BEGIN LEES MEER ==> BUTTON STYLING*/
/* Wrapper centreren */
.more-link-wrap {
    text-align: center;
}

/* Button styling */
.post-more-link {
    display: inline-block;
    background-color: #1e73be;
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.25s ease;
}

/* Hover effect */
.post-more-link:hover {
    background-color: #155a96;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Icoon iets netter uitlijnen */
.post-more-link .kadence-svg-icon {
    margin-left: 6px;
}
/*EIND LEES MEER ==> BUTTON STYLING*/

/*BEGIN LINKJES IN H2 HEADINGS KLEUREN*/
.wp-block-heading a {
    color: #0073aa;          /* linkkleur, blauw bv. */
    text-decoration: underline; /* altijd onderstreping */
    transition:8/
			color 0.2s;  /* mooi hover-effect */
}

/* Hover effect */
.wp-block-heading a:hover {
    color: #005177;          /* donkerdere kleur bij hover */
    text-decoration: none;   /* of behouden */
}
/*EIND LINKJES IN H2 HEADINGS KLEUREN*/

/*BEGIN VERWIJDER BULLITS UIT DE 'BEST BEKEKEN' LIJST WELKE IN DE FOOTER GEPOSITIONEERD*/
#widget_tptn_pop-5 ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#widget_tptn_pop-5 li {
  margin-bottom: 4px; /* optioneel, voor wat ruimte */
}
/*EIND VERWIJDER BULLITS UIT DE 'BEST BEKEKEN' LIJST WELKE IN DE FOOTER GEPOSITIONEERD*/

/* BEGIN PLAATS KRUISJE OM OFF-CANVAS MENU TE SLUITEN ALTIJD LINKSBOVEN IPV TEGEN HET MENU AAN */
#mega-menu-wrap-mobile button.mega-close {
    position: fixed !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    z-index: 9999;
}
/* EIND PLAATS KRUISJE OM OFF-CANVAS MENU TE SLUITEN ALTIJD LINKSBOVEN IPV TEGEN HET MENU AAN */

/*BEGIN ZORGT ER VOOR DAT DE PAGINATIE OP MOBIEL NOG STEEDS OP 1REGEL BLIJFT, HIER IS OOK STUKJE PHP VOOR NODIG GEWEEST*/
@media (max-width: 767px) {

    .nav-links {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 0px;
        padding: 0;
        margin: 0 auto;
    }

    .nav-links .page-numbers {
        margin: 0;
        padding: 4px 6px;
        min-width: 24px;
        //height: 28px; uitgezet omdat paginatie maar voor helft zichtbaar was op mobiel
        font-size: 18px;
        line-height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        .nav-links .page-numbers {
        overflow: visible;
}
    }

}
/*EIND ZORGT ER VOOR DAT DE PAGINATIE OP MOBIEL NOG STEEDS OP 1REGEL BLIJFT, HIER IS OOK STUKJE PHP VOOR NODIG GEWEEST*/

/*BEGIN ZORG ER VOOR DAT FOOTER MENU OOK UNDERLINED IS BIJ HOVER*/
#nav_menu-3 ul.menu li a:hover {
    text-decoration: underline;
}
/*EIND ZORG ER VOOR DAT FOOTER MENU OOK UNDERLINED IS BIJ HOVER*/

/* BEGIN TOP10POPULAR POST WIDGET GOED UITLIJNEN IN ZIJBLAK! OP ZOWEL DESKTOP ALS MOBIEL */
/* Bullets verwijderen */
.tptn_posts_daily ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Desktop layout */
.tptn_posts_daily {
  text-align: left;
}
.tptn_posts_daily li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  text-align: left;
}

/* Afbeelding */
.tptn_posts_daily img {
  flex-shrink: 0;
  border-radius: 6px;
}

/* Tekst */
.tptn_after_thumb {
  text-align: left;
}

/* Titel iets duidelijker */
.tptn_title {
  font-weight: 400;
  display: inline;
}

.tptn_list_count {
  display: inline;
  font-size: 12px;
  margin-left: 6px;
  color: inherit; /* pakt dezelfde kleur als titel */
	opacity: 0.75;
}

/* Mobiel layout */
@media (max-width: 600px) {
  .tptn_posts_daily li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tptn_posts_daily img {
    margin-bottom: 8px;
  }

  .tptn_after_thumb {
    text-align: center;
  }
}
/* EINDE TOP10POPULAR POST WIDGET GOED UITLIJNEN IN ZIJBLAK! OP ZOWEL DESKTOP ALS MOBIEL */

/* BEGIN AANPASSEN OPMAAK BUTTON 'Upload reparatie' */
.wp-container-core-buttons-is-layout-28206b41 .wp-block-button__link {
  background-color: #1E73BE !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-block;
  border: none;
  transition: all 0.2s ease;
}

/* hover */
.wp-container-core-buttons-is-layout-28206b41 .wp-block-button__link:hover {
  background-color: #2f6fa3 !important;
  color: #fff !important;
}
/* EIND AANPASSEN OPMAAK BUTTON 'Upload reparatie' */

/* BEGIN TOP 10 widget titel (sidebar banner) */
#widget_tptn_pop-3 .widget-title {
  background: linear-gradient(90deg, #2f6fa3, #3b82c4);
  color: #fff;
  text-align: center;

  padding: 10px 15px;

  /* ruimte boven + onder */
  margin-top: 40px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;

  font-weight: 600;
  border-radius: 12px 12px 0 0;
}
/* EIND TOP 10 widget titel (sidebar banner) */

/* BEGIN GEEF KAARTEN EEN BOX_SHADOW */
.entry.content-bg {
  border-radius: 10px;
  overflow: visible !important;
  box-shadow: 0 8px 20px rgba(0, 145, 242, 0.75) !important;
  transition: all 0.4s ease;
}

.entry.content-bg:hover {
transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(37, 65, 122, 0.95) !important;
}
/* EIND GEEF KAARTEN EEN BOX_SHADOW */