/* Popup hidden state */
#np-popup.np-popup-hidden {
  display: none;
}

/* Popup overlay */
#np-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center; /* Centers vertically */
  z-index: 99999;
}

/* Popup inner box */
.np-popup-content {
  position: relative;
  max-width: 90%;
  width: 600px;
}

/* Close button */
.np-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border: none;
  font-size: 28px;
  line-height: 1;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
}

/* Mobile scaling */
@media (max-width: 600px) {
  .np-popup-content img {
    width: 100%;
    height: auto;
  }
}

@media(max-width:768px){
.gform_wrapper .gfield.gf_list_inline.npy_center_inputs .gfield_radio{
    flex-wrap:wrap;
}    
}

.entry-content{
	max-width: 1800px;
}
.site-branding {
    margin-top: 0;
}
/* Issue Fix: display button over a cover block on the homepage  | 5195078-zen GH */

body.home .entry-content .homepage-hero-columns .right-column .wp-block-cover__inner-container {
    display: flex;
    position: absolute;
    bottom: 10%;
    left: 5%;
		
}
.right-column .wp-block-cover {
	width: 100%;
}
/* End  | 5195078-zen GH */

/* hide addoption status  | 36492234hc */
.well {

    display: none;
}

header#masthead{
	z-index:101;
}

.gform_wrapper .gfield.gf_list_inline.npy_center_inputs .gfield_radio {
    display:flex;
    justify-content:center;
}


#donation-table .donation-item img {
    max-width: 75px;
    height: auto;
    max-height: 75px;
}


body.single-donation_campaign #donation-table .donation-item:not(:last-child) {
    border-bottom: 2px solid var(--global--color-tertiary);
    padding-bottom: 8px;
    padding-top: 8px;
}

body.single-donation_campaign #donation-table .donation-item-info{
	flex-direction:column;
}

.gform_wrapper.gravity-theme .ginput_complex label {
    font-weight: bold;
}

/* Margins on Media Text block  | 37562214-hc RW
.wp-block-media-text {
  margin-top: 0;
  margin-bottom: 0;
} */

/* Temp fix for homepage Carousel*/
.uagb-slick-carousel.slick-initialized .slick-slide {
    max-height: 325px;
}

body.home .page .dog-carousel-home img{
	margin:0 auto
}

/* 11-22-23 Donation Page Gform confirmation fix */

body.single-donation_campaign .gform_confirmation_wrapper {
    display: block;
    clear: both;
    margin-top: 0;
}

/* CSS for mobile devices */
@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
    }
}

body.single-adoptable_dogs section.main-profile .swiffy-slider .slider-container img {
    max-width: 100% !important;
}

/** 2023 Annual Appeal Headline Fix **/
@media only screen and (max-width: 768px) {
    body.postid-195347, body:not(.logged-in) {
        margin-top: 0 !important;
    }
}

body.northwest-region.singular .dog-list-item-image img{
	object-fit: cover;
}

body.woocommerce-page footer.site-footer.f-bottom{
	position:relative;
}
.woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images {
    padding: 0 1.5rem !important;
}