
/* explore more */
body.single-recipe .crp_related {
  display: none !important;
}
.crp_related {
  border-top: solid 1px #dcdcdc;
}
.crp_related h3 {
  text-transform: uppercase;
  font-family: 'Copse';
  font-size: 20px;
  color: #004785;
}
.crp_related ul,
.crp_related li,
.crp_related_widget ul,
.crp_related_widget li {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.crp_related ul,
.crp_related_widget ul {
  margin-left: -10px !important;
}
.crp_related ul li {
    max-width: 33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.crp_related ul li a,
.crp_related_widget ul li a {
  display: block;
  margin: 10px;
  font-size: 17px;
  font-weight: normal;
  line-height: 24px;
  color: #333;
  opacity: 0.9;
}
.crp_related ul li a:hover,
.crp_related_widget ul li a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #337ab7;
  opacity: 1.0;
}
.crp_related ul li a > span {
    padding-top: 5px;
    display: block;
}
.crp_related_widget .crp_title {
    font-size: 16px;
    line-height: 22px;
}

.crp_related_widget img {
  vertical-align: top;
  margin: 0 8px 10px 0;
  float: left;
  clear: right;
  position: relative;
  top: 5px;
}
.crp_related_widget ul li {
    display: block;
    padding: 8px 0;
    min-height: 115px;
}
.crp_related_widget ul li:first-of-type {
    padding-top: 1px;
}
.crp_related_widget ul li a {
  margin: 0 10px;
}
.crp_related_widget .crp_date {
  font-size: 14px;
  font-family: 'Catamaran';
  font-style: italic;
  color: #808080;
}
