/* Global Styles (portrait) ----------- */
body {
  -webkit-text-size-adjust: none;
}
input,
button,
textarea {
  -webkit-appearance: none;
}
#toggle-menu {
  display: none;
  position: relative;
  color: #565656;
  font-size: 1rem;
  font-weight: 700;
  line-height: var(--line-height-mobile);
  text-transform: uppercase;
  margin: 0 0.96em;
}
#toggle-menu:before {
  content: "";
  width: 100%;
  height: 0px;
  background: var(--amber);
  left: 0;
  bottom: 0;
  position: absolute;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
#toggle-menu:hover {
  text-decoration: none;
  color: var(--amber);
  background: var(--purple);
}
#toggle-menu:hover:before {
  height: 6px;
}
#mobileNav {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(33, 18, 10, 0.9);
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  overflow-y: auto; /* Enable scrolling inside menu */
}
.body-fixed {
  overflow: hidden;
  height: 100vh;
}
#mobile-menu {
  position: relative;
  padding: 0rem;
  text-transform: uppercase;
  display: none;
}
#mobile-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-menu > ul > li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  position: relative;
}
#mobile-menu > ul > li > a {
  font-family: var(--body-font);
  padding: 10px 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
  color: var(--mustard);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
  display: block;
  position: relative;
}
#mobile-menu > ul > li > a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
#mobile-menu > ul > li > a > i {
  color: var(--amber);
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#mobile-menu > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-menu > ul > li > ul > li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
#mobile-menu > ul > li > ul > li > a {
  font-family: var(--body-font);
  padding: 10px 15px 10px 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
  color: #fff;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
  display: block;
  position: relative;
}
#mobile-menu > ul > li > ul > li > a::before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  margin-right: 1rem;
  font-size: 0.8em;
  color: var(--amber);
  vertical-align: top;
}
#mobile-menu > ul > li > ul > li > a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
#close-menu {
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 10px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
}
@media only screen and (max-width: 1299px) {
  html,
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  html,
  body {
    font-size: 15px;
  }
  .slide-item {
    height: 340px;
  }
  nav ul.desktopMenu {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #toggle-menu {
    display: block;
  }
  h1,
  .bannerTitle,
  .bannerTitle_h1 {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 3.3rem;
  }
  h3 {
    font-size: 1.9rem;
  }
  h4 {
    font-size: 1.62rem;
  }
  h5 {
    font-size: 1.43rem;
  }
  header nav ul.desktopMenu {
    display: none;
  }
  #mobile-menu {
    display: block;
  }
  .specials-card .card-data {
    padding: 1rem 1rem;
  }
  #join-private-reserve h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-home header #logo {
    display: block;
  }
  #logo {
    max-width: 120px;
  }
  .banneer-logo {
    display: none;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input.text,
  input.title,
  textarea,
  select {
    height: var(--line-height-mobile);
    line-height: var(--line-height-mobile);
  }
  input[type="submit"],
  button,
  .button,
  .btn,
  .wc-block-cart__submit-button {
    height: var(--line-height-mobile);
    line-height: calc(var(--line-height-mobile) - 6px);
  }

  .gfield--type-select select {
    padding-top: var(--line-height-mobile);
  }
  .gfield_label {
    line-height: var(--line-height-mobile);
  }
  .slide-item {
    height: 280px;
    max-width: 350px;
  }
  #footernav ul.desktopMenu {
    flex-wrap: wrap;
  }
  #locations-btns {
    flex-direction: column;
  }
  #tejas-experience,
  #before-you-go,
  #shop-recipes,
  #tejas-story, #our-philosophy {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  #tejas-experience .bg-image,
  #before-you-go .bg-image,
  #shop-recipes .bg-image,
  #tejas-story .bg-image, #our-philosophy .bg-image {
    width: 100%;
    position: relative;
    height: 300px;
  }
  #tejas-experience .bg-image:before,
  #before-you-go .bg-image:before,
  #shop-recipes .bg-image:before,
  #tejas-story .bg-image:before {
    background: linear-gradient(360deg, #fff 0%, rgba(255, 255, 255, 0) 35%);
  }
  #our-philosophy .bg-image:before{
	    background: linear-gradient(360deg, #fae9dc 0%, rgba(255, 255, 255, 0) 35%);
  }
  .product-filters {
    flex-wrap: wrap;
  }
  .product-filters span {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  #product-reviews .testimonialTxt {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 575px) {
	.top-bar {
	flex-direction: column;
	gap: 5px;
}
header{
	flex-wrap: wrap; justify-content: space-between;
}
#banner{
	padding-top: 14rem !important;
}
#logo{
	width: 100%; text-align: center; padding-bottom: 10px; max-width: 100%;
}
#logo img{
	max-width: 120px; margin: 0 auto;
}
#toggle-menu{
	margin: 0 ;
}
h1, .bannerTitle, .bannerTitle_h1 {
	font-size: 2.8rem;
}
.slide-item {
	height: 200px;
	max-width: 240px;
}
.rowLinks{
	flex-direction: column;
}
.gform_fields > .gfield.joinEmail, .gform_fields > .gfield.joinMobile, #join-private-reserve #field_submit {
  width: 100%;
}
.gform_fields > .gfield {
	margin-bottom: 2px;
	width: 100%;
}
#product-detail-wrapper {
	display: block;
}
#product-detail-wrapper .woocommerce-product-gallery {
	width: 100%;
	margin-bottom: 2rem;
}
#product-detail-wrapper .entry-summary {
	width: 100%;
	padding-left: 0;
}
}