.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
    background: transparent !important;
}
/*woocommerce product block button color hc-20855072*/
.wp-block-button__link:not(.has-text-color):not(.has-background){
background-color: #017b96; 
}
/* Change the widget color to black | MJR | hc-20855072 */
h2.widget-title {
    color: #000000;
}

.woocommerce-tabs .tabs li.active a {
    color: #017b96;
}
/* Tab text colour colour HC-20863542 */
.woocommerce-tabs .tabs li.active a {
    color: #017b96;
}
/* Signup form field / 20881626-HC (MI) */
#mc_embed_signup input.email {
	max-width:100%;
	margin-bottom:5px;
}
/* change button to blue on single product page | #20882658-hc JL */
.single_add_to_cart_button {
	background-color: #017b96;
}

.button {
	background-color: #017b96;
}

.widget_shopping_cart_content .buttons a {
	background-color: #017b96;
}
/* increase botton size, change alignment and font size on homepage */
a.wp-block-button__link.has-background {
    width: 120%;
  
}
.wp-block-buttons {
    text-align: center;
}

.wp-block-buttons .wp-block-button.wp-block-button {
    margin-right: 10%;
}

.wp-block-buttons strong {
    color: #ffffff;
	font-size: 50px;
}
/* Hide social icons in the site header area, but keep them in the footer on Olsen theme #21006749-hc DP */
.site-branding .site-social {
    display: none;
}
/* Change the color of submit button on events page SS-21059964-hc */
.kb-form .kadence-blocks-form-field .kb-forms-submit {
border-color: #027b95;
background: #027b95;
line-height: 1em;
}
/* change button color on shop page | hc-27554779-ll */
li.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link {
    background-color: #017b96;
  }
/* Adjust "Order Food Now" and "See The Recipes" button height 27870681-hc / 27891839-hc */
.home .wp-block-kadence-advancedbtn.kt-btns_45667c-1d .kt-btn-wrap-0 .kt-button, .home .wp-block-kadence-advancedbtn.kt-btns_299028-4d .kt-btn-wrap-0 .kt-button {
    height: 100px
}
/* Make a big button class | 27985019-hc | tmb */
.wp-block-button.bigbutton .wp-block-button__link {
  font-size: 30px;
}
/* Change the font size of titles displayed in the Latest Posts Block on the Recipes page 30514049-hc (rf) */
.post-2030 .wp-block-latest-posts a {
	font-size: 22px;
}
/*  Add styling to cover block text/ 31426963-HC (JW) */
.wp-block-cover.has-background-dim .wp-block-cover__inner-container p{
    border-width: 1px;
    border-color: rgb(255,255,255,0.6);
    border-style: solid;
    background: rgb(255,255,255,0.6)
}
/*Expand Food Shop content area 31473035-hc sy*/
.page-id-267 #primary {
    margin: auto;
    width: 100%;
}
.archive .site-content .columns-3 {
    display: none;
}