// .wf-container {
//   height: auto !important;
// }
.tax-product_cat .wf-cell.product-no-children {
  width: 100%;
  background-color: rgba(136, 136, 136, 0.08);
  margin-bottom: 25px;
  padding: 15px 20px 10px;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  float: none !important;
}
.tax-product_cat .wf-cell.product-no-children .product_listing {
  box-sizing: border-box;
}
.tax-product_cat .wf-cell.product-no-children .product_listing div,
.tax-product_cat .wf-cell.product-no-children .product_listing figcaption {
  float: left;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .tax-product_cat .wf-cell.product-no-children .product_listing div,
  .tax-product_cat .wf-cell.product-no-children .product_listing figcaption {
    float: left;
  }
}
.tax-product_cat .wf-cell.product-no-children .product_listing__image {
  width: 100%;
}
.tax-product_cat .wf-cell.product-no-children .product_listing__image a {
  cursor: default;
}
@media (min-width: 900px) {
  .tax-product_cat .wf-cell.product-no-children .product_listing__image {
    width: 25%;
  }
}
.tax-product_cat .wf-cell.product-no-children .product_listing__content {
  width: 100%;
  padding-left: 12.3333px;
  padding-right: 12.3333px;
  text-align: justify;
}
@media (min-width: 900px) {
  .tax-product_cat .wf-cell.product-no-children .product_listing__content {
    width: 50%;
  }
}
.tax-product_cat .wf-cell.product-no-children .product_listing__content h2 {
  display: none;
}
.tax-product_cat .wf-cell.product-no-children .product_listing__content .woocommerce-tabs {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .tax-product_cat .wf-cell.product-no-children .product_listing__content .woocommerce-tabs {
    margin-bottom: 30px;
  }
}
.tax-product_cat .wf-cell.product-no-children .product_listing__ctas {
  width: 100%;
  padding-left: 12.3333px;
  padding-right: 12.3333px;
}
@media (min-width: 900px) {
  .tax-product_cat .wf-cell.product-no-children .product_listing__ctas {
    width: 25%;
  }
}
.tax-product_cat .wf-cell.product-no-children .product_listing__ctas .dt-btn {
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 900px) {
  .tax-product_cat .wf-cell.product-no-children .product_listing__ctas .dt-btn {
    width: 100%;
  }
}
/*
 * Media Rescources Gallery Styling
 */
.media-icons {
  list-style: none !important;
  margin: 0 !important;
}
.media-icon--link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background-color: #d8d8d8;
  margin: 1% 0 1% 1.6%;
  box-sizing: border-box;
  font-size: 80px;
  float: left;
  position: relative;
  padding: 15px;
}
@media (min-width: 900px) {
  .media-icon--link {
    width: 23.8%;
    height: 160px;
    text-align: center;
  }
  .media-icon--link:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
.media-icon--link:hover {
  background-color: #6996d1;
  cursor: pointer;
  color: #ffffff;
}
.media-icon--link:hover .media-icon--title {
  color: #ffffff;
}
.media-icon__file i {
  text-align: center;
  margin-bottom: 15px;
}
.media-icon__image {
  height: 100%;
}
.media-icon__image img {
  height: 90% !important;
  width: auto;
}
.media-icon--title {
  font-size: 14px;
  text-overflow: ellipsis;
}
.term-description{
  display:none;
}

#main {
  padding:0 !important;
}

.novNav {
  text-align: center;
}

#novarisLogo {
  padding: 0 !important;
}

.project-list-content a {
  text-decoration: none !important;
}

.mainCrumb {
  display: inline;
  font-weight: bold;
  font-size: larger;
}

.vc_grid-item {
  padding-left : 0 !important;
}

.c_gitem-col-align-left {
  padding-left: 0 !important;
}

/* Fix product category font size */
.project-list-content .entry-title {
	width: 100%;
	text-align: center;
	font-size: 12pt;
}


