/* browse Slide Hero */
.browse-hero-outer {
  width: 100%;
  min-height: 375px;
  background-image: url("../img/recipes/recipe_index-header-1.jpg");
  background-size: cover;
  background-position: top center;
}

.browse-heading {
  margin-top: 50px;
  text-transform: uppercase;
  font-family: "TrueNorth-Bold";
  font-size: 28px;
}

.browse-hr {
  background-image: url("../img/yellow_divider_lg.png");
  height: 10px;
  background-repeat: repeat-x;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heartForm {
  max-width: 21px;
  float: right;
}

.like-heart img {
  cursor: pointer;
}

.heartForm img {
  animation:bounce 1s steps(2);
  -webkit-animation:bounce 1s steps(2);
}

@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}
.browse-btns .btn{
  margin-top: 15px;
  margin-bottom: 15px;
}

.browse-items-container {
  margin-top: 30px;
  margin-bottom: 50px;
}

.browse-box-item {
  border: 1px solid #ecdac2;
  margin-bottom: 30px;
}
.browse-box-item-img {

}
.browse-box-item-title {
  padding: 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  min-height: 80px;
}
.browse-box-item-title a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease all;
}
.browse-box-item-title a:hover {
  color: #ee3124;
  text-decoration: none;
}
.browse-box-item-bottom {
  padding: 0px 10px 10px 10px;
}
.browse-box-item-bottom .more-link a {
  color: #000;
  text-transform: lowercase;
  font-size: 10px;
  font-family: "Work Sans", sans-serif;
  transition: 0.4s all ease;
}
.browse-box-item-bottom .more-link a:hover {
  text-decoration: none;
  color: #ee3124;
}
.browse-box-item-bottom .like-heart {

}

.pager-container {
  position: relative;
}

.pagination>li {
  float: left;
}

.pagination-holder {
  margin: 0 auto;
  text-align: center;
  max-width: 150px;
}

.page-number {
  color: #000;
  font-size: 28px;
  font-family: "Work Sans", sans-serif;
  transition: 0.4s all ease;
  background-color: transparent;
  background-image: url('../img/pagination-filled.png');
  margin: 0px 5px;
  min-width: 37px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.page-first, .page-previous, .page-next, .page-last {
  background-image: none;
}

.page-number a {
  width: 40px;
  display: block;
  border: 0px solid #cea772;
  background-image: url('../img/pagination-outline.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.btn-primary[disabled]{
    border-color: transparent;
    background-color: transparent;
}

.no-results-well {
  margin-top: 50px;
  font-family: "TrueNorth-Regular";
}

.page-first {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -209px;
}
.page-previous {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -159px;
}
.page-left {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -100px;
  font-size: 19px;
  min-height: 40px;
  padding-top: 10px;
  cursor: pointer;
}
.page-right {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: 83px;
  font-size: 19px;
  min-height: 40px;
  padding-top: 10px;
  cursor: pointer;
}
.page-next {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: 120px;
}
.page-last {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: 169px;
}

.page-first.page-number, .page-previous.page-number, .page-next.page-number, .page-last.page-number {
  background-color: transparent;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

div.page-number i {
  font-size: 18px;
  color: #000;
}

.disabled-pager {
  opacity: 0.4;
}


#owl-carousel-browse{
  list-style-type: none;
}
