/*
Theme Name: Fresh Bakers Shop Child
Template: fresh-bakers-shop
*/

/* Make the content full width */
.content-area,
#primary,
.site-content .woocommerce {
    width: 100%;
    max-width: 100%;
}

.wp-block-cover {
    background-position: 70% center; /* shifts image to the right */
}

.rounded-cover {
    border-radius: 40px;
    overflow: hidden;
}

.single-header-img, .by {
    display: none;
}

.site-footer {
    background-color: rgb(30, 58, 95) !important;
}