/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/*hide all page titles | 27370047-hc*/
.page .entry-header .entry-title {
	display: none;
}

/* Remove WooCommerce breadcrumb & result count, reduce space in header | #27371023-HC (HG) */
.woocommerce-breadcrumb, .woocommerce-result-count {
	display: none;
}
.woocommerce-products-header__title.page-title {
	padding: 10px;
}

/* Remove cart price amount | #27371023-HC (HG) */
.main-menu .woocommerce-cart-subtotal {
	display: none;
}

/* Remove margin above testimonials, extended color to padding | #27371023-HC (HG) */
div.wp-block-columns.alignfull {
		margin-top: 0 !important;
	background-color: #97b9cc;
}

/* adjust submit button style */
#woocommerce-wrapper ul.products li.product .button, [type="submit"]  {        
    border-radius: 50px;
    background-color: #ea4584;
}

/* update woocommerce buttons */
body[class*="woocommerce"] #page #respond input#submit, body[class*="woocommerce"] #page #respond input#submit.alt, body[class*="woocommerce"] #page a.button, body[class*="woocommerce"] #page a.button.alt, body[class*="woocommerce"] #page button.button, body[class*="woocommerce"] #page button.button.alt, body[class*="woocommerce"] #page input.button, body[class*="woocommerce"] #page input.button.alt, body[class*="woocommerce"] #page .cart .button, body[class*="woocommerce"] #page .cart input.button, body[class*="woocommerce"] #page a.added_to_cart, body[class*="woocommerce"] #page .woocommerce #respond input#submit, body[class*="woocommerce"] #page .woocommerce a.button, body[class*="woocommerce"] #page .woocommerce button.button, body[class*="woocommerce"] #page .woocommerce input.button, body[class*="woocommerce"] #page .woocommerce .widget_shopping_cart .buttons a, body[class*="woocommerce"] #page .woocommerce.widget_shopping_cart .buttons a{        
    border-radius: 50px;
    background-color: #ea4584;
}

/* remove padding on media text block text column for home page | 27463326-hc */
.page-id-142 .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	padding-top: 0;
}

/* remove padding from one heading on Who I Am #27579546-hc-silb */
.page-id-70 #post-70 > div > div.wp-block-jetpack-layout-grid.alignfull.column1-desktop-grid__span-7.column1-desktop-grid__row-1.column2-desktop-grid__span-5.column2-desktop-grid__start-8.column2-desktop-grid__row-1.column1-tablet-grid__span-3.column1-tablet-grid__row-1.column2-tablet-grid__span-5.column2-tablet-grid__start-4.column2-tablet-grid__row-1.column1-mobile-grid__span-4.column1-mobile-grid__row-1.column2-mobile-grid__span-4.column2-mobile-grid__row-2 > div.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.is-vertically-aligned-top > h6 {
    padding-top: 0;
    padding-bottom: 0;
}



