h1.entry-title {
	display: none;
}

h2.entry-title {
display: none;
}

.sharedaddy {visibility:hidden;
max-height: 0px; }

.wp-block-button_has-text-color{
	margin-left: auto;
	margin-right: auto;
}
.contact-submit{
	margin-left: 42%;
}

.wp-block-coblocks-accordion-item{
    color: #000000;
    background-color: white;
    font-family: "Roboto";
		font-size: 14px;
}

.wp-block-coblocks-accordion-item p:last-of-type{
	color: #000000;
    background-color: white;
    font-family: "Roboto";
		font-size: 14px;
}


.wp-block-jetpack-contact-info{
	font-family: "Roboto";
	font-size: 14px;
}

.grunion-field-wrap{
	font-family: "Roboto";
	font-size: 14px;
	color: black;
}

.editor-styles-wrapper .wp-block-button div.wp-block-button__link{
	margin-left: auto;
	margin-right: auto;
}


.button{
	margin-left:auto;
	margin-right:auto;
}

.subscribebuttonneedstobecenterd {margin-left: center;
	margin-right: center;
}


.wp-block-column.first-column {background-color:Black;
}

.woocommerce span.onsale {
  display: none !important;
}

/* Hide theme header/footer ONLY on Brand taxonomy pages */
body.tax-product_brand header,
body.tax-product_brand .site-header,
body.tax-product_brand footer,
body.tax-product_brand .site-footer {
  display: none !important;
}

/* Optional: remove top padding/margins your theme adds */
body.tax-product_brand {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Hide theme header/footer ONLY on single product pages */
body.single-product header,
body.single-product .site-header,
body.single-product footer,
body.single-product .site-footer {
  display: none !important;
}

/* Optional: remove top spacing some themes add */
body.single-product {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Make injected Elementor header/footer behave like normal Elementor sections */
body.single-product .elementor,
body.tax-product_brand .elementor {
  width: 100%;
  max-width: 100%;
}

/* Prevent theme typography from overriding Elementor template */
body.single-product .elementor *,
body.tax-product_brand .elementor * {
  box-sizing: border-box;
}

