.btn-primary {
  color: #000000 !important;
  background: #ffc200 !important;
  border-color: #fff !important;
}
.btn-primary:hover {
  color: #ffc200 !important;
  background: #181818 !important;
}
.btn-secondary {
  color: #fff !important;
  background: #181818 !important;
  border-color: #fff !important;
}
.btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
  border-color: #181818 !important;
}
.btn-primary::before,
.btn-secondary::before {
  background: transparent !important;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.cw-c-header {
  background-color: #cba677;
}
.cw-c-header img {
  margin: 1em auto;
  display: block;
}
.cw-c-header .btn {
  display: block;
  margin: 1em auto;
  width: 85%;
}
.cw-c-header .cw-header-order p {
  text-align: center;
  font-size: 120%;
}
@media (min-width: 992px) {
  .cw-c-header .cw-header-order p {
    margin: 0 auto;
  }
}
.cw-c-header .cw-header-contact h2 {
  text-align: center;
  font-size: 170%;
}
.cw-c-header .cw-header-contact p {
  text-align: center;
  margin: 0.1em auto;
  font-size: 130%;
}
.cw-c-header .cw-header-contact p span {
  font-size: 150%;
}
.cw-c-header .cw-header-contact p a {
  font-weight: 700;
  color: #000;
  transition: 0.3s ease;
}
.cw-c-header .cw-header-contact p a:hover {
  color: #8b212d;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.cw-home-hero {
  height: 20em;
  background-image: url("https://apihoard.webit.com/api/v1/Image/B51B18D5B86C2DD6B0A36F2B13C9F98F/B51B18D5B86C2DD6B0A36F2B13C9F98F.jpg?size=1920x1440");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .cw-home-hero {
    height: 30em;
  }
}

/*---------------------------------------------------------------*/
.cw-home-banner {
  background-color: #8b212d;
  padding-top: 1em;
  padding-bottom: 1em;
}
.cw-home-banner h2 {
  text-align: center;
  font-size: 2em;
  color: #fff;
  margin: 0 auto;
}

/*---------------------------------------------------------------*/
.cw-home-order {
  padding-top: 5em;
  padding-bottom: 2em;
  background-color: #cba677;
}
.cw-home-order .btn {
  margin: 1em auto;
  display: block;
  font-size: 150%;
}
.cw-home-order p {
  font-size: 130%;
  text-align: center;
}
.cw-home-order p {
  font-size: 130%;
  text-align: center;
}
.cw-home-order p span {
  display: block;
  font-size: 140%;
  font-weight: 700;
}
.cw-home-order a {
  width: 70%;
  margin: 1em auto;
  display: block;
}
.cw-home-order a .card {
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
  margin: 1em auto;
}
.cw-home-order a:hover .card {
  transform: scale(1.1);
  z-index: 2;
}
.cw-home-order .card-footer {
  background-color: #ffc200;
  color: #000;
  transition: 0.3s ease;
}
.cw-home-order a:hover .card-footer {
  background-color: #8b212d;
  color: #fff;
}
.cw-home-order .card-footer {
  text-align: center;
  font-size: 160%;
  font-weight: 700;
}
.cw-home-order .card-footer {
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.cw-home-about {
  padding-top: 2em;
  padding-bottom: 4em;
}
.cw-home-about img {
  margin: 1em auto;
}
.cw-home-about h2 {
  text-align: center;
}
.cw-home-about p {
  font-size: 140%;
  text-align: center;
}
.cw-home-about p span {
  font-size: 120%;
  display: block;
  font-weight: 700;
}
.cw-home-about .btn {
  margin: 1em auto 0 auto;
  display: block;
  width: 80%;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.cw-breakfast-page,
.cw-lunch-page {
  padding-bottom: 5em;
}
/*-----------------------------------------------------------*/
.cw-menu-quote {
  padding-top: 1em;
  padding-bottom: 1em;
}
.cw-menu-quote h2 {
  text-align: center;
  color: #000;
  font-size: 150%;
}
.cw-menu-quote p {
  color: #666;
  text-align: center;
  margin: 0;
  font-size: 130%;
  font-style: italic;
}
/*-----------------------------------------------------------*/

.cw-menu-title {
}
.cw-menu-title h2 {
  padding-top: 2em;
  width: 100%;
}
.cw-menu-title hr {
  width: 100%;
  border-color: #5a4633;
}
/*-----------------------------------------------------------*/
.cw-menu-extra {
}

.cw-menu-extra .card {
  width: 100%;
  margin: 1em auto;
  background-color: transparent;
  border: none;
}
.cw-menu-extra .card p {
  font-size: 140%;
  text-align: center;
  margin: 0.5em auto;
}
.cw-menu-extra .card p span {
  display: block;
  font-size: 110%;
}
/*-----------------------------------------------------------*/
.cw-menu-sect {
}
@media (min-width: 992px) {
  .cw-menu-sect {
    display: flex;
    flex-wrap: wrap;
  }
}
.cw-menu-sect .card {
  width: 90%;
  margin: 2% auto;
  background-color: #f1e7da;
  border-color: #d1bfad;
}
@media (min-width: 992px) {
  .cw-menu-sect .card {
    margin: 2% 1%;
    width: 31%;
  }
}
.cw-menu-sect .card .card-body {
}
.cw-menu-sect .card .card-body h2 {
  font-size: 160%;
}
.cw-menu-sect .card .card-body h2 span {
  font-weight: 400;
  font-size: 70%;
}
.cw-menu-sect .card .card-body p {
  font-size: 110%;
}
.cw-menu-sect .card .card-body p span {
  font-size: 140%;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.cw-about-page {
  padding-bottom: 5em;
}
.cw-about-page img {
  margin: 1em auto;
  display: block;
}
.cw-about-page h2 {
  font-size: 150%;
}
.cw-about-page p {
  font-size: 120%;
}
.cw-about-page .btn {
  display: block;
  margin: 1em auto 0 auto;
  width: 90%;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.cw-footer-social {
  background-color: #181818;
}
.cw-footer-social a {
  height: 30px;
  width: 30px;
  display: block;
  margin: 1.5em auto;
}
@media (min-width: 992px) {
  .cw-footer-social a {
    margin: 1.5em auto -1.5em auto;
  }
}
.cw-footer-social a svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: 0.3s ease;
}
.cw-footer-social a:hover svg {
  fill: #ffc200;
}
/*-----Lunch and Breakfast menu styling for detailed list------*/
/*-----changes effect summary list------*/
 .list-img-link{
  display: none;
}
.list-text-description {
    margin-bottom: 3.5em;
    background-color:#f1e7da ;
    padding: 20px;
    min-height: 260px;
    border-radius: 5px;
    border: 1px solid #d1bfad;
}
.cw-description{
  text-align: left;
}
.cw-price{
  background-color: #f1e7da;
  margin: 5% 0;
  text-align: left;
  font-weight: 700;
}
.list-text-title{
   background-color:#d1bfad ;   
   text-align: left;
    border-radius: 5px;
    min-height: 68px;
   padding: 5px 15px 5px 15px;
}
.list{
  padding-top: 2em !important;
}


/*-------------------------------------------------------------------*/