/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.t-entry-author a , .author-info a{
    pointer-events: none;
    text-decoration: none !important;
}
.single-post article a {
  text-decoration: underline;
}

/* FIX lightbox OPEN ClOSE*/
.wp-lightbox-overlay .close-button {
  fill: white !important;
}
.wp-lightbox-overlay .scrim {
  background-color: #333 !important;
}
.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden {
  opacity: 1 !important;
}
/* Anthony fix */
.sidebarCategoriesNav{
  gap:0 !important;
}
.author-single .author-info{
  margin-top: 15px !important;
}
