/*landscape fix*/
@media only screen and (min-width: 390px) and (max-width:767px) {
	.pfweb.single-recipe .recipe-ingredients .recipe-ingredients__amount {
		min-width: 10%;
    }
}
/*43158-PacificFoods-Page-Errors*/
@media screen and (min-width: 1025px) {
  .header-regular__logo img {
      margin-left: -50px;
  }
  .header-regular__primary-nav__menu > li:last-child {
    margin-right: 0;
  } 
}
/*43158-PacificFoods-Page-Errors*/

/** 45990 pacific foods tips section update **/

.recipe-tips {   
  padding: 4rem 5rem;
  background-color: var(--pf-color-5);
  border-radius: 1.5rem;
}
.recipe-tips h3,.recipe-tips p, .recipe-tips em {
  color: #fff;
}
.recipe-tips span.js-button-toggle__text {
color: #fff;
}

.recipe-tips ul, .recipe-tips li {padding-left:0 !important;}

.recipe-tips ul ul li::before {
  content: "•";
  margin-left: 10px;
  color: #fff;
}

/* For devices with a screen width of 767px or less (common for smartphones) */
@media only screen and (max-width: 767px) {
.recipe-tips ul ul li::before {
  content: "•";
  margin-left: 10px;
  color: #fff;
}
}
/*** Code ends 21-11-24 23:12 ***/

/** User Story 56333: Adding Superscript in the Fifty/Fifty module - Pacific Foods **/
sup {
  color: inherit;
}
/** User Story 56333 Ends **/

/*Bug 65893: Font size coming in small on Yext search bar Pacific Foods*/
.pfweb .yxt-SearchBar input[class*="yxt-"] {
  padding: 20px 40px;
  font-size: 20px!important;
}
/*Bug 65893: Font size coming in small on Yext search bar Pacific Foods*/
/*Issue 78828: PacificFoods:Prod: Header Logo not center alligned*/
@media screen and (min-width: 1024px) {
    .header-regular__logo {
        margin: 0 auto !important;
        transform: translateY(3.9rem) translateX(3.9rem) !important;
        width: 300px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        left: 20px;
    }
}
/*Issue 78828: PacificFoods:Prod: Header Logo not center alligned*/
/*User Story 76957: Implement sticky header on Pacific Foods website*/
.fixed-header {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
}
/*User Story 76957: Implement sticky header on Pacific Foods website*/

/* Bug 80780 NFP Drop Down issue fixed */
.single-recipe .nutrition-facts-content .nutrition-facts__toggle span {
  visibility: hidden;
}

/* Mobile Header Option */
.collection-cover {
  left: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw;
}
.collection-cover-desktop {
    display: block;
}
.collection-cover-mobile {
    display: none;
}
@media (max-width: 767px) {
    .collection-cover-desktop {
        display: none;
    }
    .collection-cover-mobile {
        display: block;
    }
}
/*User Story 84009: Pacific Foods Product Dropdown Update*/

@media screen and (min-width: 1024px) {
    #header-regular__primary-nav--right > li:last-child, .header-regular__dropdown > ul > li:last-child {
        grid-column: auto !important;
    }
    .header-regular__dropdown > ul > .menu-item:nth-child(7) {
        order: 4 !important;
    }
    .header-regular__dropdown > ul > .menu-item:nth-child(8) {
        order: 8 !important;
    }
    .header-regular__dropdown>ul>.menu-item:last-child {
        order: 10;
    }
}
.blank-button {
  opacity: 0!important;
}
/*User Story 84009: Pacific Foods Product Dropdown Update*/

/*User story 94050 Hide date on blogs code start*/

.post-type-archive-blog .blog-list__item .meta-container .category .divider {
  display: none;
}

.post-type-archive-blog .blog-list__item .meta-container .date {
  display: none;
}

.single-blog .pf-module.secondary-header .date {
  display: none !important;
}

/*User story 94050 Hide date on blogs code end*/