/*
Theme name: Basil and Barley
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/

.intro .intro__callout {
  margin-top: 20px;
}

.btn {
  min-width:225px;
}

.btn.openTableBtn {
    width: 818px;
}

.list-buttons {
  margin-bottom:10px;
}

.openTable {
  width: 100%;
  margin-bottom: 20px;
}

.desktopTable {
  margin-top: 40px;
}

.mobileTable {display: none;}

.intro .intro__image {
  height: 900px;
}

.ot-dtp-picker.wide .ot-title {
  text-align: center !important;
  color: #ffffff !important;
}

.ot-button {
  background-color: #d53b1f;
  border: 1px solid #d53b1f;
}

.ot-dtp-picker.wide .ot-powered-by {
  display: none !important;
}

.intro .table-contacts {
  position: relative;
  z-index: 1;
}

@media screen and (max-width:1023px) {
  .list-buttons {
    margin-bottom:5px;
  }

  .btn {
    min-width: 200px;
  }

  .btn.openTableBtn {
      width: 630px;
  }
}

@media screen and (max-width:900px) {
  .mobileTable {
    display: block;
    margin-top:5px;
  }
  .desktopTable {display: none;}

  .intro .intro__image {
    height: 1100px;
  }

  .list-buttons {
    width: 85% !important;
    margin: auto;
  }

  .intro .intro__content {
    top: 20%;
  }
}

@media screen and (max-width: 686px) {
  .btn.openTableBtn {
      width: auto;
  }
}

@media screen and (max-width:450px) {
  .list-buttons {
    margin-bottom:5px;
  }

  .btn {
    min-width: 224px;
  }

  .intro .intro__content {
    top: 15%;
  }
}

/* NOTED THIS OUT INCASE HE BRINGS BACK ANOTHER EMBLEM/LINK FOR HEADER
/* Restaurant Week CSS */

.rest_week {
  text-align: center;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rest_week img {
  width: 200px;
}

.rest_week p {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 7px;
    padding-top: 10px;
}

.intro .intro__content h1 {
  margin-bottom:30px;
  font-size: 100px;
}

@media screen and (max-width:900px) {
  .rest_week {
    top: 28%;
  }

}

@media screen and (max-width:767px) {

  .intro .intro__content h1 {
    font-size: 85px;
  }

  .rest_week img {
    width: 150px;
  }

  .rest_week {
    top: 23%;
  }

  .intro h1 {
    font-size: 40px !important;
  }

  .intro h4 {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 480px) {
  .elementor-139 .elementor-element.elementor-element-b8657e9 .elementor-heading-title {
    font-size: 40px !important;
  }
}

/*****COVID 19 BANNER*****/
.banner {
  background: black;
  color: white;
  text-align: center;
  padding: 10px;
  display: none;
}