/* ModelBook — Kill all home portfolio CTA overlays v1.5.6 */

/* Kill every old CTA that sits inside the home editorial gallery */
.home-editorial-gallery .portfolio-home-cta,
.home-editorial-gallery .home-more,
.home-editorial-gallery .mb-home-old-portfolio-cta,
.home-editorial-gallery a[href*="portfolio"],
.home-editorial-gallery p.center.home-more,
section.home-editorial-gallery .portfolio-home-cta,
section.home-editorial-gallery .home-more,
section.home-editorial-gallery a[href*="portfolio"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  position:absolute!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  max-width:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}

/* Safety: only the gallery is targeted, not menu/header/footer links */
.site-header a[href*="portfolio"],
.site-footer a[href*="portfolio"],
footer a[href*="portfolio"],
nav a[href*="portfolio"]{
  display:revert!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
