/*
Theme Name: Hestia Child
Theme URI: http://community.scrippscollege.edu/laspacenterblog/
Description: This is a custom child theme.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/

@import url(../hestia/style.css);

.header-filter-gradient {
  background: linear-gradient(45deg, #fff 0%, #fff 100%);
}

.header-filter.header-filter-gradient:before {
  background-color: transparent;
}

.header-filter {

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: center center;
  background-size: cover;
}
.header-filter:before, .header-filter:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.header-filter::before {
  background-color: rgba(0, 0, 0, 0.5);
}


.hestia-blogs article:nth-of-type(6n+2) .category a, .related.products ul li:nth-of-type(6n+2) .category a, .woocommerce.archive .blog-post .products li:nth-of-type(6n+2) .category a, .woocommerce .products li:nth-of-type(6n+2) .category a, .shop-item:nth-of-type(6n+2) .category a, .related-posts div:nth-of-type(6n+2) .category a {
    color: #000;
}
a{
	
	color:#000;
}