/* remove woo breadcrumb menu 25188669-hc rs */
.woocommerce-breadcrumb {
	display: none;
}

.storefront-breadcrumb {
	display: none;
}

/* change page entry title colors, size, and spacing for consistency 25188669-hc rs */
.page h1.entry-title, h1.woocommerce-products-header__title {
	color: #667393;
}
@media screen and (min-width: 800px) {
.woocommerce-products-header, .storefront-full-width-content.woocommerce-account .entry-header h1:last-child {
	margin-top: 100px;
	padding-bottom: 30px !important;
}
}
h1.woocommerce-products-header__title, .storefront-full-width-content.woocommerce-account .entry-header h1:last-child {
	font-size: 3.706325903em;
}			
.storefront-full-width-content.woocommerce-account .entry-header {
	padding-bottom: 30px;
}

/* center page titles KG-25217613-hc */
.page .entry-title {
  text-align: center;
  font-size: 3.706325903em;
  margin-top: 100px;
}
/* KG-25217613-hc */

/* hide downloads and dashboard option from the MyAccount page for users - #25715293-hc - norman */

.woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation-link--downloads {
    display: none;

}

/* set site branding container size  | #32388939-hc bk */
.woocommerce-active .site-header .site-branding {
    width: 100%;
}
/* set logo size  | #32388939-hc bk */  
.site-header .site-branding img {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
}

/*  hide page titles from Shop and My Account pages -- 32388939-hc (DOC) | updated 7529937-zen JP */
.page-id-55 header.entry-header, .woocommerce-shop header.woocommerce-products-header .woocommerce-products-header__title.page-title {
  display: none;
}

/*  style the border line underneath the menu -- 32388939-hc (DOC) */
.site-header {
  border-bottom-color: #dcc79a;
  border-bottom-width: 3px;
}

/*  hide slideshow pause button -- 41670123- HC | (KL) */
#post-7 > div > div.wp-block-jetpack-slideshow > div > a.wp-block-jetpack-slideshow_button-pause{
	display:none;
}

/*  reduce header bottom margin -- 41670123- HC | (KL) */
#masthead.site-header{
	margin-bottom:0;
}


