@import url("https://fonts.googleapis.com/css?family=Oswald:400,300,700");
@font-face {
  font-family: "Tabloid";
  src: url('https://www.blazepizza.com/assets/fonts/tabloid.woff') format('woff');
}
@font-face {
  font-family: "Gotham";
  src: url('https://www.blazepizza.com/assets/fonts/gotham-book.woff') format('woff');
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  color: #414141;
  font-family: Gotham, "Oswald", sans-serif;
  height: 100%;
  /*background: url("https://cdn.punchh.com/white-label-basic-images/overlay-bg.jpg") no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body a {
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  color: #414141;
  text-decoration: none !important;
  transition: .3s;
}

body a:hover {
  color: #c55330;
}


/* comon display and float and position */

.disp-table {
  display: table;
  width: 100%;
}

.pos-relative {
  position: relative;
}


/* */


/* Common padding and Margin */

.padt40 {
  padding-top: 40px;
}

.padb20 {
  padding-bottom: 20px;
}

.padnb120 {
  padding-bottom: 120px !important;
}


/*  */


/* Index page */

.iframe-header {
  padding: 30px 0 0 0;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

.navbar-div {
  display: inline-block;
  font-size: 23pt;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100vw;
}

.navbar-div .popup {
  color: #900027;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: 1px;
}

.navbar-div span+span:before {
  color: #929292;
  content: 'OR';
  display: block;
  line-height: 32px;
  display: inline-block;
  font-size: 13px;
  margin: 0 20px 0 10px;
  background-color: #e7ebeb;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 15px 9px;
  line-height: 3px;
  vertical-align: middle;
}

.seprator {
  display: inline-block;
  height: 40px;
  margin: -5px 20px 0 20px;
  position: relative;
  vertical-align: middle;
  width: 4px;
}

.seprator .or-text {
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e7ebeb;
  color: #929292;
  font-size: 14px;
  height: 30px;
  left: -12px;
  line-height: 30px;
  padding: 0 8px;
  position: absolute;
  top: 7px;
}


/* Index page end */


/* anchor tags property */

.forgot-div a,
.signup-form form a,
.info-div a {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  position: relative;
  text-align: right;
  text-decoration: none;
}

.forgot-div a:before,
.signup-form form a:before,
.info-div a:before {
  -webkit-transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  background-color: #c55330;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}

.forgot-div a:hover:before,
.signup-form form a:hover:before,
.info-div a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}


/* anchor tag property end */


/* login Sign-up Page */

.iframe-container {
  /*padding: $padn * 3 0 ;*/
  text-align: center;
  /*background: url("https://cdn.punchh.com/white-label-basic-images/overlay-bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  /*float: left;*/
  /*position: fixed;*/
  box-sizing: border-box;
  /*min-height: 100vh;*/
  /*overflow: hidden;*/
  width: 100%;
}

.iframe-container .signup-form,
.iframe-container .login-form {
  width: 585px;
  margin: 0 auto;
  padding: 40px 0 20px;
}

@media screen and (max-width: 480px) {
  .iframe-container .signup-form,
  .iframe-container .login-form {
    width: 86%;
    margin: 0 7%;
  }
}

.iframe-container form {
  display: inline-block;
  width: 265px;
  padding-right: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .iframe-container form {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.form-hint {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 12px;
  padding: 4px 0 10px;
  text-align: left;
  width: 100%;
  display: block;
}

.iframe-container form input,
.iframe-container form textarea {
  background-color: #edf2f2;
  border: solid 1px #a3a3a3;
  box-sizing: border-box;
  color: #414141;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 41px;
  line-height: 41px;
  outline: none;
  padding: 5px;
  width: 100%;
}

.iframe-container form label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 5px 0 0;
  text-align: left;
  text-transform: uppercase;
}

.iframe-container form .error-messages {
  -webkit-font-smoothing: antialiased;
  color: #c55330;
  display: block;
  letter-spacing: 1px;
  line-height: 18px;
  width: 100%;
}

.iframe-container form .error-messages h2 {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 10px;
  text-align: left;
}

.iframe-container form .error-messages li {
  font-size: 14px;
  line-height: 14px;
  list-style: none;
  padding-bottom: 5px;
  text-align: left;
}

.iframe-container form .btn-submit {
  background-color: #282828;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0px;
  text-transform: uppercase;
  width: 100%;
}

.iframe-container form .btn-submit:hover {
  -moz-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  background-color: #c55330;
}

.iframe-container form .submit-div input {
  background-color: #282828;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0px;
  text-transform: uppercase;
  width: 100%;
}

.iframe-container form .submit-div input:hover {
  -moz-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  background-color: #c55330;
}

.iframe-container .facebook-login-div {
  display: inline-block;
  height: 100%;
  min-height: 567px;
  padding-left: 49px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 250px;
}

@media screen and (max-width: 480px) {
  .iframe-container .facebook-login-div {
    margin: 0;
    min-height: auto;
    padding: 0;
    width: 100%;
  }
}

.iframe-container .facebook-login-div:before {
  border-left: solid 2px #a3a3a3;
  content: "";
  min-height: 567px;
  left: 15px;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
  z-index: 22;
}

@media screen and (max-width: 480px) {
  .iframe-container .facebook-login-div:before {
    height: 2px;
    width: 100%;
    border-left: none;
    border-top: solid 2px #a3a3a3;
    left: -20px;
    margin: 0 7%;
    min-height: 2px;
    min-width: 276px;
    padding: 0;
    top: 33px;
    width: 246px;
  }
}

.iframe-container .facebook-link {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0 0;
  font-weight: 300;
}

@media screen and (max-width: 480px) {
  .iframe-container .facebook-link {
    width: 100%;
    padding: 60px 0 0;
  }
}

.facebook-label {
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #edf2f2;
  border: solid 2px #a3a3a3;
  color: #a3a3a3;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  left: -16px;
  line-height: 30px;
  margin: 0 15px;
  position: absolute;
  text-align: center;
  top: 44%;
  vertical-align: middle;
  width: 30px;
  z-index: 66;
}

@media screen and (max-width: 480px) {
  .facebook-label {
    left: 40%;
    top: 15px;
  }
}


/* Social Login */

.btn-fb,
.facebook-link {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
}

.btn-fb a,
.facebook-link a {
  background-color: #436c99;
  color: #fff;
  color: #fff;
  display: inline-block;
  height: 100%;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  margin-bottom: 14px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.btn-fb a:before,
.facebook-link a:before {
  content: url("https://cdn.punchh.com/white-label-basic-images/icon-fb.jpg") no-repeat;
  display: inline-block;
  height: 43px;
  margin: 0 10px;
  vertical-align: middle;
  width: 40px;
}

.btn-fb a:hover,
.facebook-link a:hover {
  color: #fff;
}


/* Social Login end */


/* login forum */

.login-form {
  position: relative;
}

.login-form form {
  padding-top: 20px;
  padding-bottom: 20px;
}

.login-form .facebook-login-div {
  min-height: 230px;
}

@media screen and (max-width: 480px) {
  .login-form .facebook-login-div {
    min-height: auto;
  }
}

.login-form .facebook-login-div:before {
  min-height: 230px;
}

@media screen and (max-width: 480px) {
  .login-form .facebook-login-div:before {
    min-height: auto;
  }
}

.login-form .facebook-login-div .facebook-link {
  padding-top: 95px;
}

.login-form .submit-div {
  margin-top: 31px;
}

.forgot-div {
  top: 190px;
  position: absolute;
  text-align: right;
  width: 265px;
}

@media screen and (max-width: 480px) {
  .forgot-div {
    width: 100%;
  }
}


/* login Forum */


/* Alert - Message */

.alert-message {
  color: #c55330;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}

.alert-message strong {
  font-weight: 300;
}


/* alert-message end */


/* password-form recovery */

.password-form .header-div {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 30px 0;
}

.password-form .submit-div {
  margin-top: 20px;
}

.password-form .submit-div input {
  font-size: 14px !important;
}


/* password-form recovery end */


/* user-dahboard */

.user-dahboard {
  text-align: center;
}

.user-dahboard .iframe-header,
.user-dahboard .iframe-container {
  display: inline-block;
  vertical-align: top;
  min-height: 298px;
  border: solid 1px #a3a3a3;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  margin: 30px 0;
}

.user-dahboard .iframe-header {
  background-color: #fff;
  padding: 0;
  width: 238px;
}

.user-dahboard .iframe-header .header {
  display: none;
}

.user-dahboard .iframe-header .navbar-div {
  width: 100%;
  padding: 0;
}

.user-dahboard .iframe-header .navbar-div span a {
  border-top: solid 1px #a3a3a3;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 17px 0;
  text-transform: none;
  letter-spacing: 1px;
}

.user-dahboard .iframe-header .navbar-div span.account-link a {
  border: none;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.user-dahboard .iframe-header .navbar-div span.signout-link {
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.user-dahboard .iframe-header .navbar-div span.signout-link a {
  background-color: #c55330;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.user-dahboard .iframe-header .navbar-div span+span:before {
  display: none;
}

.user-dahboard .iframe-container {
  background-color: #fafafa;
  width: 638px;
  padding: 15px;
  margin-left: 50px;
}

.user-dahboard .alert-message {
  width: auto;
}

.user-dahboard .current-checkins-div {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.user-dahboard .checkin-form form {
  width: 100%;
}

.user-dahboard .barcode-digit,
.user-dahboard .barcode-example {
  color: #a3a3a3;
  display: block;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  letter-spacing: 1px;
}

.user-dahboard textarea {
  font-weight: 300;
  letter-spacing: 1px;
  min-height: 100px;
  letter-spacing: 1px;
}

.user-dahboard .feedback-share-div {
  display: block;
}

.user-dahboard .feedback-share-div input {
  width: auto;
  vertical-align: middle;
}

.user-dahboard .feedback-share-div label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
}

.user-dahboard .info-div,
.user-dahboard .expiry-warning {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 0;
}

.user-dahboard .info-div a,
.user-dahboard .expiry-warning a {
  float: none !important;
  font-size: 16px;
  font-weight: 400;
}

.user-dahboard .submit-div {
  width: 280px;
  margin: 0 auto;
  padding: 20px 0;
}

.user-dahboard .signup-form form,
.user-dahboard .redemption-form form {
  width: 100%;
}

.user-dahboard .barcode-div {
  padding-bottom: 15px;
}

.user-dahboard .expiry-warning {
  text-align: center;
}

.user-dahboard .alert-message {
  position: absolute;
}


/* user-dahboard end */


/*# sourceMappingURL=iframe-style.css.map */

.ecrm-registration-div select {
  background-color: #edf2f2;
  border: solid 1px #a3a3a3;
  box-sizing: border-box;
  color: #414141;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  padding: 5px;
  width: 32%;
}

.ecrm-registration-div select#location_id {
  width: 100% !important;
}

.ecrm-registration-div input[type="checkbox"] {
  display: inline-block;
  height: auto;
  margin-top: 10px;
  vertical-align: top;
  width: auto !important;
  float: left;
}

.ecrm-registration-div form label.middle {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  text-transform: none;
}

.ecrm-registration-div .submit-div {
  margin-top: 15px;
  margin-bottom: 25px;
}

.ecrm-registration-div label.required:before {
  content: '*';
  color: #ff0000;
  display: inline-block;
  margin-right: 3px;
}

select#user_fav_location_id {
  background-color: #edf2f2;
  border: solid 1px #a3a3a3;
  box-sizing: border-box;
  color: #414141;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  padding: 5px;
  width: 100%;
  height: 41px;
}
select#user_fav_location_id:focus {
 /* outline: 2px solid #0087d9;*/
 outline: -webkit-focus-ring-color auto 5px;
}

select#location_id:focus {
 /* outline: 2px solid #0087d9;*/
 outline: -webkit-focus-ring-color auto 5px;
}

select[disabled] {
  color: #666;
  background: #fff;
  cursor: not-allowed;
}

.text-link {
  color: #0087d9 !important;
}

.text-link::before {
  background: #8BBCED !important;
}
.show-location {
  display: inline-block !important;
  text-align: left;
  vertical-align: middle;
  width: auto;
  float: left;
}
#all-location {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: right;
  margin-top: 5px;
  font-weight: lighter !important;
  text-decoration: underline !important;
}

#fav-location-id-hint {
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  font-weight: normal;
  float: left;
  margin-top: 20px;
}

/** Blaze v4.0.0 Custom Toolkit **/

.container-fluid .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.col-xs-12 {
  display: flex;
  flex-direction: row;
  max-width: 768px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
h1 {
  margin-bottom: .5rem;
  font-size: 60px;
  font-family: "Tabloid", DailyTabloidJNL, "Oswald", sans-serif !important;
  font-weight: 400;
  line-height: 1;
  color: #382f2d;
}
h3 {
  margin-bottom: .5rem;
  font-size: 2.5625rem;
  font-family: "Tabloid", DailyTabloidJNL, "Oswald", sans-serif !important;
  font-weight: 400;
  line-height: 1;
  color: #382f2d;
}
.form-inputs span {
  font-weight: 300;
  font-size: 13px;
  font-family: "Gotham", sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: auto;
}

.form-group {
  margin: 1rem 0;
}

.form-control {
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #382f2d;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #aaabad;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
  color: #382f2d;
  background-color: transparent;
  border-color: #c84f0e;
  outline: 0;
}
.control-label {
  font-weight: 400;
  font-family: "Tabloid", "Oswald", sans-serif;
}
.control-label abbr {
  text-decoration: none;
}
.btn-primary {
  background-color: #000;
  border-color: #000;
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  min-height: 36px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #fff;
  transition: .2s;
  border: 2px solid transparent;
  padding: 1rem 3rem;
  vertical-align: middle;
  cursor: pointer;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  color: #212529;
  background-color: #fff;
  border-color: #000;
}
.btn-primary.btn-lg {
  width: 100%;
}
.col-xs-12 h1 {
  flex-basis: 100%;
  order: 0;
  text-align: center;
  margin-bottom: 30px;
}
.col-xs-12 img {
  flex-basis: 50%;
  order: 2;
}
.col-xs-12 h3 {
  order: 0;
  flex-basis: 100%;
}
.col-xs-12 form {
  padding-right: 5%;
  flex-basis: 45%;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .col-xs-12 h3 {
    text-align: center;
  }
  .col-xs-12 form {
    padding-right: 0% !important;
    margin-bottom: 20px;
  }
}
