/* ===== GENERAL SITE STYLES ===== */
@media (min-width: 769px) {
    body {
        padding: 30px;
    }
    .site-footer {
        margin-top: 30px;
    }
}

div#content {
    padding-top: 10px;
}

.photo-shadow img {
    box-shadow: 10px 10px 0px rgba(237, 235, 235, 0.8);
}

.wp-block-image {
    margin-bottom: 15px;
}
/* ===== BUTTONS ===== */
button.single_add_to_cart_button.button.alt,
a.checkout-button.button.alt.wc-forward {
    background: black;
}

button.single_add_to_cart_button.button.alt:hover,
a.checkout-button.button.alt.wc-forward:hover {
    background: orange;
}

button#place_order,
#place_order {
    background: #7fb520;
    font-size: 23px;
    text-transform: uppercase;
    width: 100%;
}
/* Post Formats */

ul.wp-block-list {
    margin: 0 0 1rem 1.5rem;
}
