/* ============================================
   Gallery Block Hover: Dim Image + Fade Text
   Dawson Theme · Gutenberg
   ============================================ */

.wp-block-gallery .wp-block-image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.wp-block-gallery .wp-block-image img {
  display: block;
  width: 100%;
  transition: opacity 0.35s ease, transform 0.4s ease;
}

.wp-block-gallery .wp-block-image:hover img {
  opacity: 0.10;
  transform: scale(1.02);
}

.wp-block-gallery .wp-block-image .wp-element-caption {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #000000 !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.3 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.wp-block-gallery .wp-block-image:hover .wp-element-caption {
  opacity: 1;
}

/* Force links to fill the full caption area and center */
.wp-block-gallery .wp-block-image .wp-element-caption a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 16px !important;
  box-sizing: border-box !important;
  color: #000000 !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
}

/* Mark tags inside captions */
.wp-block-gallery .wp-block-image .wp-element-caption mark {
  color: #000000 !important;
  background: transparent !important;
}


/* Hide page title on all pages */
.wp-block-post-title {
  display: none;
}


/* Hide page title on all pages */
.wp-block-post-title {
  display: none;
}

/* Hide page title on all pages */
.wp-block-post-title {
  display: none;
}

/* Hide page title on all pages */
.wp-block-post-title {
  display: none;
}

/* Hide Likes button sitewide */
.sharedaddy.sd-likes,
.jp-relatedposts-i2,
#likes-other-gravatars,
.sd-like-enabled {
  display: none !important;
}