.filterColourBlock input[type="radio"] {
    border: none !important;
}
.filterColourBlock input[type="radio"]:checked + span {
    filter: brightness(0.5);
}
.recipe-image-block {
    display: flex;
    position: relative;
}

main[role=main].container-fluid {
    padding-top: 30px !important;
    padding: 0;
}
header.jumbotron {
    max-height: 100%;
}
h3 {
    font: normal normal 20px var(--font-raleway);
    font-weight: 800;
}
h5 {
    font-size: 14px;
    margin-top: -30px;
    margin-bottom: 10px;
}
.borderTop {
    border-top: none !important;
}
.right-buttons button.btn.add-to-cookbook {
    background-color: #7a7a7a;
    margin: 10px;
    height: 50px;
    width: 27%;
    border: 0;
    font-size: 14px !important;
}
.right-buttons button.btn.addto-shopping-list {
    background-color: #7a7a7a;
    margin: 0;
    width: 25%;
    height: 50px !important;
    border: 0;
}
.right-buttons button.btn.download {
    background-color: #7a7a7a !important;
    width: 20%;
    margin: 10px;
}
.right-buttons button.btn.print {
    background-color: #7a7a7a;
    width: 20%;
    margin: 0;
    border: 0;
    height: 50px;
}
.right-buttons button.btn.add-to-cookbook:hover {
    background-color: #8fb91e !important;
}
.right-buttons button.btn.addto-shopping-list:hover {
    background-color: #8fb91e !important;
}
.right-buttons button.btn.download:hover {
    background-color: #8fb91e !important;
}
button.btn.print:hover {
    background-color: #8fb91e;
}
div#VerticalFilter {
    height: 100% !important;
}
.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;
}
.row.recipes.article {
    margin-bottom: 0;
}
.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;
}
.recipe-form .form-control {
    border-radius: 0;
    font-size: 14px;
    padding: 0 10px;
    line-height: 35px;
    height: 35px !important;
    margin-bottom: 25px;
}
.recipe-form button {
    display: block;
    float: left;
    width: 50%;
    line-height: 20px;
    height: 20px !important;
    padding: 0;
    font-weight: 600;
    border: none;
    color: #7a838a;
    background: none;
    margin-top: 7px;
    margin-bottom: 25px;
    border-right: 1px solid #7a838a;
}
.recipe-form button + a {
    color: #c1ac3a !important;
    display: block;
    float: left;
    width: 50%;
    line-height: 20px;
    height: 20px !important;
    padding: 0 10px;
    font-weight: 600;
    color: #777a52;
    margin-top: 7px;
    margin-bottom: 25px;
}
.recipe-block, .recipe-block:hover, .recipe-block:focus {
    text-decoration: none;
    margin-bottom: 40px;
}
.recipe-block div {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background: #efece7;
    margin-top: 10px;
    padding-top: 7px;
}
.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#EnquireButton {
    background-color: #000000 !important;
    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 .view-recipe {
    font-size: 14px;
    padding: 0;
}
.tags {
    font-size: 12px;
    line-height: 30px;
    width: auto;
    height: 30px;
    color: black !important;
    border: none;
    border-radius: 20px;
    text-transform: none;
    text-align: center;
    margin: -36px;
    margin-top: -60px;
}

button#EnquireButton {
    background-color: #000000;
    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;
}
.fa.fa-clock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 20px;
    color: black;
}
h5.prep-time {
    float: right;
    margin-top: 30px;
    margin-top: 20px !important;
    font-weight: 300;
}
.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;
}
.recipe-form .form-control {
  border-radius: 0;
  font-size: 14px;
  padding: 0 10px;
  line-height: 35px;
  height: 35px !important;
  margin-bottom: 25px;
}
.recipe-form button {
  display: block;
  float: left;
  width: 50%;
  line-height: 20px;
  height: 20px !important;
  padding: 0;
  font-weight: 600;
  border: none;
  color: #7a838a;
  background: none;
  margin-top: 7px;
  margin-bottom: 25px;
  border-right: 1px solid #7a838a;
}
.recipe-form button + a {
  color: #c1ac3a !important;
  display: block;
  float: left;
  width: 50%;
  line-height: 20px;
  height: 20px !important;
  padding: 0 10px;
  font-weight: 600;
  color: #777a52;
  margin-top: 7px;
  margin-bottom: 25px;
}
.recipe-block, .recipe-block:hover, .recipe-block:focus {
  text-decoration: none;
  margin-bottom: 40px;
}

.recipe-block h2 {
  display: block;
  width: 100%;
  color: #000000;
  line-height: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  min-height: 40px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}

.recipe-form .form-control {
  border-radius: 0;
  font-size: 14px;
  padding: 0 10px;
  line-height: 35px;
  height: 35px !important;
  margin-bottom: 25px;
}
.recipe-form button {
  display: block;
  float: left;
  width: 50%;
  line-height: 20px;
  height: 20px !important;
  padding: 0;
  font-weight: 600;
  border: none;
  color: #7a838a;
  background: none;
  margin-top: 7px;
  margin-bottom: 25px;
  border-right: 1px solid #7a838a;
}
.recipe-form button + a {
  color: #c1ac3a !important;
  display: block;
  float: left;
  width: 50%;
  line-height: 20px;
  height: 20px !important;
  padding: 0 10px;
  font-weight: 600;
  color: #777a52;
  margin-top: 7px;
  margin-bottom: 25px;
}
.recipe-block, .recipe-block:hover, .recipe-block:focus {
  text-decoration: none;
  margin-bottom: 40px;
}
.recipe-block div {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    margin-top: -9px;
}
.recipe-block h2 {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 16px !important;
    font-size: 15px !important;
    margin-bottom: 20px;
    font-weight: 600;
    min-height: 40px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#recipe-info button#EnquireButton {
    margin-bottom: 0 !important;
    margin-left: 0;
    font-size: 15px !important;
    font-family: 'Josefin Sans' !important;
    min-width: 140px;
    min-height: 44px;
}
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;
  right: 0;
  line-height: 0;
  border-radius: 30px;
}
.tags-container {
    margin: 0;
    padding: 0px !important;
    margin-bottom: -60px;
}
.container-fluid.pageHeader {
    margin-top: 40px;
    background-color: transparent !important;
}
.container-fluid.pageHeader h1 {
    margin-top: -20px;
}
.social-share h1 {
    margin-left: 0;
    font-size: 24px;
    line-height: 59px;
    margin-top: -30px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Josefin', sans-serif;
    margin-right: 10px;
}
i#icons {
    border-radius: 30px;
    height: 30px;
    width: 30px;
    background-color: #000000;
    padding: 13px 8px 9px 10px;
    line-height: 4px;
    color: white;
    font-size: 13px;
    margin: auto;
}

.recipe-title {
    font-size: 27px;
    font-weight: bold;
    color: black;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 30px;
}
p.recipe-description {
    max-width: 70%;
    margin-top: 30px;
}
h4.title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans';
}
h4.overall-time {
    font-size: 1rem;
    text-align: left;
    text-transform: uppercase;
    width: 40%;
    padding: 0px;
    border-radius: 30px;
    height: 50px;
    line-height: 48px;
    margin-top: 0;
    font-family: 'Josefin Sans';
    font-weight: 500;
}
.right-buttons .btn.addto-shopping-list,
button.btn.download,
button.btn.add-to-cookbook:hover{
    margin-top: 0;
    height: 50px;
    font-size: 13px;
    font-family: 'Josefin', sans-serif;
    padding: 0px;
    border-radius: 15px;
    margin: 10px;
    border: 0;
} 
  button.btn.serves-btn {
    width: 86px;
    margin: 3px;
    color: #000000 !important;
    font-weight: 600;
    border: 1px solid #ffffff;
    background-color: white;
    font-family: 'Josefin Sans' !important;
}
.servings.two,
.servings.eight {
    display: none;
}
.servings.two,
.servings.four,
.servings.eight {
    padding: 0;
}
button.btn.measurement-btn {
    height: 40px;
    background-color: #7a7a7a;
    color: white;
    width: 130px;
    border: 0;
    margin: 3px;
    font-family: 'Josefin Sans' !important;
}
.time-description.measurement-block.imperial p {
    margin-top: 0;
}
.time-description.measurement-block.metric p {
    font-weight: inherit;
    font-family: 'Gotham', sans-serif;
    margin: 0;
    color: black;
}
.servings.metric li {
    font-family: 'Gotham', sans-serif;
    color: black !important;
}
.measurement.imperial { display: none;}
h6 {
    font-weight: 800;
}
h4.prep-time {
    font-size: 13px;
    display: inline-block;
    float: right;
    margin-top: -41px;
    font-weight: 300;
    font-family: 'Gotham',sans-serif;
}
p.time-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}
.good_to_know {
    background-color: #ece8e1;
    border-radius: 15px;
    height: auto;
    margin: 0px;
    padding: 40px;
    margin-bottom: 20px;
}
.related_title h2 {
    text-align: left;
    margin-top: 40px;
}
.view-recipe {
    position: absolute;
    font-size: 14px;
    color: white;
    background-color: #c10230;
    border-radius: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
}
  img.gallery-items {
    margin: 0;
    max-width: 100%;
  }
  .recipe.products img {
    margin-bottom: 20px;
    border: 1px solid white;
}
.recipe.products h3 {
    font-size: 18px;
    font-family: 'Josefin Sans';
    text-align: center;
}
  .tags-container h6 {
    display: inline-block;
    margin: 0px;
    padding: 0 5px;
    font-size: 14px;
    text-align: left;
}
.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;
}
.four-up button#add-cookbook {
    top: 190px;
    width: 30%;
    left: 248px;
}
.four-up button#add-shopping {
    background-color: white;
    height: 39px;
    width: 160px;
    top: 148px;
    left: 201px;
}
.two-up button#add-cookbook {
    left: 510px;
    top: 430px;
}
.two-up button#add-shopping {
    left: 575px;
    right: 0;
    top: 477px;
}

.recipe-block .add-to-cookbook button#add-cookbook {
    top: 210px;
    width: 30%;
    left: 302px;
    font-family: 'Josefin Sans' !important;
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 0;
}

.two-up #recipe-block .add-to-wishlist {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    padding: 12px;
    right: 0;
}
.four-up #recipe-block .add-to-wishlist {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    padding: 12px;
    right: 0;
}
.tags-container {
    margin: 0;
    padding: 0 !important;
}
.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;
}
.far.fa-heart.heart-icon {
    color: #666;
    transition: color 0.3s;
}
  
  .far.fa-heart.heart-icon.active {
    color: red;
}
  .page-social-icon {
    display: none;
}
.container-fluid.pageHeader {
    margin-top: 80px;
}
input.search-field::placeholder {
    font-size: 15px;
}
.show h1 {
    margin-bottom: 0px;
    margin-top: 27px;
    font-size: 15px;
    font-family: 'josefin', sans-serif;
    font-weight: 400;
}
.container-fluid.pageHeader {
    margin-top: 40px;
    background-color: #e8e4dd;
}
.container-fluid.pageHeader h1 {
    margin-top: -20px;
}
.social-share h1 {
    margin-left: 0;
    font-size: 24px;
    line-height: 59px;
    margin-top: -30px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Josefin', sans-serif;
    margin-right: 10px;
}
i#icons {
    border-radius: 30px;
    height: 30px;
    width: 30px;
    background-color: #000000;
    padding: 13px 8px 9px 10px;
    line-height: 4px;
    color: white;
    font-size: 13px;
    margin: auto;
}
.social-share {
    min-width: 0;
}
.recipe-title {
    font-size: 27px;
    font-weight: bold;
    color: black;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 30px;
}
p.recipe-description {
    max-width: 70%;
    margin-top: 30px;
    color: black;
}
h4.title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.servings.two,
.servings.eight {
    display: none;
}
.servings.two,
.servings.four,
.servings.eight {
   padding: 0;
}
button.btn.measurement-btn.active {
    background-color: black;
    color: white !important;
    font-weight: 600;
}
button.btn.measurement-btn {
    height: 40px;
    background-color: #ffffff;
    color: black !important;
    width: 130px;
    border: 0;
    margin: 3px;
}
.servings h6 {
    font-family: 'Gotham', sans-serif;
    font-weight: 600;
}
.measurement.imperial {
    display: none;
}
h6 {
    font-weight: 800;
}

p.time-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}
.good_to_know {
    background-color: #ece8e1;
    border-radius: 15px;
    height: auto !important;
    margin: 0px;
    padding: 40px;
    margin-bottom: 20px;
}
.related_title h2 {
    text-align: left;
    margin-top: 40px;
}
.view-recipe {
    position: absolute;
    font-size: 14px;
    color: white;
    background-color: #c10230;
    border-radius: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
}

img.gallery-items {
    margin: 0;
    max-width: 100%;
}
.recipe.products img {
    margin-bottom: 20px;
    border: 1px solid white;
    height: 540px;
    width: 100%;
}
.container.related-products {
    margin-bottom: 100px;
}


.time h4.title {
    padding: 0 !important;
}

/* THREE LISTING STYLES */
.three-up .add-to-cookbook button#add-cookbook {
    top: 210px !important;
    width: 30%;
    left: 335px !important;
    font-family: 'Josefin Sans' !important;
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 0;
}
.three-up .add-to-cookbook button#add-shopping {
    background-color: white;
    height: 39px;
    width: 160px;
    top: 258px !important;
    left: 325px !important;
    font-size: 10px !important;
    font-family: 'Josefin Sans' !important;
    padding: 0;
    text-transform: uppercase;
}

/* FOUR UP LISTING STYLES */
.four-up button#EnquireButton {
    width: 0;
    min-width: 140px !important;
}
.four-up button#EnquireButton {
    width: 60%;
}
.four-up .recipe-block h6.tags {
    margin: 0px;
    margin-top: 10px;
}
.four-up .tags-container h6 {
    display: inline-block;
    margin: 0;
    padding: 0 0;
}
.four-up .recipe-block h2 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
}
  /* TWO UP LISTING STYLES */
  .two-up .recipe-block .view-recipe {
    font-size: 16px;
}
.two-up .recipe-block .add-to-wishlist {
    font-size: 17px;
    background-color: white;
    padding: 12px;
}
.right-buttons {
    margin: 0 !important;
    margin-right: 0;
    margin-left: 0px;
    padding: 0;
}
.recipe.social-share {
    margin-right: 20px !important;
    min-width: 0;
}
div#VerticalFilter {
    border: 1px solid #d9d3c9;
    height: 100% !important;
}
main[role=main].container-fluid {
    padding-top: 50px;
}
.btn {
    color: #ffffff !important;
    
}

div#VerticalFilter {
    border: 1px solid #d9d3c9;
    height: 1190px;
    display: block;
}
.accordion, .accordion_horizontal {
        /* background-color: #eee; */
        color: #444;
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
}
#addToCart .modal-content {
    border-radius: 0;
    border: 5px solid black;
}
#addToCart .modal-body {
    padding: 0px 15px 15px 15px;
    margin-top: -10px;
}
/* .active, .accordion:hover {
background-color: #ccc;
} */
.accordion:after, .accordion_horizontal:after {
    content: '\002B';
    font-size: 20px;
    color: #777;
    font-weight: 400;
    float: right;
    margin-left: 5px;
}
.accordion.active:after, .accordion_horizontal.active:after {
    content: "\2212";
}
b {
    color: #212529;
}
h2{
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    color: #555555;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.form-group {
    display: block;
    float: left;
    width: 100%;
}
.two-up > #recipe-block[class*=col] {
    flex: 0 1 calc( 100% / 2 ) !important;
    transition: all 0.25s ease;
}
.three-up > #recipe-block[class*=col] {
    flex: 0 1 calc( 100% / 3 ) !important;
    transition: all 0.25s ease;
}
.four-up > #recipe-block[class*=col] {
    flex: 0 1 calc( 100% / 4 ) !important;
    transition: all 0.25s ease;
}
img.recipe-image {
width: 100%;
}

#btnContainer button.active, #btnContainer button:active, #btnContainer button:focus {
    background-color: none;
    outline: none;
    border-radius: 2px;
    opacity: 100%;
}
.sortBy .dropdown-menu {
    font-size: 0.93333333333rem;
    color: #1b1b19;
    background: #f5f1e9;
    max-width: 1484px !important;
    transform: translate3d(70px, 25px, 0px) !important;
    left: 0 !important;
    top: 20px !important;
}
.sortBy .dropdown-item:focus, .sortBy .dropdown-item:hover,  .sortBy .dropdown-item:active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #1b1b19;
}
.search {
    margin-top: -76px;
}
.far.fa-heart.heart-icon {
    color: #666;
    transition: color 0.3s;
  }
  
  .far.fa-heart.heart-icon.active {
    color: red;
  }
  .page-social-icon {
    display: none;
  }
  input.search-field::placeholder {
    font-size: 15px;
  }
.show h1 {
    margin-bottom: 0px;
    margin-top: 60px;
    font-size: 15px;
    font-family: 'josefin sans', sans-serif;
    font-weight: 400;
}
button.btn.recipes.download {
    min-width: 10% !important;
}
i.fas.fa-minus {
    margin-right: 0 !important;
}
.recipe-card .recipe-title {
    font-size: 18px;
    font-weight: bold;
    color: black;
    line-height: 20px;
    text-align: left;
    font-family: 'Josefin Sans';
    margin-top: 10px;
}
.recipe-card .view-recipe {
    position: absolute;
    font-size: 14px;
    color: white;
    background-color: #c10230;
    border-radius: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
/*main[role=main].container-fluid {*/
/*    padding: 0;*/
/*}*/
.recipes .recipe-title {
    font-size: 32px;
    font-weight: bold;
    color: black;
    line-height: 0px;
    text-align: left;
    margin-top: 60px;
}
.recipe-block button#add-shopping {
    font-size: 13px !important;
    font-weight: 500 !important;
    width: 46%;
    margin-bottom: 33px;
    text-transform: uppercase;
    padding: 0px;
}
.recipe-block .add-to-wishlist.icon-top-right {
    margin: 6px;
    padding: 12px;
    display: block;
}
.three-up .recipe-block .view-recipe {
    font-size: 14px;
    width: 40px;
    padding: 0;
    height: 40px;
}
.two-up .recipe-block .view-recipe {
    font-size: 16px;
    width: 40px;
    padding: 0;
    height: 40px;
}
.recipe-block button#add-cookbook {
    font-size: 13px !important;
    font-weight: 500 !important;
    width: 50%;
    margin-bottom: 75px;
    text-transform: uppercase;
    padding: 0;
}
.recipes-text.article {
    margin-bottom: 0;
}
.gallery-area {
    margin-top: 0 !important;
}
.gallery.related_title {
    margin-top: -30px !important;
}
.gallery.related_title h2 {
    text-align: left;
    font-family: 'Josefin Sans';
    margin-top: 0;
}
.related_title h2 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 30px;
}
@media (max-width: 1366px) {
    .four-up h5.prep-time {
        float: right;
        margin-top: -30px !important;
        font-size: 11px;
        margin-right: -16px !important;
    }
    #recipe-info button#EnquireButton {
        font-size: 11px !important;
    }
    .four-up button#EnquireButton {
        min-width: 100px !important;
    }
    .four-up .recipe-block h2 {
        margin-bottom: 0;
    }
    .four-up #recipe-block .add-to-wishlist {
        height: 30px !important;
        width: 30px !important;
        padding: 8px !important;
    }
}
img.recipe {
    width: 100%;
}
@media (max-width: 1440px) {
    .gallery-area {
        margin-bottom: -60px;
    }
    h4.title {
        margin-top: 0;
    }
   .gallery h2 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .measurement h2 {
        font-size: 19px !important;
    }
    .servings h2 {
        font-size: 19px !important;
    }
    .recipe-block .view-recipe {
        padding: 0;
    }
    .four-up .recipe-block button#add-cookbook {
        width: 58%;
    }
     .two-up .recipe-block button#add-cookbook {
        width: 34% !important;
        margin-bottom: 69px;
    }
    .recipe-block button#add-cookbook {
        width: 50%;
        padding: 0;
    }
    .recipe-block button#add-shopping {
        width: 56%;
        padding: 0;
    }
    .four-up .recipe-block button#add-cookbook {
        width: 68% !important;
        margin-bottom: 69px;
    }
    .four-up .recipe-block button#add-shopping {
        width: 78% !important;
    }
    .three-up .recipe-block button#add-shopping {
        font-size: 13px !important;
        width: 56% !important;
    }
    .three-up .recipe-block button#add-cookbook {
        font-size: 13px !important;
        width: 56% !important;
        margin-bottom: 68px;
    }
    .two-up .recipe-block button#add-shopping {
        width: 43% !important;
    }
    .recipe-card .recipe-title {
        width: 92%;
    }
    .recipe.social-share i#icons {
        margin: 6px;
        margin-top: 0px !important;
    }
    .recipe.products img {
        margin-bottom: 20px;
    }
    /* .recipes, .accordion:after, .accordion_horizontal:after {
        margin-top: -7px !important;
    } */
    .right-buttons button.btn.addto-shopping-list {
        background-color: #7a7a7a;
        margin: 0;
        width: 24%;
        height: 40px !important;
        border: 0;
        margin: 5px;
    }
    .recipes .recipe-title {
        font-size: 30px;
        font-weight: bold;
        color: black;
        line-height: 0px;
        text-align: left;
        margin-top: 60px;
    }
    .three-up .recipe-block .view-recipe {
        font-size: 14px;
    }
    button
    measurement, .good_to_know {
        height: auto !important;
        margin-left: 0 !important;
    }
    button.btn.serves-btn {
        font-family: 'Josefin Sans' !important;
        height: 44px !important;
        padding: 0;
    }
    i#icons {
        margin-top: 10px;
    }
     .recipe.social-share {
        display: flex;
        margin: 0 !important
    }
    .col.breadCrumbs {
        margin-top: 0px !important;
    }
    h5.prep-time {
        float: right;
        margin-top: 30px;
        margin-top: 30px !important;
        margin-right: -10px;
    }
    .recipe-block div {
        display: block;
        float: left;
        width: 100%;
        padding: 21px;
        border-radius: 15px;
        background: #efece7;
        margin-top: 2px;
    }
    img#search-recipe {
        left: 430px !important;
        top: 27px;
    }
    .four-up .recipe-block .add-to-wishlist {
        top: 0px;
        left: 220px;
    }
    .two-up .recipe-block .add-to-wishlist {
        font-size: 17px;
        background-color: white;
        padding: 4px;
        top: 0px;
    }
    
        
    [class*=cta] button, [class*=cta] a, button {
        line-height: 40px !important;
        height: auto !important;
    }
    h4.overall-time {
        font-size: 1rem;
        text-align: center;
        text-transform: uppercase;
        width: 40%;
        padding: 20px;
        border-radius: 30px;
        height: 50px;
        line-height: 8px;
    }
    .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-serif;
        text-align: center;
        text-transform: uppercase;
        color: black;
        margin-bottom: 50px;
        font-weight: 600;
    }
    .recipe.products {
        max-width: 100%;
    }
    .view-recipe {
        position: absolute;
        bottom: 90px;
        right: 0;
        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: 3px;
        line-height: 0;
        border-radius: 30px;
    }
    .view-recipe {
        font-size: 14px;
    }
    .recipe-block img {
        max-width: 100%;
    }
}
@media (max-width: 768px) { 
    .recipe-block h2 {
        display: block;
        width: 100%;
        line-height: 20px;
        font-weight: 600;
        min-height: 40px;
        text-transform: uppercase;
        margin-bottom: 0 !important;
        font-family: 'Josefin Sans';
        font-size: 14px !important;
    }
    img#search-recipe {
        display: none;
    }
        div#gallery {
        margin-bottom: -240px !important;
    }
     .slider-arrows {
        top: 15% !important;
    }
    .gallery-images {
        width: 210px !important;
    }
    h4.overall-time {
        width: 40% !important;
    }
    .right-buttons button.btn.add-to-cookbook {
        width: 27% !important;
    }
    .right-buttons button.btn.addto-shopping-list {
        width: 28% !important;
    }
    .serve-mobile {
        margin-top: -30px;
    }
    .serve-mobile, .time h4.title {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .price p {
        margin-left: -15px;
    }
    .mobileFilter .filteropen a.filterBtn {
        margin-bottom: 20px;
    }
    button.two-up {
        border: 0;
        background: none;
        margin: 6px;
        margin-top: -53px;
        margin-right: 2px;
        opacity: 0.1;
        color: white;
        margin-bottom: -20px;
    }
    .two-up .recipe-block .add-to-wishlist {
        font-size: 17px;
        background-color: white;
        padding: 4px;
        top: 0px;
    }
    .view-recipe {
        font-size: 14px;
    }
    .recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        font-size: 17px;
        background-color: white;
        height: 40px;
        width: 40px;
        padding: 3px;
        top: 0px;
        left: 194px;
        right: 0;
        line-height: 0;
        border-radius: 30px;
    }
    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;
    }
}
button.btn.addto-shopping-list:hover {
    background-color: #8fb91e;
}
button.btn.recipes.download:hover {
    background-color: #8fb91e;
}
button.btn.print:hover {
    background-color: #8fb91e;
}
div#VerticalFilter {
    height: 100% !important;
}
.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;
}
.recipe-form .form-control {
    border-radius: 0;
    font-size: 14px;
    padding: 0 10px;
    line-height: 35px;
    height: 35px !important;
    margin-bottom: 25px;
}
.recipe-form button {
    display: block;
    float: left;
    width: 50%;
    line-height: 20px;
    height: 20px !important;
    padding: 0;
    font-weight: 600;
    border: none;
    color: #7a838a;
    background: none;
    margin-top: 7px;
    margin-bottom: 25px;
    border-right: 1px solid #7a838a;
}
.recipe-form button + a {
    color: #c1ac3a !important;
    display: block;
    float: left;
    width: 50%;
    line-height: 20px;
    height: 20px !important;
    padding: 0 10px;
    font-weight: 600;
    color: #777a52;
    margin-top: 7px;
    margin-bottom: 25px;
}
.recipe-block, .recipe-block:hover, .recipe-block:focus {
    text-decoration: none;
    margin-bottom: 40px;
}
/*.recipe-block div {*/
/*    display: block;*/
/*    float: left;*/
/*    width: 100%;*/
    /*padding: 20px;*/
/*    border-radius: 15px;*/
/*    margin-top: 10px;*/
/*    padding-top: 15px;*/
/*}*/
.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#EnquireButton {
    background-color: #000000 !important;
    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;
}
.tags {
    font-size: 12px;
    line-height: 30px;
    width: auto;
    height: 30px;
    color: black !important;
    border: none;
    border-radius: 20px;
    text-transform: none;
    text-align: center;
    margin: -36px;
    margin-top: -60px;
}

button#EnquireButton {
    background-color: #000000;
    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;
}
.fa.fa-clock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 20px;
    color: black;
}
h5.prep-time {
    float: right;
    margin-top: 30px !important;
    font-weight: 400;
}
.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;
}
.recipe-form .form-control {
  border-radius: 0;
  font-size: 14px;
  padding: 0 10px;
  line-height: 35px;
  height: 35px !important;
  margin-bottom: 25px;
}
.recipe-form button {
  display: block;
  float: left;
  width: 50%;
  line-height: 20px;
  height: 20px !important;
  padding: 0;
  font-weight: 600;
  border: none;
  color: #7a838a;
  background: none;
  margin-top: 7px;
  margin-bottom: 25px;
  border-right: 1px solid #7a838a;
}
.recipe-form button + a {
  color: #c1ac3a !important;
  display: block;
  float: left;
  width: 50%;
  line-height: 20px;
  height: 20px !important;
  padding: 0 10px;
  font-weight: 600;
  color: #777a52;
  margin-top: 7px;
  margin-bottom: 25px;
}
.recipe-block, .recipe-block:hover, .recipe-block:focus {
  text-decoration: none;
  margin-bottom: 40px;
}

.recipe-block h2 {
  display: block;
  width: 100%;
  color: #000000;
  line-height: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  min-height: 40px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}


.recipe-form .form-control {
  border-radius: 0;
  font-size: 14px;
  padding: 0 10px;
  line-height: 35px;
  height: 35px !important;
  margin-bottom: 25px;
}
.recipe-form button {
  display: block;
  float: left;
  width: 50%;
  line-height: 20px;
  height: 20px !important;
  padding: 0;
  font-weight: 600;
  border: none;
  color: #7a838a;
  background: none;
  margin-top: 7px;
  margin-bottom: 25px;
  border-right: 1px solid #7a838a;
}
.recipe-form button + a {
  color: #c1ac3a !important;
  display: block;
  float: left;
  width: 50%;
  line-height: 20px;
  height: 20px !important;
  padding: 0 10px;
  font-weight: 600;
  color: #777a52;
  margin-top: 7px;
  margin-bottom: 25px;
}
.recipe-block, .recipe-block:hover, .recipe-block:focus {
  text-decoration: none;
  margin-bottom: 40px;
}
.recipe-block div {
    /*display: block;*/
    /*float: left;*/
    /*width: 100%;*/
    /*border-radius: 15px;*/
    /*margin-top: -10px;*/
    background-color: #fcfbf9;
}
.recipe-block h2 {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 18px !important;
    font-size: 19px !important;
    margin-bottom: 20px;
    font-weight: 600;
    min-height: 47px;
    text-transform: uppercase;
    text-align: left;
    /*margin-bottom: 0;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-inline-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}
#recipe-info button#EnquireButton {
    margin-bottom: 0 !important;
    margin-left: 0;
    font-size: 15px;
    font-family: 'Josefin Sans' !important;
}
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;
}
.container-fluid.pageHeader {
    margin-top: 40px;
    background-color: transparent !important;
}
.container-fluid.pageHeader h1 {
    margin-top: -20px;
}
.social-share h1 {
    margin-left: 0;
    font-size: 24px;
    line-height: 59px;
    margin-top: -30px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Josefin', sans-serif;
    margin-right: 10px;
}
i#icons {
    border-radius: 30px;
    height: 30px;
    width: 30px;
    background-color: #000000;
    padding: 13px 8px 9px 10px;
    line-height: 4px;
    color: white;
    font-size: 13px;
}

.recipe-title {
    font-size: 27px;
    font-weight: bold;
    color: black;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 30px;
}
h4.title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans';
}
  .servings.two,
  .servings.eight {
    display: none;
  }
  .servings.two,
  .servings.four,
  .servings.eight {
   padding: 0;
  }
ul.serve-description {
    font-family: 'Gotham', sans-serif !important;
    max-width: 100%;
    color: black !important;
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
    display: grid;
    padding: 0;
}
  li {
    line-height: 33px;
  }
  .measurement.imperial {
    display: none;
  }
  h6 {
    font-weight: 800;
  }

  p.time-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .good_to_know {
    background-color: #ece8e1;
    border-radius: 15px;
    height: auto;
    margin: 0px;
    padding: 40px;
    margin-bottom: 20px;
  }
  .related_title h2 {
    text-align: left;
    margin-top: 40px;
  }
  .view-recipe {
    font-size: 14px;
  }
  img.gallery-items {
    margin: 0;
    max-width: 100%;
  }
  .recipe.products img {
    margin-bottom: 20px;
    border: 1px solid white;
  }

.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;
}

.recipe-block .add-to-cookbook button#add-cookbook {
    top: 210px;
    width: 30%;
    left: 302px;
    font-family: 'Josefin Sans' !important;
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 0;
}

.two-up #recipe-block .add-to-wishlist {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    padding: 13px;
    right: 0;
}
.four-up #recipe-block .add-to-wishlist {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    padding: 12px;
}
.tags-container {
    margin: 0;
    padding: 0 !important;
}
  
.tags-container h6 {
    display: inline-block;
    margin: 0;
    padding: 0 0px;
}
.recipe-block div p {
    display: block;
    float: left;
    width: 100%;
    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;
}
.far.fa-heart.heart-icon {
    color: #666;
    transition: color 0.3s;
}
  
.far.fa-heart.heart-icon.active {
    color: red;
}
  .page-social-icon {
    display: none;
}
input.search-field::placeholder {
    font-size: 15px;
}
.show h1 {
    margin-bottom: 0px;
    margin-top: 27px;
    font-size: 15px;
    font-family: 'josefin', sans-serif;
    font-weight: 400;
}
.container-fluid.pageHeader {
    margin-top: 40px;
    background-color: #e8e4dd;
}
.container-fluid.pageHeader h1 {
    margin-top: -20px;
}
.social-share h1 {
    margin-left: 0;
    font-size: 24px;
    line-height: 59px;
    margin-top: -30px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Josefin', sans-serif;
    margin-right: 10px;
}
i#icons {
    border-radius: 30px;
    height: 30px;
    width: 30px;
    background-color: #000000;
    padding: 13px 8px 9px 10px;
    line-height: 4px;
    color: white;
    font-size: 13px;
    margin: auto;
}
.recipe-title {
    font-size: 27px;
    font-weight: bold;
    color: black;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 30px;
}
h4.title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

button.btn .serves-btn:active, .serves-btn:focus {
    background-color:  #c10230;
    color: white !important;
    font-weight: 600;
}
button.btn.serves-btn.active {
    background-color: #c10230;
    color: white !important;
    border: 1px solid #ffffff;
}
.servings.two,
.servings.eight {
    display: none;
}
.servings.two,
.servings.four,
.servings.eight {
   padding: 0;
}
.measurement.imperial {
    display: none;
}
h6 {
    font-weight: 800;
}

p.time-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}
.good_to_know {
    background-color: #ece8e1;
    border-radius: 15px;
    height: auto !important;
    margin: 0px;
    padding: 40px;
    margin-bottom: 20px;
}
.view-recipe {
    font-size: 14px;
}

img.gallery-items {
    margin: 0;
    max-width: 100%;
}
.recipe.products img {
    margin-bottom: 20px;
    border: 1px solid white;
    height: auto;
    padding: 30px;
}
.time h4.title {
    padding: 0 !important;
}
.recipe-image-block button#add-cookbook {
    width: 206px;
    left: calc(94% - 213px);
    bottom: calc(100px + 4vh);
    font-family: 'Josefin Sans' !important;
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 0;
    position: relative;
}
.recipe-image-block button#add-shopping {
    width: 166px;
    left: calc(97% - 166px);
    bottom: calc(100px + 15vh);
    font-family: 'Josefin Sans' !important;
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 0;
    right: 0;
    position: absolute;
}
.recipe-image-block .add-to-wishlist {
    position: absolute;
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 32px;
    bottom: 0;
    right: 0;
    left: calc(100% - 10vh);
}

/* THREE LISTING STYLES */

.three-up  .recipe-block .view-recipe {
    font-size: 14px;
}
/* FOUR UP LISTING STYLES */
.four-up button#EnquireButton {
    width: 0;
    min-width: 140px;
}
.four-up button#EnquireButton {
    width: 60%;
}
.four-up .recipe-block h6.tags {
    margin: 0px;
    margin-top: 10px;
}
.four-up .tags-container h6 {
    display: inline-block;
    margin: 0;
    padding: 0 0;
}
.four-up .recipe-block h2 {
    font-size: 17px !important;
    line-height: 19px;
    margin-bottom: 30px;
}
.four-up h5.prep-time {
    float: right;
    margin-top: 30px;
}

  /* TWO UP LISTING STYLES */
  .two-up .recipe-block .view-recipe {
    font-size: 16px;
}

.right-buttons {
    margin: 0 !important;
    margin-right: 0;
    margin-left: 0px;
}
div#VerticalFilter {
    border: 1px solid #d9d3c9;
    height: 100% !important;
}
main[role=main].container-fluid {
    padding-top: 50px;
}
.btn {
    color: #ffffff !important;
    
}

div#VerticalFilter {
    border: 1px solid #d9d3c9;
    height: 1190px;
    display: block;
}
.accordion, .accordion_horizontal {
        /* background-color: #eee; */
        color: #444;
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
}
#addToCart .modal-content {
    border-radius: 0;
    border: 5px solid black;
}
#addToCart .modal-body {
    padding: 0px 15px 15px 15px;
    margin-top: -10px;
}
/* .active, .accordion:hover {
background-color: #ccc;
} */
.accordion:after, .accordion_horizontal:after {
    content: '\002B';
    font-size: 20px;
    color: #777;
    font-weight: 400;
    float: right;
    margin-left: 5px;
}
.accordion.active:after, .accordion_horizontal.active:after {
    content: "\2212";
}
b {
    color: #212529;
}
h2{
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    color: #555555;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.form-group {
    display: block;
    float: left;
    width: 100%;
}
.two-up > #recipe-block[class*=col] {
    flex: 0 1 calc( 100% / 2 ) !important;
    transition: all 0.25s ease;
}
.three-up > #recipe-block[class*=col] {
    flex: 0 1 calc( 100% / 3 ) !important;
    transition: all 0.25s ease;
}
.four-up > #recipe-block[class*=col] {
    flex: 0 1 calc( 100% / 4 ) !important;
    transition: all 0.25s ease;
}
img.recipe-image {
width: 100%;
}
#btnContainer button.active, #btnContainer button:active, #btnContainer button:focus {
    background-color: none;
    outline: none;
    border-radius: 2px;
    opacity: 100%;
}
.sortBy .dropdown-menu {
    font-size: 0.93333333333rem;
    color: #1b1b19;
    background: #f5f1e9;
    max-width: 1484px !important;
    transform: translate3d(70px, 25px, 0px) !important;
    left: 0 !important;
    top: 20px !important;
}
.sortBy .dropdown-item:focus, .sortBy .dropdown-item:hover,  .sortBy .dropdown-item:active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #1b1b19;
}
.search {
    margin-top: -76px;
}
.far.fa-heart.heart-icon {
    color: #666;
    transition: color 0.3s;
  }
  
  .far.fa-heart.heart-icon.active {
    color: red;
  }
  .page-social-icon {
    display: none;
  }
  input.search-field::placeholder {
    font-size: 15px;
  }
.show h1 {
    margin-bottom: 0px;
    margin-top: 60px;
    font-size: 15px;
    font-family: 'josefin sans', sans-serif;
    font-weight: 400;
}
button.btn.recipes.download {
    min-width: 10% !important;
}
i.fas.fa-minus {
    margin-right: 0 !important;
}
.gallery-images {
    width: 460px !important;
}
.four-up .recipe-block button#add-shopping {
    width: 58%;
}
.four-up .recipe-block button#add-cookbook {
    width: 48%;
}
.two-up .recipe-block button#add-cookbook {
    width: 24%;
}
.two-up .recipe-block button#add-shopping {
    width: 33%;
}
.custom-container.related-products {
    margin-top: 0;
    margin-bottom: 60px;
}
@media (max-width: 1440px) {
    .gallery-images {
        width: 360px !important;
        height: auto;
    }
    .related_title h2 {
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .recipe.products {
        max-width: 20%;
        height: auto;
    }
    .custom-container.related-products {
        margin-top: 20px;
    }
    .recipes-text.article {
        margin-bottom: 0 ;
    }
    .servings.metric li {
        font-family: 'Gotham', sans-serif;
        font-size: 14px;
    }
    .tags-container h6 {
        line-height: 19px;
        margin-bottom: -10px;
        margin-top: 10px;
    }
    i#icons {
        margin-top: 10px !important;
    }
    .recipe-block .add-to-wishlist.icon-top-right {
        padding-top: 7px;
        display: block;
    }
    .recipe-image-block button#add-shopping {
        font-size: 10px !important;
    }
    .right-buttons button.btn.addto-shopping-list {
        margin: 0;
        width: 27%;
        height: 50px !important;
        border: 0;
        margin: 0;
    }
    .right-buttons button.btn.download {
        width: 21%;
        margin: 10px;
        height: 50px !important;
    }
    .right-buttons button.btn.add-to-cookbook {
        /* margin: 0 !important; */
        height: 50px !important;
        width: 25%;
    }
    .right-buttons button.btn.print {
        background-color: #7a7a7a;
        width: 16%;
        margin: 0;
        border: 0;
        min-height: 50px;
    }
     .add-to-wishlist {
        padding: 12px;
    }
    .three-up .recipe-block .view-recipe {
        font-size: 14px;
    }
     h4.prep-time {
        font-size: 13px;
        display: inline-block;
        float: left;
        font-weight: 300;
        font-family: 'Gotham', sans-serif;
    }
    button
    measurement, .good_to_know {
        height: auto !important;
        margin-left: 0 !important;
    }
    button.btn.serves-btn {
        font-family: 'Josefin Sans' !important;
        height: 44px !important;
        padding: 0;
    }
    button.btn.measurement-btn {
        color: white;
        width: 130px;
        border: 0;
        margin: 3px;
        height: 44px !important;
        line-height: 0;
        padding: 0;
        font-family: 'Josefin Sans' !important;
    }
    i#icons {
        margin-top: 10px;
        margin: 5px;
    }
    .recipe .social-share {
        display: flex;
        margin-top: 0px;
        margin: 0;
    }
    .recipe.social-share h1 {
        line-height: 19px;
    }
    /*main[role=main].container-fluid {*/
    /*    padding-top: 120px !important;*/
    /*}*/
    .container-fluid.pageHeader h1 {
        font-size: 14px !important;
    }
    #recipe-info button#EnquireButton {
        margin-bottom: 0 !important;
        max-width: 0;
        min-height: 30px;
        font-size: 13px !important;
        font-family: 'Josefin Sans' !important;
        text-transform: uppercase;
        margin-top: 0;
        min-width: 120px;
        padding: 0;
    }
    h5.prep-time {
        float: right;
        margin-top: 30px;
        margin-top: 30px !important;
        margin-right: -10px;
    }
    /*.recipe-block div {*/
    /*    display: block;*/
    /*    float: left;*/
    /*    width: 100%;*/
        /*padding: 21px;*/
    /*    border-radius: 15px;*/
    /*    margin-top: -10px;*/
    /*}*/
    img#search-recipe {
        left: 430px !important;
        top: 27px;
    }
    .four-up .view-recipe {
        padding: 0 !important;
    }
    .two-up .view-recipe {
        font-size: 16px;
    }
    
    [class*=cta] button, [class*=cta] a, button {
        line-height: 35px !important;
        height: 32px !important;
    }
    button.btn.add-to-cookbook {
        width: 30%;
    }
    h4.overall-time {
        font-size: 1rem;
        text-align: left;
        text-transform: uppercase;
        width: 59%;
        padding: 0;
        border-radius: 30px;
        height: 50px;
        line-height: 48px;
        margin-top: 10px;
    }
    .good_to_know {
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto;
        margin: 0px;
        padding: 40px;
        margin-bottom: 20px;
        max-width: 100% !important;
    }
   h2 {
        font-size: 22px;
        font-family: 'Josefin Sans';
        text-align: center;
        text-transform: uppercase;
        color: black;
        margin-bottom: 50px;
        font-weight: 600;
    }
    .view-recipe {
        font-size: 14px;
    }
    .recipe-title {
        font-size: 22px;
        font-weight: bold;
        color: black;
        line-height: 0;
        text-transform: uppercase;
        text-align: left;
        margin-top: 30px;
    } 
    .owl-item {
        max-width: 100%;
    }
    button#EnquireButton {
        width: 53%;
        font-size: 13px;
        min-height: 30px !important;
        border-radius: 9px !important;
    }
      .recipe-block h2 {
        display: block;
        width: 100%;
        line-height: 20px;
        font-weight: 600;
        min-height: 40px;
        text-transform: uppercase;
        margin-bottom: 0;
        font-family: 'Josefin Sans';
        font-size: 14px !important;
    }
    .four-up h5.prep-time {
        display: none;
    }
    button.wishlist {
        padding: 9px;
        line-height: 20px !important;
    }
    .view-recipe {
        font-size: 14px;
    }
    .recipe-block img {
        max-width: 100%;
    }
    .four-up #recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        height: 40px;
        width: 40px;
        padding: 11px;
        padding-top: 7px;
    }
    .three-up #recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        height: 40px;
        width: 40px;
        padding: 11px;
        padding-top: 7px;
    }
    .two-up #recipe-block .add-to-wishlist {
        padding: 6px;
        padding-left: 12px;
        padding-right: 0px;
    }
    .three-up button#add-cookbook {
        font-size: 11px !important;
    }
}
@media (max-width: 1024px) {
    .recipe.social-share {
        margin-right: 0;
        min-width: 0;
        margin-left: 210px;
    }
    .two-up #recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        height: 40px;
        width: 40px;
        padding: 12px;
    }
    .img-fluid {
        max-width: 100%;
        max-height: 100% !important;
        object-fit: contain;
    }
    .right-buttons {
        min-width: 100%;
    }
    .right-buttons button.btn.addto-shopping-list {
        width: 18%;
    }
    .right-buttons button.btn.print {
        width: 16%;
    }
    .right-buttons button.btn.download {
        width: 21%;
    }
   .right-buttons button.btn.add-to-cookbook {
        width: 17%;
    }
    h4.overall-time {
        width: 100%;
    }
    .two-up .view-recipe {
        font-size: 16px;
    }
    .two-up #recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        height: 40px;
        width: 40px;
        padding: 6px;
        padding-left: 13px;
    }
    .img-fluid {
        max-width: 100%;
        max-height: 100% !important;
        object-fit: contain;
    }
}
@media (max-width: 768px) { 
     h4.prep-time {
        font-family: 'Gotham', sans-serif;
        margin-top: 0px;
        padding-left: 0;
        padding-right: 30px;
    }
    .recipe.social-share {
        margin-top: 0px;
    }
    i#icons {
        margin-top: 0 !important;
    }
    /* main[role=main].container-fluid {
        padding-top: 110px !important;
    } */
    header.jumbotron {
        overflow-y: hidden;
        border-radius: 0;
    }
    .price p {
        margin-left: -15px;
    }
    button.two-up {
        border: 0;
        background: none;
        margin: 6px;
        margin-top: -53px;
        margin-right: 2px;
        opacity: 0.1;
        color: white;
        margin-bottom: -20px;
    }
    .view-recipe {
        font-size: 14px;
    }
    .recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        font-size: 17px;
        background-color: white;
        height: 40px;
        width: 40px;
        padding: 3px;
        top: 0px;
        right: 0;
        line-height: 0;
        border-radius: 30px;
    }
    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) {
    
    .recipe.products {
        max-width: 47%;
    }
    .two-up .recipe-block button#add-cookbook {
        width: 84% !important;
        font-size: 12px !important;
    }
      .two-up .recipe-block button#add-shopping {
        width: 93%;
        font-size: 12px !important;
    }
    .gallery-images {
        width: 240px !important;
    }
    .recipe.social-share i#icons {
        margin: 14px !important;
        margin-top: 60px;
    }
    main[role=main].container-fluid {
        padding: 0;
    }
    .container.related-products {
        margin-bottom: 40px !important;
        margin-top: 150px !important;
    }
    .recipe-block button#add-shopping {
        width: 59%;
        margin-bottom: 39px;
    }
    .borderline {
        border-bottom: 1px solid #b8b8b8;
        margin-top: 30px;
        width: 60%;
        text-align: center;
        margin: auto;
        margin-top: 43px;
        margin-bottom: 0;
    }
    .serve-mobile.time {
        text-align: left;
        padding-top: 10px;
    }
    .article p {
        margin-top: 10px;
        margin-bottom: -90px;
    }
    .recipe-block .add-to-wishlist.icon-top-right {
        margin: 10px;
    }
    .two-up .recipe-block .view-recipe {
        font-size: 14px !important;
        padding: 0;
        line-height: 2px !important;
    }
    .recipes-listing.icon-block {
        margin-bottom: 10px;
    }
    .recipe-card .recipe-info, a.btn.smlBtn {
        margin: 0px;
    }
      .recipe.social-share {
        margin: auto !important;
    }
    .recipes .recipe-title {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .recipe {
        padding: 0;
    }
    .right-buttons {
        padding: 0;
    }
    .right-buttons button.btn.addto-shopping-list {
        min-height: 50px !important;
    }
    .right-buttons button.btn.add-to-cookbook {
        min-height: 50px !important;
    }
    .article ul {
        margin: 0;
    }
    .servings li {
        line-height: 33px;
        font-family: 'Gotham', sans-serif !important;
        font-weight: 200;
        font-size: 14px;
    }
    .right-buttons button.btn.download {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    .right-buttons button.btn.print {
        width: 100% !important;
        margin-bottom: 50px !important;
    }
    .right-buttons button.btn.addto-shopping-list {
        margin: 0 !important;
        width: 100% !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .right-buttons button.btn.add-to-cookbook {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .two-up .recipe-block .add-to-wishlist {
        font-size: 17px;
        background-color: white;
        padding: 4px;
        top: 0px;
    }
    .two-up #recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        height: 40px;
        width: 40px !important;
        padding: 12px;
        top: 50px;
        left: 660px;
        right: 0;
    }
    #recipe-info button#EnquireButton {
        min-width: 120px;
        font-size: 12px !important;
        min-height: 30px;
    }
    button#EnquireButton {
        margin: 0;
        width: 50% !important;
        margin-top: 0 !important;
        font-size: 12px;
    }
    p {
        text-align: left;
    }
      .container, .recipe-title {
        font-size: 14px !important;
        height: auto;
        line-height: 27px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0px !important;
    }
    .recipe-block h2 {
        margin-top: 0px;
        font-size: 15px !important;
    }
    .mobile.search img#search-recipe {
        left: 360px;
        position: absolute;
        top: 30px;
    }
    .row.article {
        margin-bottom: 100px;
        margin: auto;
    }
    .recipe-title {
        font-size: 22px;
        font-weight: bold;
        color: black;
        line-height: 0;
        text-transform: uppercase;
        text-align: left;
        margin-top: 30px;
        width: auto;
        margin: 0 !important;
    }
    .related_title h2 {
        text-align: left;
        margin-top: 0;
        margin-bottom: 20px !important;
    }
    .good_to_know {
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto;
        margin: auto;
        max-width: 100% !important;
        padding: 20px;
        margin-bottom: 20px;
    }
    p.time-description {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
        text-align: left;
    }
    .servings h6 {
        text-align: left;
    }
    .servings h2 {
        font-size: 16px !important;
       margin-bottom: 20px !important;
    }
    h4.title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 40px;
    }
    h2 {
        font-size: 16px !important;
    }
     #gallery img {
        margin-left: 6% !important;
    }

    .related-recipes {
        /* background-image: url(/assets/images/related-recipes-bg.jpg); */
        height: 74vh;
    }
    div#gallery {
        width: 100%;
    }
    .social-share {
        margin: auto;
    }
    .col.breadCrumbs {
        display: none;
    }
    h4.overall-time {
        width: 90% !important;
        margin: auto;
        margin-bottom: 20px;
    }
    button.btn.serves-btn {
        width: 106px;
        margin: 0px;
        font-weight: 600;
        padding: 0px;
    }
    button.btn.measurement-btn {
        padding: 0;
    }
    .recipe-title {
        font-size: 22px;
        font-weight: bold;
        color: black;
        line-height: 0;
        text-transform: uppercase;
        text-align: left;
        margin-top: 30px;
        width: 90%;
        margin: auto !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    p.recipe-description {
        max-width: 90%;
        margin-top: 30px;
        text-align: left;
        margin: auto;
    }
    button.btn.addto-shopping-list, button.btn.download, button.btn.add-to-cookbook:hover {
        width: 90%;
    }
    button.btn.print {
        width: 90%;
    }
    button.btn.download {
        width: 90%;
    }
    button.btn.add-to-cookbook {
        width: 90%;
    }
     i#icons {
        margin: 0px;
        margin-right: 28px !important;
        margin-bottom: 30px;
    }
    .view-recipe {
        font-size: 14px;
    }
    .recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        background-color: white;
        height: 40px;
        width: 40px;
        padding: 2px;
        top: 0px;
        left: 311px;
        right: 0;
        line-height: 0;
        border-radius: 30px;
    }
    a.btn.see-more-btn.smlBtn {
        font-size: 17px;
        font-family: 'josefin sans', sans-serif;
        width: 100%;
        height: 50px;
        line-height: 37px;
        border: none;
        background-color: black;
        color: white !important;
        margin-top: 30px;
        margin-bottom: 0px;
        border-radius: 15px;
    }
    .recipe-block img {
        width: 100%;
    }
    button.columns-four-up.two-up {
        display: none;
    }
    .two-up > #recipe-block[class*=col] {
        flex: 0 1 calc( 100% / 1 ) !important;
        transition: all 0.25s ease;
    }
    .three-up > #recipe-block[class*=col] {
        flex: 0 1 calc( 100% / 2 ) !important;
        transition: all 0.25s ease;
    }
    button.two-up {
        border: 0;
        background: none;
        margin: 6px;
        margin-top: -4px;
        margin-right: 2px;
        opacity: 0.1;
        color: white;
        margin-bottom: -20px;
    }
    .row.article {
        margin-bottom: 100px;
        margin: auto;
    }
    .recipe-title {
        font-size: 22px;
        font-weight: bold;
        color: black;
        line-height: 0;
        text-transform: uppercase;
        text-align: left;
        margin-top: 30px;
        width: auto;
        margin: 0 !important;
    }
    .good_to_know {
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto;
        margin: auto;
        max-width: 100% !important;
        padding: 20px;
        margin-bottom: 20px;
    }
    p.time-description {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
        text-align: left;
    }
    .servings h6 {
        text-align: left;
    }
    .servings h2 {
        font-size: 19px !important;
        margin-bottom: 20px !important;
        padding: 0;
        text-align: left;
    }
    button.btn.measurement-btn {
        width: 47%;
    }

    h4.title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 40px;
    }
    .time-description.measurement-block.metric {
        margin: -11px;
    }
    .time-description.measurement-block.imperial {
        margin: -13px;
    }
    .good_to_know {
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto !important;
        max-width: 100% !important;
        margin: 3px !important;
        margin-top: -9px;
        margin-bottom: -10px;
        margin-top: 30px !important;
    }
    h2 {
        font-size: 16px;
        margin-bottom: 120px;
    }
    .footerContain {
        padding-top: 600px !important;
    }
    .related-recipes {
        /* background-image: url(/assets/images/related-recipes-bg.jpg); */
        height: 74vh;
    }
    div#gallery {
        width: 100%;
    }
    .social-share {
        margin: auto;
    }
    .col.breadCrumbs {
        display: none;
    }
    h4.overall-time {
        width: 90% !important;
        margin: auto;
        margin-bottom: 20px;
    }
    button.btn.serves-btn {
        width: 32%;
        margin: 0px;
        font-weight: 600;
        padding: 0px;
    }
    button.btn.measurement-btn {
        padding: 0;
    }
    .recipe-title {
        font-size: 22px;
        font-weight: bold;
        color: black;
        line-height: 0;
        text-transform: uppercase;
        text-align: left;
        margin-top: 30px;
        width: 90%;
        margin: auto !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .time h4.title {
        padding: 0 !important;
        text-align: left;
    }
    p.recipe-description {
        max-width: 90%;
        margin-top: 30px;
        text-align: left;
        margin: auto;
    }

    button.btn.print {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    button.btn.download {
        width: 100%;
        margin: 0;
    }
    button.btn.add-to-cookbook {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    h4.overall-time {
        font-size: 1rem;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid black;
        width: 100%;
        padding: 20px;
        border-radius: 30px;
        height: 50px;
        line-height: 8px;
        margin-bottom: 30px;
    }
    header.jumbotron {
        min-height: 0 !important;
        max-height: 300px !important;
    }
    .recipe.products img {
        margin-bottom: 20px;
        border: 1px solid white;
        width: 100%;
    }
    .view-recipe {
        font-size: 14px;
    }
    .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;
    }
    .recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        background-color: white;
        height: 40px;
        width: 40px;
        padding: 2px;
        top: 0px;
        left: 311px;
        right: 0;
        line-height: 0;
        border-radius: 30px;
    }
    a.btn.see-more-btn.smlBtn {
        font-size: 17px;
        font-family: 'josefin', sans-serif;
        width: 100%;
        height: 50px;
        line-height: 37px;
        border: none;
        background-color: black;
        color: white !important;
        margin-top: 30px;
        margin-bottom: 0px;
        border-radius: 15px;
    }
    .recipe-block img {
        width: 100%;
    }
    button#EnquireButton {
   
        margin: 0;
        width: 100%;
       
        margin-top: 0 !important;
        font-size: 12px;
    }
    .view-recipe {
        font-size: 14px;
    }
    .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;
    }
    /* .recipe-block div {
        width: 100% !important;
    } */
    main[role=main].container-fluid {
        padding-top: 30px;
    }
    header.jumbotron {
        max-height: 100% !important;
    }
    h3 {
        font: normal normal 20px var(--font-raleway);
        font-weight: 800;
    }
    h5 {
        font-size: 14px;
        margin-top: -30px;
        margin-bottom: 10px;
    }
    .right-buttons button.btn.add-to-cookbook {
        background-color: #7a7a7a;
        margin: 0 !important;
        height: 50px;
        width: 25%;
        border: 0;
        margin: 0px !important;
    }
    .right-buttons button.btn.addto-shopping-list {
        background-color: #7a7a7a;
        margin: 0;
        width: 25%;
        height: 50px !important;
        border: 0;
        margin: 10px;
    }
    .right-buttons button.btn.recipes.download {
        background-color: #7a7a7a;
        width: 20%;
        margin: 0;
        margin: 10px;
    }
    .recipe-block .add-to-wishlist.icon-top-right {
        display: block !important;
    }
    .recipe-block h2 {
        padding: 0;
    }
    .recipe-block button#add-cookbook {
        padding: 0;
        font-size: 13px !important;
        font-weight: 500 !important;
        width: 50%;
    }
     .recipe.products h3 {
        font-size: 18px;
        padding-left: 20px;
        padding-bottom: 0;
        text-transform: uppercase;
    }
    .recipe-block div {
        width: 100%;
    }
    .two-up #recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        height: 40px;
        width: 40px !important;
        padding: 6px;
        right: 0;
        margin: 0px;
        padding-left: 14px;
        margin-top: 10px;
    }
    .two-up #recipe-info button#EnquireButton {
        min-width: 100px;
        font-size: 11px !important;
        min-height: 30px;
    }
     #recipe-info button#EnquireButton {
        min-width: 90px;
        font-size: 10px !important;
        min-height: 30px;
    }
    button#EnquireButton {
        margin: 0;
        width: 50% !important;
        margin-top: 0 !important;
        font-size: 12px;
    }
    p {
        text-align: left;
    }
     .container, .recipe-title {
        font-size: 14px !important;
        height: auto;
        line-height: 27px;
    }
    .recipe-block h2 {
        margin-top: 0px;
        font-size: 15px !important;
    }
    .mobile.search img#search-recipe {
        left: 360px;
        position: absolute;
        top: 30px;
    }
    .row.article {
        margin-bottom: 100px;
        margin: auto;
    }
    .recipe-title {
        font-size: 22px;
        font-weight: bold;
        color: black;
        line-height: 0;
        text-transform: uppercase;
        text-align: left;
        margin-top: 30px;
        width: auto;
        margin: 0 !important;
    }
    .related_title h2 {
        text-align: left;
        margin-top: 170px;
        margin-bottom: 10px !important;
    }
    .good_to_know {
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto;
        margin: auto;
        max-width: 100% !important;
        padding: 20px;
        margin-bottom: 20px;
    }
    p.time-description {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
        text-align: left;
    }
    .servings h6 {
        text-align: left;
    }
    .servings h2 {
        font-size: 16px !important;
       margin-bottom: 20px !important;
    }
    h4.title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 40px;
    }
    h2 {
        font-size: 16px;
    }
  
    /*#gallery img {*/
    /*    width: 100%;*/
    /*}*/
    .related-recipes {
        /* background-image: url(/assets/images/related-recipes-bg.jpg); */
        height: 74vh;
    }
    div#gallery {
        width: 100%;
    }
    .social-share {
        margin: auto;
    }
    .col.breadCrumbs {
        display: none;
    }
    h4.overall-time {
        width: 100% !important;
        margin: auto;
        margin-bottom: 20px;
    }
    button.btn.serves-btn {
        width: 106px;
        margin: 0px;
        font-weight: 600;
        padding: 0px;
    }
    button.btn.measurement-btn {
        padding: 0;
    }
    .recipe-title {
        font-size: 22px;
        font-weight: bold;
        color: black;
        line-height: 0;
        text-transform: uppercase;
        text-align: left;
        margin-top: 30px;
        width: 90%;
        margin: auto !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    p.recipe-description {
        max-width: 90%;
        margin-top: 30px;
        text-align: left;
        margin: auto;
    }
    button.btn.addto-shopping-list, button.btn.download, button.btn.add-to-cookbook:hover {
        width: 90%;
    }
    button.btn.print {
        width: 90%;
    }
    button.btn.download {
        width: 90%;
    }
    button.btn.add-to-cookbook {
        width: 90%;
    }
    .view-recipe {
        font-size: 14px;
    }
    .recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        background-color: white;
        height: 40px;
        width: 40px;
        padding: 2px;
        line-height: 0;
        border-radius: 30px;
    }
    a.btn.see-more-btn.smlBtn {
        font-size: 17px;
        font-family: 'josefin sans', sans-serif;
        /*width: 100%;*/
        height: 50px;
        line-height: 37px;
        border: none;
        background-color: black;
        color: white !important;
        margin-top: 30px;
        margin-bottom: 0px;
        border-radius: 15px;
    }
    .recipe-block img {
        width: 100%;
    }
    /*button.columns-four-up.two-up {*/
    /*    display: none;*/
    /*}*/
    .two-up > #recipe-block[class*=col] {
        flex: 0 1 calc( 100% / 2 ) !important;
        transition: all 0.25s ease;
    }
    .three-up > #recipe-block[class*=col] {
        flex: 0 1 calc( 100% / 1 ) !important;
        transition: all 0.25s ease;
    }
    button.two-up {
        border: 0;
        background: none;
        margin: 6px;
        margin-top: -4px;
        margin-right: 2px;
        opacity: 0.1;
        color: white;
        margin-bottom: -20px;
    }
    .row.article {
        margin-bottom: 100px;
        margin: auto;
    }
    .recipe-title {
        font-size: 22px;
        font-weight: bold;
        color: black;
        line-height: 0;
        text-transform: uppercase;
        text-align: left;
        margin-top: 30px;
        width: auto;
        margin: 0 !important;
    }
     .related-recipes .related_title h2 {
        text-align: left;
        margin-top: 60px;
        margin-bottom: 0 !important;
    }
    .good_to_know {
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto;
        margin: auto;
        max-width: 100% !important;
        padding: 20px;
        margin-bottom: 20px;
    }
    p.time-description {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
        text-align: left;
    }
    .servings h6 {
        text-align: left;
    }
    .servings h2 {
        font-size: 19px !important;
        margin-bottom: 20px !important;
        padding: 0;
        text-align: left;
    }
    .measurement h2 {
        padding: 0;
        margin: auto;
    }
    button.btn.measurement-btn {
        width: 47%;
    }
    h4.title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 40px;
    }
    .time-description.measurement-block.metric {
        margin: -8px;
    }
    .time-description.measurement-block.imperial {
        margin: -13px;
    }
    .good_to_know {
        background-color: #ece8e1;
        border-radius: 15px;
        height: auto !important;
        max-width: 100% !important;
        margin: 3px !important;
        margin-top: -9px;
        margin-bottom: -10px;
        margin-top: 30px !important;
    }
    h2 {
        font-size: 16px !important;
    }
    .footerContain {
        padding-top: 600px !important;
    }
    /*#gallery img {*/
    /*    width: 100%;*/
    /*}*/
    .related-recipes {
        /* background-image: url(/assets/images/related-recipes-bg.jpg); */
        height: 74vh;
    }
    div#gallery {
        width: 100%;
    }
    .social-share {
        margin: auto;
    }
    .col.breadCrumbs {
        display: none;
    }
    h4.overall-time {
        width: 90% !important;
        margin: auto;
        margin-bottom: 20px;
    }
    button.btn.serves-btn {
        width: 32%;
        margin: 0px;
        font-weight: 600;
        padding: 0px;
    }
    button.btn.measurement-btn {
        padding: 0;
    }
    .recipe-title {
        font-size: 22px;
        font-weight: bold;
        color: black;
        line-height: 0;
        text-transform: uppercase;
        text-align: left;
        margin-top: 30px;
        width: 90%;
        margin: auto !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .time h4.title {
        padding: 0 !important;
        text-align: left;
    }
    p.recipe-description {
        max-width: 90%;
        margin-top: 30px;
        text-align: left;
        margin: auto;
    }
    
    button.btn.print {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    button.btn.download {
        width: 100%;
        margin: 0;
    }
    button.btn.add-to-cookbook {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    h4.overall-time {
        font-size: 14px;
        margin-bottom: 30px;
        margin-top: 0;
        font-weight: 400;
    }
    .recipe.products img {
        width: 90%;
        margin: 20px;
    }
    .view-recipe {
        font-size: 14px;
    }
    .search {
        justify-content: space-between;
        display: flex;
        margin-top: 0;
        margin-bottom: 0px;
    }
    .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;
    }
    .recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        background-color: white;
        height: 40px;
        width: 40px;
        padding: 2px;
        line-height: 0;
        border-radius: 30px;
    }
    a.btn.see-more-btn.smlBtn {
        font-size: 17px;
        font-family: 'josefin', sans-serif;
        /*width: 100%;*/
        height: 50px;
        line-height: 37px;
        border: none;
        background-color: black;
        color: white !important;
        margin-top: 30px;
        margin-bottom: 0px;
        border-radius: 15px;
    }
    .recipe-block img {
        width: 100%;
    }
    button#EnquireButton {
   
        margin: 0;
        width: 100%;
       
        margin-top: 0 !important;
        font-size: 12px;
    }
    .view-recipe {
        font-size: 14px;
    }
    .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;
    }
    h5.prep-time {
        float: inline-end;
        margin-top: 10px !important;
    }
    /* .recipe-block div {
        width: 100% !important;
    } */
}
@media (max-width: 390px) {
    div#btnContainer {
        padding-right: 0 !important;
    }
    .recipe-block h2 {
        font-size: 14px !important;
    }
    .two-up .recipe-block div {
        width: 100%;
    }
    .two-up #recipe-block .add-to-wishlist {
        display: block;
        position: absolute;
        height: 40px;
        width: 40px !important;
    }
}

