body:not(.page-id-1711) .grecaptcha-badge {
  display: none;
}

/* BFN Video custom CSS */
#post-6761 img.attachment-post-thumbnail {
  display: none;
}

/* Volunteer Portal Entry Block - Hover State */

.bfn-vol-portal-entry a {
  border: 2px solid #16ceea;
}

.bfn-vol-portal-entry a.btn:hover {
  background-color: #414141;
  border-color: #414141;
}

body.postid-10473 #banner_unique_id,
body.postid-10476 #banner_unique_id {
  display: none;
}

/* Overriding parent theme ul styles */

.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
  list-style: none;
}
nav#site-navigation ul {
  list-style: none;
}
div#content ul {
  list-style: none;
}

/* Custom max width for Ways to Give page */
.max-w-700 {
  max-width: 800px;
}

.bio-img-top {
  width: 100%;
  height: auto;
  object-fit: cover; /* Adjust as necessary */
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
  .post-banner .wp-post-image {
    max-height: 20vh;
  }

  .post-banner .display-4 {
    font-size: 1.75rem;
  }
}


@media (min-width: 576px) {
  .post-banner .wp-post-image {
    max-height: 25vh;
  }

  .post-banner .display-4 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .post-banner .wp-post-image {
    max-height: 35vh;
  }

  .post-banner .display-4 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .post-banner .wp-post-image {
    max-height: 40vh;
  }
  .post-banner .display-4 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .post-banner .wp-post-image {
    max-height: 55vh;
  }
  .post-banner .display-4 {
    font-size: 4rem;
  }
}

@media (min-width: 1600px) {
  .post-banner .wp-post-image {
    max-height: 75vh;
  }
}

/* two column block padding margin vertical */

@media (max-width: 991px) {
  .wp-block-columns.is-layout-flex {
    gap: 0!important;
  }
  
  .wp-block-columns.is-layout-flex p {
    margin-bottom: 0;
  }
}

.pum-overlay .pum-container .pum-content form input {
	border: 1px solid #333;
	background-color: #cff9ff;
}

.pum-overlay .pum-container .pum-content form .pum-sub-form-field button {
	border: 0;
	min-width: 10rem;
	max-width: 100%;
	
}

.pum-overlay .pum-container .pum-content form .pum-sub-form-field button:hover {
	text-decoration: underline;
	
}

/* Platinum Candid styles */
.ratio-1x1 {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* 1:1 Aspect Ratio */
}

#zoom-gallery-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    background-size: cover;
    background-position: center;
    transition: transform 1s;
}

#zoom-gallery-item:hover {
    transform: scale(1.1);
}

.ratio {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Additional styles for shortcode content */
.inner-content .wp-gr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.inner-content .grw-header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
