/*
Theme Name: Tejas Meat Supply
Description: Wordpress Theme Designed for Tejas Meat Supply.
Author: Kristopher
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
:root {
  --default: #000;
  --default-color: #000;
  --white: #ffffff;
  --btn-color: #a42222;
  --mustard: #f8bc74;
  --mocha: #3d2f27;
  --coffee: #21120a;
  --espresso: #3d2f27;
  --garnet: #843737;
  --cinnamon: #7d604f;
  --header-font: "copperplate", serif;
  --body-font: "proxima-nova", sans-serif;
  --button-radius: 5px;
  --line-height-desktop: 49px;
  --line-height-mobile: 40px;
  --base-fontsize: 18px;
  --base-lineheight: 1.5em;
  --max-width: 1260px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
ol {
  margin: 0 0 10px 1.5em;
}
ul {
  margin: 0 0 10px 1.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: none repeat scroll 0 0 #ffffff;
}
html,
body,
input,
textarea {
  font-family: var(--body-font);
  font-weight: 400;
  font-weight: normal;
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  color: var(--default);
}
a {
  color: var(--btn-color);
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover {
  color: var(--btn-color);
  text-decoration: underline;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 0.9em;
  padding-bottom: 0.45em;
  font-family: var(--header-font);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1,
.bannerTitle,
.bannerTitle_h1 {
  font-size: 4rem; /* was 5rem */
}

h2 {
  font-size: 3.9rem; /* was 4.88rem */
}

h3 {
  font-size: 2.22rem; /* was 2.77rem */
}

h4 {
  font-size: 1.91rem; /* was 2.388rem */
}

h5 {
  font-size: 1.69rem; /* was 2.11rem */
}

h6 {
  font-size: 1.2em;
}

p {
  margin-bottom: 1.5em;
}
ul {
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #d8d8d8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  margin: 0 0 1.35em;
  padding: 0;
  position: relative;
}
blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: -0.75em;
  border-left: 2px solid #a1cb6b;
}
blockquote p {
  font-style: italic;
  font-weight: normal;
  font-size: 1.222rem;
  line-height: 1.3em;
  color: #666666;
  margin-bottom: 1.35em;
}
blockquote cite {
  color: #005eb6;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input.text,
input.title,
textarea,
select {
  background: #ffffff;
  border-radius: var(--button-radius);
  border: none;
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  padding: 0px 1em;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #000;
  font-size: 1.05rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: none;
}
input[type="submit"],
button,
.button,
.btn, .wc-block-cart__submit-button {
  background: var(--btn-color);
  border-radius: var(--button-radius);
  display: inline-block;
  height: var(--line-height-desktop);
  line-height: calc(var(--line-height-desktop) - 6px);
  max-width: 100%;
  padding: 0 1.2em;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border: solid 3px var(--btn-color);
  color: #fff;
  font-family: var(--body-font);
  font-size: 0.944rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.wc-block-components-checkout-place-order-button{
padding: 0 1.2em !important;
}
.button.btn-sm {
  height: var(--line-height-mobile);
  line-height: calc(var(--line-height-mobile) - 4px);
}
.button.btn-xs {
  height: 37.55px;
  line-height: 35px;
  font-size: 0.833rem;
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus,
.button:hover, .wc-block-cart__submit-button:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}
.button.inactive {
  opacity: 0.2;
  pointer-events: none;
}
.button.btn-outline-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.button.btn-outline-espress,
.button.btn-outline-espresso {
  background: transparent;
  border-color: var(--espresso);
  color: var(--espresso);
}
.button.btn-outline-white-50 {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
}
.button.btn-outline-mocha {
  background: transparent;
  border-color: var(--mocha);
  color: var(--mocha);
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none;
}
table {
  background: none repeat scroll 0 0 #eeeeee;
  border-collapse: separate;
}
table th {
  background: none repeat scroll 0 0 #f6f6f6;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}
table td {
  background: #fff;
  padding: 5px 10px;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.row {
  margin: 0 -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.text-highlight {
  color: var(--btn-color);
}
.text-mocha {
  color: var(--mocha);
}
.text-cinnamon {
  color: var(--cinnamon);
}
.text-mustard {
  color: var(--mustard);
}
.text-garnet {
  color: var(--garnet);
}
.text-espresso {
  color: var(--espresso);
}
.text-right {
  text-align: right;
}
.font16 {
  font-size: 0.88rem;
  line-height: var(--base-lineheight);
}
.font20 {
  font-size: 1.11rem;
  line-height: var(--base-lineheight);
}
.font21 {
  font-size: 1.166rem;
  line-height: var(--base-lineheight);
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#searchsubmit {
  font-family: FontAwesome;
}
.font24 {
  font-size: 1.2rem;
  line-height: 1.74em;
}
.text-blue {
  color: #a1cb6b;
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
  position: relative;
}
.gform_heading {
  display: none;
}
.gform_fields {
  margin: 0 -8px;
  position: relative;
  padding: 0;
  list-style: none;
}
.gform_fields:after,
.gform_fields:before {
  content: " ";
  display: table;
  clear: both;
}
.gform_fields > .gfield {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  width: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  height: var(--line-height-desktop);
}
.gform_fields > .gfield.fullwidth {
  width: 100%;
}
.gform_fields > .gfield.gfield--type-honeypot {
  display: none;
}
.gform_fields > .gfield input[type="text"],
.gform_fields > .gfield input[type="password"],
.gform_fields > .gfield input[type="email"],
.gform_fields > .gfield input[type="tel"],
.gform_fields > .gfield select {
  width: 100%;
}
.gform_fields .gfield--type-textarea {
  height: auto;
}
.gform_fields > .gfield textarea {
  width: 100%;
  height: 137px;
  line-height: 1.5em;
}
.gform_footer img {
  position: absolute;
}
.validation_error {
  display: none;
}
.gfield_description.validation_message {
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  color: #ff0000;
  bottom: 24px;
  right: 15px;
}
.gfield--type-select {
  position: relative;
}
.gfield--type-select::before {
  content: "\f0d7";
  font-family: "Font Awesome 7 Free";
  position: absolute;
  font-weight: 900;
  right: 20px;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
  color: var(--btn-color);
}
.gfield--type-select select {
  padding-top: var(--line-height-desktop);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}
.gfield--type-select.toggle-label select {
  padding-top: 0;
}
.gfield_label {
  line-height: var(--line-height-desktop);
  font-style: normal;
  font-weight: 400;
  font-size: 1.05rem;
  color: #000;
  position: absolute;
  left: 1em;
  top: 0;
}
.gfield.toggle-label .gfield_label {
  font-size: 12px;
  line-height: 1em;
  top: 2px;
  padding: 0 1.4em;
}
.errorMessages {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.container {
  position: relative;
  max-width: var(--max-width);
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9;
}
.wrapper:after,
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

main.main-sections {
  padding: 0;
}
.rowLinks {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.justify-content-center .rowLinks {
  justify-content: center;
}
.rowLinks .btnMore {
  color: #3d2f27;
  font-size: 1.166rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.01em;
}
.rowLinks .btnMore a {
  display: inline-block;
  color: #3d2f27;
}
.bg-image {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-image:after,
.bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.bg-image.cover {
  width: 100%;
  height: 100%;
  position: absolute;
}
section {
  padding: 5.1rem 0 3.25rem;
  position: relative;
  overflow-x: hidden;
}
section:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}

.inlineMedia {
  position: relative;
  overflow: hidden;
  border-radius: 1.411rem;
}

main {
  padding: 3rem 0 2.5rem;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------*/
/*-----------------------[HEADER]-----------------*/
/*------------------------------------------------*/
header {
  padding: 15px 18px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  color: #fff;

  align-items: center;
  padding: 10px 15px 10px 22px;
  font-size: 0.944rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: var(--mocha);
}
.top-bar a {
  color: #fff;
}
.top-bar a:hover {
  text-decoration: none;
  color: var(--mustard);
}
.social-links {
  display: flex;
  align-items: center;
  gap: 3px;
}
.social-links a {
  font-size: 1.166rem;
}
.social-links span {
  padding-right: 10px;
}
.site-phone i {
  margin-left: 2px;
}
.site-phone a {
  letter-spacing: 0.02em;
}
#logo {
  max-width: 176px;
}
.headerBtn {
  margin-bottom: 1.3rem;
  display: flex;
  align-items: center;
}
#mobileNav {
  display: none;
}
nav {
  position: relative;
  margin-right: 0;
  margin-bottom: 1.3rem;
}
nav ul.desktopMenu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2.1em;
  color: #333;

  font-size: 0.944rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  justify-content: center;
}
nav ul.desktopMenu > li {
  position: relative;
}
nav ul.desktopMenu > li > a {
  color: #333;
  display: block;
}
nav ul.desktopMenu > li:hover > a {
  color: var(--btn-color);
  text-decoration: none;
}
nav ul.desktopMenu > li > a > i {
  display: inline-block;
  margin-left: 2px;
}
nav ul.desktopMenu > li > ul {
  width: 240px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85em;
  position: absolute;
  display: none;
  background: var(--btn-color);
  border-radius: var(--button-radius);
}
nav ul.desktopMenu > li > ul > li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
nav ul.desktopMenu > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background: transparent;
}
nav ul.desktopMenu > li > ul > li:hover > a {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.15);
}

/*------------------------------------------------*/
/*---------------------[BANNER]-----------------*/
/*------------------------------------------------*/
#banner {
  position: relative;
  color: var(--mocha);

  padding: 7.7rem 0 3.1rem;
}
#banner h2 {
  padding-bottom: 0;
  text-transform: uppercase;
}
#banner h6 {
  letter-spacing: 0.16em;
  padding-bottom: 0.75em;
}
.bannerLogo {
  opacity: 0.34;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
#banner .bg-image {
  width: 100%;
  position: absolute;
}
#banner .bg-image:before {
  background: linear-gradient(
    0deg,
    rgba(251, 230, 216, 0) 0%,
    rgba(255, 255, 255, 0.6) 112.43%
  );
}
#banner .bannerTxt,
#banner-bottom .bannerTxt {
  font-size: 1.166rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  padding-top: 0.5em;
}
.bannerTxt > p {
  margin-bottom: 1em;
}
.bannerTxt > p:last-child {
  margin-bottom: 0;
}
.bannerTxt a {
  text-decoration-line: underline;
}
.bannerBtns {
  padding-top: 1.8rem;
  padding-bottom: 5px;
}
/*------------------------------------------------*/
/*------------------------[HOME]------------------*/
/*------------------------------------------------*/
#page-home header #logo {
  display: none;
}
#page-home #banner {
  padding: 7.1rem 0 2.5rem;
}
#page-home #banner .bannerBtns {
  padding-top: 1rem;
  padding-bottom: 0;
}
#page-home #banner .bannerTxtBx {
  max-width: 782px;
  margin-left: auto;
}
#banner-slides,
#about-carousel {
  padding: 0;
}
#banner-slides .container,
#about-carousel .container {
  max-width: 100%;
  padding: 0;
}
/* Slides Carousel Infinite Scroll */
.slide-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide-carousel-wrapper::before,
.slide-carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}

.slide-carousel {
  position: relative;
  width: 100%;
}

.slide-carousel-track {
  display: flex;
  gap: 0;
  animation: scroll 60s linear infinite;
  width: fit-content;
  will-change: transform;
}

.slide-carousel-track:hover {
  animation-play-state: paused;
}
.slide-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 481px;
  min-width: 200px;

  aspect-ratio: 481 / 383;
}
.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 3));
  }
}

#from-counter-table {
  padding: 3rem 0 2.1rem;
  position: relative;
}

#home-testimonials {
  padding: 4.1rem 0 2.9rem;
  color: #fff;

  text-align: center;
}
#home-testimonials .sectionTxtBx {
  max-width: 680px;
  margin: 0 auto;
}

/* Testimonials */
#testimonialPosts {
  position: relative;
  padding-top: 1.8rem;
}
#testimonialPosts ul.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rating-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.rating-stars i {
  color: var(--mustard);
  font-size: 2rem;
  line-height: 1.35em;
  margin-right: 0.1em;
}
.testimonialTxt {
  color: #fff;

  text-align: center;
  font-size: 1.277rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-style: italic;
  margin-top: 1.9em;
}
.testimonialTxt > p {
  display: inline;
}
.flex-control-paging {
  margin: 0;
  padding: 3.55rem 0 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 9px;
}
.flex-control-paging > li {
  position: relative;
}
.flex-control-paging > li > a {
  display: block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #6d6d6d;
  cursor: pointer;
}
.flex-control-paging > li > a.flex-active {
  background: var(--mustard);
}

#home-dine-in-shop {
  padding: 0;
  position: relative;
}
#home-dine-in-shop .container {
  padding: 0;
  max-width: 100%;
}
#home-dine-in-shop .row {
  margin: 0;
}
#home-dine-in-shop .row .col {
  padding: 0;
}
.card.dinein-shop-card {
  border: none;
  border-radius: 0;
  position: relative;
  background: transparent;
  height: 100%;
  text-align: center;
}
.card.dinein-shop-card h5 {
  padding-bottom: 0.65em;
}
.card.dinein-shop-card .card-data {
  padding: 2.5rem 20px;
}
.card.dinein-shop-card .card-img {
  width: 100%;
  height: 290px;
}
.card.dinein-shop-card .card-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#seasonal-weekly-specials {
  padding-bottom: 6.75rem;
  color: #fff;
}

#specials-row {
	position: relative;
	justify-content: center;
}
#specials-row .col {
  padding-top: 2.85rem;
}
.specials-card.card {
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.31);
  position: relative;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}
.specials-card .card-img {
  width: 100%;
  height: 322px;
}
.specials-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.specials-card .card-data {
  position: absolute; color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 2rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.79) 0%,
    rgba(0, 0, 0, 0.79) 100%
  );
  opacity: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.specials-card.card:hover .card-data {
  opacity: 1;
}

.special-txt {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5em;
}
#join-private-reserve {
  color: #fff;
  padding: 5.5rem 0 7.4rem;
}
#join-private-reserve .bg-image:before {
  background: linear-gradient(180deg, rgba(33, 18, 10, 0) 62.18%, #21120a 100%);
}
#join-private-reserve h2 {
  font-size: 2.8rem;
}
.gform_fields > .gfield.joinEmail {
  width: 49%;
}
.gform_fields > .gfield.joinMobile {
  width: 34%;
}
#join-private-reserve #field_submit {
  width: 17%;
}
#join-private-reserve #field_submit .button {
  padding: 0 10px;
  width: 100%;
}
#social-embed {
  color: #fff;
  text-align: center;
  padding: 2.1rem 0;
  height: 604px;
  background: var(--coffee);
}
#social-embed h5 {
  margin-top: 0.6em;
}
#social-embed h5 a {
  color: var(--mustard);
}
#social-embed .social-links {
  justify-content: center;
  padding-top: 2.15rem;
  gap: 0.4rem;
}
#social-embed .social-links a {
  font-size: 2.05rem;
  color: #fff;
}
/*------------------------------------------------*/
/*--------------------[SHOP PAGE]-----------------*/
/*------------------------------------------------*/
#page-shop #banner .bannerTxtBx {
  max-width: 730px;
  margin: 0 auto;
}
#shop-premium-meats {
  padding: 4.15rem 0 4.8rem;
  color: #fff;
}
#product-cat-row {
  position: relative;
}
#product-cat-row .col {
  margin-top: 1.3rem;
}
.product-cat-card.team-data {
  margin-top: 0;
  padding: 1.2rem 1.4rem;
}
.product-cat-card-thumb {
  margin-bottom: 7px;
}
.product-cat-card-btn {
  padding-top: 1.4rem;
  padding-bottom: 5px;
}
#shop-now {
  padding: 3.2rem 0 3.9rem;
  position: relative;
  background: #fae9dc;
}
.product-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 12px;
}
.product-filters span {
  color: var(--mocha);
  font-family: var(--header-font);
  font-size: 1.08rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

ul.products {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
ul.products .col {
  padding-top: 2.6rem;
  padding-bottom: 2px;
}
ul.products h5 {
  font-family: var(--body-font);
  text-transform: none;
  font-size: 1.166rem;
  padding-bottom: 4px;
}
ul.products h5 a {
  color: var(--mocha);
  letter-spacing: 0;
}
ul.products h5 a:hover {
  text-decoration: none;
  color: var(--btn-color);
}
.product-card {
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.product-card-img {
  width: 100%;
  height: 192px;
  position: relative;
}
.product-card-img:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff 100%);
}
.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-card-data {
  padding: 8px 1.2rem 1.2rem 1.2rem;
}
.product-card-data .product-price {
  color: #000;
  font-size: 1.166rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  padding-bottom: 1rem;
}
.product-card-link {
  padding-top: 4px;
}
.product-card-link a {
  font-size: 0.833rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
#shop-recipes {
  padding: 6.7rem 0 5.8rem;
}
#shop-recipes .bg-image {
  width: 50%;
}
#shop-recipes .bg-image:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 63.26%, #fff 100%);
}

/*------------------------------------------------*/
/*-----------------[PRODUCT PAGE]-----------------*/
/*------------------------------------------------*/
#single-product #banner {
  padding: 9.7rem 0 4.5rem;
}
#product-detail-wrapper {
  display: flex;
}
#product-detail-wrapper .woocommerce-product-gallery {
  width: 39.7%;
}
#product-detail-wrapper .woocommerce-product-gallery__wrapper {
  border-radius: 5px;
  overflow: hidden;
}
#product-detail-wrapper .entry-summary {
  width: 50%;
  flex-grow: 1;
  padding-left: 2.6rem;
}
.product_title.entry-title {
  font-size: 2.2rem;
  text-transform: uppercase;
}
.back-to-shop-wrapper {
  margin-bottom: 1.4rem;
}
.woocommerce-product-details__short-description {
  color: var(--mocha);
  font-size: 1.166rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  padding-top: 6px;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 1.15em;
}
#product-detail-wrapper .entry-summary .price {
  color: #000;

  font-size: 1.166rem;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  margin-bottom: 1.05em;
}
#product-detail-wrapper .entry-summary form {
  display: flex;
}
#product-detail-wrapper .entry-summary form .quantity {
  margin-right: 1rem;
}
#product-detail-wrapper .entry-summary form .quantity::before {
  content: "Qty";
  margin-right: 8px;
  color: #000;
  font-size: 1.166rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
#product-detail-wrapper .entry-summary form .quantity .input-text {
  border-radius: 5px;
  border: 1px solid #000;
  background: #fff;
  width: 75px;
}
#product-detail-wrapper .entry-summary .unitmsg {
  color: #000;
  font-size: 1.166rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.01em;
  font-style: italic;
  padding-top: 1em;
}
#product-reviews {
  padding: 4.65rem 0 4rem;
  position: relative;
  background: #fff;
}
#product-reviews .container {
  max-width: 830px;
  margin: 0 auto;
}
#product-reviews #testimonialPosts {
  position: relative;
  padding-top: 0.6rem;
}
#product-reviews .testimonialTxt {
  color: #666;
  font-size: 1.722rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 1.45rem;
}
.testimonialName {
  color: #000;
  text-align: center;
  font-size: 1.722rem;
  font-weight: 700;
  line-height: 1.2em;
  padding-top: 1.4rem;
}
#product-reviews .rating-stars i {
  color: var(--btn-color);
  font-size: 2.77rem;
}
#product-reviews .flex-control-paging {
  padding-top: 5.25rem;
}
#product-reviews .flex-control-paging > li > a {
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
#section-related-product {
	padding: 4.4rem 0 3.8rem;
	background: #FAE9DC;
}
/*------------------------------------------------*/
/*---------------------[CONTACT]------------------*/
/*------------------------------------------------*/
#page-contact-us #main,
#page-catering #main {
  padding: 3.65rem 0 3.45rem;
  position: relative;
  background-image: url(images/bg_default_main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#page-contact-us #main .container,
#page-catering #main .container {
  max-width: 840px;
}
.form-btn-center .gform_footer {
  text-align: center;
  padding-top: 3px;
}

/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
footer {
  padding: 3.75rem 0 10rem;
  position: relative;
  text-align: center;
}
#footerLogo {
  max-width: 243px;
  margin: 0 auto;
}
#footernav {
  padding-top: 1.55rem;
  margin-bottom: 2.85rem;
}
#footer-social {
  justify-content: center;
  padding: 2.35rem 0;
}
#footer-social a {
  color: var(--mocha);
}

#copyright {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 7px;
}
#copyright a {
  color: #333;
}

/*------------------------------------------------*/
/*-----------------------[ABOUT]------------------*/
/*------------------------------------------------*/
#page-about #banner {
  position: relative;
}
#page-about .bannerTxtBx {
  max-width: 780px;
  margin: 0 auto;
}
#tejas-story {
  padding: 6.8rem 0 3.85rem;
  background: #fff;
}
#tejas-story .bg-image {
  width: 49.8%;
  left: inherit;
  right: 0;
}
#tejas-story .bg-image:before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 36.74%, #fff 100%);
}
#our-philosophy {
  padding: 6.6rem 0 5rem;
  background: #fae9dc;
}
#our-philosophy .bg-image {
  width: 49.8%;
}
#about-team {
  color: #fff;
  padding: 4.2rem 0 4.9rem;
}
.teamMembers {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teamMembers .col {
  padding-top: 2.25rem;
  padding-bottom: 0.7rem;
}
.teamImgBx {
  width: 140px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background: #d9d9d9;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}
.teamImgBx img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.team-data {
  border-radius: 5px;
  border: 4px solid #7d604f;
  padding: 90px 1rem 2.2rem;
  text-align: center;
  margin-top: -70px;
  background: rgba(0, 0, 0, 0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.teamMemberBx:hover .team-data {
  background: rgba(0, 0, 0, 0.53);
}
.teamMemberBx:hover .button.btn-outline-white-50 {
  background: var(--btn-color);
  border-color: var(--btn-color);
  transform: scale(1);
}
.teamDesignation {
  font-size: 0.88rem;
  line-height: 1.5em;
}
.specials-card .card-data h6,
.teamMemberBx h5,
.teamName,
.partnerName,
#social-embed h5 {
  font-size: 1.24rem;
}
.teamBioLink {
  padding-top: 0.75rem;
}

.lightbox {
  display: none;
}
.lightbox.fancybox-content {
  max-width: 1040px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
}
.lightbox.fancybox-content {
  font-size: 0.85rem;
  line-height: var(--base-lineheight);
}
.lightbxMeta {
  padding-bottom: 1rem;
}

#about-partners {
  padding: 4.7rem 0 2.1rem;
  position: relative;
  background: #fff;
}

.partners.row {
  position: relative;
  justify-content: center;
}
.partners.row .col {
  padding-top: 1.6rem;
  padding-bottom: 2.1rem;
}
.partnerBx {
  text-align: center;
  color: var(--mocha);
}
.partnerImgBx {
  width: 100%;
  height: 145px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin-bottom: 1.5rem;
}
.partnerImgBx img {
  width: 80%;
  height: 80%;
  object-position: center;
  object-fit: contain;
}
.partner-data {
  position: relative;
}
.partnerBioLink {
  padding-top: 12px;
}
#visit-us {
  padding: 3.1rem 0 3.5rem;
  position: relative;
}
.row-visit-us {
  align-items: center;
}
#visit-us h5 {
  line-height: 1.2em;
  font-size: 1.32rem;
  margin-bottom: 0.95em;
}
#visit-us p {
  line-height: 1.25em;
  margin-bottom: 1.2em;
}
#locations {
  max-width: 736px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.location-card {
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  overflow: hidden;
  flex-direction: row;
}
.location-card .card-img {
  width: 34.23%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mocha);
}
.location-card .card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.location-card .card-img span {
  color: #fff;
  font-family: var(--header-font);
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
}
.location-card .card-img span + img {
  opacity: 0.44;
}
.location-card .card-data {
  width: 50%;
  flex-grow: 1;
  text-align: center;
  padding: 16px 16px 12px 16px;
}
.location-card .card-data h6 {
  color: var(--mocha);
  font-size: 1.05rem;
  line-height: 1em;
  padding-bottom: 0.25em;
}

.location-address,
.location-phone {
  color: #000;
  font-size: 0.888rem;
  line-height: 1.5em;
}
.location-phone {
  font-weight: 700;
  padding-top: 1px;
}

/*------------------------------------------------*/
/*--------------------[SHOP PAGE]-----------------*/
/*------------------------------------------------*/
#page-restaurants #banner .bannerTxtBx {
  max-width: 780px;
  margin: 0 auto;
}
#page-restaurants #banner .bannerBtns {
  margin-top: 3px;
  flex-direction: column;
}
#locations-btns {
  padding-top: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-bottom: 1px;
}
.button.filter-btn {
  border-radius: 4px;
  background: rgba(60, 42, 31, 0.9);
  height: 38px;
  line-height: 38px;
  color: #fbe6d8;
  text-align: center;
  font-family: var(--header-font);
  font-size: 0.833rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1em;
  border: none;
}
.button.filter-btn:hover {
  text-decoration: none;
  background: var(--btn-color);
}
.button.filter-btn.active {
  background: var(--btn-color);
}
#our-menu {
  padding: 4.3rem 0 2.2rem;
  color: #fff;
}
.pdfEmbed {
  max-width: 694px;
  margin: 0 auto;
  background: #d9d9d9;
  margin-top: 2.7rem;
}
#seasonal-specials-events {
  padding: 4.05rem 0 5.3rem;
  background: #fae9dc;
}
#tejas-experience {
  position: relative;
  padding: 8.25rem 0 6.6rem;
  background: #fff;
}
#tejas-experience .bg-image {
  width: 50%;
}
#tejas-experience .bg-image:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 63.26%, #fff 100%);
}

#before-you-go {
  padding: 5.5rem 0 4rem;
  background: #fff;
}
#before-you-go .bg-image {
  width: 51.5%;
  left: inherit;
  right: 0;
}
#before-you-go .bg-image:before {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 49.93%,
    rgba(255, 255, 255, 0.67) 83.56%,
    #fff 100%
  );
}
#before-you-go h3 {
  font-size: 2.5rem;
}


/* ----------------------------------------
   WooCommerce Alerts - Custom Theme Style
----------------------------------------- */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-notice {
    position: relative;
    padding: 16px 20px 16px 60px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

/* Remove default WC top border */
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

/* ----------------------------------------
   SUCCESS (Add to Cart etc.)
----------------------------------------- */
.woocommerce-message {
    border-left: 5px solid var(--garnet);
    background: rgba(132, 55, 55, 0.06);
    color: var(--coffee);
}

.woocommerce-message::before {
    color: var(--garnet);
}

/* ----------------------------------------
   ERROR
----------------------------------------- */
.woocommerce-error {
    border-left: 5px solid var(--btn-color);
    background: rgba(164, 34, 34, 0.07);
    color: var(--coffee);
}

.woocommerce-error::before {
    color: var(--btn-color);
}

/* ----------------------------------------
   INFO
----------------------------------------- */
.woocommerce-info {
    border-left: 5px solid var(--mustard);
    background: rgba(248, 188, 116, 0.15);
    color: var(--mocha);
}

.woocommerce-info::before {
    color: var(--mustard);
}

/* ----------------------------------------
   Buttons inside notices
----------------------------------------- */
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    background: var(--garnet);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.3s ease; margin-left: 1em;
}

.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
    background: var(--coffee);
}

/* Remove ugly default underline */
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
    color: var(--garnet);
    font-weight: 600;
    text-decoration: none;
}