/*
 Theme Name:   Listingpro Child
 Theme URI:    http://studio.cridio.com/listingpro/
 Description:  Listingpro Child Theme
 Author:       cridio team
 Author URI:   http://cridio.com/
 Template:     listingpro
 Version:      1.0.0
 Tags:         listingpro, directory, listing, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  listingpro
*/




/* Aanpassingen voor de popup menu homepage 07.07.2025 | M. Jongen */

.thelistpopup {
    font-size: 18px;
}

.thelistpopup {
    font-size: 18px;
}

.thelistpopup a:hover {
    text-decoration: underline;
    text-decoration-color: #025D80;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

/**/

/* Voeg toe aan Additional CSS */
/* Aanpassingen voor de gehele site 07.07.2025 | M. Jongen */

/* Zorg dat Montserrat geladen wordt via Google Fonts */

/* Footer tekst styling */
footer {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  color: #025D80;
}

/* Styling voor links in de footer */
footer a {
  font-family: inherit;
  font-size: 14px !important;
  color: #025D80;
  text-decoration: none;
  position: relative; /* Nodig voor pseudo-element positioning */
}

/* Hover effect voor footer links */
footer a:hover {
  color: #4BAED5;
}

/* Underline effect met offset en andere kleur bij hover */
footer a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px; /* offset van 6 px onder de tekst */
  height: 1px; /* of pas dit aan voor dikkere lijntjes */
  background-color: #4BAED5;
}
