/* Gallery cards: image area must navigate, not only the title text below.
   Deploy into wp-content/themes/HighendWP-child/ on the live WordPress site. */
.esg-entry-cover .eg-invisiblebutton {
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 50 !important;
}
.esg-entry-cover .esg-overlay,
.esg-entry-cover .esg-cc,
.esg-entry-cover .eec {
    pointer-events: none !important;
}
.esg-entry-media,
.esg-media-poster,
.esg-media-cover-wrapper {
    cursor: pointer;
}
