body, p,  h1, h2, h3, h4, h5, h6 {
 -moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;}

/* Add hover effect to bizoffset button - cp - 8695491
.bizoffset-button {
    display: block;
    width: 200px;
    height: 200px;
    background-image: url(/wp-content/uploads/2019/02/OFFSET-HOVER-ICON_BIZdouble.png);
    background-size: cover;
}

.bizoffset-button:hover {
    background-position: bottom;  
}

.bizoffset-button img {
    display: none;
}
*/

/* add to cart and donate button colors #13289631-hc-silb */ .woocommerce a.button { background-color: #f7931d; } .page-template-full-width-page .entry-content a.button { color: black; }

/* change link colors #13289631-hc-silb */ .news .entry-content a, .page-template-full-width-page .entry-content a { color: #f7931d; }

/* Hide product meta under "Add to Cart" button on product pages | 13290538-hc */ .product .product_meta { display: none; }

/* Hiding the Return to Shop Button | MJR | 13527687-hc */ a.button.wc-backward { display: none; }

/* --- Change text of checkout button / 111111-HC (mS) --- */ form.woocommerce-checkout #place_order { font-size:0; } form.woocommerce-checkout #place_order::before { content: "Pay via Credit Card or PayPal Now"; font-size: 19px; display: block; padding: 10px 20px; } /* --- end --- */
 * 
/* change add to cart button styling on One click offsets page SS-2140437-zen */
.wc-block-grid__product .wp-block-button a {
   background-color: #f7931d;
   color: #000;
   border-radius: 5px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product-add-to-cart a, .wc-block-grid .wc-block-grid__products .wp-block-button span.wc-block-grid__product-add-to-cart {
   font-weight: 500;
   font-family: "Helvetica Neue", arial, sans-serif;
   font-size: 22px;
}
.wc-block-grid__product .wp-block-button a:hover{
    background-color: #dfdcde;
}
@media only screen and (max-width: 960px) { /* stack woocommerce blocks in a column on mobile | #13957683-hc eD */ .wc-block-grid .wc-block-grid__products { flex-direction: column; } /* fix woocommerce blocks to take full width of the content area on mobile | #13957683-hc eD */ .wc-block-grid[class*="-columns"] .wc-block-grid__product { flex-basis: 100%; max-width: unset; margin-right: 0; padding-right: 0; } }
.post-322 h2.woocommerce-loop-product__title {
    font-family: 'Helvetica Neue';
    font-size: 15px !important;
    line-height: 18px;
    font-weight: 700 !important;
}
.post-322 .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.3em;
}

.post-322 .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
    font-size: 1.2em;
}
.page-id-342 .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.3em;
}

.page-id-342 .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
    font-size: 1.2em;
}
/* reverse the colors of Donate Menu item - 14444414-hc - aj */

.menu-item-2627 a {
	color: #ff9c33;
	font-weight: bold;
}

.menu-item-2627 a:hover {
	color: #333;
}
/*  | 2912301-zen EH */
.wc-block-grid__product .wc-block-grid__product-image img {
    margin: auto;
}