/*------------------------------------------------------*/
/* Whats Hot Widget Styles
/*------------------------------------------------------*/
.rpea-special-heading a:hover {
  color: #c6b65c;
}
/*------------------------------------------------------*/
/* Whats Hot Widget Styles
/*------------------------------------------------------*/
.rpea-wrapper-hot-recipes .container-tags {
  overflow: hidden;
  position: relative;
  z-index: 66666;
}
.rpea-wrapper-hot-recipes .hot-recipes-wrap {
  clear: both;
  position: relative;
}
.rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size {
  height: 362px;
  width: 50%;
}
.rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .full-image a {
  display: block;
  height: 100%;
}
.rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .full-image figure {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .full-image figure img {
  transition: 0.2s all ease-in-out;
}
.rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .split-images .recipe-box .intro p {
  margin-bottom: 0;
}
.rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.two-col .recipe-item-wrap {
  display: block;
  width: 48.5%;
}
.rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.three-col .recipe-item-wrap {
  width: 31.3%;
}
.rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap {
  width: 23%;
}
.rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap .recipe-detail .heading-bell:before,
.rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap .recipe-detail .heading-bell:after {
  width: 30px;
}
.rpea-wrapper-hot-recipes.var-cards {
  background: #f8f6f5;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images {
  width: 50%;
  height: auto;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split {
  display: -ms-flexbox;
  display: flex;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split > div {
  width: 50%;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro {
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  background: #ffffff;
  padding: 10px;
  transition: 0.2s all ease-in-out;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .intro-inner {
  padding: 10px;
  border: 1px solid #e4d9d1;
  width: 100%;
  text-align: center;
  transition: 0.2s all ease-in-out;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .intro-inner h3 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .intro-inner .short-separator {
  margin-bottom: 10px;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .intro-inner p {
  font-family: 'Karla', sans-serif;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .intro-inner .read-more:after {
  content: '>';
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  opacity: 0;
  position: relative;
  left: 3px;
  top: 1px;
  transition: all 200ms linear;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .intro-inner .read-more:hover:after {
  left: 7px;
  opacity: 1;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split.intro-first .split-image {
  -ms-flex-order: 2;
      order: 2;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:hover .split-intro {
  background-color: #5eaa2e;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:hover .split-intro p,
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:hover .split-intro a {
  color: #fff;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:hover .split-intro .short-separator {
  background-color: #ffffff;
}
.rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:hover .split-intro h3 a {
  color: #ffffff;
}
[data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
.elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row {
  display: block;
}
[data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
.elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size {
  width: 100%;
  height: auto;
}
[data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
.elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner {
  height: auto;
}
[data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .heading-recipe p,
.elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .heading-recipe p {
  margin-bottom: 0;
}
[data-col="50"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.two-col .recipe-item-wrap,
.elementor-col-50 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.two-col .recipe-item-wrap,
[data-col="50"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.three-col .recipe-item-wrap,
.elementor-col-50 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.three-col .recipe-item-wrap,
[data-col="50"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap,
.elementor-col-50 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap {
  display: block;
  width: 100%;
}
[data-col="50"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:before,
.elementor-col-50 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:before,
[data-col="50"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:after,
.elementor-col-50 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:after {
  width: 70px;
}
[data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
.elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images {
  width: 100%;
}
[data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
.elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image {
  -ms-flex-order: 1;
      order: 1;
}
[data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
.elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro {
  -ms-flex-order: 2;
      order: 2;
}
[data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
.elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image {
  -ms-flex-order: 2;
      order: 2;
}
[data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
.elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro {
  -ms-flex-order: 1;
      order: 1;
}
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row {
  display: block;
}
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size {
  width: 100%;
  height: auto;
}
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div {
  overflow: hidden;
}
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image {
  width: 100%;
  overflow: hidden;
}
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p {
  display: none;
}
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner {
  height: auto;
}
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption {
  position: relative;
  line-height: 30px;
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 21px;
  background-color: #f4f1ea;
  color: #000000;
  padding-bottom: 45px;
}
[data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
.elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
.elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #6ebe3b;
  position: absolute;
  left: 30px;
  bottom: 25px;
}
[data-col="25"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.two-col .recipe-item-wrap,
[data-col="33"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.two-col .recipe-item-wrap,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.two-col .recipe-item-wrap,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.two-col .recipe-item-wrap,
[data-col="25"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.three-col .recipe-item-wrap,
[data-col="33"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.three-col .recipe-item-wrap,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.three-col .recipe-item-wrap,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.three-col .recipe-item-wrap,
[data-col="25"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap,
[data-col="33"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap {
  display: block;
  width: 100%;
}
[data-col="25"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:before,
[data-col="33"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:before,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:before,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:before,
[data-col="25"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:after,
[data-col="33"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:after,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:after,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:after {
  width: 50px;
}
[data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images {
  width: 100%;
}
[data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split {
  display: block;
}
[data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image {
  width: 100%;
  -ms-flex-order: 1;
      order: 1;
}
[data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro {
  width: 100%;
  -ms-flex-order: 2;
      order: 2;
  padding: 0;
}
[data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image {
  -ms-flex-order: 1;
      order: 1;
}
[data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
.elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
.elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro {
  -ms-flex-order: 2;
      order: 2;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row {
  display: block;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size {
  width: 100%;
  height: auto;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div {
  overflow: hidden;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image {
  width: 100%;
  overflow: hidden;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p {
  display: none;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner {
  height: auto;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption {
  position: relative;
  line-height: 30px;
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 21px;
  background-color: #f4f1ea;
  color: #000000;
  padding-bottom: 45px;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #6ebe3b;
  position: absolute;
  left: 30px;
  bottom: 25px;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images {
  width: 100%;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split {
  display: block;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image {
  width: 100%;
  -ms-flex-order: 1;
      order: 1;
  text-align: center;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro {
  width: 100%;
  -ms-flex-order: 2;
      order: 2;
  padding: 0;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image {
  -ms-flex-order: 1;
      order: 1;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro {
  -ms-flex-order: 2;
      order: 2;
}
[data-elementor-device-mode="tablet"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.three-col .recipe-item-wrap,
[data-elementor-device-mode="tablet"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap {
  width: 48.5%;
}
[data-elementor-device-mode="tablet"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:before,
[data-elementor-device-mode="tablet"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:after {
  width: 70px;
}
[data-elementor-device-mode="tablet"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images {
  width: 100%;
}
[data-elementor-device-mode="tablet"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image {
  -ms-flex-order: 1;
      order: 1;
}
[data-elementor-device-mode="tablet"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro {
  -ms-flex-order: 2;
      order: 2;
}
[data-elementor-device-mode="tablet"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image {
  -ms-flex-order: 2;
      order: 2;
}
[data-elementor-device-mode="tablet"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro {
  -ms-flex-order: 1;
      order: 1;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row {
  display: block;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size {
  width: 100%;
  height: auto;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size > div {
  overflow: hidden;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro,
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .image {
  width: 100%;
  overflow: hidden;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe .post-meta,
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .recipe-box .intro .heading-recipe p {
  display: none;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .split-images-inner {
  height: auto;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size .intro-first .recipe-box {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption {
  position: relative;
  line-height: 30px;
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 21px;
  background-color: #f4f1ea;
  color: #000000;
  padding-bottom: 45px;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes .hot-recipes-wrap .rpea-hot-row .col-size.full-image figure figcaption:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #6ebe3b;
  position: absolute;
  left: 30px;
  bottom: 25px;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images {
  width: 100%;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split {
  display: block;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image {
  width: 100%;
  -ms-flex-order: 1;
      order: 1;
  text-align: center;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro {
  width: 100%;
  -ms-flex-order: 2;
      order: 2;
  padding: 0;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image {
  -ms-flex-order: 1;
      order: 1;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro {
  -ms-flex-order: 2;
      order: 2;
}
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.two-col .recipe-item-wrap,
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.three-col .recipe-item-wrap,
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-item-wrap {
  display: block;
  width: 100%;
}
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:before,
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-columns .recipe-cols-wrap.four-col .recipe-detail .heading-bell:after {
  width: 70px;
}
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images {
  width: 100%;
}
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split {
  display: block;
}
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-image {
  width: 100%;
  -ms-flex-order: 1;
      order: 1;
  text-align: center;
}
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images .inner-split .split-intro {
  width: 100%;
  -ms-flex-order: 2;
      order: 2;
  padding: 0;
}
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-image {
  -ms-flex-order: 1;
      order: 1;
}
[data-elementor-device-mode="mobile"] .rpea-wrapper-hot-recipes.var-cards .rpea-cols-wrap .split-images:nth-child(2n) .inner-split .split-intro {
  -ms-flex-order: 2;
      order: 2;
}
/*------------------------------------------------------*/
/* Whats Hot Widget Styles
/*------------------------------------------------------*/
.rpea-wrapper-our-chefs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.rpea-wrapper-our-chefs.two-col .chef-item {
  display: block;
  width: 48.5%;
}
.rpea-wrapper-our-chefs.three-col .chef-item {
  width: 31.3%;
}
.rpea-wrapper-our-chefs.four-col .chef-item {
  width: 23%;
}
.rpea-wrapper-our-chefs .chef-item {
  text-align: center;
  margin-bottom: 25px;
}
.rpea-wrapper-our-chefs .chef-item .graphic-box img {
  transition: all 200ms linear;
}
.rpea-wrapper-our-chefs .chef-item .graphic-box:hover img {
  opacity: 0.8;
}
.rpea-wrapper-our-chefs .chef-item h3 {
  margin-top: 35px;
  font-size: 18px;
  margin-bottom: 15px;
}
.rpea-wrapper-our-chefs .chef-item h3:hover a {
  color: #6ebe3b;
}
.rpea-wrapper-our-chefs .chef-item .heading-bell.boxed {
  margin-bottom: 15px;
}
.rpea-wrapper-our-chefs .chef-item .read-more-bordered {
  height: auto;
}
.rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single {
  display: block;
  width: 50%;
}
.rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single {
  width: 33.33%;
}
.rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single {
  width: 25%;
}
.rpea-wrapper-our-chefs.var-cards .wrapper-chefs .chef-single {
  overflow: hidden;
  text-align: center;
  transition: 0.2s all ease-in-out;
}
.rpea-wrapper-our-chefs.var-cards .wrapper-chefs .chef-single img {
  transition: 0.2s all ease-in-out;
}
.rpea-wrapper-our-chefs.var-cards .wrapper-chefs .chef-single .chef-intro {
  padding: 15px 25px;
}
.rpea-wrapper-our-chefs.var-cards .wrapper-chefs .chef-single .chef-intro h4 {
  font-size: 21px;
  color: #ffffff;
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
}
.rpea-wrapper-our-chefs.var-cards .wrapper-chefs .chef-single .chef-intro h4:hover a {
  color: #ffffff;
  opacity: 0.7;
}
.rpea-wrapper-our-chefs.var-cards .wrapper-chefs .chef-single .chef-intro span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  transition: 0.2s all ease-in-out;
}
.rpea-wrapper-our-chefs.var-cards .wrapper-chefs .chef-single:hover {
  background-color: #c1452b;
}
.rpea-wrapper-our-chefs.var-cards .wrapper-chefs .chef-single:hover img {
  -ms-transform: scale(1.08);
      transform: scale(1.08);
}
[data-col="50"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
.elementor-col-50 .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-col="50"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
.elementor-col-50 .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-col="50"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
.elementor-col-50 .rpea-wrapper-our-chefs.var-columns.four-col .chef-item {
  display: block;
  width: 48.5%;
}
[data-col="50"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
.elementor-col-50 .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-col="50"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
.elementor-col-50 .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single {
  width: 50%;
}
[data-col="25"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-col="33"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
.elementor-col-25 .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
.elementor-col-33 .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-col="25"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-col="33"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
.elementor-col-25 .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
.elementor-col-33 .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-col="25"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-col="33"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
.elementor-col-25 .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
.elementor-col-33 .rpea-wrapper-our-chefs.var-columns.two-col .chef-item {
  display: block;
  width: 100%;
}
[data-col="25"] .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-col="33"] .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
.elementor-col-25 .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
.elementor-col-33 .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-col="25"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-col="33"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
.elementor-col-25 .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
.elementor-col-33 .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-col="25"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-col="33"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
.elementor-col-25 .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
.elementor-col-33 .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single {
  width: 100%;
}
[data-elementor-device-mode="tablet"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="tablet"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="tablet"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item {
  display: block;
  width: 48.5%;
}
[data-elementor-device-mode="tablet"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single {
  width: 50%;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-our-chefs.var-columns.four-col .chef-item {
  display: block;
  width: 100%;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single {
  width: 100%;
}
[data-elementor-device-mode="mobile"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="mobile"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="mobile"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item {
  display: block;
  width: 100%;
}
[data-elementor-device-mode="mobile"] .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single {
  width: 100%;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-our-chefs.var-columns.two-col .chef-item,
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-our-chefs.var-columns.three-col .chef-item,
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-our-chefs.var-columns.four-col .chef-item,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-our-chefs.var-columns.four-col .chef-item {
  display: block;
  width: 100%;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-our-chefs.var-cards.two-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-our-chefs.var-cards.three-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-wrapper-our-chefs.var-cards.four-col .wrapper-chefs .chef-single {
  width: 100%;
}
/*------------------------------------------------------*/
/* Whats Hot Widget Styles
/*------------------------------------------------------*/
.rpea-latest-news .wrapper-latest-news {
  display: -ms-flexbox;
  display: flex;
}
.rpea-latest-news .wrapper-latest-news .news-item {
  width: 25%;
  transition: 200ms all linear;
}
.rpea-latest-news .wrapper-latest-news .news-item:nth-of-type(odd) {
  background-color: #f4f1ea;
}
.rpea-latest-news .wrapper-latest-news .news-item:nth-of-type(even) {
  background-color: #f9f7f2;
}
.rpea-latest-news .wrapper-latest-news .news-item .news-detail {
  padding: 21px 25px 25px;
}
.rpea-latest-news .wrapper-latest-news .news-item .news-detail h4 {
  margin-top: 4px;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  word-break: break-all;
}
.rpea-latest-news .wrapper-latest-news .news-item .news-detail h4:hover a {
  color: #c1452b;
  opacity: 0.7;
}
.rpea-latest-news .wrapper-latest-news .news-item .news-detail .news-post-meta {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0;
  list-style: none;
}
.rpea-latest-news .wrapper-latest-news .news-item .news-detail .news-post-meta li {
  font-size: 13px;
  color: #4b4841;
  margin-right: 13px;
  position: relative;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
}
.rpea-latest-news .wrapper-latest-news .news-item .news-detail .news-post-meta li i {
  margin-right: 6px;
}
.rpea-latest-news .wrapper-latest-news .news-item .news-detail .short-separator {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  background: none;
}
.rpea-latest-news .wrapper-latest-news .news-item .news-detail .short-separator span {
  display: inline-block;
  width: 30px;
  height: 3px;
  transition: 0.2s all ease-in-out;
  background: #d6b76e;
}
.rpea-latest-news .wrapper-latest-news .news-item .news-detail p {
  color: #918c82;
}
.rpea-latest-news .wrapper-latest-news .news-item .news-detail .read-more {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #4b4841;
}
.rpea-latest-news .wrapper-latest-news .news-item:hover {
  background-color: #F1EBDD;
}
.rpea-latest-news.two-col .wrapper-latest-news .news-item {
  width: 50%;
}
.rpea-latest-news.three-col .wrapper-latest-news .news-item {
  width: 33.33%;
}
.rpea-latest-news.var-columns .wrapper-latest-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item {
  background: none;
  text-align: center;
  margin-bottom: 25px;
  width: 23%;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 20px;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item h3:hover a {
  color: #6ebe3b;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item .short-separator {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item .short-separator span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #6ebe3b;
  transition: 0.2s all ease-in-out;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item .news-post-meta {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item .news-post-meta li {
  font-size: 13px;
  color: #000000;
  margin-right: 13px;
  position: relative;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item .news-post-meta li i {
  margin-right: 6px;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item p {
  color: #918c82;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item .read-more-bordered {
  height: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #4b4841;
}
.rpea-latest-news.var-columns .wrapper-latest-news .news-item:hover {
  background-color: none;
}
.rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item {
  width: 48%;
}
.rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item {
  width: 31.3%;
}
[data-col="50"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
.elementor-col-50 .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-col="50"] .rpea-latest-news.four-col .wrapper-latest-news .news-item,
.elementor-col-50 .rpea-latest-news.four-col .wrapper-latest-news .news-item {
  width: 50%;
}
[data-col="50"] .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
.elementor-col-50 .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-col="50"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
.elementor-col-50 .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-col="50"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
.elementor-col-50 .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item {
  width: 48%;
}
[data-col="25"] .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-col="33"] .rpea-latest-news.two-col .wrapper-latest-news .news-item,
.elementor-col-25 .rpea-latest-news.two-col .wrapper-latest-news .news-item,
.elementor-col-33 .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-col="25"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-col="33"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
.elementor-col-25 .rpea-latest-news.three-col .wrapper-latest-news .news-item,
.elementor-col-33 .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-col="25"] .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-col="33"] .rpea-latest-news.four-col .wrapper-latest-news .news-item,
.elementor-col-25 .rpea-latest-news.four-col .wrapper-latest-news .news-item,
.elementor-col-33 .rpea-latest-news.four-col .wrapper-latest-news .news-item {
  width: 100%;
}
[data-col="25"] .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-col="33"] .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
.elementor-col-25 .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
.elementor-col-33 .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-col="25"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-col="33"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
.elementor-col-25 .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
.elementor-col-33 .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-col="25"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-col="33"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
.elementor-col-25 .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
.elementor-col-33 .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item {
  width: 100%;
}
[data-elementor-device-mode="tablet"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .rpea-latest-news.four-col .wrapper-latest-news .news-item {
  width: 50%;
}
[data-elementor-device-mode="tablet"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item {
  width: 48%;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-latest-news.four-col .wrapper-latest-news .news-item {
  width: 100%;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item {
  width: 100%;
}
[data-elementor-device-mode="mobile"] .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .rpea-latest-news.four-col .wrapper-latest-news .news-item {
  width: 100%;
}
[data-elementor-device-mode="mobile"] .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item {
  width: 100%;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-latest-news.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-latest-news.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-latest-news.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-latest-news.four-col .wrapper-latest-news .news-item {
  width: 100%;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-latest-news.var-columns.two-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-latest-news.var-columns.three-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-latest-news.var-columns.four-col .wrapper-latest-news .news-item {
  width: 100%;
}
/*------------------------------------------------------*/
/* Whats Hot Widget Styles
/*------------------------------------------------------*/
.rpea-special-recipe {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.rpea-special-recipe .rpea-sr-thumb {
  width: 100%;
  height: auto;
}
.rpea-special-recipe .rpea-sr-contents-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents {
  background: #ffffff;
  max-width: 285px;
  padding: 10px;
  margin-left: 8%;
  margin-right: 8%;
}
.rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents .content-inner {
  padding: 25px 20px;
  border: 1px solid #e4d9d1;
  text-align: center;
}
.rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents .content-inner .section-title {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 700;
  color: #ffffff;
  background: #6ebe3b;
  display: inline-block;
  padding: 6px 13px;
  margin: 0;
}
.rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents .content-inner .recipe-title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 30px;
}
.rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents .content-inner .recipe-title a:hover {
  color: #6ebe3b;
}
.rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents .content-inner .short-separator {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
}
.rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents .content-inner .short-separator span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #6ebe3b;
  transition: 0.2s all ease-in-out;
}
.rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents .content-inner .rpea-rp-content {
  font-family: 'Karla', sans-serif;
  color: #000000;
}
.rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents .content-inner .read-more {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
}
.rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents .content-inner .read-more:hover {
  color: #c1452b;
}
[data-col="25"] .rpea-special-recipe .rpea-sr-contents-outer,
[data-col="33"] .rpea-special-recipe .rpea-sr-contents-outer,
[data-col="50"] .rpea-special-recipe .rpea-sr-contents-outer,
.elementor-col-25 .rpea-special-recipe .rpea-sr-contents-outer,
.elementor-col-33 .rpea-special-recipe .rpea-sr-contents-outer,
.elementor-col-50 .rpea-special-recipe .rpea-sr-contents-outer {
  position: relative;
  top: 0;
  left: 0;
}
[data-col="25"] .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-col="33"] .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-col="50"] .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
.elementor-col-25 .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
.elementor-col-33 .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
.elementor-col-50 .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents {
  max-width: 100%;
  width: 100%;
  margin: auto;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-special-recipe .rpea-sr-contents-outer,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-special-recipe .rpea-sr-contents-outer,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-special-recipe .rpea-sr-contents-outer,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-special-recipe .rpea-sr-contents-outer,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-special-recipe .rpea-sr-contents-outer,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-special-recipe .rpea-sr-contents-outer {
  position: relative;
  top: 0;
  left: 0;
}
[data-elementor-device-mode="tablet"] [data-col="25"] .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-elementor-device-mode="tablet"] [data-col="33"] .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-elementor-device-mode="tablet"] [data-col="50"] .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-elementor-device-mode="tablet"] .elementor-col-25 .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-elementor-device-mode="tablet"] .elementor-col-33 .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-elementor-device-mode="tablet"] .elementor-col-50 .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents {
  max-width: 100%;
  width: 100%;
  margin: auto;
}
[data-elementor-device-mode="mobile"] .rpea-special-recipe .rpea-sr-contents-outer {
  position: relative;
  top: 0;
  left: 0;
}
[data-elementor-device-mode="mobile"] .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents {
  max-width: 100%;
  width: 100%;
  margin: auto;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-special-recipe .rpea-sr-contents-outer,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-special-recipe .rpea-sr-contents-outer,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-special-recipe .rpea-sr-contents-outer,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-special-recipe .rpea-sr-contents-outer,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-special-recipe .rpea-sr-contents-outer,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-special-recipe .rpea-sr-contents-outer {
  position: relative;
  top: 0;
  left: 0;
}
[data-elementor-device-mode="mobile"] [data-col="25"] .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-elementor-device-mode="mobile"] [data-col="33"] .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-elementor-device-mode="mobile"] [data-col="50"] .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-elementor-device-mode="mobile"] .elementor-col-25 .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-elementor-device-mode="mobile"] .elementor-col-33 .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents,
[data-elementor-device-mode="mobile"] .elementor-col-50 .rpea-special-recipe .rpea-sr-contents-outer .rpea-sr-contents {
  max-width: 100%;
  width: 100%;
  margin: auto;
}
/*------------------------------------------------------*/
/* Recipe List Widget Styles
/*------------------------------------------------------*/
.rpea-recipe-list-wrap {
  overflow: hidden;
}
.rpea-recipe-list-wrap .listing-buttons {
  float: right;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 6666;
  margin-bottom: 20px;
  padding-left: 20px;
  background-color: #ffffff;
}
.rpea-recipe-list-wrap .listing-buttons span {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 33px;
  height: 29px;
  line-height: 27px;
  border: 1px solid #e4d9d1;
  color: #9e938e;
  transition: 0.2s all ease-in-out;
}
.rpea-recipe-list-wrap .listing-buttons span.grid {
  margin-right: 3px;
}
.rpea-recipe-list-wrap .listing-buttons span.current {
  background: #6ebe3b;
  border-color: #6ebe3b;
  color: #ffffff;
}
.rpea-recipe-list-wrap .rpea-section-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  position: relative;
}
.rpea-recipe-list-wrap .rpea-section-title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #e7e3e1;
  margin-left: 20px;
  margin-top: 15px;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  position: relative;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper {
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .image {
  width: 31%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(228, 228, 228, 0.5);
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .image img {
  max-width: 100%;
  height: auto;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 69%;
  border: 1px solid #e4d9d1;
  margin: 10px;
  padding: 20px 25px;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail h4 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail h4 a:hover {
  color: #6ebe3b;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail h4:after {
  display: none;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail .separator {
  margin-bottom: 10px;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail .separator span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #6ebe3b;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail p {
  font-size: 15px;
  line-height: 26px;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail .meta-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail .meta-listing .post-meta {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 0;
  padding-left: 0;
  text-align: left;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail .meta-listing .post-meta li {
  margin-right: 10px;
}
.rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail .meta-listing .rating-box {
  width: auto;
  float: left;
  position: relative;
  -ms-flex: 1;
      flex: 1;
  padding: 0;
  text-align: right;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid .listing {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33%;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid .listing .listing-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid .listing .listing-wrapper .image {
  width: auto;
  height: 100%;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid .listing .listing-wrapper .detail {
  width: auto;
  height: 100%;
  padding: 20px 15px;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid .listing .listing-wrapper .detail p {
  display: none;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid .listing .listing-wrapper .detail .meta-listing {
  -ms-flex-direction: column;
      flex-direction: column;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid .listing .listing-wrapper .detail .post-meta {
  margin-bottom: 15px;
  text-align: inherit;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid .listing .listing-wrapper .detail .rating-box {
  -ms-flex: 1;
      flex: 1;
  padding: 0;
  text-align: inherit;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid.two-col .listing {
  width: 50%;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid.three-col .listing {
  width: 33.33%;
}
.rpea-recipe-list-wrap .recipe-listing.listing-grid.four-col .listing {
  width: 25%;
}
[data-elementor-device-mode="tablet"] .rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}
[data-elementor-device-mode="tablet"] .rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .image {
  width: auto;
}
[data-elementor-device-mode="tablet"] .rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail {
  width: auto;
}
[data-elementor-device-mode="tablet"] .rpea-recipe-list-wrap .listing-grid.two-col .listing {
  width: 50%;
}
[data-elementor-device-mode="tablet"] .rpea-recipe-list-wrap .listing-grid.three-col .listing {
  width: 50%;
}
[data-elementor-device-mode="tablet"] .rpea-recipe-list-wrap .listing-grid.four-col .listing {
  width: 50%;
}
[data-elementor-device-mode="mobile"] .rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}
[data-elementor-device-mode="mobile"] .rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .image {
  width: auto;
}
[data-elementor-device-mode="mobile"] .rpea-recipe-list-wrap .recipe-listing .recipe-item .listing-wrapper .detail {
  width: auto;
}
[data-elementor-device-mode="mobile"] .rpea-recipe-list-wrap .listing-grid.two-col .listing {
  width: 100%;
}
[data-elementor-device-mode="mobile"] .rpea-recipe-list-wrap .listing-grid.three-col .listing {
  width: 100%;
}
[data-elementor-device-mode="mobile"] .rpea-recipe-list-wrap .listing-grid.four-col .listing {
  width: 100%;
}
