.wf {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
.wf-m {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
}
.wf-b {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
}
.wf-alt {
  font-family: 'Epilogue', serif;
  font-weight: 400;
}
.wf-alt-l {
  font-family: 'Epilogue', serif;
  font-weight: 300;
}
.wf-alt-b {
  font-family: 'Epilogue', serif;
  font-weight: 700;
}
.wrap,
.recipes-group.bg-color-tan .block-wrap,
.recipes-group.bg-color-red .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap,
  .recipes-group.bg-color-tan .block-wrap,
  .recipes-group.bg-color-red .block-wrap {
    padding: 0 15px;
  }
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/wp-content/themes/ehm/fonts/fa-solid-900.eot');
  src: url('/wp-content/themes/ehm/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ehm/fonts/fa-solid-900.woff2') format('woff2'), url('/wp-content/themes/ehm/fonts/fa-solid-900.woff') format('woff'), url('/wp-content/themes/ehm/fonts/fa-solid-900.ttf') format('truetype'), url('/wp-content/themes/ehm/fonts/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('/wp-content/themes/ehm/fonts/fa-brands-400.eot');
  src: url('/wp-content/themes/ehm/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ehm/fonts/fa-brands-400.woff2') format('woff2'), url('/wp-content/themes/ehm/fonts/fa-brands-400.woff') format('woff'), url('/wp-content/themes/ehm/fonts/fa-brands-400.ttf') format('truetype'), url('/wp-content/themes/ehm/fonts/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/wp-content/themes/ehm/fonts/fa-regular-400.eot');
  src: url('/wp-content/themes/ehm/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ehm/fonts/fa-regular-400.woff2') format('woff2'), url('/wp-content/themes/ehm/fonts/fa-regular-400.woff') format('woff'), url('/wp-content/themes/ehm/fonts/fa-regular-400.ttf') format('truetype'), url('/wp-content/themes/ehm/fonts/fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('/wp-content/themes/ehm/fonts/fa-light-300.eot');
  src: url('/wp-content/themes/ehm/fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ehm/fonts/fa-light-300.woff2') format('woff2'), url('/wp-content/themes/ehm/fonts/fa-light-300.woff') format('woff'), url('/wp-content/themes/ehm/fonts/fa-light-300.ttf') format('truetype'), url('/wp-content/themes/ehm/fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.recipes-group {
  padding: 2.5em 0;
}
@media only screen and (min-width: 1140px) {
  .recipes-group {
    padding: 3.5em 0;
  }
}
.recipes-group.bg-color-tan,
.recipes-group.bg-color-red {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}
.recipes-group .description-wrap {
  margin: 0 auto;
  text-align: center;
}
.recipes-group .top p {
  margin-top: 0.75em;
}
.recipes-group .top + .recipes-group-wrap {
  margin-top: 2.5em;
}
.recipes-group .sub-category {
  margin-left: 1em;
  margin-bottom: 1.25em;
}
.recipes-group .sub-category h3 {
  color: #04223D;
}
.recipes-group .sub-category h3 + p {
  margin-top: 0;
}
.recipes-group .sub-category p {
  margin-top: 0.5em;
}
.recipes-group .recipes-group-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.recipes-group .recipes-group-inner .recipe-item {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 33.33%;
}
.recipes-group .recipes-group-inner .recipe-item.is-rda .title {
  width: 60%;
}
.recipes-group .recipes-group-inner .recipe-item:hover .img-wrap img:not(.rda-img) {
  transform: scale(1.1, 1.1);
}
.recipes-group .recipes-group-inner .recipe-item .img-wrap {
  position: relative;
  overflow: hidden;
}
.recipes-group .recipes-group-inner .recipe-item .img-wrap:before {
  content: '';
  display: block;
  padding-top: 80%;
}
.recipes-group .recipes-group-inner .recipe-item .img-wrap:after {
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  content: '';
  display: block;
  height: 75%;
  position: absolute;
  width: 100%;
}
.recipes-group .recipes-group-inner .recipe-item .img-wrap img:not(.rda-img) {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recipes-group .recipes-group-inner .recipe-item .title {
  bottom: 0;
  color: #fff;
  font-size: 1.2em;
  padding: 1em;
  position: absolute;
  z-index: 5;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
}
.recipes-group.count-1 .grid-group-inner {
  width: 100%;
}
.recipes-group.count-1 .grid-group-inner .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .recipes-group.count-1 .grid-group-inner .item {
    min-height: 300px;
  }
}
.recipes-group.count-1 .grid-group-inner .item.has-content {
  max-height: 400px;
}
@media only screen and (min-width: 980px) {
  .recipes-group.count-1 .grid-group-inner .item .grid-content {
    padding: 3em 2em;
  }
}
.recipes-group.count-1 .grid-group-inner .item .grid-content h2 {
  font-size: 2em;
}
@media only screen and (min-width: 980px) {
  .recipes-group.count-1 .grid-group-inner .item .grid-content h2 {
    font-size: 3em;
  }
}
.recipes-group.count-1 .grid-group-inner .item .link-wrap {
  margin-top: auto;
}
@media only screen and (min-width: 980px) {
  .recipes-group.count-1 .grid-group-inner .item .link-wrap .btn {
    font-size: 1.5em;
  }
}
.recipes-group.count-2 .grid-group-inner {
  justify-content: space-between;
}
.recipes-group.count-2 .item {
  width: calc((100% - .75em) / 2);
}
@media only screen and (min-width: 768px) {
  .recipes-group.count-2 .item {
    width: calc((100% - 1em) / 2);
  }
}
@media only screen and (min-width: 980px) {
  .recipes-group.count-2 .item {
    min-height: 300px;
  }
}
.recipes-group.count-2 .item:first-child {
  margin-right: 0.75em;
}
@media only screen and (min-width: 768px) {
  .recipes-group.count-2 .item:first-child {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 420px) {
  .recipes-group.count-2 .item:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recipes-group.count-2 .item.has-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .recipes-group.count-2.alignright .item {
    min-height: 250px;
  }
}
.recipes-group.count-3 .grid-group-inner {
  display: grid;
  grid-gap: 0.75em;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .recipes-group.count-3 .grid-group-inner {
    grid-gap: 1em;
  }
}
@media only screen and (min-width: 1140px) {
  .recipes-group.count-3 .grid-group-inner {
    grid-gap: 1.25em;
  }
}
.recipes-group.count-3 .item {
  width: 100%;
}
.recipes-group.count-3 .item:first-child {
  height: 275px;
  grid-column: 1;
  grid-row: 1 / span 2;
}
@media only screen and (min-width: 768px) {
  .recipes-group.count-3 .item:first-child {
    height: 325px;
  }
}
@media only screen and (min-width: 980px) {
  .recipes-group.count-3 .item:first-child {
    font-size: 1.15em;
    height: 350px;
  }
}
@media only screen and (min-width: 1140px) {
  .recipes-group.count-3 .item:first-child {
    height: 400px;
  }
}
.recipes-group.count-3 .item .media-wrap {
  position: absolute;
}
.recipes-group.has-row-reverse .grid-group-inner .item:first-child {
  grid-column: 2;
}
.recipes-group + .hero.alignfull {
  margin-top: 0.75em;
}
@media only screen and (min-width: 768px) {
  .recipes-group + .hero.alignfull {
    margin-top: 1em;
  }
}
.recipes-group + .grid-group {
  margin-top: 0.75em;
}
@media only screen and (min-width: 768px) {
  .recipes-group + .grid-group {
    margin-top: 1em;
  }
}
.recipes-group:last-child {
  margin-bottom: 3em;
}
@media only screen and (min-width: 1140px) {
  .recipes-group:last-child {
    margin-bottom: 5em;
  }
}
.recipes-group.has-bdr-top {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0;
}
.recipes-group.has-bdr-top:before {
  background: #a02b27;
  content: '';
  display: block;
  height: 20px;
  margin-bottom: 2.5em;
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.recipes-group.has-bdr-top .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
.recipes-group.has-bdr-top.is-mffm:before {
  background: linear-gradient(90deg, #8fc645 0, #729e37 100%);
}
.hero + .grid-group {
  margin-top: 0.75em;
}
@media only screen and (min-width: 768px) {
  .hero + .grid-group {
    margin-top: 1em;
  }
}
