/* welovedonkeys static-freeze fixes.
   The "MUCHOS EPISODOS" media grid was AJAX-loaded, then revealed and sized by
   WPBakery's vc_grid.js (dropped in the freeze). Without that JS the items stay
   display:none and the inner <img> stays visibility:hidden. Reveal them and lay
   the grid out as a plain 3-column CSS grid — matching the original's 3-up,
   ~35px-gutter layout — with the lightbox2 anchor overlaying each tile. */
.vc_grid {
  width: 100% !important;
  max-width: 1280px;
  margin: 0 auto !important;
  float: none !important;
}
.vc_grid .vc_pageable-slide-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  width: 100%;
  float: none !important;
}
.vc_grid .vc_grid-item {
  display: block !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vc_grid .vc_grid-item-mini,
.vc_grid .vc_gitem-animated-block,
.vc_grid .vc_gitem-zone {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  position: relative !important;
}
.vc_grid .vc_gitem-zone-img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: auto !important;
  position: static !important;
}
.vc_grid .vc_gitem-zone-a > a.thb-lightbox-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}
.vc_grid .vc_gitem-zone-mini { display: none !important; }
@media (max-width: 40em) {
  .vc_grid .vc_pageable-slide-wrapper { grid-template-columns: 1fr; }
}

/* Theme hides .retina_size images (visibility:hidden) until its retinaJS adds
   .retina_active on load. That JS doesn't run in the frozen site, so the two
   theme-song side images (TEQUILA VISION badge, BEERCANNES laurels) stay
   invisible. Force them visible. */
img.retina_size { visibility: visible !important; }
