.button {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  font-size: 43px;
  padding-top: 7px;
  cursor: pointer;
  text-align: center;
}
.button:hover {
  text-decoration: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.button:active, .button:focus {
  outline: none;
}
.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
@media (min-width: 425px) {
  .button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.button--fourth {
  margin: 10px 15px;
  font-size: 1.3rem;
  display: inline-block;
  color: #e1231b;
  background-image: url("../images/background/button-bg-white-ver2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  padding: 18px 33px 10px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 425px) {
  .button--fourth {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .button--fourth {
    font-size: 2.6875rem;
  }
}
.button--fourth:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  text-decoration: none;
  color: #e1231b;
}
.button--fourth:hover {
  color: #e1231b;
}
.button--fourth:focus {
  color: #e1231b;
  text-decoration: none;
}

.paragraph--type--d-p-recipes-list {
  position: relative;
  margin-top: 6rem;
  padding: 0 1rem 2rem;
}
.paragraph--type--d-p-recipes-list::before {
  top: 65px;
}
.paragraph--type--d-p-recipes-list::after {
  bottom: -5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paragraph--type--d-p-recipes-list .d-recipes-list::before {
  left: -5px;
}
.paragraph--type--d-p-recipes-list .d-recipes-list::after {
  right: -5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-title {
  text-transform: uppercase;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe {
  position: relative;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2rem 0 1rem;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe .image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe .image .image-placeholder {
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe .image .image-placeholder img {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe .image .image-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FCE54E;
  z-index: -1;
  border-radius: 5px;
  -webkit-transform: skew(2deg, -1deg) scale(0.97);
  transform: skew(2deg, -1deg) scale(0.97);
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe p,
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe h2 {
  font-family: "KitchenCupboard-Crafted", sans-serif;
  text-align: center;
  word-break: break-word;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe h2 {
  font-size: 36px;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe p {
  font-family: "BarlowCondensed", sans-serif;
  font-size: 16px;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe .button {
  text-align: center;
  font: 700 0.75rem "BarlowCondensed";
  position: relative;
  text-transform: uppercase;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: inline-block;
  color: #706f6f;
  padding: 10px;
  text-decoration: none;
  background-color: transparent;
}
@media (min-width: 480px) {
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe .button {
    font-size: 1rem;
  }
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe .button:hover {
  text-decoration: underline;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe::after {
  content: "";
  position: absolute;
  top: 0;
  width: 11px;
  height: 100%;
  z-index: 10;
  background-image: url("../../../images/border/border-y-yellow.png");
  background-repeat: repeat-y;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(1) {
  padding: 0 2rem 0 0;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(2), .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(3) {
  padding: 0 2rem 0 1rem;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:last-of-type {
  padding: 0 0 0 1rem;
}
.paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:last-of-type::after {
  width: 0;
  height: 0;
}
@media (max-width: 992px) {
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe h2 {
    font-size: 28px;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe p {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(1) {
    width: calc(25% - 1.25rem);
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(2), .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(3) {
    width: 25%;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(4) {
    width: calc(25% - 2rem);
  }
}
@media (max-width: 768px) {
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(1) {
    padding: 0 1rem 1.5rem 0;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(1)::after {
    right: -5px;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(2) {
    padding: 0 0 1.5rem 1rem;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(2)::after {
    height: 0;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(3) {
    padding: 2.5rem 1rem 1.5rem 0;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(3)::after {
    height: 100%;
    right: -5px;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(4) {
    padding: 2.5rem 0 1.5rem 1rem;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(4)::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 9px;
    z-index: 10;
    background-image: url("../../../images/border/border-x-yellow.png");
    background-repeat: repeat-x;
    top: 0;
    left: -100%;
    width: 200%;
    height: 9px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 480px) {
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe {
    width: 100%;
    padding: 2rem 0 0;
    margin-bottom: 1rem;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 9px;
    z-index: 10;
    background-image: url("../../../images/border/border-x-yellow.png");
    background-repeat: repeat-x;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:first-of-type {
    width: 100%;
    padding: 0;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:first-of-type::after {
    height: 0;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(2), .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(3), .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(4) {
    width: 100%;
    padding: 2rem 0 0;
    margin-bottom: 1rem;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(2)::after, .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(3)::after, .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:nth-of-type(4)::after {
    width: 100%;
    height: 9px;
    left: 0;
  }
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body .recipe:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .paragraph--type--d-p-recipes-list .d-recipes-list .div-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .paragraph--type--d-p-recipes-list {
    margin-top: 8.5rem;
  }
}
/*# sourceMappingURL=../../maps/components/paragraph/paragraph--d-p-recipes-list.css.map */
