/*Change tagline color | jp-15679994-hc*/
.natural-header-active #header .site-description {
  color: #000;
}
/* Adjusts cart font color to match menu item font colors */
.site-header-cart a.cart-contents {
    color: #6d6d6d;
}
/*change a:link to black and a:link hover to blue*/
a, a:link, a:visited {
	color: black;
}

a:hover {
	color: #2871fa;
}
/* Change color of menu items / 15887619-hc TT */
#navigation .menu a {
    color: black;
}
/* Change color of cart / 15887619-hc TT */
.site-header-cart a.cart-contents .amount::before {
    color: black;
}
.wp-block-button__link {
    padding: 5px 15px;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    color: white;
}
@media only screen and (max-width: 767px) {
    .menu-toggle, .menu-toggle:before { color: #000; }
    .menu-toggle, .menu-toggle:before { color: #000; }
    .mobile-menu a {color: black !important;}
	a.cart-contents.sf-with-ul {
    color: black !important;
}
}
/* change woocommerce view cart button to have a black background on single product pages | #16142322-hc eD */
.single-product a.button.wc-forward {
  background: #000000;
}

/* change woocommerce view cart button to have a grey hover background on single product pages | #16142322-hc eD */
.single-product a.button.wc-forward:hover {
  background: #999999;
}
/* Change Continue Reading/ More Block button  hc-16144247 */
a.more-link{
color: white;
display: block;
text-align: center;
}
/* Menu widget color */
a, .widget ul.menu li a, .widget ul.menu .current_page_item a, .widget ul.menu .current-menu-item a{
  color: black;
  text-decoration: underline;
}
/* Natural Theme -- Change More Button Background Color #16844617-hc-jg */
a.more-link {
    background-color: #000;
}
/* Natural Theme -- Change More Button Background Hover Color #16844617-hc-jg */
a.more-link:hover {
  background-color: #000;
}
/* Natural Theme -- Change More Button Background Hover Color #16844617-hc-jg */
a.more-link:hover {
  background-color: #000; /* Change Button Background Color */
  color: #0E2AF1; /* Change Text Color */
}
/* shrink size of variation Size text #17724533-HC */ 
#size {font-size: 12px}

/* Homepage featured buttons / 17954747-HC (MI) */
.featured-pages a.button {
	font-size:0;
}
.featured-pages a.button:after {
	font-size: 14px;
	content:"Keep Reading";
}
.featured-pages .holder:nth-child(2) a.button:after {
	content:"Shop Now";
}
.featured-pages .holder:nth-child(3) a.button:after {
	content:"Let's Go!";
}
/* end / 17954747-HC (MI) */
/* Remove pointer clicks for Featured Content Slider for Natural Theme */
.slideshow .feature-img {
      pointer-events: none;
}
/* Hide posts tagged featured on blog page 17988184-HC | GM */
.blog .postarea .tag-featured {
	display: none;
}
a.add_to_cart_button {
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
}
/* capitalize Add to Cart button text | #18096333-hc | KD */
a.add_to_cart_button {
    text-transform: capitalize;
}

/* Add to cart form - single products / 18400325-HC (MI) */
.single-product div.product .summary.entry-summary .cart {
  display:block;
}
/* Change the font color of the menu links to black -- 18653657-hc */
#navigation .menu a, a.cart-contents {
	color: #000000 !important;
}
/*hide featured slider 34616926-hc DF*/
.home-slider {
	display: none;
}