@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/opensanshebrew-light-webfont.eot);
  src: url(../fonts/opensanshebrew-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-light-webfont.woff) format("woff"), url(../fonts/opensanshebrew-light-webfont.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/opensanshebrew-italic-webfont.eot);
  src: url(../fonts/opensanshebrew-italic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-italic-webfont.woff) format("woff"), url(../fonts/opensanshebrew-italic-webfont.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/opensanshebrew-regular-webfont.eot);
  src: url(../fonts/opensanshebrew-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-regular-webfont.woff) format("woff"), url(../fonts/opensanshebrew-regular-webfont.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/opensanshebrew-bolditalic-webfont.eot);
  src: url(../fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-bolditalic-webfont.woff) format("woff"), url(../fonts/opensanshebrew-bolditalic-webfont.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/opensanshebrew-bold-webfont.eot);
  src: url(../fonts/opensanshebrew-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-bold-webfont.woff) format("woff"), url(../fonts/opensanshebrew-bold-webfont.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 800;
  font-style: italic;
  src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
  src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-extrabold-webfont.woff) format("woff"), url(../fonts/opensanshebrew-extrabold-webfont.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 800;
  font-style: normal;
  src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
  src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-extrabold-webfont.woff) format("woff"), url(../fonts/opensanshebrew-extrabold-webfont.ttf) format("truetype"); }
.wrapper {
  max-width: 1260px;
  padding: 10px 0px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 240px;
}

.breadcrumbs {
  font-size: 14px;
  color: black;
  font-weight: bold;
  color: #363F45;
  color: #90A4AD;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 20px; }
  .breadcrumbs .bc-divider {
    margin: 0 8px;
    display: inline; }
  .breadcrumbs span:last-child {
    color: #363F45; }
  .breadcrumbs a {
    color: #90A4AD; }
    .breadcrumbs a span:last-child {
      color: #90A4AD; }

.featured-recipe {
  width: 100%;
  max-width: 1260px;
  height: 450px;
  background: url("../img/slider-bg.png") center no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px; }
  .featured-recipe .likes-count {
    background: #D81018;
    width: 72px;
    height: 113px;
    position: absolute;
    top: -13px;
    left: 20px; }
    .featured-recipe .likes-count .heart-icon {
      width: 26px;
      height: auto;
      margin-top: 20px; }
    .featured-recipe .likes-count span {
      display: block;
      font-size: 18px;
      color: white;
      font-weight: bold;
      margin-top: 20px; }
  .featured-recipe .info-box {
    position: absolute;
    width: 580px;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(202, 1, 9, 0.85);
    text-align: right;
    box-sizing: border-box;
    padding: 40px 80px; }
    .featured-recipe .info-box .list-num {
      font-family: 'Lobster', cursive;
      font-size: 100px;
      color: white;
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }
    .featured-recipe .info-box .list-title {
      width: 250px;
      line-height: 1;
      font-size: 24px;
      font-weight: bold;
      color: white;
      display: inline-block;
      vertical-align: middle; }
    .featured-recipe .info-box .recipe-title {
      width: 100%;
      line-height: 1;
      font-size: 60px;
      font-weight: 400;
      color: white;
      vertical-align: middle;
      margin-top: 0px;
      margin-bottom: 20px; }
    .featured-recipe .info-box .recipe-btn {
      color: white;
      font-size: 14px;
      border-bottom: 2px solid white;
      display: inline-block;
      font-weight: bold;
      line-height: 2;
      margin-top: 20px; }
      .featured-recipe .info-box .recipe-btn img {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-left: 3px; }
    .featured-recipe .info-box .recipe-desc {
      width: 100%;
      line-height: 1.5;
      font-size: 16px;
      font-weight: 400;
      color: white;
      vertical-align: middle;
      margin-bottom: 20px; }

h1 {
  color: #363F45;
  font-size: 63px;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  color: #D81018;
  max-width: 1000px; }

.subtitle {
  color: #363F45;
  font-size: 18px;
  font-weight: 400;
  max-width: 740px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }

.recipe-filters {
  border-top: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 30px;
  font-size: 14px;
  color: #90A4AD;
  font-weight: bold; }
  .recipe-filters .section {
    padding: 30px;
    border-right: 2px solid #e9e9e9;
    display: inline-block; }
    .recipe-filters .section:first-of-type {
      padding-right: 0;
      border-right: 0; }
    .recipe-filters .section img {
      vertical-align: middle;
      margin-left: 10px; }
    .recipe-filters .section span {
      color: #363F45; }
  .recipe-filters .sort-bar {
    display: inline-block;
    padding: 25px; }
    .recipe-filters .sort-bar .sort-option {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      color: #90A4AD;
      margin: 0 15px;
      cursor: pointer; }
      .recipe-filters .sort-bar .sort-option.active {
        color: #363F45;
        padding: 5px 0;
        border-bottom: 2px solid #D81018;
        position: relative;
        top: 1px; }
  .recipe-filters .type-icons {
    float: left;
    text-align: center; }
    .recipe-filters .type-icons .icon {
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      color: #363F45;
      font-size: 10px;
      margin-top: 12px;
      margin-right: 5px; }
      .recipe-filters .type-icons .icon img {
        height: 40px;
        display: block;
        margin: 0 auto;
        margin-bottom: 3px; }

.recipe-container {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 30px; }

.list-recipes {
  display: block;
  margin: 0 auto;
  width: 1260px;
  text-align: center;
  margin-bottom: 20px;
  clear: both; }
  .list-recipes h2 {
    font-size: 48px;
    color: #D81018;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 40px; }
  .list-recipes a:nth-of-type(3n) .recipe-tile {
    margin-left: 0; }
  .list-recipes a:last-of-type .recipe-tile {
    margin-left: 0; }
  .list-recipes .recipe-tile {
    display: inline-block;
    height: auto;
    width: 400px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    margin-left: 30px;
    margin-bottom: 30px;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.06); }
    .list-recipes .recipe-tile .type-icons {
      position: absolute;
      bottom: 15px;
      right: 30px; }
      .list-recipes .recipe-tile .type-icons .icon {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        color: #363F45;
        font-size: 10px;
        margin-top: 12px;
        margin-left: 6px; }
        .list-recipes .recipe-tile .type-icons .icon img {
          height: 40px;
          display: block;
          margin: 0 auto;
          margin-bottom: 0px; }
    .list-recipes .recipe-tile .thumbnail {
      height: 260px;
      width: 100%;
      background: url("../img/thumb-400.jpg") center no-repeat;
      background-size: cover; }
    .list-recipes .recipe-tile .info-box {
      background: white;
      height: 130px;
      width: 100%;
      box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.06); }
    .list-recipes .recipe-tile .recipe-title {
      position: absolute;
      right: 30px;
      bottom: 70px;
      width: 90%;
      height: 50px;
      line-height: 1.1;
      font-size: 24px;
      color: #363F45;
      font-weight: bold; }
    .list-recipes .recipe-tile .list-count {
      color: white;
      font-size: 14px;
      border-bottom: 2px solid #D81018;
      display: inline-block;
      font-weight: bold;
      line-height: 2;
      margin-top: 20px;
      position: absolute;
      bottom: 30px;
      right: 30px; }
      .list-recipes .recipe-tile .list-count img {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-left: 3px; }

@media screen and (max-width: 640px) {
  h1 {
    font-size: 48px; }

  .list-recipes {
    width: 100%; }
    .list-recipes a {
      margin-left: 0;
      width: 100%; }
    .list-recipes .recipe-tile {
      margin-left: 0;
      width: 90%; } }

/*# sourceMappingURL=list.css.map */
