#jp-post-flair,
.sharedaddy,
.jetpack-likes-widget-wrapper {
  display: none !important;
}

.custom-logo,
.custom-logo-link img {
  width: 320px !important;
  max-width: 90vw;
  height: auto;
}

/* Hide Videos from the header nav */
.mock-navlinks a[href*="/videos"] { display: none !important; }

/* Remove Videos tile from homepage grid, reflow to 2 columns */
.cat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.cat-grid a[href*="/videos"] { display: none !important; }
@media (max-width: 900px) {
	.cat-grid { grid-template-columns: 1fr; }
}

/* Show the McNeill Media logo image instead of text */
.mock-logo {
	  display: inline-block;
	  width: 180px;
	  height: 40px;
	  overflow: hidden;
	  text-indent: -9999px;
	  background-image: url('https://mcneill-media.com/wp-content/uploads/2026/09/image.png');
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: left center;
}

/* Remove homepage tagline */
.mock-h1 { display: none; }

/* Rename "Live Events" to "Events" on the Photos page */
body.page-id-1355 .gallery-section-label:nth-of-type(1) { font-size: 0; }
body.page-id-1355 .gallery-section-label:nth-of-type(1)::after { content: "Events"; font-size: 13px; letter-spacing: 1.82px; text-transform: uppercase; color: rgb(92, 90, 82); font-family: "Work Sans", sans-serif; font-weight: 400; }

/* Swap Solea cover image on the Photos page */
body.page-id-1355 a.gallery-card[href*="/solea/"] .gallery-card-img { background-image: url('https://mcneill-media.com/wp-content/uploads/2026/07/Solea-0294.jpg?w=1200&ssl=1') !important; }

/* Swap Nicetown Club All Star Weekend cover image to the group shot */
body.page-id-1355 a.gallery-card[href*="nicetown"] .gallery-card-img { background-image: url('https://mcneill-media.com/wp-content/uploads/2026/07/SVN-All-Star-Week-90.jpg?w=1200&ssl=1') !important; }

/* Add Striking Out Barriers for Kids (Jesus Luzardo x BGCP) as a second Graphic Design piece, replacing the Social Media placeholder */
body.page-id-1357 .gallery-page .gallery-section:nth-of-type(2) .gallery-section-label { display: none; }

body.page-id-1357 .gallery-soon { text-decoration: none; color: inherit; position: relative; display: block; width: 878.5px; max-width: 100%; aspect-ratio: 1040 / 1115; background-image: url('https://mcneill-media.com/wp-content/uploads/2026/09/luzardo-cover-full.jpg'); background-size: cover; background-position: center; border-radius: 2px; font-size: 0; margin: 0 0 56px 0; cursor: pointer; transition: opacity 0.2s ease; }

body.page-id-1357 .gallery-soon::before { content: "Jesus Luzardo Family Foundation"; position: absolute; left: 0; top: 100%; margin-top: 12px; display: block; width: 100%; font-family: Fraunces, serif; font-size: 19px; font-weight: 400; color: rgb(23, 22, 19); line-height: normal; }

body.page-id-1357 .gallery-soon::after { content: "Philadelphia Business Journal"; position: absolute; left: 0; top: 100%; margin-top: 38px; display: block; width: 100%; font-family: "Work Sans", sans-serif; font-size: 12px; font-weight: 400; color: rgb(92, 90, 82); line-height: normal; }

/* Make the desktop nav links bigger and more noticeable */
@media (min-width: 901px) {
  .mock-navlinks {
    gap: 48px;
  }
  .mock-navlinks a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px;
  }
  .mock-navlinks a:hover {
    opacity: 0.6;
  }
}