.buttonRed {
  background-color: inherit;
}
.buttonRed:hover {
  color: white !important;
  background-color: #da2128 !important;
}

.qAndA p:nth-child(odd) {
  color: #da2128;
  margin-bottom: 0.1em;
  font-size: 1.2em;
}

.font-brokenWing {
  font-family: "Broken Wings", sans-serif !important;
}

.footer-logo img {
  width: 200px;
  height: auto;
  padding: 5px;
}

.nav-logo-wrap .logo {
  max-width: 205px;
}

.store-container {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 300px;
}

.hiringMessage {
  text-align: inherit;
  font-size: 1.3em;
}

.hiringMessage a:hover {
  color: #da2128;
}

@media (max-width: 768px) {
  .hiringMessage {
    text-align: center;
  }
}

.location-list {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 15px;
}

.location-list > div.row {
  padding: 15px;
}

.location-list > div.row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.location-list-cell {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.location-list-cell.address {
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .location-list-cell {
    min-height: inherit;
  }
}

.location-list * {
  text-align: center;
  color: white;
}

.location-list p {
  margin: 0.25em 0;
}

.location-list p a {
  color: white;
  text-decoration: none;
}

.otherContactWrap {
  text-align: left;
}

@media (max-width: 768px) {
  .otherContactWrap {
    text-align: center;
    margin-bottom: 50px;
  }
}
.otherContactWrap a {
  text-decoration: none;
}
.onlineOrderButtonWrap {
  margin-bottom: 15px;
  width: 150px;
}

.onlineOrderButtonWrap:last-child {
  margin-bottom: 0;
}

a.onlineOrderButton {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  height: 40px;
}

.foodoraButton img {
  height: 25px;
  padding: 0 5px 5px 5px;
}

.foodoraButton {
  background-color: #d70f64;
}

.ritualButton img {
  height: 35px;
  padding-right: 5px;
}

.ritualButton {
  background-color: #00a7c4;
}
.doordashButton img {
  height: 35px;
  width: 35px;
  padding-right: 5px;
}

.doordashButton {
  background-color: #ff3008;
}

.ueButton img {
  height: 35px;
  padding-right: 5px;
}

.ueButton {
  background-color: black;
}

.text-white {
  color: white;
}
.text-gold {
  color: #e5a944;
}
.text-black {
  color: black;
}
.text-red {
  color: #da2128;
}
.text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.inner-nav ul li a:hover {
  color: #da2128;
}
.inner-nav ul li a.active {
  border-bottom: 5px solid #da2128;
  color: #da2128;
}
.inner-nav ul li a i {
  font-size: 20px;
}
.bg-paper {
  background-image: url("../images/index/bg-paper.jpg");
  background-size: cover;
}
.bg-stone {
  background-image: url("../images/index/bg-stone.jpg");
  background-size: cover;
}
.bg-pic {
  background-image: url("../images/index/slide1.jpg");
  background-size: cover;
}
.bg-human {
  background-image: url("../images/index/slide4.jpg");
  background-size: cover;
}
.bg-human:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.bg-work {
  background-image: url("../images/index/slide-work.jpg");
  background-size: cover;
}
.bg-town {
  background-image: url("../images/index/slide1.jpg");
  background-size: cover;
}
.bg-chicken {
  background-image: url("../images/index/slide5.jpg");
  background-size: cover;
}

nav.scroll-fixed.main-nav {
  position: absolute !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  top: inherit;
}
@media (max-width: 1024px) {
  nav.scroll-fixed.main-nav {
    position: fixed !important;
    bottom: inherit !important;
    left: 0;
    right: 0;
    top: 0;
  }
}

.fresh-juicy-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .fresh-juicy-wrapper {
    margin-right: auto;
  }
}
.fresh-juicy-wrapper p {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

/* new */

/* new */
.fresh-juicy-wrapper_02 {
  margin: 0 auto;

  text-align: left;

  padding: 0%;
}
.fresh-juicy-wrapper_02 > div > h1 {
  font-size: 450%;
}
#wingsday_01 {
  padding-top: 5%;
}
.bottle_001 > p > img {
  width: 100%;
  max-width: 400px;
}

@media (max-width: 768px) {
  .fresh-juicy-wrapper_02 {
    margin-right: auto;
    text-align: center;
  }
  .fresh-juicy-wrapper_02 > div > h1 {
    font-size: 100%;
  }
  .fresh-juicy-wrapper_02 > div > h4 {
    font-size: 100%;
  }
  #wingsday_01 {
    padding-top: 0%;
  }
  .bottle_001 > p > img {
    width: 100%;
    max-width: 180px;
  }
}

h2.section-title,
h1.section-title {
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 5px;
}

.headerTitle {
  font-size: 80px;
  /* margin-top: 0; */
  margin-bottom: 0;
}

h2.section-title {
  text-align: left;
}

@media (max-width: 1200px) {
  h2.section-title,
  h1.section-title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h2.section-title,
  h1.section-title {
    font-size: 35px;
    text-align: center;
    letter-spacing: 1px;
  }
  .headerTitle {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
h4.section-title {
  margin-top: 0;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: left;
}
@media (max-width: 992px) {
  h4.section-title {
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
  }
}
.about-grid {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-grid {
    max-width: 90%;
  }
}
.about-grid h4 {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  color: black;
}
.about-grid img {
  max-height: 250px;
}
@media (max-width: 992px) {
  .about-grid img {
    max-height: 200px;
  }
}
.about-grid p {
  color: #222;
}
.menu-section div ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 992px) {
  .menu-section div ul {
    display: inherit;
  }
}
.menu-section div ul li {
  list-style: none;
  display: inline;
  margin: 0;
}
@media (max-width: 992px) {
  .menu-section div ul li {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .menu-section div ul li {
    display: block;
  }
}
.menu-section div ul li a {
  font-weight: 600;
  font-size: 20px;
  color: white;
  text-decoration: none;
}
@media (max-width: 992px) {
  .menu-section div ul li a {
    font-size: 16px;
  }
}
.menu-section div ul li.active a {
  color: white;
  border: none;
  border-bottom: 3px solid #da2128;
}
.gallery-title {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .gallery-title {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .gallery-social-icon {
    text-align: center;
  }
}
.gallery-social-icon a {
  font-size: 40px;
  color: #da2128;
}
.gallery-social-icon a:nth-child(2) {
  margin-left: 10px;
}
.gallery-social-icon p {
  display: inline-block;
  margin-left: 10px;
}
.align-center-row {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .align-center-row {
    display: inherit;
  }
}
.align-center-row div:nth-child(2) {
  max-width: 500px;
  margin: 0 auto 0px auto;
}
@media (max-width: 992px) {
  .align-center-row div {
    margin: 0 auto 40px auto;
    text-align: center;
  }
  .align-center-row div:nth-child(2) {
    max-width: 500px;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 992px) {
  .align-center-row div h2 {
    text-align: center;
  }
}
.btn-white {
  border-color: white !important;
  color: white !important;
  font-weight: 900 !important;
}
.btn-white:hover {
  background-color: white !important;
  color: black !important;
}
.address-wrapper {
  max-width: 300px;
  margin: 0 auto;
  color: white;
  font-size: 16px;
}
.address-wrapper p {
  margin-bottom: 5px;
}
.address-wrapper p a {
  color: white;
  text-decoration: none;
}
.address-wrapper p a:hover {
  color: #da2128;
}
.address-wrapper p a:hover i {
  font-size: 20px;
}
@media (max-width: 992px) {
  .address-wrapper {
    text-align: center;
    margin-top: 50px;
  }
}
.contact-social-icon {
  margin-top: 20px;
}
.contact-social-icon a {
  color: black;
  font-size: 30px;
  background-color: white;
  margin: 0 10px;
  padding: 10px 16px;
  border-radius: 50%;
}
.contact-social-icon a:hover {
  background-color: #da2128;
  color: white;
}
.submit-button-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .submit-button-wrapper {
    text-align: center;
  }
}
.cgica:hover {
  color: white !important;
}
.chicken {
  padding: 15px 20px;
}
/* .chicken:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
} */
.chicken .chicken-deco {
  position: absolute;
  width: 50px;
  right: 10px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .chicken .chicken-deco {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .chicken .chicken-deco {
    display: block;
    width: 40px;
  }
}
.chicken p {
  position: absolute;
  bottom: 5px;
  left: 40px;
  right: 70px;
  padding-right: 10px;
  font-size: 1em;
  color: white;
  line-height: 1.4em;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .chicken p {
    font-size: 0.9em;
    left: 20px;
    right: 20px;
    bottom: 15px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .chicken p {
    font-size: 1em;
  }
}
.chicken:hover p {
  opacity: 1;
}
.chicken:hover .chicken-deco {
  opacity: 1;
}
.chicken:hover:after {
  opacity: 1;
}
.menu-item-title.withDesc {
  margin-bottom: 10px;
}
.menu-item-title {
  /* text-transform: uppercase; */
  /* font-weight: 600; */
  color: white;
  font-size: 2em;
  text-align: center;
  font-family: "Broken Wings", sans-serif;
}
.menu-item-title .chinese {
  font-size: 0.8em;
  font-family: "Gotham Bold", sans-serif;
}

.menu-item-title img {
  width: auto;
  max-height: 60px;
}

.menu-drink-wrap {
  text-align: center;
}

.menu-drink-wrap img {
  max-width: 250px;
  width: 100%;
}

/* ==============================

   Order Now Flow Button

   ============================== */

.orderNowButton {
  position: fixed;
  z-index: 99999;
  background: rgba(229, 169, 68, 0.85);
  padding: 9px 12px;
  font-size: 16px;
  border-radius: 6px;
  right: 25px;
  bottom: 25px;
  transition: background 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orderNowButton a {
  text-decoration: none;
  color: #fff;
}

.orderNowButton a span {
  display: inline;
}

.orderNowButton:hover,
.orderNowButton:focus {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
  background: #da2128;
}

.video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-order-now {
  /* display: table; */
  position: absolute;
  right: 75px;
  /* float: right; */
  vertical-align: middle;
  height: 75px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(229, 169, 68, 0.85);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.small-height .mobile-order-now {
  height: 55px !important;
}

.mobile-order-now a {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  color: white;
}

.order-now-menu-item {
  display: none !important;
}

.logo img {
  max-width: 90%;
}

@media screen and (min-width: 1025px) {
  .order-now-menu-item {
    display: inline-block !important;
  }
  .logo img {
    max-width: 100%;
  }
  .mobile-order-now {
    display: none;
  }
}
