.lodestar-intro .entry-content {
    opacity: 1; 
}
/* Clear front page header image overlay */

body:not(.no-header-image) .custom-header-image::before, .lodestar-front-page .custom-header-image::before {
    background: rgba(0,0,0,0.0);
}
/*Makes the site description text white*/
body .site-description {
	color: #ffffff;}

#top-menu {
    width: 1300px;
}
@media screen and (min-width: 760px){
    .menu {
        width: 1300px;
    }
    li.menu-item a {
        font-size: 14px;
    }
    #top-menu {
        text-align: center;
    }
}
/* hide social sharing options in Blog Posts block | 10212955-hc */
.wpnbha .sharedaddy {
    display: none;
}
}
/* Adjusting the margin-bottom for the buttons - 18186715 - SM*/
.wp-block-button.aligncenter {
	margin-bottom: 1em;
}
/* Adjusting the width of collumns block on desktop - 18186715-hc - SM */
@media (min-width: 782px) {
	.wp-block-columns {
		width: 65%;
		margin: 0 auto;
	}
.wp-block-column:not(:first-child) {
	margin-left: 0px;
}
}
/* Blog Posts Block: change the default post title style -- 22971834-hc (EZ) */
.wp-block-newspack-blocks-homepage-articles h2{
  font-family: sans-serif;
  text-transform: none;
  font-weight: 700;
  opacity: 1; 
}
#eu-cookie-law {
	color: #1f5c1f;}
/* Center align caption on Image blocks - 23024765HC CP */
.wp-block-image figure figcaption, figure.wp-block-image figcaption {
	text-align: center;
}
/* Adds extra padding at the bottom of buttons on the Whats On page - 23024765HC CP */
.page-id-671 .wp-block-button {
	padding-bottom: 25px;
}
/* Hide sharing buttons from sidebar | 23109304-hc (PS) */
.widget-area .sharedaddy
{
  display:none;
}
/* Increasing width and padding on ALL PAGES page | wb-26269542-hc */
.wp-block-columns {
    width: 85%;
}
.wp-block-column {
  padding: 10px;
}
/* Increase font size for category links in blog posts block  hc-26329868-vk*/
.cat-links{
    font-size: 1em !important; 
}
/* Increase size of blog post categories in grid - 26358408-hc */
.wpnbha figcaption {
   font-size: 1em !important;
   font-weight: 700;
}

.woocommerce-shop .widget-area {
    display: none;
 }
body:not(.lodestar-front-page).woocommerce-shop #primary {
    max-width: 100%;
    width: 100%;
 }
/* Lodestar remove sidebar and extend primary / 7167160-zen (KAZE) */  
.woocommerce-shop .widget-area {
display: none;
}
body:not(.lodestar-front-page).woocommerce-shop #primary {
max-width: 100%;
width: 100%;
}