/* Single blog page */
.single-post .wp-post-image {
    display: none;
}
.single-post h2 {
    font-weight: 800;
}

/* Blog page */
.page-id-36 .post-thumbnail img {
    max-width: 45%;
}
.page-id-36 .entry-title a:hover {
    color: var(--wp--custom--color--primary) !important;
    text-decoration: underline;
}
.page-id-36 .post-thumbnail a img:hover {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.page-id-36 .entry-title {
	font-weight: 800;
}
.page-id-36 article {
	padding-bottom: 25px;
	border-bottom: 1px dashed black;
}

/* Misc */
.page-title, h1 {
	font-size: 200%;
}
.wp-container-7 > :where(:not(.alignleft):not(.alignright)) {
    /* width: 80% !important; */
    max-width: 80%;
}
.local-pickup strong {
    font-size: 125%;
    text-transform: uppercase;
}

a.added_to_cart {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-left: 5px;
}
p.wp-block-site-tagline {
    line-height: 0;
    margin-top: 15px;
}

/* padding above gallery block */
.tiled-gallery__gallery {
    padding-top: 2%;
}

/* ordered list padding */
ol li {
    padding-bottom: 2%;
}
ol li:last-child {
    padding-bottom: inherit;
}


/* Raffle CSS */
.products-container .wp-block-woocommerce-product-price bdi::after {
    content: " per raffle ticket";
	font-weight: bold;
}
.product_cat-raffle bdi::after {
	    content: " per raffle ticket";
}

.products-container .wp-block-woocommerce-product-price bdi {
	font-weight: bold;
}
.product_cat-raffle .add-to-cart-btn {
    text-align: left;
    display: block;
}
.products-container ul li.product {
    padding-bottom: 25px;
    border-top: 1px black solid;
    padding-top: 50px;
}
.page-id-881 :where(body .is-layout-constrained) > * {
    margin-block-start: 0.75em;
}
.products-cols .add-to-cart-btn {
    display: none;
}


#social-bar {
  padding-top: 10px;
}
