@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@600&display=swap');

h1, h2, h3, h4, h5, h6, .btn{
  font-family: 'Work Sans', sans-serif;
}
body, p, li, span, b, strong, a, em {
  font-family: 'Roboto', sans-serif;
}

.cmsform {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  padding: 2rem 2rem;
  color: #000;
}

.p-1 {
  padding: 2rem;
}

.main-container {
  margin-bottom: 0;
}

.contact .card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--main-background);
  background-clip: border-box;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

#sidebar {
  border-right: 1px solid black;
  overflow-y: scroll;
  max-height: 600px;
  min-height: 600px;
}

#sidebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#sidebar::-webkit-scrollbar-track {
  background: #4e4e4e;
}

/* Handle */
#sidebar::-webkit-scrollbar-thumb {
  background: #e4002b;
}

/* Handle on hover */
#sidebar::-webkit-scrollbar-thumb:hover {
  background: #e4002b;
}


.map-loc-item {
  padding-left: 2rem;
  opacity: .8;
}

.map-loc-item h2 {
  text-align: center;
  margin-left: -20px;
}

.loading {
  position:absolute;
  height:600px;
  width: 100%;
  background: url('../images/design/loading.svg') center no-repeat;
  background-color: #e4002b;
  background-size: 10%;
  z-index: 1;
}

#accessibility-policy .modal-body {
  color: #000;
}

#loc-map iframe {
  position: absolute;
  z-index: 2;
}





.mapOn {
  opacity: 1;
}

.mapOn h2 {
  color: #e4002b;
}

.mapOff {
  opacity: .8;
}

.mapOff h2 {
  color: #fff;
}

.map-loc-item:hover {
  opacity: 1;
  cursor: pointer;
}

.social-size {
  font-size: 40px;
  text-align: center;
  margin-left: -20px;
}

.slider-banner, .slider-banner-2, .slider-banner-3, .slider-banner-fullscreen, .tp-bgimg {
  max-height: 100vh !important;
  height: 100vh !important;
}
.banner {
  max-height: 100vh;
  height: 100vh;
}
@media(max-width:991px){
  .slider-banner, .slider-banner-2, .slider-banner-3, .slider-banner-fullscreen, .tp-bgimg {
    max-height: 60vh !important;
    height: 60vh !important;
  }
  .banner {
    max-height: 60vh;
    height: 60vh;
  }

}
@media(max-width:768px){
  .slider-banner, .slider-banner-2, .slider-banner-3, .slider-banner-fullscreen, .tp-bgimg {
    max-height: 35vh !important;
    height: 35vh !important;
  }
  .banner {
    max-height: 35vh;
    height: 35vh;
  }
}

@media(max-width:991px){
  .all-maps {
    margin-bottom:600px;
  }

  #sidebar {
    max-height: 400px;
    min-height: 400px;
  }

}

@media(max-width:767px){
  .navbar-default .navbar-nav > li > a {
    color: #000;
  }
}

.opacity-active {
  opacity: .8;
}

.contact .row {
  margin-bottom: 2rem;
}

.footer-loc {
  margin: 1rem .25rem 1rem .25rem;
  padding: 1rem 1rem 0rem 1rem;
  /* border: 3px solid var(--buttons-links); */
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 25px;
  height: 100%;
}

.well {
  border-radius: 0px;
  background-color: #e7e7e7;
  color: #000;
  border: 3px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.image-box {
  border-radius: 0px;
  background-color: #e7e7e7;
  color: #000;
  border: 3px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#main > section > div > div.row > ul.pull-right.list-inline {
  margin-right:1rem;
}

.btn {
  border-radius: 100px;
}

.btn-light, .btn-default, .btn-primary {
  color: #fff;
  background: -o-linear-gradient(top, rgba(228,0,43,1), rgba(182,0,34,1));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228,0,43,1)), to(rgba(182,0,34,1)));
  background: linear-gradient(180deg, rgba(228,0,43,1), rgba(182,0,34,1));
  border: 2px solid #fff;
}
.btn-light:hover, .btn-default:hover, .btn-primary:hover {
  color: #fff;
  background: -o-linear-gradient(top, rgba(182,0,34,1), rgba(228,0,43,1));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(182,0,34,1)), to(rgba(228,0,43,1)));
  background: linear-gradient(180deg, rgba(182,0,34,1), rgba(228,0,43,1));
  border: 2px solid #fff;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show>.btn-default.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background: -o-linear-gradient(top, rgba(182,0,34,1), rgba(228,0,43,1));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(182,0,34,1)), to(rgba(228,0,43,1)));
  background: linear-gradient(180deg, rgba(182,0,34,1), rgba(228,0,43,1));
  border: 2px solid #fff;
}
.btn-light.focus, .btn-light:focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(228,0,43 / 50%);
          box-shadow: 0 0 0 0.2rem rgb(228,0,43 / 50%);
}

.btn-right {
	display:inline-block;
	position:relative;
	vertical-align: middle;
}

.btn-right ul{
	list-style:outside none none;
	margin:0;
	padding:0;
}

.btn-right  li {
	border-right:1px solid #e3e3e3;
	border-right-color: var(--top-bar-borders);
	margin:0;
	padding:8px 5px 7px;
	display:inline-block;
}

.btn-right  li:last-child {
	border-right:0 none;
}

.btn-right li > a {
	color: #999;
	color: var(--top-bar-icons);
	padding:8px 10px;
	font-size:12px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-right li > a:hover, .btn-right li > a:focus {
	text-decoration:none;
}

.pull-right {
	float:right;
	margin-left:10px;
}

.pull-left {
	float:left;
	margin-right:10px;
}

.opentable h1{
	margin-top:0;
	line-height: 0.8;
	margin-bottom:20px;
}
.contact-top span {
    padding-right: 5px;
		border-right:1px solid #e3e3e3;
    border-right-color: var(--top-bar-borders);
    padding-top: 8px;
    display: inline-block;
    padding: 8px 10px;
		color: #999;
		color: var(--top-bar-icons);
}

.promoclick{
	max-width: 135px;
}

/* Menu Nav  */

.mt-loc-title {
  margin-top: 7px;
  margin-bottom: 0;
}

.red-hr {
  /* border-top: 3px solid red; */
  border-radius: 5px;
  margin-top:1.25rem;
  margin-bottom:2rem;
}

.white-hr {
  border-top: 3px solid white;
  border-radius: 5px;
  margin-top:1.25rem;
  margin-bottom:2rem;
}

#gallery > div > div.filters > ul > li {
  background: transparent;
}

#gallery .isotope-container {
  margin-bottom: 0;
}

.loc-social {
  text-align: right;
  font-size: 40px;
  float:right;
}

@media(max-width:768px){
  .loc-social {
    text-align: center;
    font-size: 40px;
    float: none;
  }
  #main > section > div > div.row > ul.pull-right.list-inline {
    float: none !important;
    text-align: center;
  }
}

.loc-body > img {
  border-radius: 49px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.tab-content .contain {
  height: 100%;
  width: 100%;
}

.tab-content .content {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.tab-content {
  margin-bottom: 3rem;
  background-color: #fff;
  color: #000 !important;
  border: 3px solid var(--top-bar-borders);
  margin-top: 2.5rem;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  /* box-shadow: rgb(17 17 26 / 10%) 0px 8px 24px inset, rgb(17 17 26 / 10%) 0px 16px 56px inset, rgb(17 17 26 / 10%) 0px 24px 80px inset; */
}

#menu, #look_inside, #gallery, #events_catering, #contact {
  padding: 2rem 4rem;
}

#map > iframe {
  margin-bottom: -6px;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
  color: #000 !important;
}

.tab-content h2 {
  font-size: 4rem;
}

.nav-pills > li > a {
  color: #fff;
  background: -o-linear-gradient(top, rgba(228,0,43,1), rgba(182,0,34,1));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228,0,43,1)), to(rgba(182,0,34,1)));
  background: linear-gradient(180deg, rgba(228,0,43,1), rgba(182,0,34,1));
  /* border: 2px solid #fff; */
  border-radius: 100px;
  margin: 1rem;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: rgba(228,0,43,1);
  background: #fff;
  border: 2px solid rgba(228,0,43,1);
  border-radius: 100px;
}

.nav-pills > li > a:hover {
  color: #fff;
  background: -o-linear-gradient(top, rgba(182,0,34,1), rgba(228,0,43,1));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(182,0,34,1)), to(rgba(228,0,43,1)));
  background: linear-gradient(180deg, rgba(182,0,34,1), rgba(228,0,43,1));
  border: 2px solid #fff;
  border-radius: 100px;
}

.nav-pills.tabbable {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y:hidden;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
}

.nav-pills > li {
	background-color: var(--footer-background);
	display: inline-block;
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
  text-align: center;
}

.nav-tabs > li > a {
  color: #fff;
  background: -o-linear-gradient(top, rgba(228,0,43,1), rgba(182,0,34,1));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228,0,43,1)), to(rgba(182,0,34,1)));
  background: linear-gradient(180deg, rgba(228,0,43,1), rgba(182,0,34,1));
  /* border: 2px solid #fff; */
  border-radius: 100px;
  margin: 1rem;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgba(228,0,43,1);
  background: #fff;
  border: 2px solid rgba(228,0,43,1);
  border-radius: 100px;
}

.nav-tabs > li > a:hover {
  color: #fff;
  background: -o-linear-gradient(top, rgba(182,0,34,1), rgba(228,0,43,1));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(182,0,34,1)), to(rgba(228,0,43,1)));
  background: linear-gradient(180deg, rgba(182,0,34,1), rgba(228,0,43,1));
  border: 2px solid #fff;
  border-radius: 100px;
}

.nav-tabs > li {
	background-color: var(--footer-background);
	/* display: inline-block; */
	/* flex-basis: 0; */
	/* flex-grow: 1; */
  text-align: center;
}

.nav-tabs > li.active > a:after {
  background-color: transparent;
}

.mobile::-webkit-scrollbar {
  -webkit-appearance: none;
  margin: 2px;
}

.mobile::-webkit-scrollbar {
  width: 11px;
}

.mobile::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, .5);
}

.mobile::-webkit-scrollbar-track { 
  background-color: #fff; 
  border-radius: 8px; 
} 

.nav-pills.tabbable::-webkit-scrollbar {
    -webkit-appearance: none;
}

.nav-pills.tabbable::-webkit-scrollbar:vertical {
    width: 11px;
}

.nav-pills.tabbable::-webkit-scrollbar:horizontal {
    height: 11px;
}

.nav-pills.tabbable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.nav-pills.tabbable::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 

@media(min-width: 768px){
  .location-page .first {
    margin: 1rem 1rem 1rem 0rem !important;
  }

  .location-page .last {
    margin: 1rem 0rem 1rem 1rem !important;
  }
}
#promotiles > .main {
  background-color: rgb(0, 0, 0, .3);
}

/* ------ Review Carousel ------ */

@media (max-width: 767px){
.parallax-bg .parallax-bg--image-container .parallax-bg--image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}}

.parallax-bg {
  position: relative;
  height: auto;
  overflow: hidden;
}
.parallax-bg .parallax-bg--image-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.parallax-bg .parallax-bg--image-container .parallax-bg--image {
  background-attachment: fixed !important;
  background-position: center;
	background-size: 37.5% !important;
	background-repeat: repeat;
  width: 100%;
  height: 100%;
  background-image: url(../images/design/bg-1.svg) !important;
}
.parallax-bg .parallax-bg--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5rem 15px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.parallax-bg h2 {
  color: #fff;
  font-style: italic;
}

.testimonial-carousel {
  /* padding: 3rem 0; */
  /* background-image: url(../images/design/parallax-bg.webp); */
  min-height: 35vh;
  /* background-size: cover; */
  /* background-position: center; */
}

.testimonial-carousel::after {
  background-color: rgb(0, 0, 0, .7);
}

.testimonials-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    /* padding: 5rem 15px; */
    width: 100%;
    height: 100%;
    text-align: center;
  min-height: 35vh;
}

.testimonial-text {
  font-size: 3rem;
  color: #fff;
  padding: 2rem;
}

.testimonial-header {
  color: #fff;
}

.modalBlack {
	color: #000;
}

.testimonial-carousel .btn-template {
    position: relative;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    /* padding: 15px 25px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.review-carousel {
  padding: 3rem 0;
  background-color: #000;
  /*background-image: url(/images/bg/bg_quote.webp);*/
}

.review-text {
  font-size: 18px;
  color: #fff;
  /* padding: 2rem; */
  white-space: nowrap;
  overflow: hidden;
  word-break: break-word;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.c-spacer {
  padding-bottom: 2rem;
}

.source-logo {
  min-height: 3rem;
  max-height: 3rem;
  /* background-color: white; */
  /* padding:.5rem; */
  /* border-radius: .25rem; */
}

.review-header {
  /* text-transform: uppercase; */
  color: white;
  
}

.review-carousel .btn-template {
    position: relative;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.fa-star {
	background-image: -o-linear-gradient( left, #e8cc6e 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #e8cc6e 100% );
	background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #e8cc6e), color-stop(22%, #cb9b51), color-stop(45%, #f6e27a), color-stop(50%, #f6f2c0), color-stop(55%, #f6e27a), color-stop(78%, #cb9b51), to(#e8cc6e) );
	background-image: linear-gradient( to right, #e8cc6e 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #e8cc6e 100% );
	color:transparent;
	-webkit-background-clip:text;
	font-size: 30px;
	margin-left: .2rem;
	margin-right: .2rem;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.no-decoration {
	color: white;
	text-decoration: none;
}

.no-decoration:hover, .no-decoration:focus, .no-decoration:active {
	color: white;
	text-decoration: none;
}

.pb-0 {
	padding-bottom: 0px;
}

.pt-0 {
	padding-top: 0px;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-5 {
	margin-bottom: 4.25rem;;
}

.mb-4 {
	margin-bottom: 3rem;;
}

.mt-0 {
	margin-top: 0px;
}

.mt-1 {
	margin-top: 2rem;
}

.mb-1 {
	margin-bottom:.5rem;
}

.mt-m {
	margin-top:2rem;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.close {
    font-weight: normal;
    opacity: 1;
}

@media (min-width:768px){
  .pull-right-mb {
    float: right;
    margin-left: 10px;
  }
}

.sponsor-imgs {
  background-color: #fff;
  border: 3px solid var(--top-bar-borders);
  margin-top:3rem;
  margin-bottom:3rem;
  padding:8rem;
  border-radius: 25px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px inset, rgba(17, 17, 26, 0.1) 0px 16px 56px inset, rgba(17, 17, 26, 0.1) 0px 24px 80px inset;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px inset, rgba(17, 17, 26, 0.1) 0px 16px 56px inset, rgba(17, 17, 26, 0.1) 0px 24px 80px inset;
}

/* CSS For Promotiles */

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--main-background);
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.03); */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1rem 1.25rem;
  /* background-color: rgba(0, 0, 0, 0.03); */
  /* border-top: 1px solid rgba(0, 0, 0, 0.125); */
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
  border-radius: 25px;
  /* outline: 1px solid var(--top-bar-borders); */
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.card-p {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.h-100 {
    height: 100%!important;
}

.pr-0 {
	padding-right: 0;
}

.pl-0 {
	padding-left: 0;
}

.pl--1 {
	margin-left: -20px;
}

.pr-1 {
	padding-right: .25rem;
}

.pl-1 {
	padding-left: .25rem;
}

.mb-6 {
  margin-bottom: 7rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

#main > section > div > div.location-page > p.visible-xs-block {
  margin-bottom:0;
  margin-top:0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.footer-loc .btn {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem 1rem;
  min-width: auto;
}
@media(min-width: 769px){
  .mobile {
    display:none;
  }
  .not-mobile {
    display:block;
  }
}
@media(max-width: 768px){
  .home-info, .footer-loc, .mt-loc-title, .loc-body, #menu h2 {
    text-align: center;
  }

  .home-info img {
    width: 100%;
  }
  #menu, #look_inside, #gallery, #events_catering, #contact {
    padding: 1rem 2rem;
  }
  .not-mobile {
    display:none;
  }
  .location-nav.mobile {
    display:block;
    height: 176px;
    overflow-y: scroll;
    border: 1px solid #fff;
  }
  .nav-tabs {
    margin-top: 0px;
  }
}

.nav-tabs {
  background-color: transparent;
}
.nav-tabs > li > a:hover:after {
  background-color: transparent;
}

.nav-tabs {
  border-color: transparent;
}

#san_antonio > div:nth-child(1) > div:nth-child(1) {
  padding: 4rem;
}

#heroVideo {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.well hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #333;
}

@media(min-width:768px){
  .menu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#menu > div.justify-content-center.mx-auto.row > div > div > p > strong {
  line-height: 1;
}

#menu > div.justify-content-center.mx-auto.row > div > div {
  padding-left: 12rem;
  padding-right: 8rem;
}

#menu > div.justify-content-center.mx-auto.row > div > div.mt-5.well > div {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

#menu ul {
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
}

@media(max-width: 992px) {
  #menu > div.justify-content-center.mx-auto.row > div > div {
    padding-left: 6rem;
    padding-right: 2rem;
  }
  
  #menu > div.justify-content-center.mx-auto.row > div > div.mt-5.well > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
}

@media(max-width: 768px) {
  #menu > div.justify-content-center.mx-auto.row > div > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  #menu > div.justify-content-center.mx-auto.row > div > div.mt-5.well > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
}

/*.music-margins {
  margin: 3rem;
} */

.next-show {
  margin: 2rem;
  text-align: center;
  font-weight: bold;
}

.sponsor-margin1 {
  margin-top: 7rem;
}

.sponsor-margin2 {
  margin-top: 7rem;
}