p {
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  line-height: 30px;
}
.sub-regions {
    margin-left: 0px;
    display: none;
}
.sub-regions:hover {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.page-banner-slider-empty {
    margin-top: 120px;
}
.panel .accordion.region-accordion {
    padding-left: 12px;
    font-weight: 400;
    color: rgb(100, 100, 100) !important;
}
.icon-block {
    position: relative !important;
}
.panel.region-panel {
    margin-top: -12px;
    margin-bottom: -6px;
    padding-left: 30px;
}
.icon-bottom-right {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    left: unset !important;
    top: unset !important;
}
.icon-top-right {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
    bottom: unset !important;
}
.icon-top-left {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: unset !important;
    bottom: unset !important;
}
.icon-bottom-left {
    position: absolute !important;
    bottom: 0 !important;
    right: unset !important;
    left: 0 !important;
    top: unset !important;
}
/*main[role=main].container-fluid {*/
/*  padding: 0;*/
/*}*/
h3 {
  font: normal normal 20px var(--font-raleway);
  font-weight: 800;
}
h5 {
  font-size: 14px;
  margin-top: -30px;
  margin-bottom: 10px;
}
.blogContain .blogWrap .content {
  margin-bottom: 40px;
}
.blogContain .blogWrap .content.hidden {
  display: none;
}
.blogContain .blogWrap .content .info {
  margin-top: 15px;
}
.article ul {
  columns: 1; /* was set as 2 */
  column-gap: 2rem;
}
.blogContain .blogWrap .content h5 {
  color: #1b1b19;
  font-size: 12px;
  font-weight: 300;
}
.blogContain .blogWrap .content h1 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #212121;
}
.blogArticle .article .info img{
  padding-right: 30px;
  padding-bottom: 25px;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
.blogContain {
  margin-bottom: 100px;
}

button#EnquireButton {
  background-color: #8fb91e;
  color: white;
  margin: 0;
  width: 33%;
  height: 40px;
  text-transform: uppercase;
  border-radius: 15px;
  font-weight: 500;
  margin-left: 0;
  font-weight: 800;
  margin-top: 18px !important;
  font-size: 12px;
}
.recipe-block .add-to-wishlist {
  display: block;
  position: absolute;
  font-size: 17px;
  background-color: white;
  height: 40px;
  width: 40px;
  padding: 12px;
  line-height: 0;
  border-radius: 30px;
}
.tags-container {
  margin: 0;
  padding: 0 !important;
}
.tags-container h6 {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}
.recipe-block div p {
  display: block;
  float: left;
  width: 100%;
  color: #1b1b19;
  font-size: 14px;
  margin-bottom: 30px;
}
.recipe-block div span {
  display: block;
  float: left;
  width: 100%;
  color: #1b1b19;
  font-size: 14px;
}
.time-block {
  padding-left: 45px;
}
.time-block img {
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(1);
}
.time-block p {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 800;
  color: #e62827;
  margin-bottom: 0;
  line-height: 14px;
}
.img {
  max-width: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}
label#label_price {
  font-size: 13px;
}
#slider-range {
  width: 65%;
  display: block;
  float: left;
  margin-left: 10.5%;
  margin-right: 10.5%;
  margin-top: 0.5rem;
}
#slider-range .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -3.5%;
}
#slider-range-mobile .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
}
#slider-range-mobile .ui-slider-horizontal .ui-slider-handle:first-of-type {
  margin-left: -2.5%;
}
#slider-range-mobile .ui-slider-horizontal .ui-slider-handle:last-of-type {
  margin-left: -7.5%;
}
input#amount,
input#amount-mobile {
  color: #444 !important;
  font-size: 13px;
  font-weight: 400;
}
#slider-range-mobile {
  display: flex;
  width: 48%;
  margin-top: 0.375rem;
  margin-right: 10%;
  margin-left: 2.5%;
}
#slider-range-mobile .ui-slider-horizontal {
  width: 85%;
  margin-top: 1rem;
  margin-left: 3.5%;
  margin-bottom: 15px;
  margin-right: 3.5%;
}
#slider-range-mobile .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  margin-left: -2.5%;
}
.paginator {
  font-size: 13px;
  line-height: 35px;
  margin: 1.5rem auto;
  max-height: 35px;
}
.paginator .pagination .page-item.disabled {
  opacity: 0.875;
}
.search {
  justify-content: space-between;
  display: flex;
  margin-bottom: -20px;
}
img.bottom-banner {
    margin-bottom: 0px;
    margin-top: 70px;
}
@media (max-width: 1440px) {
  img.feature-image {
    max-width: 100%;
}
img.bottom-banner {
    margin: 0;
    margin-bottom: 0px;
    margin-top: 70px;
    width: 100%;
    padding: 0;
}
  p {
    font-size: 15px;
    line-height: 30px;
}
  button.btn.add-to-cookbook {
      margin-top: 0;
      height: 50px;
      background-color: #7a7a7a;
      font-size: 12px;
      font-family: 'Josefin', sans-serif;
      width: 19%;
      padding: 0px;
      border-radius: 15px;
      margin: 10px;
      border: 0;
      margin-top: 0;
  }
  .good_to_know {
      background-color: #ece8e1;
      border-radius: 15px;
      height: auto;
      margin: 0px;
      padding: 40px;
      margin-bottom: 20px;
      max-width: 100% !important;
  }
  /*#gallery img {*/
  /*    max-width: 100%;*/
  /*}*/
  h2 {
      font-size: 22px;
      font-family: 'josefin sans', sans-serif;
      text-align: center;
      text-transform: uppercase;
      color: black;
      margin-bottom: 50px;
      font-weight: 600;
  }
  .recipe.products {
      max-width: 100%;
  }
  .recipes-listing .view-recipe {
      position: absolute;
      font-size: 14px;
      color: white;
      border-radius: 0;
      cursor: pointer;
      width: 40px;
      height: 40px;
      padding: 0;
  }
  .recipe-title {
      font-size: 22px;
      font-weight: bold;
      color: black;
      line-height: 0;
      text-transform: uppercase;
      text-align: left;
      margin-top: 30px;
  } 
  .recipe.products {
      max-width: 100%;
  }
  .owl-item {
      max-width: 100%;
  }
  button#EnquireButton {
      width: 53%;
      font-size: 13px;
  }
  .recipe-block h2 {
      display: block;
      width: 100%;
      color: #000000;
      line-height: 20px;
      font-size: 16px;
      margin-bottom: 20px;
      font-weight: 600;
      min-height: 40px;
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 0;
  }
  button.wishlist {
      padding: 9px;
      line-height: 20px !important;
  }
  .recipe-block .add-to-wishlist {
      display: block;
      position: absolute;
      font-size: 17px;
      background-color: white;
      height: 40px;
      width: 40px;
      padding: 12px;
      line-height: 0;
      border-radius: 30px;
  }
  .view-recipe {
      padding-top: 0;
      position: absolute;
      font-size: 14px;
      color: white;
      border-radius: 0;
      cursor: pointer;
      width: 40px;
      height: 40px;
  }
  .recipe-block img {
      max-width: 100%;
  }
}

@media (max-width: 768px) { 
  .page-banner-slider-empty {
    margin-top: 0;
}
  input.search-field::placeholder {
      font-size: 13px;
  }
  .img {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
  }
  .article h5 {
      margin-top: 40px;
  }
  .recipe-form button + a {
      display: block;
      float: left;
      width: 50%;
      text-align: center;
      line-height: 20px;
      height: 20px !important;
      padding: 0 10px;
      font-weight: 600;
      color: #c1ac3a;
      margin-top: 7px;
      margin-bottom: 25px;
  }
  .recipe-form {
      margin-top: 25px;
  }
  .time-block img {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
  }
  .time-block {
      padding-left: 15px;
      margin-top: 12px;
      text-align: left;
  }
  .article ul {
      text-align: left;
  }
}
@media (max-width: 576px) {
  .related_title h2 {
      margin-top: 170px;
  }
  p {
    font-family: 'Gotham',sans-serif;
    font-size: 14px;
  }
  header.jumbotron {
      min-height: 0 !important;
      max-height: 300px !important;
  }
  .recipe.products img {
      margin-bottom: 20px;
      border: 1px solid white;
      width: 100%;
  }
  .recipes-listing .view-recipe {
      position: absolute;
      font-size: 14px;
      color: white;
      background-color: #8fb91e;
      border-radius: 0;
      cursor: pointer;
      width: 40px;
      height: 40px;
      padding: 0;
  }
  .search {
      justify-content: space-between;
      display: flex;
      margin-top: 0;
      margin-bottom: 0px;
  }
  .search button {
      padding: 0;
  }
  .tags-container {
      display: none !important;
  }
  img#search-cook {
      margin-top: -49px;
      margin-bottom: 0;
      height: 16px;
      float: right;
      padding: 0 !important;
      margin-left: 320px;
      margin-bottom: 0;
      font-size: -7px;
  }
  main[role=main].container-fluid {
      padding-top: 0 !important;
  }
  input.search-field {
      width: 100%;
      height: 40px;
      padding: 0 0 0 15px;
      margin-left: 0;
      border: none;
      margin-bottom: 0px;
      margin-top: 0;
  }
  button.wishlist {
      padding: 11px;
      line-height: 0 !important;
  }
 
  button#EnquireButton {
 
      margin: 0;
      width: 100%;
     
      margin-top: 0 !important;
      font-size: 12px;
  }

  .blogArticle {
      text-align: center;
  }
  .blogArticle .article .info img {
      padding-right: 0;
  }
  .pageHeader .breadCrumb {
      padding-top: 9px;
      padding-bottom: 9px;
      padding-left: 0;
  }
  
  a.moreLoad {
      margin-top: 15px;
  }
}