.wprm-recipe-image {
  position: relative;
  overflow: hidden;
}

.wprm-recipe-rating {
  display: inline-block;
}

.single-recipes .wprm-recipe-image img{
  width: 100%;
  height: auto;
}

.stop-video {
  position: absolute;
  top: 15px;
  right: 5px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  z-index: 100;
}

html body .wprm-recipe-container .wprm-rating-star-full svg polygon {
  stroke: #fcc746;
  fill: #fcc746 !important;
}

html body .wprm-recipe-container .wprm-rating-star-empty {
  display: none;
}

.product-rating {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: rgba(104,97,88,.7);
}

.wprm-recipe-container a {
  display: inline-block;
  margin-left: 5px;
  color: #fff !important;
  text-decoration: none;
}

.wprm-recipe-summary a,
.recipe-instructions-area {
  color: #6db33f !important;
}

.wprm-recipe-container a:hover,
.wprm-recipe-container a:focus {
  text-decoration: underline;
}

.wprm-recipe-meta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

@media (min-width: 720px) {
  .wprm-recipe-meta-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.wprm-recipe-details-icon {
  display: block;
  width: 100%;
  text-align: right;
}

.wprm-recipe-servings-container,
.wprm-recipe-prep-time-container,
.wprm-recipe-cook-time-container,
.wprm-recipe-custom-time-container,
.wprm-recipe-total-time-container {
  font-family: 'Gotham-Bold';
  font-size: 19px;
  font-weight: normal;
  color: #6db33f;
  text-transform: uppercase;
  margin: 0px 0 5px 0;
}

.wprm-recipe-details-container {
  font-family: 'Gotham-BookItalic';
  font-size: 16px;
  line-height: 32px;
  color: #6db33f;
}

.wprm-recipe-details-name {
  font-weight: bold;
}

/* Ingredients */
.wprm-recipe-ingredient-group {
  display: block;
}

.wprm-recipe-header {
  color: #00afdb !important;
  font-family: 'Gotham-Bold';
  font-size: 19px;
  font-weight: normal;
  text-transform: uppercase !important;
}

.woocommerce-separator {
  display: inline-block;
  width: 62px;
  height: 4px;
  background: #6db33f;
  margin-top: 18px;
  margin-bottom: 10px;
}

/* Search Field */
.btn-search-submit {
  border: none;
  padding: 2px 10px;
  height: 34px;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  background: #6db33f;
  vertical-align: top;
}

.search-field {
  border: 1px solid #6db33f;
  padding-left: 3px;
  height: 34px;
}

/* Ingredient Groups */
.wprm-recipe-group-name {
  font-size: 17px;
  font-weight: bold;
}

.wprm-recipe-ingredients,
.wprm-recipe-ingredient-group ul {
  margin-bottom: 25px;
}

.wprm-recipe-summary ul {
  width: 100%;
}

.wprm-recipe-summary b {
  color: #00afdb;
  font-family: 'Gotham-Bold';
  font-size: 19px;
  font-weight: normal;
}

.wprm-recipe-ingredient-group p {
  margin-top: 2rem !important;
}

.wprm-recipe .wprm-recipe-ingredients,
.wprm-recipe-ingredient-group ul {
  margin-bottom: 25px;
}

@media (min-width: 1020px) {
  .wprm-recipe-ingredients,
  .wprm-recipe-ingredient-group ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
}

.wprm-recipe .wprm-recipe-ingredients li,
.wprm-recipe-ingredient-group ul li,
.wprm-recipe li {
  display: block;
  flex: 1 0 calc(45% - 10px);
  margin-left: 0 !important;
  margin-top: 10px !important;
  margin-right: 0;
  padding-left: 25px !important;
  text-align: left !important;
  list-style-type: none;
  font-size: 17px !important;
  color: #3b3b3b;
  background-image: url(../../../assets/images/variety-list.png);
  background-position: 0px 6px;
  background-repeat: no-repeat;
  line-height: 1.75;
}

.instructions-item li {
  padding-left: 35px !important;
}

/* Instructions */
.wprm-recipe-instructions-container,
.wprm-recipe-notes-container {
  position: relative;
  margin-top: 60px;
  border-top: 1px solid #6db33f;
  border-bottom: 1px solid #6db33f;
  padding: 45px;
  color: #000;
  background: #ebebeb;
}

.recipe-down-arrow {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center;
}

.wprm-recipe-instruction {
  margin-left: 0 !important;
  list-style: none !important;
}

/* Summary */
.wprm-recipe-summary {
  margin-top: 25px;
}

/* Archive */
.mango-recipes-list {
  margin-left: -26px;
  padding-left: 0;
  list-style: none;
}

.mango-recipes-list .product-rating {
  font-size: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
}

.mango-recipes-list li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: -4px;
  margin-bottom: 40px;
  padding-left: 30px;
  vertical-align: top;
}

@media (min-width: 770px) {
  .mango-recipes-list li {
    width: 50%;
  }
}

@media (min-width: 981px) {
  .mango-recipes-list li {
    width: 25%;
  }
}

.mango-recipes-list img {
  width: 100%;
  height: auto;
}

.search-results .mango-recipes-list .post-title::before {
  display: none;
  margin-top: 6px;
}

.mango-recipes-list .post-list-type-blog-1 .post-inner {
  background: none;
}

.mango-recipes-list .post-title {
  color: #6db33f;
  font-size: 16px;
  text-align: left;
  margin-top: 6px;
  line-height: 21px;
  font-family: inherit;
  font-weight: normal;
}

html body .mango-recipes-list .wprm-rating-star-full svg polygon {
  stroke: #fcc746;
  fill: #fcc746 !important;
}

html body .mango-recipes-list .wprm-rating-star-empty {
  display: none;
}

.archive-product-rating {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  color: #fff;
  background: rgba(104,97,88,.7);
}

.archive-product-rating .wprm-recipe-rating {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.archive-product-rating .wprm-rating-star {
  line-height: 0;
}

.comment-form .wprm-rating-star {
  line-height: 0;
}

.comment-form .wprm-rating-star:hover {
  fill: #fcc746 !important;
  /* filter: invert(61%) sepia(48%) saturate(529%) hue-rotate(53deg) brightness(92%) contrast(93%); */
}

.wprm-archive-hover-link {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 11;
}

.wprm-archive-hover-link a {
  display: block;
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #fff;
  background: #6db33f;
}

.wprm-archive-hover-link a:hover,
.wprm-archive-hover-link a:focus {
  color: #fff;
}

.mango-recipes-list li:hover .wprm-archive-hover-link,
.mango-recipes-list li:focus .wprm-archive-hover-link,
.recipe-related-items li:hover .wprm-archive-hover-link,
.recipe-related-items li:focus .wprm-archive-hover-link
 {
  display: block;
}

.recipe-related-items h2 {
  font-size: 24px;
  line-height: 34px;
}

.recipe-instruction-area .instructions-item ol,
.recipe-instruction-area .instructions-item ul,
.recipe-instruction-area .suggestions-item ol,
.recipe-instruction-area .suggestions-item ul {
  list-style: none;
  counter-reset: my-sec-counter;
}

.recipe-instruction-area .instructions-item li,
.recipe-instruction-area .instructions-item li,
.recipe-instruction-area .suggestions-item li,
.recipe-instruction-area .suggestions-item li {
  position: relative;
  margin-left: 0;
  padding-left: 45px;
  margin-bottom: 22px;
}

.recipe-instruction-area .instructions-item ol li::after,
.recipe-instruction-area .instructions-item ul li::after,
.recipe-instruction-area .suggestions-item ol li::after,
.recipe-instruction-area .suggestions-item ul li::after
{
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: my-sec-counter;
  content: "" counter(my-sec-counter) "" !important;
  color:#FFF;
  background-color: #f6c343;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.nutrition-item {
  font-family: 'Gotham-BookItalic';
  font-size: 16px;
  line-height: 32px;
  color: #6db33f;
}

.single-recipes .comment-aside,
.comment-form-comment textarea {
  position: relative;
  border: 1px solid #a9a9a9 !important;
}

.single-recipes .comment-aside::after {
  display: none;
}

.single-recipes .comment-meta {
  font-size: .83em;
}

.single-recipes .comment-aside .wprm-comment-rating {
  position: absolute;
  top: 10px;
  right: 10px;
  filter: invert(61%) sepia(48%) saturate(529%) hue-rotate(53deg) brightness(92%) contrast(93%);
}

.comment-form-wprm-rating {
  margin-bottom: 15px;
}

.single-recipes .submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.wprm-rating-star.rated svg polygon,
.wprm-rating-star-selecting-filled svg polygon {
  fill: #71B342 !important;
}

.wprm-recipe-video-container {
  display: none;
}

.has-video .wprm-recipe-video-container {
  display: block;
}

.has-video .product-rating {
  display: none;
}

.has-video .wprm-recipe-image img {
  display: none;
}

.single-recipes .wprm-recipe-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  text-align: center;
}

.single-recipes .wprm-recipe-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
