
/* Change mobile menu to text AL hc-34606737 */

.wp-block-navigation__responsive-container-open:after {
    content: "OPEN MENU HERE ";
    font-size: 14px;
    color: white;
    text-decoration: underline;
    margin-left: 5px;
    font-weight: 700;
}

.wp-block-navigation__responsive-container-open svg {
    display: none;
}
/* Set all gallery images to be the same size on mobile // 35256797-zen (JJ) */
@media (max-width: 599px) {  
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    flex: 0 0 auto;
  }
}

/* Woo - Product Gallery: Change overlay background color | 5180544---zen (EZ) */
.jp-carousel-overlay{
background-color: #fff;
}
/* Hide make sure 5 column galleries show in 5 columns | HC-XX-JG */
@media (min-width: 600px){
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(18% - var(--wp--style--unstable-gallery-gap, 16px)*.8);
}
}
.jp-carousel-overlay .swiper-slide {
    background:#fff;
}
/* Change the color of the donations button 35343603-hc | WH */
/* Add some extra padding to menu button on mobile 35575413-hc | WH */
.wp-block-navigation__responsive-container-open {
	padding:10px;
}
.donations__content .wp-block-button__link {
  background-color: #1B4548;
}
/* Change color menu items on mobile  35575413-hc | WH */
@media all and (max-width: 768px) {
.wp-block-navigation .wp-block-navigation-item__content{
		color: #0693e3;
	}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content  {
	color: #fff;
}
}
/* hide store notice on non-store pages KG-35772386-hc */
body:not(.woocommerce) .woocommerce-store-notice  {
  display: none !important;
	}
	/* Featured Image Size on desktop | 34477567-hc CH */
@media only screen and (min-width: 768px) {
    .wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
	/* Force the size and style of Quote blocks | 36504307-hc mh */
.wp-block-quote, .wp-block-quote p{
  font-style:italic;
  font-weight:500;
  font-size: var(--wp--preset--font-size--small) !important;
}

add_action( 'customify/single/field_content/after', function() {
	edit_post_link();
} );




