/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.product-add-to-cart {
Display: none;
}


.home h4 {
	font-size: 16px !important;
	}
.current-cat-parent .children .current-cat a{
	color: #1d3942 !important;
	font-weight: bold;
}
/* Verberg standaard alle subcategorieën */
.wc-block-product-categories-list--depth-1 {
  display: none;
}

/* Actieve subcategorie link */
.wc-block-product-categories-list-item > a.is-active {
  color: #c67935 !important;
  font-weight: bold;
}

/* Getal achter actieve subcategorie */
.wc-block-product-categories-list-item > a.is-active + .wc-block-product-categories-list-item-count {
  color: #fff;
  background-color: #243841 !important;
  font-weight: bold !important;
}

/* Actieve hoofdcategorie link */
.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item > a.is-active {
  color: #c67935;
  font-weight: bold;
}

/* Getal achter actieve hoofdcategorie */
.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item > a.is-active + .wc-block-product-categories-list-item-count {
  color: #fff;
  background-color: #243841;
  font-weight: bold;
}

.nectar-category-grid-item .inner {
  position: relative;
  overflow: hidden;
}

.nectar-category-grid-item .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 1;
	height: 40%;
  pointer-events: none;
}

/* Zorg dat de tekst erbovenop ligt */
.nectar-category-grid-item .content {
  position: relative;
  z-index: 2;
}

#search-box .aws-container .aws-search-field, #search-box .aws-container .aws-search-form .aws-form-btn {
    border: none;
    border-bottom: 3px solid #fff !important;
}

#search-box {
	text-color: #fff !important;
}

.aws-container .aws-search-form .aws-form-btn {
	background: none !important; 
}

#search-outer .aws-container .aws-search-field {
	color: #fff !important;
}

#footer-outer .row
 {
    padding: 0px !important;
    margin-bottom: 0;
}

@media only screen and (min-width: 1000px) {
    body #footer-outer .row {
        padding: 75px 0;
    }
}


@media (max-width: 1000px) {
  .row {
    display: flex;
    flex-direction: column;
  }

  .row #sidebar {
    order: 2;
    width: 100%;
  }

  .row .post-area {
    order: 1;
    width: 100%;
  }
}