/*
Theme Name: Hot Chicken Takeover
Author: Adept Marketing
Author URI: http://adeptmarketing.com
Description: Responsive theme for Hot Chicken Takeover
Version: 1.0
Text Domain: hct
*/
:root {
  --red: #d9232e;
  --light-grey: #e4dfd9;
  --black: #444;
  --white: #fff;
  --proxima-font: "proxima-nova", sans-serif;
  --bebas-font: "bebas-neue", sans-serif;
}

/**==========================================
** MEDIA QUERIES
**===========================================*/
/**==========================================
** GENERAL
**===========================================*/
.bg-red {
  background-color: var(--red);
}

.text-light-cream {
  color: var(--light-grey);
}

.red-small-text {
  color: var(--red);
  font-size: 16px;
  font-family: var(--bebas-font);
  font-weight: 600;
}

.black-small-text {
  color: var(--black);
  font-size: 16px;
  font-family: var(--bebas-font);
  font-weight: 600;
}

.d-flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.no-margin {
  margin: 0 auto !important;
}

.max-width-ctrl {
  max-width: var(--max-width);
  width: 100%;
}

/**==========================================
** MENU PAGE
**===========================================*/
.flex-column .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero-banner {
  position: relative;
  left: 0;
  top: 0;
  padding-top: 25%;
}
@media only screen and (max-width: 1440px) {
  .hero-banner {
    padding-top: 35%;
  }
}
@media only screen and (max-width: 600px) {
  .hero-banner {
    padding-top: 45%;
  }
}
@media only screen and (max-width: 479px) {
  .hero-banner {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .hero-banner--menu {
    padding-top: 55%;
  }
}
@media only screen and (max-width: 479px) {
  .hero-banner--menu {
    padding-top: 60%;
  }
}
.hero-banner--menu .entry-title {
  margin-block: 0.6rem;
}
.hero-banner--menu .sub-text {
  color: var(--white);
  width: 100%;
  max-width: 435px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .hero-banner--menu .sub-text {
    max-width: 337px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-banner--menu .sub-text {
    max-width: 255px;
  }
}
.hero-banner__bg-img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.hero-banner:after {
  background: url("/wp-content/uploads/2024/10/brush_header.png") bottom center repeat-x;
  height: 10px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.hero-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-banner .entry-title {
  color: var(--white);
  text-shadow: 0 2px 0 rgba(40, 32, 22, 0.5);
}
@media only screen and (max-width: 768px) {
  .hero-banner .entry-title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 479px) {
  .hero-banner .entry-title {
    font-size: 4em;
  }
}

.menu-img-ctner {
  position: relative;
  padding-top: 45%;
  margin-bottom: 1.3rem;
}
.menu-img-ctner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.menu-wrapper {
  padding: 4rem 0;
}
.menu-wrapper .aw-container {
  max-width: 965px;
  margin: 0 auto;
  width: 100%;
}
.menu-wrapper .menu-sub-head {
  padding: 10px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.menu-wrapper .menu-sub-head span {
  font-size: 20px;
  font-family: var(--bebas-font);
  letter-spacing: initial;
}
.menu-wrapper p {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 400;
}

.sec-menus {
  padding: 0 15px 2rem;
}

.sec-flavors {
  padding: 2rem 15px 3rem;
}
@media only screen and (max-width: 600px) {
  .sec-flavors {
    padding: 2rem 15px 2rem;
  }
}
.sec-flavors .menu-sub-head {
  padding-left: 0;
}

.aw-container-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media only screen and (max-width: 600px) {
  .aw-container-cols {
    grid-template-columns: 1fr;
  }
}

.menu-lists__item {
  margin: 40px 0;
}
@media only screen and (max-width: 600px) {
  .menu-lists__item {
    margin: 20px 0 25px;
  }
}
.aw-tight .menu-lists__item {
  margin-bottom: 12px;
}
.menu-lists__item p {
  margin: 0;
}
.menu-lists .y-text span {
  display: block;
}
.menu-lists .title {
  color: var(--red);
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-family: var(--bebas-font);
  font-weight: 600;
  margin-bottom: 10px;
}
.menu-lists .content {
  font-size: 20px;
  font-weight: 400;
  max-width: 370px;
}
.menu-lists .price {
  font-family: var(--bebas-font);
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.menu-lists__ctn.prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-lists__ctn.y-border-red .price:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.menu-lists__ctn.y-border-red .price:not(:last-child):after {
  content: "";
  width: 2px;
  height: 24px;
  background-color: var(--red);
  right: -1px;
  top: 0px;
  position: absolute;
}
.menu-lists__ctn.y-border-red .red-small-text {
  margin-left: 5px;
}

.menu-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-special .title {
  color: var(--black);
  /* font-family: var(--proxima-font); */
  text-transform: none;
}

.special-col {
  display: inline-block;
}
.special-col aside {
  display: inline;
  padding: 2px 7px;
  font-size: 25px;
  color: var(--red);
  background-color: var(--light-grey);
}

.menu-special-cols {
  margin-top: 0.5rem;
}
.menu-special-cols .special-col:first-child {
  border-right: 2px solid var(--red);
  padding-right: 1.5rem;
}
.menu-special-cols .special-col:last-child {
  position: relative;
}
.menu-special-cols .special-col:last-child h4 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1.5rem;
}

.special-plus {
  position: absolute;
  top: -15px;
  left: -19px;
}

.menu-badge.stickit {
  width: 170px;
  left: auto !important;
  right: 10px !important;
  margin: 0 !important;
}

.tall-menu-items .menu-lists__ctn h4 {
  display: inline-block;
}
.tall-menu-items .menu-lists__ctn span {
  font-family: var(--bebas-font);
}

.inner-price-list {
  padding: 0;
  list-style: none;
  margin: 5px 0;
}
.inner-price-list__item {
  padding: 3px 0;
}
.inner-price-list__item.d-flex-space {
  padding: 5px 0;
}
.inner-price-list__item.d-flex-space p {
  margin-bottom: 0;
}
.inner-price-list__item .y-text {
  margin-bottom: 10px;
}
.inner-price-list.inline-item {
  margin: 30px 0;
}
@media only screen and (max-width: 600px) {
  .inner-price-list.inline-item {
    margin: 15px 0;
  }
}
.inner-price-list.inline-item .title {
  font-size: 2rem;
}

.two-inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 340px;
}

.flavors-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.4fr 1.3fr 1.3fr 0.7fr;
  grid-auto-columns: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .flavors-items {
    grid-gap: 30px;
    background-image: url("/wp-content/uploads/2024/10/flavors-scale-mobile.png");
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: contain;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 36px 25px;
    padding-left: 50px;
    grid-template-columns: 1fr;
  }
}
.flavors-items .flavors-item,
.flavors-items .flavors-item.one,
.flavors-items .flavors-item.two,
.flavors-items .flavors-item.tree,
.flavors-items .flavors-item.four {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .flavors-items .flavors-item {
    margin-left: 2rem;
  }
}
.flavors-items .flavors-item .text-light-cream {
  text-align: center;
  min-height: 5rem;
}
@media only screen and (max-width: 768px) {
  .flavors-items .flavors-item .text-light-cream {
    min-height: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .flavors-items .flavors-item.one {
    -ms-flex-item-align: auto;
        align-self: auto;
    padding-top: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .flavors-items .flavors-item.five {
    top: -9px !important;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .flavors-items .flavors-item.tree, .flavors-items .flavors-item.five {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.flavors-items .flavors-items-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: var(--light-grey);
  font-family: var(--bebas-font);
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .flavors-items .flavors-items-title {
    font-size: 1.8rem;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .flavor-scale-desktop {
    display: none;
  }
}

.flavors-middle-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .flavors-middle-ctn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.flavors-middle-ctn__text {
  margin-bottom: 0;
  color: var(--light-grey);
}

.flavors-deep-sauces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flavors-deep-sauces {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .flavors-deep-sauces {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .flavors-deep-sauces__item {
    width: 45%;
  }
}
.flavors-deep-sauces .title {
  min-height: 50px;
  margin: 10px auto;
  color: var(--light-grey);
  text-transform: uppercase;
  font-family: var(--bebas-font);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.page-id-68 .plain-text-columns {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 600px) {
  .page-id-68 .plain-text-columns {
    margin-bottom: 4rem;
  }
}