/* Products Slide Hero */
.recipe-hero-outer {
  width: 100%;
  min-height: 375px;
  background-image: url("../img/products/header-blueberry-1.jpg");
  background-size: cover;
  background-position: top center;
}
.recipe-hero-img-1 {
  margin-top: 110px;
}
.recipe-slide1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.recipe-slide1-right-box {
  padding-top:20px;

}
.slide1-share ul {
  list-style-type: none;
  text-align: right;
}
.slide1-share ul li {
  display: inline;
  margin-right: 5px;
  font-family: "Works Sans", sans-serif;
  font-size: 20px;
  color: #000;
}
.slide1-share ul li img {
  max-width: 25px;
}
.slide1-yellow-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff200;
  height: 6px;
}
.slide1-title {
  text-transform: uppercase;
  font-family: "TrueNorth-Regular";
  font-size: 28px;
  color: #000;
  margin-bottom: 15px;
}
.slide1-content {
  font-family: 'Work Sans', sans-serif;
  font-size: 19px;
  color: #000;
  line-height: 30px;
}

.recipe-slide1a {
  width: 100%;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 50px;
}
.slide1a-title {
  color: #000;
  font-family: "TrueNorth-Regular";
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.slide1a-text p, .slide1a-text li {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.recipe-slide2 {
  padding-top: 50px;
  width: 100%;
  background-color: #f2e7da;
  padding-bottom: 50px;
  background-image: url("../img/patterns/tan_dots2.jpg");
  background-repeat: repeat;
}
.slide2-heading {
  font-family: 'Work Sans', sans-serif;
  font-size: 28px;
  color: #000;
  text-transform: capitalize;;
  margin-bottom: 50px;
}

#owl-carousel-products {

}
.carousel-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  text-align: center;
}

.owl-item {
  padding: 20px;
}

.printer-icon {
  max-width: 25px;
}
.slide1-tags {
  margin-top: 20px;
}
.slide1-tags a {
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  text-decoration: none;
}
.slide1-tags a:hover {
  text-decoration: none;
  color: #fe1d1d;
}
