:root {
  --mainfont: "a2Regular", Arial, Helvetica, sans-serif;
  --font24: 24px;
  --font22: 22px;
  --font20: 20px;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
  --font12: 12px;
  --font10: 10px;
  --font8: 8px;
  --maincolor: #BB0018;
  --clrwhite: #fff;
  --midblack: #080808;
  --midGrey: #6F6F6F;
  --lightGrey: #f1f1f3;
  --black: #000000;
  --brown: #A4874B;
}

main {
  width: 100%;
  margin: 0 auto;
}

/*gma-hero-wrapper css starts*/
.gma-hero-wrapper {
  width: 100%;
  max-width: 1366px;
  background: var(--maincolor);
  margin: 0 auto;
  height: 100%;
  padding: 20px;
  position: relative;
  transition: all ease 1s;
}

.gma-hero-inner {
  background: var(--clrwhite);
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.hero-bag-img {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.hero-mobile {
  display: block;
  width: 100%;
}

.hero-desktop {
  display: none;
}

.hero-bag-img img {
  width: 100%;
  margin: 0 auto;
}

.hero-bag-img-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: var(--clrwhite);
  width: 100%;
  height: 0%;
  left: 0;
  transition: all ease 1s;
  display: none;
}

/*gma-hero-wrapper css ends*/

.hero-img-1,
.hero-img-2,
.hero-img-3,
.hero-img-4,
.hero-img-5 {
  display: none !important;
}


/*side-dishes-wrapper css starts*/
.side-dishes-wrapper {
  width: 100%;
  max-width: 1366px;
  background: var(--clrwhite);
  margin: 0 auto;
  padding: 60px 20px 20px 20px;
}

.side-dishes-inner {
  width: 100%;
  background: var(--lightGrey);
  margin: 0 auto;
  padding: 20px;
}

.side-dishes-heading {
  text-align: center;
  font-size: var(--font18);
  color: var(--black);
}

.side-dishes-text {
  text-align: center;
  font-size: var(--font16);
  color: var(--black);
  line-height:30px;
}

.side-dishes-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.side-dishes-box {
  width: 100%;
}

.side-dishes-box:nth-child(odd) {
  padding-right: 0;
}

.side-dishes-box:nth-child(even) {
  padding-left: 0;
}

.side-dishes-box-inner {
  width: 100%;
  display: flex;
  padding: 0 0 0px 0;
  flex-wrap: wrap;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  min-height: 140px;
  margin-bottom: 30px;
  background: var(--clrwhite);
}

.side-dishes-box-inner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  height: auto;
}

.side-dishes-bottom-text {
  background: var(--clrwhite);
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  z-index: 5;
  min-height: 40px;
  align-items: center;
}

.bottom-text-left {
  font-size: var(--font18);
  color: var(--black);
  padding: 5px 0px 5px 5px;
  line-height: 15px;
}

.bottom-text-left a {
  text-decoration: none;
  color: var(--black);
}

.bottom-img {
  display: flex;
  padding: 0 5px 0 0;
  width: auto;
  align-items: center;
}

.bottom-img img {
  width: 12px;
  height: 12px;
}

.download-email-btns {
  display: flex;
  justify-content: center;
}

.viewmore-btn {
  width: 180px;
  height: 40px;
  border-radius: 32px;
  text-align: center;
  background: var(--maincolor);
  color: var(--clrwhite);
  outline: none;
  border: none;
  font-size: var(--font16);
  cursor: pointer;
}

.thankyou-msg {
  font-size: var(--font18);
  color: var(--maincolor);
  display: none;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.side-dishes-loadmore {
  margin: 0 0 30px 0;
}

/*side-dishes-wrapper css ends*/

/*contest-content-wrapper starts*/
.contest-content-wrapper {
  width: 100%;
  background: var(--lightGrey);
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1366px;
}

.contest-content-inner {
  width: 100%;
  background: var(--clrwhite);
  border: 20px solid var(--brown);
  padding: 20px;
}

.contest-content-heading {
  text-align: center;
  font-size: var(--font18);
  color: var(--maincolor);
  padding: 10px 0 20px 0;
}

.contest-content-text {
  text-align: center;
  font-size: var(--font16);
  color: var(--black);
  padding: 20px 0 20px 0;
  line-height:30px;
}

.contest-content-banner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  transition: all ease 1s;
}

.contest-banner-mobile {
  display: block;
  width: 390px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contest-banner-desktop {
  display: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.contest-content-banner img {
  width: 100%;
  max-width: 100%;
}

.contest-signup-form {
  display: none;
}

.sign-up-input-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sign-up-select-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 280px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}

.sign-up-select-wrapper select {
  width: 100%;
  box-shadow: 0px 0px 15px 2px rgba(204, 204, 204, 1);
  border-radius: 12px;
  border: 1px solid #00000029;
  padding: 10px;
  margin: 10px 0;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  outline: none;
  position: relative;
  cursor: pointer;
}

.select-left select,
.select-right select {
  width: 100%;
  box-shadow: 0px 0px 15px 2px rgba(204, 204, 204, 1);
  border-radius: 12px;
  border: 1px solid #00000029;
  padding: 10px;
  margin: 10px 0;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  outline: none;
  position: relative;
  cursor: pointer;
}

.select-left {
  position: relative;
  width: 50%;
  margin-left: -15px;
}

.select-right {
  position: relative;
  width: 40%;
  margin-left: 40px;
}

.select-arrow {
  width: 12px;
  height: 8px;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 2;
}

.select-arrow img {
  max-width: 100%;
}

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

.signup-bottom-text {
  border-radius: 12px;
  background: var(--lightGrey);
  padding: 20px;
  margin: 10px 0;
  color: var(--black);
  font-size: var(--font12);
  border: 1px solid var(--midGrey);
  width: 280px;
  margin: 0 auto;
}

.signup-confirm-text {
  width: 300px;
  margin: 0 auto;
  font-size: var(--font12);
  padding: 15px;
  text-align: center;
  display: block;
  padding: 10px;
  margin-top: 10px;
  margin-left: -10px;
}

.signup-confirm-text a {
  color: #5373DE;
}

.contest-content-btn {
  margin: 20px 0;
  background: var(--maincolor);
}

.signup-submit-btn {
  margin: 20px 0;
}

/*contest-content-wrapper ends*/

/*video css starts*/
.video-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
}

.video-content-inner {
  background: var(--clrwhite);
  width: 100%;
  padding: 20px 24px 40px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video-content-heading {
  text-align: center;
  font-size: var(--font18);
  color: var(--black);
  margin-bottom: 20px;
  width: 100%;
}

.video-content-text {
  text-align: center;
  font-size: var(--font16);
  color: var(--black);
  margin-bottom: 20px;
  line-height: 30px;
}

.video-mobile {
  display: flex;
}

.video-desktop {
  display: none;
}

/*video css starts*/
/*signup form starts*/
.signup-form-wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  background: var(--lightGrey);
  padding: 90px 0;
}

.signup-form-inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  background: var(--clrwhite);
  padding: 30px 20px;
}

.signup-heading {
  width: 100%;
  text-align: center;
  font-size: var(--font18);
  color: var(--midGrey);
  line-height:30px;
}

.signup-bottom-links {
  display: flex;
  justify-content: center;
  margin: 20px 0 20px 0;
}

.signup-bottom-links a {
  color: #5373DE;
  font-size: var(--font14);
  margin: 0 20px;
}

.signup-form-btn {
  margin: 30px 0;
}

/*signup form ends*/
/*social share css starts*/
.stayconnected-section {
  background: var(--lightGrey);
  margin: 0;
  padding:0 0 90px 0;
}

.stayconnected-section-inner {
  background: var(--clrwhite);
  padding: 30px 20px;
}

.stayconnected-section h2 {
  text-align: center;
  margin: 20px 0 50px;
  font-size: var(--font30);
}

.report-block {
  width: 100%;
  margin: 0 auto;
}

.card-social-footer {
  text-align: center;
}

.card-social-footer p {
  font-size: var(--font18);
  margin: 30px 20px 20px;
  font-weight: bold;
  color: #000;
}

.card-social-footer ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
}

.card-social-footer ul li {
  margin: 0 10px;
}

.screen-reader-text {
  display: none;
}

/*social share css ends*/

.wpcf7-not-valid-tip {
  font-size: var(--font12);
}

.wpcf7-form-control-wrap {
  position: relative;
  margin: 5px 10px;
}

.signup-btn-2 input {
  background: var(--maincolor);
  padding: 10px 20px;
  margin: 20px 0 20px 50px;
  color: var(--clrwhite);
  height: auto;
  border-radius: 36px;
  outline: none;
  border: none;
  cursor: pointer;
  width: 180px;
  height: 40px;
}

.page-template-GMA-normal .container ul li::before {
  text-indent: -10000px;
}

.wpcf7 .wpcf7-submit:disabled {
  background: var(--midGrey) !important;
}

.flyin {
  opacity: 0;
  position: relative;
}

.flyin.default {
  opacity: 1;
  top: 0;
  animation: none;
}

.flyin.active {

  animation: 2s animateFlyin forwards;
}

@keyframes animateFlyin {
  0% {
    top: 400px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

iframe {
  width: 390px;
  height: 220px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.video-inner {
  padding: 5px 0 50px 0;
  position: relative;
  overflow: hidden;
  height: 320px;
  width: 100%;
  display: flex;
}

.recipe-filtrs-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
  margin-bottom: 30px;
  transition: all 1s ease-in-out;
  margin-top: 30px;
  position: absolute;
  top: 0;
  z-index: 6;
  left: 0;
}
.gma-filter {
  padding:10px 20px;
  background: var(--clrwhite);
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
  font-size: var(--font12);
  position: relative;
  color: var(--black);
  border-bottom: 1px solid #ccc;
}
.gma-filter:hover {
  border-bottom: 4px solid var(--maincolor);
  color: var(--maincolor);
  transition: all ease-in-out 1s;
}
.gma-menu-active {
  color: var(--maincolor);
}

.dishes-price-serve {
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: 3;
  transition: all 0.8s ease-in-out;
}
.price {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--maincolor);
  color: var(--clrwhite);
  margin-bottom: 5px;
  line-height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.serve {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--maincolor);
  color: var(--clrwhite);
  line-height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cost {
  font-size: var(--font8);
  text-align: center;
  display: inline-block;
  width: 100%;
}
.value {
  font-size: var(--font12);
  text-align: center;
  display: inline-block;
  width: 100%;
}
.value img {
  width: 14px;
  height: auto;
  max-width: 100%;
}
.box-shadow-left {
  position: absolute;
  left: -160px;
  top: 0;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.box-shadow-right {
  position: absolute;
  right: -160px;
  top: 0;
  z-index: 2;
  transform: scaleX(-1);
  transition: all 0.5s ease-in-out;
}
.select-recipe-filter {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: var(--clrwhite);
  color: var(--black);
  padding: 10px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.icon-left {
  position: absolute;
  left: 0;
  top: 0;
}
.icon-left img, .icon-right img {
  width: 20px;
  max-width: 100%;
  margin: 6px 10px;
}
.icon-right {
  position: absolute;
  right: 0;
  top: 0;
}
.select-text {
  color: var(--black);
  font-size: var(--font12);
}
.marginbtm0px {
  margin-bottom: 0;
}
.icon-right-selected {
  transform: scaley(-1);
  transition: all .7s ease-in-out;
}
.gma-filter-wrapper {
  position: relative;
}
  .price .value img {
    width: 9px;
  }
@media only screen and (min-width: 1024px) {

  .hero-mobile {
    display: none;
  }
  .hero-desktop {
    display: block;
    width: 100%;
    text-align: center;
  }

  .signup-btn-2 input {

    width: 260px;
    height: 60px;
  }
  .contest-content-wrapper {
    padding: 0;
  }
  .page-template-GMA-normal.recipe-hero__image {
    height: 90px;
    margin-top: 0;
  }

  .wpcf7-not-valid-tip {
    font-size: var(--font14);
  }

  .select-left {
    margin-left: -10px;
  }

  .video-content-heading {
    font-size: var(--font24);
    color: var(--black);
  }

  .video-content-text {
    font-size: var(--font18);
    color: var(--black);
	line-height: 36px;
  }

  .contest-content-heading {
    font-size: var(--font24);
  }

  .side-dishes-box-inner {
    margin-top: 0px;
    min-height: 195px;
    margin-bottom: 60px;
  }

  .side-dishes-text {
    font-size: var(--font18);
	line-height:36px;

  }

  .viewmore-btn {
    width: 180px;
    height: 40px;
    border-radius: 32px;
    text-align: center;
    background: var(--clrwhite);
    color: var(--maincolor);
    outline: none;
    border: 1px solid var(--maincolor);
    font-size: var(--font16);
    cursor: pointer;
  }

  .viewmore-btn:hover {
    background: var(--maincolor);
    color: var(--clrwhite);
  }

  /*hero*/
  .hero-img-1,
  .hero-img-2,
  .hero-img-3,
  .hero-img-4 {
    display: none;
  }

  /*hero*/

  /*side-dishes*/
  .side-dishes-box {
    width: 50%;
  }

  .side-dishes-box:nth-child(odd) {
    padding-right: 20px;
  }

  .side-dishes-box:nth-child(even) {
    padding-left: 20px;
  }

  .side-dishes-wrapper {
    padding: 90px 83px 90px 83px;
  }

  .side-dishes-inner {
    padding: 55px;
  }

  .bottom-text-left {
    padding: 4px 10px;
    display: flex;
    align-items: center;
    width: 90%;
  }

  .bottom-img {
    padding: 12px 10px;
  }

  .bottom-img img {
    width: 24px;
    height: 24px;
  }

  .side-dishes-heading {
    padding-top: 0;
    margin-top: 0;
    font-size: var(--font24);
  }

  .side-dishes-loadmore {
    margin-top: 0;
    margin-bottom: 0;
  }

  /*side-dishes*/
  .signup-heading {
    color: var(--black);
    font-weight: bold;
	line-height: 36px;
  }

  /*contest content starts*/
  .contest-banner-desktop img {
    width: 70%;
  }

  .contest-banner-mobile {
    display: none;
  }

  .contest-banner-desktop {
    display: block;
    text-align: center;
  }

  .signup-form {
    margin-bottom: 10px;
    width: 400px;
  }

  .signup-bottom-text {
    margin-top: 20px;
    width: 400px;
  }

  .sign-up-select-wrapper {
    width: 400px;
    padding-bottom: 0px;
  }

  .custom-width {
    width: 50% !important;
  }

  .signup-confirm-text {
    font-size: var(--font16);
    width: 390px;
    margin-left: auto;
  }

  .contest-content-text {
    font-size: var(--font18);
	line-height:36px;
  }

  /*contest content ends*/
  /*video content starts*/
  .video-mobile {
    display: none;
  }

  .video-desktop {
    display: flex;
  }

  .custom-video-width {
    width: 900px;
    margin: 0 auto;
  }

  .video-content-inner {
    padding-top: 60px;
    margin-top: 90px;
  }

  /*video content ends*/
  .wpcf7 .wpcf7-submit:disabled {
    background: var(--midGrey) !important;
  }

  .hero-bag-img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-bag-img img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .page-template-GMA-normal .container ul {
    padding-left: 0px;
  }
  .contest-content-btn {
    background: var(--maincolor);
    color: var(--clrwhite);
  }
  iframe {
    width: 900px;
    height: 600px;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .video-inner {
    padding: 5px 0 50px 0;
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 900px;
    margin: 0 auto
  }
  .recipe-filtrs-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 60px 0;
    flex-direction: row;
    position: relative;
    left: 0;
  }
  .gma-filter {
    font-size: var(--font18);
    padding: 10px 15px;
    margin-top: 10px;
	color: var(--midGrey);
	border-bottom: 0px solid transparent;
  }
  .select-recipe-filter {
    display: none;
  }
  .dishes-price-serve {
    bottom: -160px;
  }
  .price, .serve  {
    width: 60px;
    height: 60px;
    line-height: 15px;
  }
  .price .value img {
    width: 9px;
  }
  .cost {
    font-size: var(--font12);
  }
  .value {
    font-size: var(--font18);
  }
  .gma-menu-active {
    color: var(--maincolor);
    border-bottom: 4px solid var(--maincolor);
  }
}

body .grecaptcha-badge.show-dependant {
  display: none !important;
  visibility: hidden !important;
}
.grecaptcha-badge {
  z-index: 3;
}
@media only screen and (max-width:932){
  iframe {
    width: 600px;
    height: 320px;
    max-width: 100%;
    overflow: hidden;
  }
  .video-inner {
    padding: 5px 0 50px 0;
    position: relative;
    overflow: hidden;
    height: 320px;
  }
}