@font-face {
  font-family: ProximaNovaBold;
  src: url('./../../fonts/ProximaNova-Bold.ttf');
}
@font-face {
  font-family: A2StandardSansCondBold;
  src: url('./../../fonts/A2StandardSansCond-Bold.otf');
}
@font-face {
  font-family: ProximaNovaSemibold;
  src: url('./../../fonts/ProximaNova-Semibold.ttf');
}
@font-face {
  font-family: ProximaNovaRegular;
  src: url('./../../fonts/ProximaNova-Regular.ttf');
}
@font-face {
  font-family: ProximaNovaRegular;
  src: url('./../../fonts/A2StandardSans-BoldItalic.ttf');
} 
:root {
  --mainfont: "a2Regular",Arial, Helvetica, sans-serif; 
  --font30: 30px;
  --font24: 26px;
  --font20:26px;
  --font18: 26px;
  --font16: 16px;
  --font14: 14px;
  --maincolor: #004625;
  --secondaryColor: #FAF5EB;
  --clrwhite: #fff;
  --midblack: #080808;
  --midGrey: #6F6F6F;
  --A2StandardSansCondBold: "A2StandardSansCondBold";
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  padding: 0;
  /* font-family: "proxima-nova",sans-serif; */
  font-family: var(--mainfont);
}
@media only screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #F1F1F3;
  overflow-x: hidden;
}
 

.sign-up img {
  width: 150px;
}
button.sign-up img:first-child {
  display: block;
}
button.sign-up img:last-child {
  display: none;
}
button.sign-up:hover img:first-child {
  display: none;
}
button.sign-up:hover img:last-child {
  display: block;
}
.sign-up-section button{
  min-width: auto;
  background: transparent;
  margin-left: 40px;
  padding: 5px;
}

@media only screen and (max-width: 996px) {
  .sign-up-section{
    display: none;
  }
}
@media only screen and (max-width: 1240px) {
  .sign-up-section button{
    margin-left: 0;
  }
}

.mobile-menu{
  display: none;
}

.mobile-sign-up{
  display: block;
}
@media only screen and (max-width: 996px) {
  .mobile-menu{
    margin-right: auto;
    position: absolute;
    left: 0;
    display: block;
  }
  button.mobile-sign-up{
    margin-left: auto;  
      padding: 0;
      align-self: center;
      position: absolute;
      right: 20px;
      display: block;
      background: none;
  }
  button.mobile-sign-up img{
    width: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .mobile-menu{
    display: none;
  }
}
.mobile-menu span {
  width: 30px;
  height: 3px;
  background: white;
  display: block;
  margin: 6px 0;
}

.main-menu button{
  min-width: inherit;
}


.main-menu-wrapper {
  background: var(--maincolor);
  box-shadow: 0px 3px 20px #0000004D;
  position: relative;
  padding: 20px 20px 10px 20px;
}

.main-menu-wrapper .main-menu {
  display: flex;
  justify-content: space-between;    
    max-width: 1366px;
    margin: 0 auto;
    align-items: center;
}

.main-menu-wrapper .logo{
  display: flex;
}

.main-menu-wrapper .main-menu .logo img{
  max-width: 130px;
  height: auto;
}

.main-menu .close{
  background: none;
  border: none;
  border-radius: 0;
  color:var(--maincolor);
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 0 10px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .main-menu-wrapper .main-menu .logo img{
    width: 130px;
    padding: 8px 0 5px;
  }
  .main-menu-wrapper{
    padding: 5px 20px 5px 20px;
  }
  .main-menu-wrapper .main-menu {
   justify-content: center;
   align-items: center;
  }
  .main-menu .close{
   display: block;
  }
}

.main-menu-wrapper nav{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-left: 3%;

}
@media only screen and (max-width: 768px) {
  .main-menu-wrapper nav{
   display: none;
   position: absolute;
   top: 67px;
   background: var(--clrwhite);
   height: 100vh;
   overflow-y: auto;
   margin-left: 0;
   z-index: 999;
  }
}
@media only screen and (max-width: 600px) {
.newsletter-body .signup-subscribe iframe {
     width: 100%;
    margin: 0 auto;
    height: 131px;
    overflow: hidden;
}
.animating-banner .ovelay-close {
    left: 12px;
    top: 24px;
}
}
/*overlay css starts for Recipe popup*/
.overlay-drop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99;
}

.overlay-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; 
  z-index: 100; 
}
.overlay-body {
  background: white;
  max-width: 340px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  position: relative;
  border-radius: 14px;
}

.overlay-body .ovelay-close{
  min-width: inherit;
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 1px 6px;
  border: 0;
  color: #000!important;
  background-color: transparent!important;
  display: flex;
  align-items: center;
  justify-content: center;
   font-weight: bold;
  width: 25px;
  height: 25px;
  line-height: 15px;
  font-size: 14px;
}

.overlay-drop,
.overlay-container{
  display: none;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
}
.overlay-drop.open{
  display: block;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
}
.overlay-container.open{
  display: flex;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
}
@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
/*overlay css ends for Recipe popup*/

/*inside popup css*/
.newsletter-slider-item {
  align-items: center;
}
.newsletter-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; 
  z-index: 100; 
}
.newsletter-slider-item:hover .text-right {
  color: #000;
}
.newsletter-body{
  background: #ffffff;
  max-width: 460px;
  width: 100%;
  padding: 20px 10px;
   position: relative;
  margin: 0 auto;
  border-radius: 14px;
}
.newsletter-body span.intro-text {
  padding-bottom: 0px;
}

.newsletter-body p.wds-esc-form-message {
    text-align: center;
}
.newsletter-text{

  line-height: 24px;
    font-size: 18px;
}
.newsletter-text ul{
  padding: 0 20px;
}
.newsletter-text ul li{
  margin-bottom: 5px;
}
.img-left img:hover {
  transition: all .2s ease-in-out;
  transform: scale(1);
}
.newsletter-header{
  color: #004625;
  font-size: 18px;
  margin: 20px 0 0px;
  padding: 0 20px;
  font-family: var(--proximanovaRegular);
  font-weight: 600;
  text-align: center;
}


/*signup-newsletter css*/
.signup-newsletter-header {
  color: #509e2f;
  font-size: 18px;
  margin: 2px 0 2px 0;
  padding: 0 20px;
  font-family: var(--A2StandardSansCondBold);
  text-align: center;
  line-height: 20px;
}
.intro-text {
  font-size: 12px;
  font-family: var(--proximanovaSemiBold);
  line-height: 20px;
  margin-top: 18px;
  display: block;
  line-height: 16px;
}
.newsletter-body .mc-field-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 20px 0;
  order: 1;
}

.signup-form {
  box-shadow: 0px 0px 15px 2px rgba(204,204,204,1);
  border-radius: 12px;
  border: 1px solid #00000029;
  padding: 10px;
  margin: 30px 0 20px 0;
  width: 330px;

}
.signup-sub-text {
  font-size: 10px;
  text-align: center;
  font-family: var(--proximanovaRegular);
  order: 2;
  margin-bottom: 26px;
  line-height: 14px;
  padding: 0 12px;
}
.newsletter-body  .signup-subscribe input[type='email'] {
  border-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 6px #ccc;
  font-size: 12px;
  width: 300px;
  height: 40px;
  outline: none;
  border: 0;
  margin-top: 20px;
}
.newsletter-body .signup-subscribe {
  background-color: #F5F5F5;
  border-radius: 12px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 15px;
}

.signup-subscribe input[type='submit'] {
  cursor: pointer;
    padding: 8px 20px;
    min-width: 260px;
    border: 2px solid #004625;
    border-radius: 30px;
    color: #004625;
    background: #ffffff;
    font-size: 18px;
    font-family: var(--proximanovaRegular);
}
.newsletter-body  .signup-subscribe input[type='submit']:hover{
  color: #ffffff;
  background: #004625;
  border: 2px solid #004625;
}

.newsletter-body button.signup-subscribe-btn {
  border: 2px solid #004625;
 width: 180px;
  border-radius: 2px;
  font-size: var(--fon16);
  margin: 0 auto;
  margin-top: 40px;
  color:#ffffff;
  background:#004625;
  display: block;
  padding: 12px 0;
}
.newsletter-body button.signup-subscribe-btn:hover{
	background: #004625;
}
.newsletter-body button.signup-subscribe-btn:disabled{
  background: #ffffff;
  color: #004625;
  cursor: not-allowed;
}
.newsletter-body button.signup-subscribe-btn a {
	text-decoration:none;
	color: #004625;
	outline:none;
	display: block;
}
.newsletter-body button.signup-subscribe-btn a:hover{
	color: #ffffff;
	background:#004625;
	border-radius:30px;
}
.newsletter-body button.signup-subscribe-btn:hover a {
  color: #ffffff;
}
.signup-bottom-links {
  display: flex;
  justify-content: center;
  margin: 0;
  align-items: center;
}
.signup-bottom-links a {
  color: #5373DE;
  font-size: 12px;
  margin: 0 20px;
  font-family: var(--proximanovaRegular);
  text-decoration: none;
  white-space: nowrap;
}

.signup-subscribe-step2 {
  display: none;
}
.newsletter-body  .sign-error {
  color: #004625;
  font-size: 14px;
}
.card-text {
  width: 100%;
  background: #ffffff;
  padding: .5rem 0.5rem;
  opacity: 0;
  position: absolute;
  bottom: 0;
  border-radius: 12px;
  font-size: 14px;
  font-family: var(--proximanovaRegular);
}

.newsletter-slider {
  width: 220px;
  height: 120px;
  margin: 0 auto;
  margin-top: 30px;
} 
.newsletter-slider .slick-list {
  padding: 0 !important;
  height: 100%!important;
}
.newsletter-slider .slick-prev, .newsletter-slider .slick-next {
  background-color: transparent;
}
.newsletter-slider .slick-next:before {
  content: url(./../images/arrow-next.png);
}
.newsletter-slider .slick-prev:before {
  content: url(./../images/arrow-back.png);
}
.newsletter-slider .slick-dots {
  margin: 0;
  padding-bottom: 10px;
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
    bottom: -42px;
}
.newsletter-slider .slick-dots li {
	margin: 0;
}
.newsletter-slider ul li:before {
	color:transparent;
}
.newsletter-slider .slick-dots li button {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  text-indent:-5000px;
  padding: 0;
}

.newsletter-slider .slick-dots li.slick-active button {
  background: #ccc;
  width: 12px;
  height: 6px;
  transition: all ease 0.5s;
}

.newsletter-slider .slick-dots li button:before {
  width: 6px;
  height: 6px;
  color: #ccc;
}
.newsletter-slider .slick-prev {
  left: -40px;
}
.newsletter-slider .slick-next {
  right: -40px;
}
.newsletter-slider-item {
  width: 150px!important;
  height: 120px;
  background-color: #F1F1F3;
  border-radius: 12px;
  margin-right: 20px;
 overflow: hidden;
}
.img-left {
  float:left;
  border-radius: 12px;
  border: 1px solid #707070;
  width: 110px;
  height: 120px;
  margin-right: 5px;
  overflow: hidden;
}
.img-left img {
  width: 120px;
  max-width: 100%;
  height: 140px;
  object-fit: cover;
  transition: all .3s ease-in-out;
  border-radius: 12px;
}
.text-right { 
  padding: 4px 3px 4px 75px;
  font-family: var(--proximanovaRegular);
  color: #000000;
  font-size: 12px;
  width: 70%;
  line-height: normal;
  transition: all .3s ease-in-out;
  position: relative;
  left: 5%;
  top: 10%;
}
.newsletter-slider-item a {
	text-decoration:none;
}
.explore-recipes {
  background: #ffffff;
  outline: none;
  border: none;
  border-radius: 20px;
  color: #004625;
  cursor: pointer;
}
.arrow-hover {
  display: none;
}
.newsletter-form, form {
 
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.campbells-logo-newsletter {
  width: 100%;
  display: flex;
  justify-content: center;
}
.campbells-logo-newsletter img {
  display: block;
  width: 187px;
  max-width: 100%;
}
.submit_container {
  display: flex;
  justify-content: center;
}
#mc_embed_signup_scroll {
  position: relative;
  left: -20px;
  width: 70%;
}

.animating-banner .ovelay-close {
  background: url('../../images/close-btn-popup.png') no-repeat center center;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  bottom: 85px;
  border: 0;
  z-index: 99;
  left: 20px;
	    top: 28px;
}
.animating-banner .ovelay-close:hover {
  border: 0;
  outline: o;
}
.newsletter-body .signup-subscribe .submit_container input[type='email']::placeholder {
  font-style: normal!important;
  font-size: 12px !important;
  color: #000 !important;
}

.newsletter-body .signup-subscribe .submit_container input[type='email']::-ms-input-placeholder { /* Edge 12-18 */
  font-style: normal!important;
  font-size: 12px !important;
  color: #000 !important;
}
.animating-banner .submit_container input[type='email']::placeholder {
  font-style: normal!important;
  font-size: 12px !important;
  color: #004625 !important;
}

.animating-banner .submit_container input[type='email']::-ms-input-placeholder { /* Edge 12-18 */
  font-style: normal!important;
  font-size: 12px !important;
  color: #004625 !important;
}
.newsletter-body .signup-subscribe .submit_container input#mc-embedded-subscribe, .newsletter-body .signup-subscribe .submit_container input#mc-embedded-subscribes {
  order: 2;
  min-width: 41px;
  width: 41px;
  height: 40px;
  background: url('../../images/header-gobtn.png') no-repeat center center;
  margin: 0;
  text-indent: -10000px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 11px;
  right: -50px;
  border: 0;
  outline: none;
}
.newsletter-body .signup-subscribe .submit_container input#mc-embedded-subscribe:hover, .newsletter-body .signup-subscribe .submit_container input#mc-embedded-subscribes:hover {
background: url('../../images/header-gobtn.png') no-repeat center center;
color: #ffffff;
}
.animating-banner .submit_container input#mc-embedded-subscribea   {
  order: 2;
  min-width: 41px;
  width: 41px;
  height: auto;
  background: url('../../images/gobtn.png') no-repeat center center transparent;
  margin: 0;
  text-indent: -10000px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: -30px;
  background-size: contain!important;
  border-radius: 12px;
}
.animating-banner .submit_container input#mc-embedded-subscribea:hover {
  background: url('../../images/gobtn.png') no-repeat center center;
  color: #ffffff;
  background-size: contain!important;
  border-radius: 12px;
}
.animating-banner {
  width: 100%;
  position: absolute;
  background-color: #014625;
  padding: 0 15px;
  display: none;
  top: 90px;
}

@media only screen and (min-width: 1025px) {
  .animating-banner .ovelay-close {
    left: 233px;
    top: 73px;
  }
  .mc-field-group {
    margin: 0;
  }
  .overlay-body {
    max-width: 460px;
  }
  .newsletter-body {
    max-width: 660px;
    border-radius: 16px;
  }
  .newsletter-slider-item a {
    text-decoration: none;
    display: inline-block;
    width: 240px;
    height: 140px;
}
.newsletter-body .signup-subscribe-step1 {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.intro-text {
  width: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  margin-top: 18px;
  display: block;
  font-size: 12px;
}
.newsletter-body .mc-field-group {
  order: 1; 
}
.newsletter-body .signup-subscribe {
  padding: 0;
  margin-top: 0;
  width: 100%;
} 
.newsletter-body .signup-subscribe iframe {
    width: 340px;
    margin: 0 auto;
    height: 147px;
    overflow: hidden;
}
.newsletter-body .signup-subscribe input[type='email'] { 
  margin-left: -50px;
  font-size: 12px;
  width: 340px;
  height: 40px;
  outline: none;
  border: 0;
  margin-top: 10px;
}
.newsletter-body .signup-subscribe input[type='email']::placeholder {
  font-style: normal!important;
}

.newsletter-body .signup-subscribe input[type='email']::-ms-input-placeholder { /* Edge 12-18 */
  font-style: normal!important;
}
.sign-error {
  color: #004625;
  font-size: 14px;
  position: absolute;
  bottom: 130px;
}
.newsletter-body .signup-sub-text {
  order: 3;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  margin-top: -16px;
  padding: 0 10px;
}
.signup-bottom-links {
  margin-top: 20px;
}
.newsletter-body button.signup-subscribe-btn {
  margin-top: 40px;
}
  .newsletter-slider-item {
    width: 300px!important;
    height: 140px;
    background-color: #F1F1F3;
    border-radius: 12px;
    margin-right: 20px;
   position: relative;
  }
  .arrow-hover {
    display: none;
    position: absolute;
    bottom:10px;
    right:10px;
  }
  .arrow-hover img {
    width: 6px;
    max-width: 100%;
  }
  .text-right { 
    padding: 10px 20px;
    font-family: var(--proximanovaRegular);
    color: #000000;
    font-size:12px;
    width: 50%;
    float: right;
    margin-top: -40%;
    line-height: normal;
  }
  .img-left {
    width: 120px;
    height: 140px;
    float:left;
    overflow: hidden;
  }
  .newsletter-body .signup-form {
    width: 400px;
  }
  .newsletter-slider .slick-track {
    transform: translate3d(0px, 0px, 0px)!important;
  }
  .newsletter-body .signup-item {
    width: 110px;
    height: 120px;
  }

.newsletter-body .signup-subscribe .submit_container input#mc-embedded-subscribe, .newsletter-body .signup-subscribe .submit_container input#mc-embedded-subscribes {
  order: 2;
  min-width: 41px;
  width: 41px;
  height: 40px;
  background: url('../../images/header-gobtn.png') no-repeat center center;
  margin: 0;
  text-indent: -10000px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 11px;
  right: -35px;
  border: 0;
  outline: none;
}
.newsletter-body  .signup-subscribe .submit_container input#mc-embedded-subscribe:hover, .newsletter-body  .signup-subscribe .submit_container input#mc-embedded-subscribes:hover {
background: url('../../images/header-gobtn.png') no-repeat center center;
color: #ffffff;
}
.animating-banner .submit_container input#mc-embedded-subscribe  {
  order: 2;
  min-width: 41px;
  width: 41px;
  height: 40px;
  background: url('../../images/gobtn.png') no-repeat center center;
  margin: 0;
  text-indent: -10000px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 11px;
  right: -35px;
}
.animating-banner .submit_container input#mc-embedded-subscribea {
  top: 10px;
  right: -80px;
}
.animating-banner .submit_container input#mc-embedded-subscribea:hover {
  background: url('../../images/gobtn.png') no-repeat center center;
  color: #ffffff;
}
  .newsletter-slider {
    width: 100%;
    margin: 20px 0;
    height: 140px;
  } 
  .newsletter-slider-item {
    background-color: #ffffff;
    width: 240px!important;
  }
}

/* Secound popup */
.pf-signup-banner-wrapper {
  width: 100%;
  border-radius: 24px;
  background-color: #014625;
  padding: 12px 18px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.banner-left {
  width: 100%;
}
.banner-left img {
  width: 100%;
  max-width: 100%;
}
.banner-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0 10px 0;
}
.banner-text-right {
  display: none;
  font-family: Poppins, sans-serif;
}
.banner-btn-right a {
  background-color: #fff;
  border-color: #fff;
  color: #31771e;
  padding: 0 4rem;
  font-size: 1.5rem;
  line-height: 4rem;
  border: 0.1rem solid #31771e;
  border-radius: 2.4rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
   width: 164.74px;
}
.banner-btn-right a:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
   }
.animating-banner {
  width: 100%;
  position: absolute;
  background-color: #014625;
  padding: 0;
  display: none;
  top: 80px;
}
.animating-banner input {
  border-radius: 16px;
  border: 0;
  outline: none;
  background-color: #fff;
  color: #000;
  width: 85%;
  margin: 0 auto;
  padding: 1rem 1.3rem!important;
  border-radius: 12px!important;
}
.animating-banner form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: self-start;
}
.animating-banner  #mc_embed_signup_scrolla {
  position: relative;
  width: 100%;
}
.animating-banner .submit_container {
  display: flex;
  justify-content: center;
  padding: 0;
  width: 130px;
  margin: 0 auto;
  height: auto;
}
.animating-banner input#mc-embedded-subscribea {
  margin: 0!important;
}
.animating-banner #mc_embed_signup_scrolla {
  width: 80%;
  top: 15px;
  left: -20px;
}
@media only screen and (min-width: 1024px) {
  .animating-banner {
    width: 100%;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    background-color: #014625;
    padding: 40px 10px;
    display: none;
  }
  .animating-banner input {
    border-radius: 12px!important;
    width: 600px;
  }
  .animating-banner .submit_container {
    margin-top: 0;
    position: absolute;
    outline: 0;
    border: 0;
    right: 35px;
    top: -11px;
  }
    .banner-btn-right a {
    width: 176px;
    height: 60px;
    border-radius: 12px;
    font-size: 24px;
    line-height: 29px;
  }
    .banner-text-right {
   font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 20px;
    color: #fff;
    display: block;
    margin-right: 40px;
  }
    .banner-left {
      width: 50%;
    }
  .banner-left img {
    width: 600px;
    max-width: 100%;
  }
  .banner-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
  }
  .animating-banner #mc_embed_signup_scrolls {
    width: 80%;
    top: 0;
    left: -20px;
  }
  #mc_embed_signup_scroll {
  width: auto;
}
.pf-signup-banner-wrapper {
    width: calc(100% - 2rem);
    max-width: 1324px;
  }
}
div#mc_embed_signup_scrolls {
    position: relative;
}
/*recipe page popup css*/

.ab-overlay-drop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.ab-overlay-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1001;
}
.ab-overlay-body {
  background: white;
  max-width: 660px;
  width: 100%;
  padding: 20px;
  margin: 20px;
  text-align: center;
  position: relative;
}

.ab-overlay-drop,
.ab-overlay-container {
  display: none;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
}

.ab-overlay-drop.open {
  display: block;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
}

.ab-overlay-container.open {
  display: flex;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
}
div#mce-error-response {
    color: red;
    line-height: normal;
}
.recipe-ovelay-close{
	min-width: inherit !important;
    position: absolute !important;
    right: 20px !important;
    top: 15px !important;
    padding: 1px 6px !important;
    border: 0;
    color: #000 !important;
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
    width: 25px !important;
    height: 25px !important;
    line-height: 15px !important;
    font-size: 14px !important;
}
/* end the css */