.scroll-lock,
.no-scroll {
  overflow-y: hidden !important;
}

.fixed-bottom {
  position: fixed !important;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
}


.sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
}


ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-inline-start: 20px;

  &.list-unstyled {
    padding-left: 0 !important;
    padding-inline-start: 0 !important;
    list-style: none !important;
  }
}

a {
  text-decoration: none;
  color: #831a2e;
}

a:hover,
a:active,
a:focus,
a:focus-within {
  text-decoration: underline;
  color: #831a2e;
}



/* Colors */
.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #af2734 !important;
}

.text-bordo {
  color: #831a2e !important;
}

.text-gray--lighter {
  color: #6a6a6a !important;
}

.text-gray--darker {
  color: #4a413a !important;
}

.text-orange {
  color: rgb(211, 130, 62) !important;
}

.bg-black--lighter {
  background-color: #212020 !important;
}

.bg-black--darker {
  background-color: #020001 !important;
}

.bg-gray--light {
  background-color: #aca4a3 !important;
}

.bg-gray--lighter {
  background-color: rgba(172, 164, 163, 0.3) !important;
}

.bg-bordo {
  background-color: #831a2e !important;
}

.bg-orange {
  background-color: #ce732f !important;
}

.bg-maroon {
  background-color: rgb(131, 26, 46) !important;
}


.bg-texture--tan-paper {
  background-image: url("https://media.longhornsteakhouse.com/images/site/responsive/global/paper-background-pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-texture--white-paper {
  background: url("//media.longhornsteakhouse.com/images/site/responsive/global/background-light-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.primary-font-color {
  color: #020001;
}

.secondary-font-color {
  color: #6a6a6a;
}


.quarternary-font-color {
  color: #535353;
}

.primary-link-color {
  color: #831a2e;
}

.secondary-link-color {
  color: #000;
}


.quinary-font-color {
  color: #d4be97;
}

.light-background {
  background: #fafafa;
  color: #020001;
}


.dark-background {
  background: #aca4a3;
  color: #fff;
}

.secondary-dark-background {
  background: rgba(172, 164, 163, 0.3);
  color: #020001;
}

.tertiary-dark-background {
  background: #212020;
  color: #fff;
}

.quartenary-dark-background-color {
  background: #1a1a1a;
  color: #fff;
}

.is-invalid {
  border-color: #dc3545 !important;
}



.btn-gray,
.btn-gray:visited {
  background-color: #4a413a;
  border: 2px solid #4a413a;
  color: #fff !important;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
  background-color: #212020;
  border-color: #212020;
  cursor: pointer;
}



/* Border */
.border-orange {
  border-color: #ce732f !important;
}

.border-gray {
  border-color: #6a6a6a !important;
}

.border-black {
  border-color: #000 !important;
}

.border-red {
  border-color: #831a2e !important;
}



img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

.visually-hidden {
  /* For accessibility uses */
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}


.hide-on-large {
  display: block;
}

@media only screen and (min-width: 37.5em) {
  .hide-on-large {
    display: none;
  }
}

.hide-on-small {
  display: none;
}

@media only screen and (min-width: 37.5em) {
  .hide-on-small {
    display: block;
  }
}

.hide-on-mobile {
  display: none;
}

.hide-on-tablet {
  display: block;
}

@media only screen and (min-width: 992px) {
  .hide-on-tablet {
    display: none;
  }
}

.show-on-tablet {
  display: none;
}

@media only screen and (min-width: 992px) {
  .show-on-tablet {
    display: block;
  }
}

.hide-on-desk {
  display: block;
}

@media only screen and (min-width: 992px) {
  .hide-on-desk {
    display: none;
  }
}

.show-on-desk {
  display: none;
}

@media only screen and (min-width: 992px) {
  .show-on-desk {
    display: block;
  }
}


.arrow-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.43125rem 0.25rem 0 0.25rem;
  border-color: #831a2e transparent transparent transparent;
}

.paper-background {
  background: url("//media.longhornsteakhouse.com/images/site/responsive/global/paper-background-pattern.jpg");
  background-repeat: repeat-x;
}

.paper-background-light {
  background: url("//media.longhornsteakhouse.com/images/site/ext/about-us-11-2020/paper-background-pattern-light.jpg") repeat;
}

.no-scroll {
  overflow: hidden;
  margin: 0;
  height: 100%;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#000000),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.78;
}

.zoom-on-hover {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}

.zoom-on-hover:hover,
.zoom-on-hover:active,
.zoom-on-hover:focus,
.zoom-on-hover:focus-within {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.skip-to-content-link {
  left: 50%;
  padding: 1.25rem 1.25rem;
  position: absolute;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  background: #fafafa;
  color: #831a2e;
  z-index: 9999;
}

.skip-to-content-link:focus {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  color: #831a2e;
}

.image-shadow {
  -webkit-box-shadow: 15px 12px 34px 0 rgba(28, 26, 26, 0.45);
  box-shadow: 15px 12px 34px 0 rgba(28, 26, 26, 0.45);
}

.primary-button {
  background-color: #831a2e;
  border: 0.125em solid #831a2e;
  color: #fff;
}

.secondary-button {
  background-color: #fafafa;
  color: #020001;
  border: 0.125em solid #fafafa;
}

.primary-button,
.secondary-button {
  display: inline-block;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0.375rem;
  padding: 1.125rem 1.875rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.primary-button:hover,
.secondary-button:hover,
.primary-button:active,
.secondary-button:active,
.primary-button:focus,
.secondary-button:focus,
.primary-button:focus-within,
.secondary-button:focus-within {
  text-decoration: none;
  color: #fff;
  background-color: #af2734;
  border: 0.125rem solid #af2734;
}

.primary-button.disabled:hover,
.disabled.secondary-button:hover,
.primary-button.disabled:active,
.disabled.secondary-button:active,
.primary-button.disabled:focus,
.disabled.secondary-button:focus,
.primary-button.disabled:focus-within,
.disabled.secondary-button:focus-within {
  color: #fff;
  background-color: #831a2e;
  border: 0.125rem solid #831a2e;
}

.primary-button.small-button,
.small-button.secondary-button {
  /* font-size: 1rem; */
  font-size: 16px;
  letter-spacing: 0;
  padding: 0.625em 0.75em;
  text-align: center;
  background-color: #831a2e;
  border: 0.125rem solid #831a2e;
  color: #fff;
}

.primary-button.small-button:hover,
.small-button.secondary-button:hover,
.primary-button.small-button:focus,
.small-button.secondary-button:focus {
  background-color: #af2734;
  border: 0.125em solid #af2734;
  color: #fff;
}

.secondary-button {
  background-color: #fafafa;
  color: #020001;
}

.button-reset {
  cursor: pointer;
  outline: none;
  border: 0;
  padding: 3px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-items: center;
}

.button-reset:focus,
.button-reset:focus-within,
.button-reset:active {
  outline: 5px auto -webkit-focus-ring-color;
}

.button-link {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  font: inherit;
  line-height: normal;
  text-decoration: none;
  color: #831a2e;
}

.button-link:focus,
.button-link:focus-within,
.button-link:active {
  outline: 5px auto -webkit-focus-ring-color;
}

.button-link:hover,
.button-link:active,
.button-link:focus,
.button-link:focus-within {
  text-decoration: underline;
}

.link-with-arrow {
  position: relative;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 2.1875rem;
  margin-bottom: 0.625rem;
}


.link-with-arrow:hover,
.link-with-arrow:active,
.link-with-arrow:focus,
.link-with-arrow:focus-within {
  text-decoration: underline;
  color: #831a2e;
}

.link-with-arrow .arrow {
  position: absolute;
  top: 0;
  right: 0;
}

.link-with-arrow .arrow>img {
  display: block;
}

.card-section-wrapper .card {
  margin-bottom: 2.1875rem;
  -webkit-box-shadow: 0 0.3125rem 3.4375rem 0 rgba(2, 2, 2, 0.25);
  box-shadow: 0 0.3125rem 3.4375rem 0 rgba(2, 2, 2, 0.25);
  padding: 1.25rem 1.25rem 2.5rem;
}


.card-section-wrapper .card.card-with-image .card-image-wrapper {
  position: relative;
  margin-bottom: 2.1875rem;
}

.card-section-wrapper .card.card-with-image .card-image-wrapper .h3 {
  position: absolute;
  top: 1rem;
  width: 100%;
}

.card-section-wrapper .card.card-with-image .card-image-wrapper .h3 span {
  margin: 0 0.375rem;
}


.column-sections {
  padding: 4rem 1.5rem;
}



.column-sections .column-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-sections .column-section:last-of-type {
  margin-bottom: 0;
}

.column-sections .column-section .column-icon-wrapper {
  margin-bottom: 1.5625rem;
}

.column-sections .column-section .paragraph-copy {
  margin-bottom: 1.5625rem;
  width: 85%;
}

.column-sections .column-section .link-with-arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.column-sections .column-section .link-with-arrow-wrapper.two-links {
  width: 100%;
  max-width: 25rem;
}

.column-sections .column-section .link-with-arrow-wrapper.hide-sms {
  display: none;
}


.rotate {
  -webkit-animation: rotation 1.5s infinite linear;
  animation: rotation 1.5s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*
* IE11 styles
*/
.ie-11 img {
  width: auto;
}

.ie-11 .hero-wrapper img,
.ie-11 .card-image-wrapper img {
  width: 100%;
}

.ie-11 .card-image-wrapper img {
  height: 23.375rem;
}

.ie-11 .paper-sidecard-image-block-image image {
  width: 100%;
}

.lh-label {
  font-family: "League Gothic", "Oswald",
    "Bebas Neue Bold",
    "Arial Narrow", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #020001;
  text-transform: uppercase;
  text-align: left;
  border: none;
  margin-bottom: 0.625rem;
}

input:not([type="submit"]) {
  border: 0.0625rem solid #831a2e;
  width: 100%;
  padding: 1.5rem 1rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1.25rem;
  line-height: normal;
  color: #020001;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 4rem;
}

input:not([type="submit"]).short-input {
  padding: 0.75rem;
  font-size: 1rem;
  height: 2.5rem;
}

input:not([type="submit"]):active,
input:not([type="submit"]):focus {
  color: #020001;
}

input:not([type="submit"])::-webkit-input-placeholder {
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}

input:not([type="submit"])::-moz-placeholder {
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}

input:not([type="submit"]):-ms-input-placeholder {
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}

input:not([type="submit"])::-ms-input-placeholder {
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}

input:not([type="submit"])::placeholder {
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}

@supports (font-synthesis: inherit) {
  input::-webkit-input-placeholder {
    line-height: 4rem;
  }

  input::-moz-placeholder {
    line-height: 4rem;
  }

  input:-ms-input-placeholder {
    line-height: 4rem;
  }

  input::-ms-input-placeholder {
    line-height: 4rem;
  }

  input::placeholder {
    line-height: 4rem;
  }
}

.form-row {
  display: block;
}

@media only screen and (min-width: 992px) {
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .form-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .form-input label {
    position: static;
    overflow: visible;
    clip: auto;
    height: auto;
    width: auto;
  }
}

.form-input.form-button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 2.0625rem;
}

.form-with-validation .invalid-feedback {
  text-align: left;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.form-validation-failed {
  max-width: 37.5rem;
  text-align: left;
}

.form-validation-failed-title {
  margin-bottom: 0.5rem;
}

.form-validation-failed-list {
  list-style-type: disc;
  margin-left: 2.5rem;
  line-height: 1.3;
  width: 100%;
  margin-bottom: 1.25rem;
}

.form-validation-failed-list:last-child {
  margin-bottom: 0;
}

.loading {
  width: 100%;
  max-width: 5.625rem;
  height: auto;
  margin: 0 auto;
}

.custom-radio-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-radio-block {
  position: relative;
}

.custom-radio-block-label {
  cursor: pointer;
  color: #fff;
  padding: 0.875rem 1.25rem;
  border-radius: 0.375rem;
  background-color: #831a2e;
  border: 0.125rem solid #831a2e;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.custom-radio-block-label:hover,
.custom-radio-block-label:active,
.custom-radio-block-label:focus,
.custom-radio-block-label:focus-within {
  text-decoration: none;
  color: #fff;
  background-color: #af2734;
  border: 0.125rem solid #af2734;
}

.custom-radio-block-input {
  visibility: hidden;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  width: 0 !important;
}

.custom-radio-block-input:checked+label {
  background-color: #fafafa;
  color: #020001;
}

.checkbox-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input[type="checkbox"] {
  width: 2rem;
  padding: 0;
}

input[type="checkbox"].checkbox-on-side {
  margin-right: 0.75rem;
}

.checkbox-label-on-side {
  margin-top: 0.25rem;
  line-height: 1.3;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}


.modal-close-button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}

.modal-overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: #d7d7d7;
  opacity: 0.8;
}

header ul,
footer ul {
  padding-left: 0;
  list-style: none;
}

/* HEADER */
.header {
  width: 100%;
  background-color: #020001;
}

.header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.5rem;
  min-height: 4.375rem;
  background-color: #020001;
  position: relative;
}



.header .hamburger-button {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: normal;
  margin-right: 1.25rem;
}

.header .hamburger-button:focus,
.header .hamburger-button:focus-within,
.header .hamburger-button:active {
  outline: 5px auto -webkit-focus-ring-color;
}



.header .hamburger-button .hamburger {
  width: 1.75rem;
  height: 1.0625rem;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}

.header .hamburger-button .hamburger i {
  width: 100%;
  height: 0.1875rem;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .hamburger-button .hamburger i.middle {
  width: 1rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.header .hamburger-button.open .hamburger i.top {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.header .hamburger-button.open .hamburger i.middle {
  opacity: 0;
}

.header .hamburger-button.open .hamburger i.bottom {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.header .mobile-nav-slider-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 4.375rem;
  left: -100%;
  background-color: #212020;
  padding: 3.125rem 0 2.625rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 1030;
  overflow-y: auto;
  padding-bottom: 160px;
  display: none;
}



.header .mobile-nav-slider-wrapper.is-open,
.header .mobile-nav-slider-wrapper.active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: block;
}

.header .mobile-nav-slider-wrapper .mobile-nav-item {
  margin-bottom: 1.25rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav-link,
.header .mobile-nav-slider-wrapper a {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.header .mobile-nav-slider-wrapper .mobile-nav-link:hover,
.header .mobile-nav-slider-wrapper .mobile-nav-link:active,
.header .mobile-nav-slider-wrapper .mobile-nav-link:focus,
.header .mobile-nav-slider-wrapper .mobile-nav-link:focus-within {
  text-decoration: underline;
}

.header .mobile-nav-slider-wrapper .mobile-nav {
  margin: 0 1.5rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-primary {
  padding-bottom: 2.5rem;
  padding-left: 0;
  border-bottom: 0.0625rem solid #e1e0df;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-primary .mobile-nav-item:last-of-type {
  margin-bottom: 0;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-primary .mobile-nav-link {
  font-size: 2.125rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary {
  padding-top: 2.5rem;
  padding-left: 0;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary .mobile-nav-item {
  margin-bottom: 1.5rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary .mobile-nav-link,
.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary a {
  font-size: 1.5rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary a.login-link {
  position: relative;
  padding-right: 1rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary a.logout-link {
  padding-left: 0.5rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary a.login-link::after {
  content: "/";
  display: inline-flex;
  position: absolute;
  right: 0;
}

.header .logo-wrapper {
  width: 9.0625rem;
}



.header .desktop-nav-wrapper {
  margin-left: 1.5rem;
  margin-right: auto;
}



.header .desktop-nav-wrapper.hide-on-mobile {
  display: none;
}



.header .desktop-nav-wrapper .desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.header .desktop-nav-wrapper .desktop-nav .desktop-nav-item {
  margin: 0 0.5rem;
}



.header .desktop-nav-wrapper .desktop-nav .desktop-nav-item:first-of-type {
  margin-left: 0;
}

.header .desktop-nav-wrapper .desktop-nav .desktop-nav-item:last-of-type {
  margin-right: 0;
}

.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0.125rem solid transparent;
}

.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link:hover,
.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link:active,
.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link:focus,
.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link:focus-within {
  text-decoration: none;
  border-bottom: 0.125rem solid #fff;
}



.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link.waitlist-link {
  line-height: 1.2;
  margin-top: 0.125rem;
}

.header .cart-location-wrapper ul {
  margin-bottom: 0;
}

.header .cart-location-wrapper .cart-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.header .cart-location-wrapper .cart-location .cart-location-item {
  line-height: 1.4;
  padding: 0 0.5625rem;
}


.header .cart-location-wrapper .cart-location .cart-location-item:first-of-type {
  padding-left: 0;
}

.header .cart-location-wrapper .cart-location .cart-location-item:last-of-type {
  padding-right: 0;
}

.header .cart-location-wrapper .cart-location .cart-location-item.hide-on-mobile {
  display: none;
}


.header .cart-location-wrapper .cart-location .cart-location-item .active-location {
  font-size: 0.75rem;

}

.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-location-number,
.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-location-name>a,
.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link {

  color: #FFF;
  font-family: "Montserrat",
    "Poppins",
    "Avenir",
    "Futura",
    "Museo Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: bold;
}

.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-location-name>a {
  text-decoration: underline;

}

.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link {
  text-decoration: none;
}

.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link:hover,
.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link:active,
.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link:focus,
.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link:focus-within {
  color: #fff;
}


.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag {
  position: relative;
}

.header .cart-location-wrapper .cart-location .shopping-bag .cart-location-link {
  display: block;
}

.header .cart-location-wrapper .cart-location .shopping-bag .cart-location-link img {
  width: 1.625rem;
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-item-count {
  position: absolute;
  bottom: 0.125rem;
  right: -0.3125rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 0.625rem;
  background-color: #831a2e;
  border: 0.0625rem solid #000;
  color: #fff;
  padding: 0.1875rem 0.25rem 0.0625rem 0.3125rem;
  min-width: 1rem;
  border-radius: 6.25rem;
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-item-count.double-digit {
  padding-top: 6px;
  padding-bottom: 3px;
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-empty-popup {
  position: absolute;
  right: 0;
  min-width: 23rem;
  padding: 10px;
  border-radius: 6px;

  -webkit-box-shadow: 10px 10px 34px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 34px 0 rgba(0, 0, 0, 0.3);
}

.header .cart-location-wrapper .cart-location .shopping-bag .cart-empty-popup .cart-empty-title {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-family: "League Gothic", "Oswald",
    "Bebas Neue Bold",
    "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-empty-popup .cart-empty-copy {

  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 15px;
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-empty-popup .primary-button,
.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-empty-popup .secondary-button {

  display: block;
  margin-bottom: 0.625em;
  font-size: 16px;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", "Open Sans",
    "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
}

.header .cart-location-wrapper .cart-location .cart-location-link,
.header .cart-location-wrapper .cart-location .log-in-link a {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.header .cart-location-wrapper .cart-location .cart-location-link:hover,
.header .cart-location-wrapper .cart-location .cart-location-link:active,
.header .cart-location-wrapper .cart-location .cart-location-link:focus,
.header .cart-location-wrapper .cart-location .cart-location-link:focus-within {
  text-decoration: none;
}



.header .cart-location-wrapper .cart-location .mobile-location-link {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: normal;
}



.header .cart-location-wrapper .cart-location .mobile-location-link:focus,
.header .cart-location-wrapper .cart-location .mobile-location-link:focus-within,
.header .cart-location-wrapper .cart-location .mobile-location-link:active {
  outline: 5px auto -webkit-focus-ring-color;
}

.header .mobile-location-information {
  position: absolute;
  top: 4.375rem;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-size: 0.875rem;
  -webkit-transition: max-height 0.2s ease-in;
  -o-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
  display: none;
}

.header .mobile-location-information.is-open {
  display: block;
}



.header .mobile-location-information .padded-wrapper {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header .mobile-location-information .mobile-location-address-line {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25rem;
}

.header .mobile-location-information .mobile-location-times #popRestHrs {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
}

.header .mobile-location-information .mobile-location-times .times {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 400;
  float: right;
}

.header .mobile-location-information .mobile-location-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.125rem;
  border-bottom: 0.0625rem solid #aca4a3;
}

.header .mobile-location-information .mobile-location-name .mobile-location-pin {
  width: 1rem;
  margin-right: 0.625rem;
}

.header .mobile-location-information .mobile-tel a {
  text-decoration: underline;
}

.header .mobile-location-information .mobile-location-times-available {
  margin-bottom: 0.375rem;
}

.header .mobile-location-information .mobile-location-times-available td {
  padding: 0 0.5rem 0.375rem 0;
}

.header .mobile-location-information .mobile-location-links {
  font-size: 1.125rem;
  text-align: center;
}

.header .mobile-location-information .mobile-location-links a {
  padding: 0.1875rem 0.75rem;
  border-left: 0.125rem solid #aca4a3;
}

.header .mobile-location-information .mobile-location-links a:first-child {
  padding-left: 0;
  border-left: none;
}

.header .mobile-location-information .mobile-location-edit {
  margin-top: 0.625rem;
  position: relative;
  text-align: center;
}

.header .mobile-location-information .mobile-location-edit .mobile-location-button {
  position: absolute;
  top: 0.75rem;
  right: 1.5rem;
}

.header .mobile-location-information .mobile-location-edit .primary-button#change-your-location,
.header .mobile-location-information .mobile-location-edit #change-your-location.secondary-button {
  width: auto;
  text-align: center;
  font-size: 1rem;
}

.waitlist-modal .waitlist-modal-radio-wrapper {
  max-width: 25rem;
}

.waitlist-modal .waitlist-location-details .waitlist-location-row {
  margin-bottom: 0.375rem;
}

.waitlist-modal .time-to-wait {
  display: inline-block;
  margin-left: 2.5rem;
  color: #831a2e;
}

#joinWaitListModal.modal {
  width: 100%;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: none !important;
}

#waitlist-step1 .error_msg {
  text-align: center !important;
  font-size: 13px !important;
  color: #831a2e !important;
  margin-top: 6px;
}

#joinWaitListModal.modal .mobalbox {
  background-color: #fff !important;
  border-radius: 3px;
  width: 33.125rem;

  color: #000;
  padding: 1.25rem 1.875rem;
  overflow: hidden;
}

#joinWaitListModal.modal .mobalbox h3.myModalLabel {
  display: block;
  text-align: center !important;
  color: #000;
  font-family: "League Gothic", "LeagueGothic", "league-gothic", Cambria,
    "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular",
    sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin: 1.25rem 0;
}

#joinWaitListModal.modal .mobalbox h3.myModalLabel.nowait {
  background-image: url(//media.longhornsteakhouse.com/images/site/responsive/global/erroricon.svg);
  padding-top: 3.125rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2.5rem 2.5rem;
}

#joinWaitListModal.modal .mobalbox h3.myModalLabel p.wl_currently_unavailable {
  font-family: "League Gothic", "Oswald",
    "Bebas Neue Bold",
    "Arial Narrow", Arial, sans-serif;
  font-size: 2rem !important;
  padding-top: 0.625rem;
  text-align: center;
  line-height: 1.1 !important;
  color: #020001 !important;
}

#joinWaitListModal.modal .mobalbox p {
  color: #020001 !important;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0.625rem 0;
  text-transform: none;
}

#joinWaitListModal.modal .mobalbox #joinWaitListModal .error_msg {
  margin-bottom: 0.625rem;
}

#joinWaitListModal.modal .mobalbox .wait_list_est.nowait {
  display: inline-block;
  width: 100%;
  padding: 0 !important;
  float: none !important;
  margin-bottom: 1.0625rem;
}

#joinWaitListModal.modal .mobalbox h4.error_msg.text-left {
  line-height: 1.1;
  color: #000;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 0.875rem;
}

#joinWaitListModal button .test {
  display: none !important;
}

button#joinWaitListModal_overlayCloseButton_custom1 {
  background-color: #831a2e !important;
  background: url(//media.longhornsteakhouse.com/images/site/responsive/global/cancel-icon-rev.svg) no-repeat;
  background-size: 70%;
  background-position: center center;
  border: none;
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  position: relative;
  z-index: 12;
  border-radius: 0.1875rem;
  margin-right: 0;
  padding: 0.625rem;
  cursor: pointer;
  opacity: 1;
}

button#joinWaitListModal_overlayCloseButton_custom1 img {
  display: none !important;
}

#waitlist-step1 {
  display: block;
  line-height: 1.3125rem;
  text-align: center !important;
  color: #000;
  margin-left: 0;
  margin-right: 0;
}

#joinWaitListModal #waitlist-step1 .span3.margin_lft_07 {
  text-align: center;
}

#joinWaitListModal #waitlist-step1 .span3.margin_lft_07>span {
  display: block;
}

.OutsideWaitlistHours_okgotitbtn {
  margin: 0 auto !important;
}

.OutsideWaitlistHours_okgotitbtn #joinWaitListModal_overlayCloseButton_custom1 {
  display: block;
  background-color: #831a2e;
  padding: 0.625rem;
  height: 4rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 0.1875rem !important;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 18rem;
}

.global-alert {
  width: 100%;
  background: #2d2926;
  color: #fff;
  font-size: 0.875rem;
}

.global-alert .global-alert-link a,
.global-alert .global-alert-link a:visited,
.global-alert .global-alert-link a:hover,
.global-alert .global-alert-link a:focus {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}


.global-alert {
  display: none;
  font-size: 0.875rem;
}


.global-alert .global-alert-wrapper {
  background: #2d2926;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;
}


.global-alert .careers-link {
  float: right;
  border-bottom: none;
  font-size: 0.875rem;
}

.global-alert .careers-link:hover {
  text-decoration: underline;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.5rem;
  min-height: 4.375rem;
  margin: 0 auto;
  background-color: #020001;
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 992px) {

  /* HEADER */
  .header .header-wrapper {
    padding: 1.0625rem 1rem;
  }

  .header .header-wrapper {
    min-height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header .logo-wrapper {
    width: 6.25rem;
  }

  .header .logo-wrapper {
    width: 9.0625rem;
  }

  .header .desktop-nav-wrapper {
    margin-left: 1.5rem;
  }

  .header .desktop-nav-wrapper.hide-on-mobile {
    display: block;
  }

  .header .desktop-nav-wrapper .desktop-nav .desktop-nav-link {
    font-size: 1.125rem;
  }

  .header .cart-location-wrapper .cart-location .cart-location-item {
    padding: 0 1rem;
  }

  .header .cart-location-wrapper .cart-location .cart-location-item.hide-on-mobile {
    display: block;
  }

  .header .cart-location-wrapper .cart-location .cart-location-item.hide-on-tablet {
    display: none;
  }

  .header .cart-location-wrapper .cart-location .cart-location-item.hide-on-desktop {
    display: none;
  }

  .header .cart-location-wrapper .cart-location .cart-location-item.log-in-link {
    border-right: 0.0625rem solid #fff;
    border-left: 0.0625rem solid #fff;
    gap: 0.5rem;
  }

  .header .cart-location-wrapper .cart-location .cart-location-link:hover.underline,
  .header .cart-location-wrapper .cart-location .cart-location-link:active.underline,
  .header .cart-location-wrapper .cart-location .cart-location-link:focus.underline,
  .header .cart-location-wrapper .cart-location .cart-location-link:focus-within.underline {
    border-bottom: 0.125rem solid #fff;
  }

  .header-wrapper {
    padding: 1.0625rem 0.75rem;
    min-height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* GLOBAL ALERT */
  .global-alert {
    display: block;
  }

  .global-alert .global-alert-wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}


@media only screen and (min-width: 1200px) {

  /* HEADER */
  .header .header-wrapper {
    padding: 1.0625rem 1.5rem;
  }

  .header .logo-wrapper {
    width: 10.375rem;
  }

  .header .desktop-nav-wrapper {
    margin-left: 3rem;
  }

  .header .desktop-nav-wrapper .desktop-nav .desktop-nav-item {
    margin: 0 1rem;
  }

  .header .cart-location-wrapper .cart-location .cart-location-item {
    padding: 0 1.5rem;
  }

  .header-wrapper {
    padding: 1.0625rem 1.5rem;
  }

  /* GLOBAL ALERT */
  .global-alert .global-alert-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Sticky  Buttons*/
.order-bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;

  .btn {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    font-size: 0.75rem;
    padding: 1rem;
  }


}

@media (min-width:360px) {
  .order-bar-wrapper {
    .btn {
      font-size: 1rem;
    }
  }
}

@media (min-width:390px) {
  .order-bar-wrapper {
    .btn {
      font-size: 1.125rem;
    }
  }
}

/* Footer */

.footer {
  position: relative;
  background: url("//media.longhornsteakhouse.com/images/site/responsive/global/background-light-texture.jpg");
  padding-bottom: 1rem;
  padding-top: 1rem;
}


.footer .footer-nav-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 2rem auto;
}

.footer .footer-nav-primary .footer-nav-item {
  margin: 0 0.5rem 1.25rem;
}

.footer .footer-nav-primary .footer-nav-link {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #020001;
  text-transform: uppercase;
  text-decoration: none;
}


.footer .footer-nav-primary .footer-nav-link:hover,
.footer .footer-nav-primary .footer-nav-link:active,
.footer .footer-nav-primary .footer-nav-link:focus,
.footer .footer-nav-primary .footer-nav-link:focus-within {
  text-decoration: underline;
}

.footer .social-app-wrapper {
  margin-bottom: 2rem;
}


.footer .social-app-wrapper .social-links-wrapper,
.footer .social-app-wrapper .app-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}



.footer .social-app-wrapper .app-links-wrapper .paragraph-copy {
  margin-bottom: 1rem;
}

.footer .social-app-wrapper .paragraph-copy {
  font-family: "League Gothic", "Oswald",
    "Bebas Neue Bold",
    "Arial Narrow", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0.625rem;
}

.footer .social-app-wrapper .wrapper-for-icon {
  margin: 0 0.625rem;
}

.footer .social-app-wrapper .link-for-icon {
  display: inline-block;
}

.footer .social-app-wrapper .link-for-icon.app-icon {
  width: 6.9375rem;
  margin-bottom: 1rem;
}



.footer .footer-nav-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem auto;
  padding: 0 1rem;
}



.footer .footer-nav-secondary .footer-nav-link,
.footer .footer-nav-secondary .footer-nav-item a {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
  font-size: 1rem;
  line-height: 1;
  color: #6a6a6a;
  text-transform: capitalize;
}

.footer .footer-nav-secondary .footer-nav-link::after,
.footer .footer-nav-secondary .footer-nav-item a::after {
  content: "|";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0.5rem;
  color: #535353;
}

.footer .footer-nav-secondary .footer-nav-item:last-child .footer-nav-link::after,
.footer .footer-nav-secondary .footer-nav-item:last-child a::after {
  content: "";

}

.footer .copyright {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
  font-size: 14px;
  line-height: 1.4;
  color: #535353;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .footer .social-app-wrapper .app-links-wrapper .paragraph-copy {
    margin-bottom: 0;
  }

  .footer .social-app-wrapper .link-for-icon.app-icon {
    margin-bottom: 0;
  }
}

@media only screen and (min-width:992px) {

  /* FOOTER */
  .footer {
    padding-top: 1rem;
  }

  .footer .footer-nav-primary .footer-nav-item {
    margin: 0 1.25rem 0.625rem;
  }

  .footer .footer-nav-primary .footer-nav-link {
    font-size: 1.3125rem;
  }

  .footer .social-app-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.5rem;
  }

  .footer .social-app-wrapper .social-links-wrapper,
  .footer .social-app-wrapper .app-links-wrapper {
    margin: 0 3.125rem;
  }

  .footer .footer-nav-secondary .footer-nav-item {
    margin: 0;
  }
}


#erroricon_waitlist {
  display: none !important;
}

/*
* IE11 styles
*/
@media only screen and (min-width: 992px) {
  .ie-11 .header .cart-location-wrapper .cart-location .hide-on-mobile.cart-location-item {
    display: block;
  }
}

.wlcarousel {
  margin-top: 15px !important;
  margin-bottom: 30px !important;
}

.carousel-inner.wlistsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
  left: 0;
}

#partysizenum.wlnumber {
  float: none !important;
  display: inline-block;
  padding: 14px 10px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #831a2e;
  font-family: "Montserrat", sans-serif;
  margin-right: 0 !important;
  text-indent: 1px;
}

#partysizenum.wlnumber:hover {
  background: #831a2e;
  color: #fff !important;
}

.selected-partysize {
  background: #831a2e;
  color: #fff !important;
}

.input-append {
  text-align: left;
}

.input-append input {
  margin-bottom: 8px;
}

.wait_list_est.wl-time #waitTime {
  text-align: center;
  display: block;
  float: none;
  width: 100% !important;
}

.wait_list_est.wl-time {
  width: 100%;
  display: block;
  float: none !important;
}

#joinWaitListModal #waitlist-step1 .linkcolortxt {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021000;
  text-decoration: none !important;
}

#joinWaitListModal #waitlist-step1 .span3.margin_lft_07 {
  margin-top: 20px;
}

#joinWaitListModal #waitlist-step1 .linkcolortxt {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021000 !important;
  text-decoration: none;
  font-size: 22px;
}

#joinWaitlistForm .partyfont,
.wait_list_est.wl-time #waitTime {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.wait_list_est.wl-time .time_num.new-time-num {
  margin: 10px auto !important;
  display: block;
  float: none !important;
  font-size: 18px !important;
  margin-bottom: 20px !important;
}

#joinWaitlistForm .input-append input {
  border: 1px solid #831a2e;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  line-height: 26px;
  font-size: 18px !important;
  padding: 10px !important;
  border-radius: 3px !important;
  margin: 5px 0 10px 0;
  color: #021000 !important;
  font-weight: normal !important;
}

#joinWaitlistForm .input-append label {
  text-align: left !important;
  font-family: "League Gothic", "LeagueGothic", "league-gothic", sans-serif;
  font-weight: normal !important;
  font-size: 20px !important;
  text-transform: uppercase;
  line-height: 20px !important;
}

.checkbox_d_overlay,
.checkbox_d_overlay1 {
  background-image: url(https://media.longhornsteakhouse.com/images/site/ext/css-images/checksprite.png) !important;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  float: left;
}

#join_checkbox input[type="checkbox"] {
  padding: 0;
  visibility: hidden;
  height: 20px;
  width: 20px;
}

div#join_checkbox.checkbox_d_overlay.checkbox_checked,
div#join_checkbox.checkbox_d_overlay1.checkbox_checked {
  background-position: 0% -24px !important;
}

#joinWaitListModal a.globaloptinelement {
  color: #000000;
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  width: 90%;
}

.mobalbox a {
  color: #831a2e;
}

#joinWaitListModal i {
  text-transform: uppercase;
  font-size: 11px;
  font-style: italic;
}

.wait_list_est.wl-time {
  width: 100%;
  display: block;
  float: none !important;
}

.fill_form {
  font-size: 14px !important;
}

#joinWaitListModal.modal #joinWaitListModal h3.myModalLabel {
  text-transform: uppercase;
}

div#waitlist-step1 {
  text-align: center;
  display: block;
  font-size: 20px;
}

/* #joinWaitListModal .loc_sm_txt {
  font-size: 13px;
  color: #000000;
  font-weight: normal;
} */

.wait_list_est.wl-time .time_num.new-time-num {
  margin: 10px auto !important;
  display: block;
  float: none !important;
}

.wait_list_est.wl-time #waitTime {
  text-align: center;
  display: block;
  float: none;
  width: 100% !important;
}

.wait_list_est {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  padding-top: 20px;
  margin-top: 0px;
}

#joinWaitlistForm .partyfont,
.wait_list_est.wl-time #waitTime {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", sans-serif;
  font-weight: normal !important;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

form#joinWaitlistForm.send-overlay-form.newwaitlistform .overlay-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#EnterWaitlistConfirmation {
  background: #831a2e;
  border: 1px solid #831a2e;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 10px;
  margin: 0 auto 20px;
  display: block;
  position: relative;
  float: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 3px !important;
  line-height: 26px;
  height: 50px;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 216px;
}

#EnterWaitlistConfirmation:hover {
  opacity: 0.8;
}

form#joinWaitlistForm.send-overlay-form.newwaitlistform .overlay-check #EnterWaitlistConfirmation {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

#waitlistCancel {
  padding: 10px;
  font-size: 18px;
  border-radius: 3px !important;
  text-align: center;
  font-family: montserrat !important;
  margin: 20px auto 0 !important;
  display: block;
  float: none !important;
  font-weight: normal;
}

form#joinWaitlistForm.send-overlay-form.newwaitlistform .overlay-check #waitlistCancel {
  width: 100% !important;
  display: block;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  text-decoration: underline;
}

#joinWaitListModal .guests p small {
  font-style: normal !important;
}

#newsOpts label {
  font-weight: normal;
  display: inline;
}

#newsOpts label:hover {
  text-decoration: none;
}

p.wl-margin {
  float: left;
  margin-left: 2px;
  margin-top: 10px;
  width: 450px !important;
}

/*
* Pages
*/
.sign-up-with-cards {
  background-size: 100% 85%;
  padding: 3.25rem 1.5rem 10.375rem;
}

@media only screen and (min-width: 992px) {
  .sign-up-with-cards {
    background-size: 100% 66%;
  }
}

.sign-up-with-cards .h2 {
  max-width: 30.1875rem;
}

.sign-up-with-cards .paragraph-copy {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 1200px) {
  .sign-up-with-cards .paragraph-copy {
    margin-bottom: 1.75rem;
  }
}

.eclub-form-wrapper .eclub-signup-form-wrapper {
  margin-bottom: 4rem;
  position: relative;
}

@media only screen and (min-width: 992px) {

  .eclub-form-wrapper .eclub-signup-form .email-input-wrapper,
  .eclub-form-wrapper .eclub-signup-form .zip-input-wrapper {
    width: 30%;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .eclub-form-wrapper .eclub-signup-form .form-button {
    width: 11%;
    max-width: 12.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .eclub-form-wrapper .zip-input-wrapper {
    margin: 0 1.625rem;
  }
}

.eclub-form-wrapper .email-input-wrapper {
  margin-bottom: 1.375rem;
}

@media only screen and (min-width: 992px) {
  .eclub-form-wrapper .email-input-wrapper {
    margin-bottom: 0;
  }
}

.eclub-form-wrapper .zip-input-wrapper {
  margin-bottom: 1.375rem;
}

@media only screen and (min-width: 992px) {
  .eclub-form-wrapper .zip-input-wrapper {
    margin-bottom: 0;
  }
}

#eclubForm h1 {
  font-family: "LeagueGothic", Cambria, "Hoefler Text", Utopia,
    "Liberation Serif", "Nimbus Roman No9 L Regular", sans-serif;
  font-size: 2rem;
  color: #020001;
  padding: 1.25rem;
  text-align: center;
}

#eclubForm h1#page-title {
  color: #fff;
  background-color: #2d2926;
  text-transform: uppercase;
  display: none;
}

#eclubForm h3 {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", Cambria,
    "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular",
    sans-serif;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

#eclubForm p {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
}

#eclubForm span.small {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
}

#eclubForm hr {
  display: none;
}

#eclubForm .errorMessages {
  max-width: 60rem;
  margin: 0 19px 1rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
}

@media screen and (min-width: 980px) {
  #eclubForm .errorMessages {
    margin: 0 auto 1rem;
  }
}

#eclubForm .errorMessages span {
  display: block;
  padding: 8px 0;
}

#eclubForm .errorMessages span.line-break {
  display: none;
}

#eclubForm #error_msg {
  color: #ff0000;
  margin-bottom: 1.25rem;
  max-width: 60rem;
  margin: 0 auto;
}

#eclubForm #page-content>*:not(.hero_img) {
  padding: 0 1.25rem;
}

#eclubForm .eclubHeaderDiv {
  max-width: 60rem;
  margin: 0 auto;
}

#eclubForm p.center {
  max-width: 60rem;
  margin: 0 auto;
}

#eclubForm #joinEclub {
  max-width: 60rem;
  margin: 0 auto;
}

#eclubForm #joinEclub::after {
  content: "";
  display: table;
  clear: both;
}

#eclubForm .head-eclub {
  padding-top: 2.5rem;
  padding-bottom: 0;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

#eclubForm .header_txt {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.1875rem;
}

#eclubForm .divider-image {
  display: none;
}

#eclubForm .eClubDesc p {
  line-height: 1.2;
  margin-bottom: 2.5rem;
  text-align: center;
}

#eclubForm .eclub_info_div label {
  font-family: "League Gothic", "Oswald",
    "Bebas Neue Bold",
    "Arial Narrow", Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

#eclubForm .eclub_info_div input {
  color: #020001;
  background-color: #fff;
  border: 0.0625rem solid #831a2e;
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 1.25rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  height: 3.125rem;
}

#eclubForm .eclub_info_div #state {
  width: 100%;
  margin-bottom: 1.25rem;
  background-color: #fff;
  color: #020001;
  padding: 0.3125rem 0.625rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  border: 0.0625rem solid #831a2e;
  border-radius: 0.1875rem;
  height: 3.125rem;
}

#eclubForm .eclub_info_div .birth-day {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#eclubForm .eclub_info_div .birth-day select {
  width: 33%;
  margin: 0 0.3125rem;
  background-color: #fff;
  color: #020001;
  padding: 0.3125rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  border: 0.0625rem solid #831a2e;
  border-radius: 0.1875rem;
  height: 3.125rem;
}

#eclubForm .eclub_info_div .birth-day select:first-of-type {
  margin-left: 0;
}

#eclubForm .eclub_info_div .birth-day select:last-of-type {
  margin-right: 0;
}

#eclubForm .eclub_info_div .small {
  display: block;
  margin-bottom: 1.25rem;
  text-align: center;
  line-height: 1.625rem;
}

#eclubForm .location_info_div #location-state,
#eclubForm .location_info_div #preferredLocation {
  width: 100%;
  margin-bottom: 1.25rem;
  background-color: #fff;
  color: #020001;
  padding: 0.3125rem 0.625rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  border: 0.0625rem solid #831a2e;
  border-radius: 0.1875rem;
  height: 3.125rem;
}

#eclubForm .location_info_div .eclubJoin.required {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  margin-top: 40px;
}

#eclubForm .all_restarent {
  margin-bottom: 0.625rem;
}

#eclubForm .all_restarent .checkbox_d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.625rem;
}

#eclubForm .all_restarent .brandNameText {
  margin-left: 0.625rem;
}

#eclubForm .all_restarent input[type="checkbox"] {
  position: static !important;
  top: unset !important;
  left: unset !important;
  height: 1.125rem !important;
  width: 1.125rem !important;
}


#eclubForm .eclub_info_div .birth-day select,
#eclubForm .eclub_info_div #state {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("https://media.longhornsteakhouse.com/images/site/ext/css-images/longarrowicon.png");
  background-repeat: no-repeat;
  background-position: right -0.0625rem center;
  background-size: 30px 50px;
}


#eclubForm .location_info_div .all_restarent #offers {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

#eclubForm .location_info_div .all_restarent #offers::before {
  content: "";
  color: #831a2e;
  position: relative;
  top: 8px;
  text-align: center;
  width: 17px;
  height: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 15px;
}

#eclubForm .location_info_div .all_restarent #offers:checked::before {
  content: "\2714";
}

#eclubForm #location-state,
#eclubForm #preferredLocation {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("https://media.longhornsteakhouse.com/images/site/ext/css-images/longarrowicon.png");
  background-repeat: no-repeat;
  background-position: right -0.0625rem center;
  background-size: 30px 50px;
}



@media only screen and (min-width: 992px) {
  #eclubForm #preferredLocation {
    margin-top: 2rem;
  }
}

#eclubForm .button-right {
  width: 13.75rem;
  margin-right: auto;
  margin-left: auto;
}

#eclubForm .primary-btn {
  display: inline-block;
  width: 100%;
  margin-top: 2.5rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 0.375rem;
  padding: 0.625rem 0.75rem;
  margin-bottom: 1.25rem;
  background-color: #831a2e;
  border: 0.125rem solid #831a2e;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}

#eclubForm .primary-btn:hover,
#eclubForm .primary-btn:active,
#eclubForm .primary-btn:focus,
#eclubForm .primary-btn:focus-within {
  text-decoration: none;
  color: #fff;
  background-color: #af2734;
  border: 0.125rem solid #af2734;
}

#eclubForm .eclubJoinTermsText {
  text-align: center;
  margin-bottom: 2.5rem;
}

#eclubForm .eclubJoinTermsText p {
  font-size: 0.875rem;
  line-height: 1.4;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*
* IE11 styles
*/
.ie-11 .about-us-main .ie-height-fix {
  height: 100%;
}

.ie-11 .about-us-main .ie-width-fix {
  width: 100%;
}

/*WO682304 - My account overlay header changes -- start*/
.myacc-hide {
  display: none;
}

div#myAccountModal {
  top: 105px;
  position: absolute;
  width: 285px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #b5b5b5;
  right: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.myacc-fav-img,
.logout-img,
.user-img,
.orders-img {
  width: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.myacc-fav,
.myacc-accountText,
#myAccountModal .maincontent li {
  display: block;
  float: none;
}

.myacc-activity,
.myacc-orders,
.myacc-favourites,
.myacc-info {
  text-align: center;
}

#myAccountModal .row.pad-left15.myacc-details {
  padding-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.myacc-body {
  width: 100%;
}

.myacc-name {
  padding-bottom: 10px;
  border-bottom: 2px solid #cdcdcd;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-top: 5px;
}

#myAccountModal .maincontent {
  text-align: left;
}

#myAccountModal .maincontent li a {
  color: #020001 !important;
  padding: 0 50px;
  text-transform: capitalize !important;
  display: block;
  text-decoration: none;
  font-size: 14px !important;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 600;
}

#myAccountModal a#registrationId {
  display: block;
}

#myAccountModal div a {
  text-transform: uppercase;
  text-decoration: none;
  color: #020001;
  font-size: 11px;
  display: block;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 600;
}

#myAccountModal ul {
  margin: 0;
  margin-top: 0 !important;
}

#myAccountModal a.myacc-logout {
  display: contents !important;
}

ul.myacc-info li a {
  line-height: 5px;
}

#myacc-arrow {
  top: 0;
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

ul#header-account-overlay li {
  display: contents;
}

#header-account-overlay a.createProfile_lh {
  padding: 15px;
  cursor: auto;
}

.detialArrow {
  background-image: url(//media.longhornsteakhouse.com/images/site/arrow-orders-down.png);
  width: 25px;
  background-size: 12px;
}

.wl-arrow {
  background-repeat: no-repeat;
  height: 14px;
  background-position: center bottom;
  display: inline-block;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -8px;
  position: relative;
  top: -3px;
}

#myAccountModal .row.pad-left15 {
  display: block;
}

.detialArrow_up {
  background-image: url(//media.longhornsteakhouse.com/images/site/arrow-orders-up.png);
}

.header .mobile-nav-slider-wrapper li.mobile-nav-item:last-child .my-account-links a.mobile-nav-link {

  font-size: 1.4rem;
}

/*wait list popup*/
/* span#nextposition_text {
  margin-left: 100px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #831a2e !important;
  float: left;
  font-size: 23px !important;
  width: auto;
  font-weight: 700;
} */

#joinWaitListModal .mobalbox p {
  font-weight: normal;
}

#joinWaitListModal p {
  color: #021000 !important;
}

#joinWaitListModal p {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 16px;
  width: 100%;
}

.modal #joinWaitListModal {
  background-color: #fff !important;
  margin-top: 10vh;
  border-radius: 3px;
}

/* .modal #joinWaitListModal {
    width: 530px!important;
    top: 0!important;
    margin-bottom: 30px;
    background: #D5D6D9 !important;
} */
#joinWaitListModal #waitlist-step2 .colortxt {
  color: #000000;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 14px !important;
  margin-bottom: 12px;
}

#joinWaitListModal span {
  color: #000;
}

p.colortxt>span {
  font-weight: normal;
}

/* span.loc_sm_txt {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 15px;
} */
/* span.loc_sm_txt {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 0;
} */
#joinWaitListModal.modal #joinWaitListModal span {
  color: #020001;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 20px;
}

div#waitlist-step2 {
  margin-left: 0;
}

#joinWaitListModal #waitlist-step2 .make-change {
  float: left;
  margin-top: 20px;
  width: 100%;
}

#joinWaitListModal #waitlist-step2 .btn_fl {
  width: 220px !important;
  background: #767576;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  padding: 10px 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border-radius: 0px !important;
  margin-left: 2px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

#waitlist-step2 .btn_wishlist {
  background-color: #831a2e !important;
  height: 35px;
  clear: both;
}

/*Edit WL popup*/
#joinWaitListStep1.modal.fade.in {
  top: 10% !important;
}

div#joinWaitListStep1.mobalbox {
  background: #fff !important;
  padding: 10px 20px 20px 20px !important;
  color: #000000;
  width: 500px;
}

h3.myModalLabel {
  text-transform: uppercase !important;
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: inherit;
}

.mobalbox p,
.modalbox p {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  vertical-align: bottom;
  line-height: 16px;
}

#joinWaitListStep1 .wl_msg {
  margin-bottom: 12px !important;
  font-weight: bold;
}

.mobalbox label,
.mobalbox select,
.mobalbox input {
  border-color: #000000;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

label {
  clear: both;
  display: inline-block;
  margin-bottom: 5px;
}

#RemoveWaitlistConfirmation,
#EditWaitlistConfirmation {
  width: 30%;
  height: 29px;
  background: #831a2e;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  float: right;
  margin-left: 0 !important;
}

.pull-left {
  float: left !important;
}

form a {
  color: #831a2e;
  text-decoration: underline;
}

.editGuests {
  margin-left: 16px;
  width: 100%;
}

.small,
small {
  font-size: 85%;
  font-style: italic;
}

#partysizenum.wlnumber {
  float: none !important;
  display: inline-block;
  padding: 14px 10px;
  border-radius: 3px;
  border: 1px solid #831a2e;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-right: 0 !important;
  text-indent: 1px;
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 20px;
  color: #831a2e !important;
  text-align: center !important;
  cursor: pointer;
}

.item #partysizenum.selected-partysize.wlnumber {
  background-color: #831a2e !important;
  color: #fff !important;
}

/*REmove from WL*/
.primary-btn {
  background: #831a2e;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  padding: 7px 10px;
  text-transform: uppercase;
  border-radius: 0px !important;
  font-weight: normal;
  font-size: 14px;
}

div#removeWaitListModal .container-fluid {
  left: 0;
  margin: auto;
  top: 0px;
  text-align: center;
  width: 500px !important;
  background: #fff !important;
  margin-top: 180px;
  height: auto;
  padding: 20px 30px !important;
}

div#removeWaitListModal {
  width: 100%;
  height: auto;
}

.modal.fade.in {
  top: 0 !important;
}

.fade.in {
  opacity: 1;
}

.modalunkown {
  z-index: 99999;
  margin: auto;
  background: none !important;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

#removeWaitListModal h3.myModalLabel {
  margin-bottom: 40px;
}

h3.myModalLabel {
  text-transform: uppercase !important;
  color: black;
  font-size: 18px;
  font-weight: bold;
}

button#RemoveWaitlistCancelConfirmation {
  width: 200px;
  margin-right: 10px;
  border: 0;
  height: 30px;
}

.btn_fl {
  font-size: 14px;
  background-color: #767576;
  color: #fff !important;
}

#RemoveWaitlistConfirmation,
#EditWaitlistConfirmation {
  width: 46%;
  background: #831a2e;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 0px !important;
  height: 30px;
  float: right;
}

div#removeWaitlist-text {
  width: 100%;
}

form.send-overlay-form {
  width: 100%;
}

.error_msg {
  color: #831a2e !important;
  margin-bottom: 10px;
  cursor: text;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
}

a.primary-btn,
input.primary-btn,
#gc input.primary-btn {
  background: #831a2e;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 10px;
  width: 12em;
}

button#waitlistFindAnotherLoc {
  margin-right: 20px;
}

div#removeWaitlist1-text {
  margin: 0 auto;
}

#joinWaitListModal .waitlistnum_new {
  text-align: left !important;
}

#joinWaitListModal span {
  color: #000;
}

span.direct-text-size {
  display: block;
}

#joinWaitListModal #waitlist-step2 .colortxt {
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

#joinWaitListModal #waitlist-step2 .colortxt span {
  font-weight: normal;
}

button.test {
  display: none;
}

#joinWaitListModal .span3.margin_lft_07 {
  margin-top: 0px;
  padding-top: 0;
  width: 94%;
  margin-bottom: 20px;
  float: left;
}

/*wait list popup*/
span#nextposition_text {
  color: #831a2e !important;
  float: left;
  margin-top: 5px;
  font-size: 23px !important;
  width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

#joinWaitListModal .mobalbox p {
  font-weight: normal;
}

#joinWaitListModal p {
  color: #021000 !important;
}

#joinWaitListModal p {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 16px;
  width: 100%;
}

.modal #joinWaitListModal {
  background-color: #fff !important;
  margin-top: 10vh;
  border-radius: 3px;
}

.modal #joinWaitListModal {
  width: 530px !important;
  top: 0 !important;
  margin-bottom: 30px;
  background: #d5d6d9 !important;
}

#joinWaitListModal #waitlist-step2 .colortxt {
  color: #000000;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 14px !important;
}

#joinWaitListModal span {
  color: #000;
}

p.colortxt>span {
  font-weight: normal;
}

#joinWaitListModal .linkcolortxt {
  font-size: 15px;
  color: #831a2e;
  font-weight: bold;
  text-decoration: underline;
}

span.loc_sm_txt {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 15px;
}

#joinWaitListModal.modal #joinWaitListModal span {
  color: #020001;
  font-size: 14px;
  line-height: 1.42857143;
}

span.loc_sm_txt {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 0;
}

div#waitlist-step2 {
  margin-left: 0;
}

#joinWaitListModal #waitlist-step2 .make-change {
  float: left;
  margin-top: 20px;
  width: 100%;
}

#joinWaitListModal #waitlist-step2 .btn_fl {
  width: 220px !important;
  background: #767576;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  padding: 7px 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border-radius: 0px !important;
  margin-left: 2px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

#waitlist-step2 .btn_wishlist {
  background-color: #831a2e !important;
  height: 35px;
  clear: both;
}

button#shareWLConfirmationInfo {
  clear: both;
}

#waitlistCancel {
  width: 12em;
  font-weight: bold;
  font-family: "Montserrat" !important;
  text-transform: uppercase;
}

#joinWaitListModal.modal #joinWaitListModal .wait_list_est.nowait p#waitTime {
  font-weight: bold !important;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 10px;
  width: auto !important;
}

#joinWaitListModal.modal #joinWaitListModal .wait_list_est.nowait p.time_num {
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  color: #831a2e !important;
  display: inline-block;
  font-weight: bold;
  width: auto !important;
  margin-bottom: 19px;
  text-transform: uppercase;
}

button.test {
  display: none;
}

#joinWaitListModal span#wlposition {
  position: relative;
  display: inline-block;
  left: 0px !important;
}

/*PBI68983 and 48264*/
span#wlposition {
  position: absolute;
  margin-top: -9px;
  height: 47px;
  font-size: 20px !important;
  font-weight: normal;
  line-height: 43px !important;
  color: #ffffff !important;
  text-align: center;
  background: #831a2e;
  border: -1px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 24px;
  opacity: 1;
  width: 47px;
  margin-left: 95px;
  padding-top: 5px;
}

span.wl-text {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 23px !important;
  width: auto;
  font-weight: 700;
}

/*Added by kxs080401*/
.wait_list_est.wl-time #waitTime {
  width: auto !important;
  display: inline-block;
  font-family: "LeagueGothic", "league-gothic", "League Gothic", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
}

#joinWaitListModal p.time_num.new-time-num {
  width: auto !important;
  display: inline-block;
  margin-bottom: 0px !important;
  font-family: "League Gothic", "Oswald",
    "Bebas Neue Bold",
    "Arial Narrow", Arial, sans-serif;
  font-size: 20px !important;
  text-transform: uppercase;
}

/*WO838740-Remove decimals from value options in GC flow*/
#joinEclub .brandImage {
  margin-left: 20px;
  margin-top: 10px;
}

#joinWaitListModal .wait_list_est.wl-time {
  padding-top: 0;
  margin-top: -10px;
}

#joinWaitListModal .guests div#wlistcount {
  margin-top: 25px !important;
}

#joinWaitListModal #partysizenum.wlnumber {
  width: 52px;
  padding: 10px 10px !important;
  height: auto !important;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-indent: 1px;
}

#joinWaitListModal #waitlist-step1 .span3.margin_lft_07 {
  margin-top: 7px;
  margin-bottom: 4px;
  text-align: center;
  margin-left: 21px;
}

#joinWaitListModal #waitlist-step1 .linkcolortxt {
  font-size: 18px !important;
}

#joinWaitListModal.modal #joinWaitListModal h3.myModalLabel {
  margin-left: 34px;
}

#joinWaitListModal.modal .mobalbox p.fill_form {
  margin-top: 24px;
}

#joinWaitlistForm .partyfont {
  margin-top: 1px;
}

#joinWaitListModal.modal .mobalbox p.wl-margin {
  margin-top: 20px;
}

/*test*/
#joinWaitlistForm label.error_msg {
  display: block;
  font-size: 14px !important;
  margin-bottom: 0px;
}

/*PBI71162*/
#joinWaitlistForm ::placeholder {
  opacity: 0;
}

#joinWaitlistForm :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0;
}

#joinWaitlistForm ::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0;
}

a#viewWaitList {
  color: #FFF;
}

#successMessage h2,
#eclub-form-title {
  font-size: 1.5rem;
}

#successMessage p,
#eclub-form-copy {
  font-size: 0.93rem;
}

@media only screen and (min-width:390px) {

  #successMessage h2,
  #eclub-form-title {
    font-size: 1.75rem;
  }

  #successMessage p,
  #eclub-form-copy {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 414px) {
  .column-sections .column-section .link-with-arrow-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width:576px) {

  #successMessage h2,
  #eclub-form-title {
    font-size: 2.25rem;
  }

  #successMessage p,
  #eclub-form-copy {
    font-size: 1.5rem;
  }
}



@media only screen and (min-width: 992px) {
  .link-with-arrow {
    margin: 0 0.625rem 0.625rem;
  }

  .card-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 82rem;
  }

  .card-section-wrapper .card:first-of-type {
    margin-left: 0;
  }

  .card-section-wrapper .card:last-of-type {
    margin-right: 0;
  }

  .card-section-wrapper.card-three-column .card {
    margin: 0 auto 2.1875rem;
    max-width: 31.25rem;
  }

  .card-section-wrapper.card-three-column .card {
    width: 33%;
    max-width: 25.875rem;
  }

  .column-sections .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-sections .column-section.pull-up {
    margin-top: -0.875rem;
  }

  .column-sections .column-section .link-with-arrow-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-sections.three-column .column-section {
    width: 50%;
  }

  /* 
 .column-sections.three-column .column-section {
  width: 33%;
  max-width: 20.625rem;
  margin-bottom: 0;
 } */



}



@media only screen and (min-width: 1200px) {
  .link-with-arrow {
    margin: 0 0 0.625rem;
  }

  .column-sections .column-section .link-with-arrow-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


}