/*--------------------------------------------------- Home Page -----------*/
.header,
.page-home {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://apihoard.webit.com/api/v1/Image/2D8A769911DEC28FCB76E3399D37559D/2D8A769911DEC28FCB76E3399D37559D.jpeg?size=1920x1440");
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* LG: 992px & Up */
@media (min-width: 992px) {
  .page-home .list {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 40%,
      rgba(118, 1, 14, 1) 40%,
      rgba(118, 1, 14, 1) 42%,
      rgba(255, 255, 255, 1) 42%,
      rgba(255, 255, 255, 1) 100%
    );
  }
}
.cw-home-welcome {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://apihoard.webit.com/api/v1/Image/2D8A769911DEC28FCB76E3399D37559D/2D8A769911DEC28FCB76E3399D37559D.jpeg?size=1920x1440");
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 5em;
  padding-bottom: 5em;
}

.cw-home-welcome a:link,
.cw-home-welcome a:visited,
.cw-home-welcome a:active {
  color: #fff;
}

.cw-home-welcome a:hover {
  color: #720007;
}

@media (min-width: 992px) {
  .cw-home-welcome {
    padding-top: 7em;
    padding-bottom: 5em;
  }
}
.cw-home-welcome h1 {
  font-size: 2em;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 1px #000000, 1px 1px 2px #000000;
  text-transform: capitalize;
}
.cw-home-welcome h1 span {
  font-size: 60%;
}

@media (min-width: 992px) {
  .cw-home-welcome h1 {
    font-size: 4rem;
  }
}

/*--------------------------------------------------- Home Card -----------*/
.cw-home-items {
  background-color: #ffffff;
  padding-top: 5em;
  padding-bottom: 5em;
  text-align: center;
}
.cw-home-items h5 {
  font-size: 3em;
  font-weight: 700;
}
.cw-home-items p {
  font-size: 150%;
}
.cw-home-items .btn {
  text-transform: uppercase;
}
.cw-home-extra-bkg {
  background-image: url("https://apihoard.webit.com/api/v1/Image/19C97DF979EDDE56FCA3531B295A72E4/19C97DF979EDDE56FCA3531B295A72E4.jpg?size=Original");
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 30em;
}

/*--------------------------------------------------- Beef Page -----------*/
.cw-beef-page {
  margin-bottom: 7em;
}
.cw-beef-page p {
  font-size: 133%;
}
.cw-beef-page p span {
  font-size: 133%;
  font-weight: 700;
}
.cw-beef-page ul {
}
.cw-beef-page li {
  font-size: 133%;
}
/*--------------------------------------------------- Event Room Page -----------*/
.cw-event-room {
  margin-bottom: 7em;
  text-align: center;
}
.cw-event-room p {
  font-size: 133%;
}
.cw-event-room b {
  text-transform: capitalize;
  font-size: 125%;
}
.cw-event-room .btn {
  width: fit-content;
  display: block;
  margin: 1em auto;
  padding: 1em;
  font-size: 125%;
}
.cw-event-room h5 {
  font-size: 200%;
  color: #76010e;
}
.cw-event-room h4 {
  font-size: 125%;
}

/*--------------------------------------------------- Onions Page -----------*/
.cw-onions-pg {
  margin-bottom: 5em;
}
.cw-onions-pg .cw-onions-steps img {
}
.cw-onions-pg .cw-onions-steps h4 {
  font-size: 3em;
  text-align: center;
  color: #76010e;
}
@media (min-width: 992px) {
  .cw-onions-pg .cw-onions-steps h4 {
    text-align: left;
  }
}
.cw-onions-pg .cw-onions-steps p {
  font-size: 125%;
}
.cw-onions-pg h5 {
  font-size: 2em;
  margin: 2em auto 1em auto;
  color: #76010e;
  text-align: center;
}
@media (min-width: 992px) {
  .cw-onions-pg h5 {
    font-size: 4em;
  }
}
.cw-onions-pg .card-text {
  font-size: 125%;
  text-align: center;
}

/*MENU*/

.cw-business h4 {
  color: #ffffff;
  border-bottom-width: 0.1em;
  border-color: #ffffff;
  border-bottom-style: solid;
  margin-bottom: 0.8em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.cw-business h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  font-weight: 400;
  line-height: 0.8em;
  margin-bottom: 1.2em;
}

.cw-business h5 a {
  margin-left: 38px;
}
.cw-business a:hover {
  color: #ffffff;
}
.cw-business a:hover i {
  background: var(--color-theme-highlight);
}
.cw-business a:hover i::after {
  border: 2px solid var(--color-theme-highlight);
}
.cw-business i {
  position: absolute;
  top: -4px;
  left: 1px;
  text-align: center;
  background: var(--color-theme-primary);
  color: #ffffff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  line-height: 26px;
  font-size: 15px;
  padding-left: 1px;
}
.cw-business i::before {
  box-sizing: border-box;
}
.cw-business i::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--color-theme-primary);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  -ms-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -webkit-transition: border 0.2s ease;
}

.specials-menu {
  padding: 50px 20px;
  background: #fff;
  text-align: center;
}

.specials-menu img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .specials-menu {
    padding: 35px 15px;
  }

  .specials-menu img {
    max-width: 90%;
  }
}