@charset "UTF-8";
/* CSS Document */
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
p {
  margin-bottom: 20px;
}
.sliderdivh {
  display: none;
}
.home_meal_title {
  display: none;
}

.win-form-section {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 7vw 0;
}

/*oyster your way*/
.win-form-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  padding: 0 0 8vw 5%;
  float: left;
  border-right: 1px solid black;
}
.win-title {
  position: relative;
  display: block;
  width: 100%;
  margin: 3vw 15% 3vw 10%;
  font-family: "ABCArizonaFlare-Bold";
  font-size: 5.5vw;
  line-height: 4.8vw;
  color: #fff;
  height: auto;
  text-align: left;
}
.win-text {
  position: relative;
  display: block;
  width: 80%;
  margin: 5% 15% 4vw 10%;
  font-family: "ABCArizonaFlare-Regular";
  font-size: 1.05vw;
  line-height: 1.7vw;
  font-weight: 400;
  color: #fff;
  height: auto;
  text-align: left;
}
.prizes-image {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  height: auto;
  text-align: left;
}
.prizes-image img {
  width: 100%;
}
.prizes-image-mobile {
  display: none;
}
.prizes-worth {
  position: absolute;
  display: block;
  width: 80%;
  margin: 4vw 5% 0 5%;
  font-family: "ABCArizonaFlare-Bold";
  font-size: 2vw;
  line-height: 2.5vw;
  color: #fff;
  height: auto;
  text-align: center;
  transform: rotate(-5deg);
}
.prizes-large {
  position: relative;
  display: inline;
  font-family: "ABCArizonaFlare-Bold";
  font-size: 3vw;
  line-height: 2.5vw;
  color: #fff;
  height: auto;
  text-align: center;
}
.enter-join {
  position: absolute;
  display: block;
  width: auto;
  margin: 10vw 15%;
  padding: 0.5vw 1.5vw;
  border-radius: 2vw;
  font-family: "ABCArizonaFlare-Regular";
  font-size: 1.1vw;
  line-height: 1.7vw;
  font-weight: 400;
  color: #fff;
  height: auto;
  text-align: center;
  transform: rotate(-5deg);
  background-color: #fff;
}

/*form*/
.win-form-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 50%;
  padding: 2vw 7% 0 7%;
  height: auto;
  float: left;
  text-align: left;
}
.entryform_line1 {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 50%;
  font-family: "ABCArizonaFlare-Regular";
  text-decoration: none;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.4vw;
  text-align: left;
  padding: 1vw 2% 0.5vw 0;
  float: left;
  color: white;
}
.entryform_line12 {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 50%;
  font-family: "ABCArizonaFlare-Regular";
  text-decoration: none;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.4vw;
  text-align: left;
  padding: 1vw 0 0.5vw 2%;
  float: left;
  color: white;
}
.entryform_line2 {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  font-family: "ABCArizonaFlare-Regular";
  text-decoration: none;
  font-size: 1.1vw;
  font-weight: 600;
  padding: 0.6vw 0 0 0;
  line-height: 1.4vw;
  text-align: left;
  color: white;
}
.entryform_line_lower {
  text-transform: lowercase;
  line-height: 1.4vw;
  text-align: left;
}
input[type="text"],
input[type="file"] {
    font-size: 16px;
  width: 100%;
  padding: 22px 20px;
  margin: 8px 0;
  border-radius: 31px;
  box-sizing: border-box;
  appearance: auto;
  color: canvastext;
  background-color: canvas;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  cursor: auto;
}

#errors {
  box-sizing: border-box;
  margin-top: 0.2vw;
  font-family: "ABCArizonaFlare-Regular";
  font-weight: 400;
  font-size: 0.85vw;
  padding: 0;
  text-align: left;
}
.entryform_terms {
  box-sizing: border-box;
  margin-top: 0.2vw;
  font-family: "ABCArizonaFlare-Regular";
  font-weight: 400;
  font-size: 0.85vw;
  padding: 0.5vw 0;
  text-align: left;
  color: white;
}
.entryform_captcha {
  box-sizing: border-box;
  margin-top: 1vw;
  font-family: "ABCArizonaFlare-Regular";
  font-weight: 400;
  font-size: 0.85vw;
  padding: 0;
  text-align: left;
}
#errors {
  color: #ed1b24;
  font-weight: bold;
}
.entryform_terms a:link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
}
.entryform_terms a:visited {
  color: #fff;
}
.entryform_terms a:hover {
  color: #000;
}
.entryform_terms a:active {
  color: #fff;
}
.entryform_newsletter {
  box-sizing: border-box;
  margin-top: 0.2vw;
  font-family: "ABCArizonaFlare-Regular";
  text-align: left;
  font-weight: 400;
  font-size: 0.8vw;
  padding: 0;
  color: white;
  width: 100%;
}
.entryform_newsletter a:link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
}
.entryform_newsletter a:visited {
  color: white;
}
.entryform_newsletter a:hover {
  color: #000;
}
.entryform_newsletter a:active {
  color: white;
}
.enter-butt {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 50%;
  margin: 2vw 30% 0 0;
  padding: 1vw 1.5%;
  height: auto;
  font-family: "ABCArizonaFlare-Bold";
  font-size: 1.5vw;
  color: #5c087e;
  text-align: center;
  text-decoration: none;

  background-color: #f7ec33;
  z-index: 2000;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.enter-butt:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #5c087e;
}
.enter-butt a:link {
  text-decoration: none;
  color: #5c087e;
}
.enter-butt a:visited {
  color: #5c087e;
}
.enter-butt a:hover {
  color: #000;
}
.enter-butt a:active {
  color: #5c087e;
}
#entry_done {
  position: relative;
  width: 85%;
  padding: 5vw 0 0 0;
  font-family: "ABCArizonaFlare-Bold";
  font-size: 3vw;
  line-height: 3.5vw;
  color: #fff;
  height: auto;
  text-align: left;
  text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {
  .win-text {
    position: relative;
    display: block;
    width: 80%;
    margin: 5% 15% 4vw 10%;
    font-family: "ABCArizonaFlare-Regular";
    font-size: 1.5vw;
    line-height: 2.2vw;
    font-weight: 400;
    color: #fff;
    height: auto;
    text-align: left;
  }
  /*form*/
  .win-form-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 50%;
    padding: 2vw 4% 0 4%;
    height: auto;
    float: left;
    text-align: left;
  }
  .entryform_line1 {
    box-sizing: border-box;
    width: 50%;
    font-family: "ABCArizonaFlare-Regular";
    text-decoration: none;
    font-size: 1.5vw;
    line-height: 1.8vw;
    font-weight: 600;
    text-align: left;
    padding: 1vw 2% 0.5vw 0;
    float: left;
    color: white;
  }
  .entryform_line12 {
    box-sizing: border-box;
    width: 50%;
    font-size: 1.5vw;
    line-height: 1.8vw;
    padding: 1vw 0 0.5vw 2%;
  }
  .entryform_line2 {
    font-size: 1.5vw;
    line-height: 1.8vw;
    padding: 0.6vw 0 0 0;
  }
  .entryform_line_lower {
    text-transform: lowercase;
    line-height: 1.4vw;
    text-align: left;
  }
  input[type="text"],
  input[type="file"] {
    width: 100%;
    padding: 15px 20px;
    margin: 8px 0;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .entryform_terms {
    box-sizing: border-box;
    margin-top: 0.2vw;
    font-family: "ABCArizonaFlare-Regular";
    font-weight: 400;
    font-size: 1.5vw;
    padding: 0.5vw 0;
    text-align: left;
  }
  .entryform_captcha {
    box-sizing: border-box;
    margin-top: 2vw;
    font-family: "ABCArizonaFlare-Regular";
    font-weight: 400;
    font-size: 0.85vw;
    padding: 0;
    text-align: left;
  }
  .entryform_newsletter {
    box-sizing: border-box;
    margin-top: 0.2vw;
    font-family: "ABCArizonaFlare-Regular";
    text-align: left;
    font-weight: 400;
    font-size: 1.5vw;
    padding: 0;
  }
  .enter-butt {
    width: 80%;
    margin: 2vw 30% 0 0;
    padding: 2vw 1%;
    font-size: 2.5vw;
    background-color: #f7ec33;
  }
  #entry_done {
    position: relative;
    width: 100%;
    padding: 5vw 0 0 0;
    font-family: "ABCArizonaFlare-Bold";
    font-size: 3.5vw;
    line-height: 4vw;
    color: #fff;
    height: auto;
    text-align: left;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 600px) {
  .win-form-section {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 20vw 0;
  }
  /*oyster your way*/
  .win-form-left {
    position: relative;
    display: block;
    width: 98%;
    height: auto;
    padding: 0 1%;
    float: left;
    border-right: none;
  }
  .win-title {
    position: relative;
    display: block;
    width: 90%;
    margin: 5% 5% 5%;
    font-family: "ABCArizonaFlare-Bold";
    font-size: 10vw;
    line-height: 10.5vw;
  }
  .win-text {
    position: relative;
    display: block;
    width: 90%;
    margin: 5% 5%;
    font-family: "ABCArizonaFlare-Regular";
    font-size: 3.5vw;
    line-height: 5.5vw;
  }
  .prizes-image-mobile {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    height: auto;
    text-align: left;
  }
  .prizes-image-mobile img {
    width: 100%;
  }
  .prizes-image {
    display: none;
  }
  .prizes-worth {
    position: absolute;
    display: block;
    width: 80%;
    margin: 8vw 5vw 0;
    font-family: "ABCArizonaFlare-Bold";
    font-size: 5vw;
    line-height: 5vw;
    color: #fff;
    height: auto;
    text-align: center;
    transform: rotate(-5deg);
  }
  .prizes-large {
    position: relative;
    display: inline;
    font-family: "ABCArizonaFlare-Bold";
    font-size: 7vw;
    line-height: 7vw;
    color: #fff;
    height: auto;
    text-align: center;
  }
  .enter-join {
    position: absolute;
    display: block;
    width: auto;
    margin: 21vw 8vw;
    padding: 3vw 4vw;
    border-radius: 5vw;
    font-family: "usual";
    font-size: 3vw;
    line-height: 1.7vw;
    font-weight: 400;
    color: #fff;
    height: auto;
    text-align: center;
    transform: rotate(-5deg);
    background-color: #fff;
  }

  /*form*/
  .win-form-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    padding: 5vw 5% 0 5%;
    height: auto;
    float: left;
    text-align: left;
    border-left: 0;
  }
  .entryform_line1 {
    box-sizing: border-box;
    width: 50%;
    font-family: "ABCArizonaFlare-Regular";
    text-decoration: none;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 600;
    text-align: left;
    padding: 1vw 2% 1vw 0;
    float: left;
    color: white;
  }
  .entryform_line12 {
    box-sizing: border-box;
    width: 50%;
    font-family: "ABCArizonaFlare-Regular";
    text-decoration: none;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 600;
    text-align: left;
    padding: 1vw 0 1vw 2%;
    float: left;
    color: white;
  }
  .entryform_line2 {
    box-sizing: border-box;
    width: 100%;
    font-family: "ABCArizonaFlare-Regular";
    text-decoration: none;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 600;
    padding: 1vw 0;
    text-align: left;
  }
  .entryform_line_lower {
    text-transform: lowercase;
    font-size: 4vw;
    line-height: 5vw;
    text-align: left;
  }
  input[type="text"],
  input[type="file"] {
    width: 100%;
    padding: 13px 20px;
    margin: 8px 0;
    border-radius: 20px;
    box-sizing: border-box;
  }

  #errors {
    box-sizing: border-box;
    margin-top: 0.2vw;
    font-family: "ABCArizonaFlare-Regular";
    font-weight: 400;
    font-size: 3vw;
    padding: 1vw 0;
    text-align: left;
  }
  .entryform_terms {
    box-sizing: border-box;
    margin-top: 0.2vw;
    font-family: "ABCArizonaFlare-Regular";
    font-weight: 400;
    font-size: 3vw;
    line-height: 4vw;
    padding: 1vw 0;
    text-align: left;
  }
  .entryform_captcha {
    box-sizing: border-box;
    margin-top: 5vw;
    font-family: "ABCArizonaFlare-Regular";
    font-weight: 400;
    font-size: 3vw;
    padding: 1vw 0;
    text-align: left;
  }
  #errors {
    color: #fffe71;
    font-weight: bold;
  }
  .entryform_newsletter {
    box-sizing: border-box;
    margin-top: 0.2vw;
    font-family: "ABCArizonaFlare-Regular";
    text-align: left;
    font-weight: 400;
    font-size: 3vw;
    line-height: 4vw;
    padding: 0;
  }

  .enter-butt {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 60%;
    margin: 6vw 20% 0 20%;
    padding: 4vw 3%;
    height: auto;
    font-family: "ABCArizonaFlare-Bold";
    font-size: 4.5vw;
    color: #5c087e;
    text-align: center;
    text-decoration: none;
    background-color: #f7ec33;
    z-index: 2000;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .enter-butt:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .enter-butt a:link {
    text-decoration: none;
  }
  .enter-butt a:visited {
  }
  .enter-butt a:hover {
  }
  .enter-butt a:active {
  }
  #entry_done {
    position: relative;
    width: 85%;
    padding: 5vw 0 0 0;
    font-family: "ABCArizonaFlare-Bold";
    font-size: 6vw;
    line-height: 7vw;
    color: #fff;
    height: auto;
    text-align: left;
    text-transform: uppercase;
  }
}
