/*
* Project: Michael Jordan's Steak House
* Client: Cornerstone Restaurant Group
* Director:
*
* Initial Build Start Date: September, 2021
*
* Initial Launch Date:
*
* Adaptive site design by fathead design
* www.fatheaddesign.com
*
* Copywriter & Social Media Director: Tonya Tomlinson
* Creative Director: Sarah Becan
* Developers: Gregg Tomlinson, MM Robinson
*
Helpful note: when building sprites for mobile, images should not be any deeper than 2560px (iOS especially has an issue with sprites larger than 2560px deep). iPad will render these sprite graphics in landscape mode but _not_ in portrait. Devices rendering at 420px and lower are spotty at best. Emulators (including Adobe Shadow / Edge Inspect and Safari's User Agent will not pick this up.
*
* holla.
*
*
*/
/* lets do this - bringing in the SASS */
/* first things first - bringing in the fonts */
/* ====== SASS vars (in SCSS format) ====== */
/* colors */
/* bgs */
/* fonts */
/* Gotham fonts are declared as
	font-weight: $book; 		(for 400)
	font-weight: $extra-bold; 	(for 800)
*/
/* ====== Global styles ====== */
/* @group SVGs */
/* @group fathead logo */
.fhd0 {
  clip-path: url(#SVGID_2_);
}

.fhd1 {
  fill: #C0AF2C;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.fhd2 {
  fill: #F7971D;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.fhd3 {
  fill: #7473A8;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.fhd4 {
  fill: #5D86A0;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.fhd5 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

/* @end */
/* @end */
/* outlines everything in orange for visual assistance in build  * /
* { outline: 1px dotted orange; }

*/
/*
@import "svgs";
@import "global-base";
@import "locations";
@import "modals";
*/
/* @group Global */
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  color: #000000;
  background: #ffffff;
  padding-bottom: 0px;
  letter-spacing: 0.05em;
}

em {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

strong {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

a,
a:visited,
a:link {
  color: #dc223e;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition-property: all 0.5s linear 0s;
}

a:hover, a:focus {
  color: #c91126;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

h1, h2, h3, .h1, .h2, .h3 {
  color: #dc223e;
}

h1 {
  margin-bottom: 2rem;
}

h4 {
  margin: 2rem 0 1rem 0;
}

h1 em, h1 strong, .h1 em, .h1 strong,
h2 em, h2 strong, .h2 em, .h2 strong,
h3 em, h3 strong, .h3 em, .h3 strong,
h4 em, h4 strong, .h4 em, .h4 strong,
h5 em, h5 strong, .h5 em, .h5 strong,
h6 em, h6 strong, .h6 em, .h6 strong {
  font-weight: 700;
}

.small {
  font-size: 70%;
}

.greyBg {
  background-color: #ebebec;
}

.darkgreyBg {
  background-color: #d5d7d8;
}

.whiteBg {
  background-color: #ffffff;
}

.redBg {
  background-color: #dc223e;
  color: #ffffff;
}

.pushbackBg {
  z-index: -1;
}

.pushForward {
  z-index: 99999;
}

a.button, a.button:visited, a.button:link,
.button, .button:visited, .button:link,
a.btn, a.btn:visited, a.btn:link,
.btn, .btn:visited, .btn:link {
  display: inline-block;
  color: #ffffff;
  background-color: #dc223e;
  border: 0;
  border-radius: 0;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: all 0.5s linear;
  margin: 0.25rem auto 0.25rem;
}

a.button:hover, a.button:focus,
.button:hover, .button:focus,
a.btn:hover, a.btn:focus,
.btn:hover, .btn:focus {
  background-color: #c91126;
}

#mainContent {
  font-size: 0.875em;
  line-height: 1.5em;
  overflow-y: scroll;
  height: 100vh;
}

.fullwidth {
  position: relative;
  display: block;
  width: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
}

/* xs */
@media (max-width: 575px) {
  .break-mobile {
    display: block;
    height: 1px;
    width: 100%;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    color: transparent;
    clear: both;
  }
}
/* lg */
@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }
  #mainContent {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
/* @end */
/* ====== Header Styles ====== */
header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(0, 0, 0, 0.2) !important;
}

header a {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  width: 75%;
  max-width: 320px;
  height: 40px;
}

header a img {
  width: 100%;
  height: auto;
}

/* lg */
@media (min-width: 992px) {
  header {
    height: 100px;
  }
  header a {
    top: 2rem;
    left: 3rem;
  }
}
/* ====== Nav styles ====== */
#mainNav {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 72px;
  z-index: 9999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  margin-right: -100%;
  transition: margin-right 0.5s;
  -webkit-transition: margin-right 0.5s;
}

#mainNav.open {
  margin-right: 0;
}

#toggler {
  display: block;
  position: fixed;
  z-index: 10000;
  top: 1.5rem;
  right: 1rem;
  height: 30px;
}

#toggler:hover {
  cursor: pointer;
}

#toggler .burger {
  display: inline-block;
  width: 36px;
}

#toggler .menuText {
  display: none;
}

/* for hamburger icon bars */
#toggler .icon-bar {
  display: block;
  width: 36px;
  height: 4px;
  margin: 6px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #ffffff;
  transform: rotate(0);
  transition: all linear 0.25s;
}

#toggler:hover .icon-bar {
  background-color: #dc223e;
}

#toggler.open .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  background-color: #dc223e;
}

#toggler.open .middle-bar {
  opacity: 0;
}

#toggler.open .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  background-color: #dc223e;
}

#mainNav, #sideNav {
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
}

#sideNav {
  padding: 1rem;
  list-style: none;
  list-style-type: none;
}

#sideNav li {
  position: relative;
  width: 100%;
}

.sub-menu {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  font-size: 1rem;
  line-height: 1rem;
}

.sub-menu li,
.active .sub-menu li {
  padding: 0;
}

@keyframes bounce {
  0% {
    padding: 0 6px;
  }
  60% {
    padding: 8px 6px;
  }
  100% {
    padding: 6px 6px;
  }
}
@keyframes slideOpen {
  0% {
    padding: 0 32px;
  }
  100% {
    padding: 8px 32px;
  }
}
.active .sub-menu {
  display: block;
}

.active .sub-menu .sub-item {
  display: inline-block;
  padding: 8px 32px;
  animation-name: slideOpen;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

.toggle-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  background-size: 100% auto;
  background: transparent url(../svg/toggleArrow-white.svg) 0 0 no-repeat;
  transform: rotate(0deg);
  transition: transform 0.5s linear;
}

.active .toggle-arrow {
  transform: rotate(180deg);
  background: transparent url(../svg/toggleArrow-red.svg) 0 0 no-repeat;
}

.sub-item,
.sub-item:link,
.sub-item:visited {
  color: #ffffff;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}

.sub-item:hover,
.sub-item:focus {
  color: #dc223e;
}

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-menu-head,
.nav-menu-head:link,
.nav-menu-head:visited {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}

.nav-link:hover,
.nav-link:focus,
.nav-menu-head:hover,
.nav-menu-head:focus,
a:not([href]):not([tabindex]):hover {
  color: #d5d7d8;
  text-decoration: none;
}

.nav-item {
  padding: 0.5rem 0;
  margin: 0;
}

.nav-link {
  padding: 0 2rem 0 0;
}

.nav-menu-head {
  padding: 0 0.5rem 0 0;
}

/* xs */
/* md */
@media (min-width: 768px) {
  #mainNav {
    width: auto;
  }
  #sideNav {
    padding: 1rem 3rem;
  }
  #toggler .burger {
    float: right;
  }
  #toggler .menuText {
    display: inline-block;
    text-align: right;
    padding: 0.625rem;
    font-size: 1.25em;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    transition: all linear 0.25s;
  }
  #toggler.open .menuText {
    opacity: 0;
  }
}
/* lg */
@media (min-width: 992px) {
  #toggler {
    top: 2rem;
    right: 3rem;
  }
}
/* ====== Footer Styles ====== */
footer {
  background: #000000;
  color: #ffffff;
  padding: 2rem 0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}

footer a,
footer a:visited,
footer a:link,
.phone-link,
.phone-link:visited,
.phone-link:link {
  color: #ffffff;
}

footer a:hover,
footer a:focus,
.phone-link:hover,
.phone-link:focus {
  color: #dc223e;
}

.footerLogo {
  display: inline-block;
  width: 80%;
  max-width: 360px;
  margin-bottom: 1.5rem;
}

.footerLogo img {
  width: 100%;
  height: auto;
}

.fatheadlogo {
  text-align: center;
  margin: 0 auto;
  float: none;
  cursor: pointer;
}

.fatheadlogo p {
  padding: 12px 0 0 0;
  width: 100%;
  color: #ccc;
  font-size: 80% !important;
}

.fatheadlogo a {
  font-size: 80% !important;
}

.fatheadlogo a:hover {
  font-size: 80% !important;
  text-decoration: none;
  cursor: pointer !important;
}

.fatheadlogo img {
  width: 30px;
  height: 30px;
  margin: 0px 10px;
  padding: 4px;
}

.grecaptcha-badge {
  z-index: 1000;
}

.cd-top, .js-cd-top {
  position: absolute;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(220, 33, 62, 0.33) url(../img/layout/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 50;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button becomes less visible */
  opacity: 0.5;
}

.cd-top:hover {
  background-color: rgba(220, 33, 62, 0.67);
  opacity: 1;
}

/* end footer */
/* ====== Homepage Styles ====== */
#videoHeader {
  background-color: #000000;
}

.locationList {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-align: center;
}

.locationList li {
  display: inline-block;
  width: 100%;
  padding: 1.5rem 0;
}

.locationList a,
.locationList a:link,
.locationList a:visited {
  display: inline-block;
  width: 75%;
  max-width: 350px;
  padding: 1.5rem 0;
  color: #ffffff;
  font-family: "Crimson Pro", Georgia, serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  border-top: 2px solid #dc223e;
  border-bottom: 2px solid #dc223e;
  transition: color 0.5s linear;
}

.locationList a:hover,
.locationList a:focus {
  color: #d5d7d8;
}

.section {
  padding: 3rem 0;
}

.homePage .section {
  padding: 3rem 0 300px 0;
}

#locationNav {
  padding: 3rem 0 0 0;
}

#contactForm {
  padding: 3rem 0;
}

#contactForm h1 {
  margin: 0;
}

#goatSection,
#steakSection {
  padding-bottom: 380px;
}

#locationsSection,
#steakSection,
#elevateSection {
  color: #ffffff;
  background-color: #000000;
}

#locationsSection {
  padding: 3rem 0;
}

#spiritsSection,
#goatSection {
  text-align: right;
}

#spiritsSection p {
  color: #000000;
  font-weight: 400;
}

#steakSection p,
#elevateSection p {
  font-weight: 400;
}

#steakSection {
  background-image: url("../img/homepage/steaksmanship-mobile2.jpg");
}

#elevateSection {
  background-image: url("../img/homepage/elevate-mobile.jpg");
}

#spiritsSection {
  background-image: url("../img/homepage/drinks-mobile.jpg");
}

#goatSection {
  background-image: url("../img/homepage/goat-mobile.jpg");
}

#steakSection,
#elevateSection,
#spiritsSection,
#goatSection {
  background-position: right bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* extra breaks for copy section adjustmetns */
@media (min-width: 420px) {
  .homePage .section {
    padding-bottom: 360px;
  }
  #goatSection, #steakSection {
    padding-bottom: 460px;
  }
}
@media (min-width: 500px) {
  .homePage .section {
    padding-bottom: 440px;
  }
  #goatSection, #steakSection {
    padding-bottom: 540px;
  }
}
@media (min-width: 600px) {
  .homePage .section {
    padding-bottom: 560px;
  }
  #goatSection, #steakSection {
    padding-bottom: 720px;
  }
}
/* md */
@media (min-width: 768px) {
  .homePage .section {
    padding: 3rem 0;
  }
  #goatSection, #steakSection {
    padding-bottom: 3rem;
  }
  #steakSection {
    background-image: url("../img/homepage/steaksmanship-desktop.jpg");
  }
  #elevateSection {
    background-image: url("../img/homepage/elevate-desktop.jpg");
  }
  #spiritsSection {
    background-image: url("../img/homepage/drinks-desktop.jpg");
  }
  #goatSection {
    background-image: url("../img/homepage/goat-desktop.jpg");
  }
  .locationList li {
    width: 49%;
  }
}
/* lg */
@media (min-width: 992px) {
  .homePage .section {
    padding: 4.5rem 0;
  }
  #contactForm {
    padding: 4.5rem 0;
  }
}
/* xl */
@media (min-width: 1200px) {
  #steakSection,
  #spiritsSection,
  #goatSection {
    background-size: 80% auto;
  }
  #steakSection {
    background-position: right bottom;
  }
  #spiritsSection,
  #goatSection {
    background-position: left bottom;
  }
}
/* xxl */
@media (min-width: 1400px) {
  #steakSection,
  #spiritsSection,
  #goatSection {
    background-size: 60% auto;
  }
}
/*  carousel styles */
HomepageCarouselDesktop {
  z-index: 0;
}

/* Fix for flickering carousel */
.carousel-inner .carousel-item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
}

.carousel-inner .carousel-item:first-of-type {
  position: relative;
}

.carousel-inner .active {
  opacity: 1;
}

/* End of fix */
/* removing carousel controls */
#HomepageCarouselDesktop .carousel-control-prev,
#HomepageCarouselDesktop .carousel-control-next,
#HomepageCarouselMobile .carousel-control-prev,
#HomepageCarouselMobile .carousel-control-next {
  display: none;
}

.sr-only {
  display: none;
}

.slidesHeadline,
.imageHeadline {
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 2rem;
  width: 100%;
  text-align: center;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  padding: 0;
  margin: 0;
  color: #ffffff;
  vertical-align: baseline;
}

.restaurantList {
  display: block;
  width: 100%;
  list-style: none;
  list-style-type: none;
  padding: 2rem 0;
  margin: 0;
  text-align: center;
  color: rgb(117, 117, 117);
}

.restaurantList li {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: rgb(117, 117, 117);
}

.restaurantList a,
.restaurantList a:link,
.restaurantList a:visited {
  color: rgb(117, 117, 117);
}

.restaurantList a:hover,
.restaurantList a:focus {
  color: #ffffff;
}

/* md */
@media (min-width: 768px) {
  .slidesHeadline, .imageHeadline {
    font-size: 3rem;
    line-height: 2.75rem;
  }
  .mohegan .slidesHeadline {
    font-size: 2.5rem;
  }
}
/* lg */
@media (min-width: 992px) {
  .slidesHeadline, .imageHeadline {
    font-size: 4rem;
    line-height: 3.75rem;
    bottom: 3rem;
  }
  .mohegan .slidesHeadline {
    font-size: 3.5rem;
  }
}
/* xl */
@media (min-width: 1200px) {
  .mohegan .slidesHeadline {
    font-size: 4rem;
  }
}
/* ====== Secondary page Styles ====== */
#imageInset img {
  width: 100%;
  height: auto;
}

.locationButtons {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  text-align: center;
}

.locationButtons li {
  display: inline-block;
  width: 100%;
  padding: 0 0 1.5rem 0;
}

.locationButtons a,
.locationButtons a:link,
.locationButtons a:visited {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
  color: #ffffff;
  background-color: #dc223e;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  transition: background-color 0.5s linear;
}

.locationButtons a:hover,
.locationButtons a:focus {
  background-color: #c91126;
}

.privateDiningPage .locationButtons a,
.privateDiningPage .locationButtons a:link,
.privateDiningPage .locationButtons a:visited,
.steaksmanshipPage .locationButtons a,
.steaksmanshipPage .locationButtons a:link,
.steaksmanshipPage .locationButtons a:visited,
.spiritsPage .locationButtons a,
.spiritsPage .locationButtons a:link,
.spiritsPage .locationButtons a:visited {
  max-width: 400px;
}

.youtubeEmbed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
}

.responsive-iframe video {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ===== Location page styles ===== */
.submenu {
  display: block;
  width: 100%;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.submenu li {
  display: inline-block;
  padding: 0 1rem;
  margin: 0.25rem 0;
  border-left: 2px solid #000000;
}

.submenu li:first-child {
  border-left: none;
}

.submenu a,
.submenu a:visited,
.submenu a:link {
  color: #000000;
  transition: all 0.5s;
}

.submenu a:hover,
.submenu a:focus {
  color: #dc223e;
}

.submenu a.active,
.submenu a.active:visited,
.submenu a.active:link {
  color: #dc223e;
}

.phone-link,
.phone-link:visited,
.phone-link:link {
  color: #dc223e;
  transition: color 0.5s linear;
}

.phone-link:hover,
.phone-link:focus {
  color: #c91126;
}

.socialmedia {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
}

.socialicons {
  display: inline-block;
  margin: 0 6px;
}

.socialicons .socialicons a,
.socialicons a:visited,
.socialicons a:link {
  display: block;
  height: 2rem;
  width: 2rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  background-color: #dc223e;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
}

.socialicons a:hover,
.socialicons a:focus {
  background-color: #c91126;
}

#openTableForm {
  padding: 1.5rem;
}

.OTlogo {
  width: 75%;
  height: auto;
  max-width: 200px;
}

#OT_form h2 {
  color: #ffffff;
}

#OT_form .form-control,
#OT_form input {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  color: rgb(117, 117, 117);
}

#OT_form button,
#OT_form button:visited,
#OT_form button:link {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  transition: color 0.5s linear;
}

#OT_form button:hover,
#OT_form button:focus {
  color: #ebebec;
}

.promotionsList {
  width: 100%;
  padding-left: 3rem;
  margin-top: 3rem;
  border-left: 6px solid #d5d7d8;
}

.promo {
  margin-bottom: 2rem;
}

.promo ul {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.promo li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}

#instagramFeed {
  padding: 2rem 0.5rem 1rem 0.5rem;
}

#instagramFeed h2 {
  padding-bottom: 1rem;
}

.OLObutton {
  position: relative;
  display: block;
  width: 100%;
}

.OLObutton img {
  width: 100%;
  height: auto;
}

.OLOinset {
  display: block;
  position: absolute;
  width: 60%;
  top: 1rem;
  left: 1rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.OLOinset p {
  margin-bottom: 0;
}

.OLOinset strong {
  background-color: #dc223e;
  padding: 0.125rem 0.25rem;
}

/* xs */
@media (max-width: 575px) {
  .submenu li {
    border-left: none;
    width: 100%;
    padding: 0;
  }
  .OLObutton {
    margin-bottom: 2rem;
  }
}
/* sm
@media (min-width: 576px) {}
/* md */
@media (min-width: 768px) {
  .submenu {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
/* lg */
@media (min-width: 992px) {
  .OLOinset {
    width: 50%;
    font-size: 1rem;
  }
}
/* xl */
@media (min-width: 1200px) {
  .OLOinset {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
/* ====== Menu page Styles ====== */
a.menuanchors {
  padding-top: 10px;
  transition: transform 0.5s;
}

.menuSection {
  width: 100%;
  margin: 1rem 0;
  padding: 0 0.75rem;
}

.menuSection p {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.menuSection strong {
  font-size: 1rem;
  line-height: 1.125rem;
}

.menuSection h6 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0;
  font-family: "Crimson Pro", Georgia, serif;
  font-weight: 500;
  color: #dc223e;
  text-transform: uppercase;
}

.menuSubhead {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-bottom: 6px solid #dc223e;
}

.row .menuSubhead {
  margin-left: 0;
  margin-right: 0;
}

.menuSubhead h3 {
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1.625rem;
  padding: 0;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: #000000;
}

.menuSection.borderBox {
  border: 4px solid #dc223e;
  margin-bottom: 2rem;
}

.menuSection.borderBox .menuSubhead {
  background-color: #dc223e;
  border-bottom: 4px solid #dc223e;
}

.menuSection.borderBox .menuSubhead h3 {
  color: #ffffff;
  text-align: center;
}

.menuSection.borderBox p {
  text-align: center;
}

.menuSection.borderBox col-md-4 {
  padding: 0 1rem;
}

.menuSection.noHeader .menuSubhead {
  display: none;
}

.menuSection.noHeader {
  padding-top: 1rem;
}

.menuSection.downloadable-menus {
  text-align: center !important;
  margin: 0 auto;
}

.downloadableMenus {
  display: inline-block;
  text-align: center !important;
  margin: 0 auto;
}

.downloadable-menus {
  display: inline-block;
  text-align: center !important;
  margin: 0 auto;
}

/* @group The 23 Experience / Nested Video Styles */
.promoFullspan,
.promoFullspan > div {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.promoFullspan img {
  width: 100%;
  height: auto;
}

.insetVideo {
  margin: -100px auto -100px;
}

/* xs */
/* sm */
@media (min-width: 576px) {
  .insetVideo {
    margin: -50px auto -30px;
  }
}
/* md */
@media (min-width: 768px) {
  .insetVideo {
    margin: 0px auto 0px;
  }
}
/* lg */
@media (min-width: 992px) {
  .insetVideo {
    margin: 0px auto 0px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .insetVideo {
    margin: 0px auto 0px;
  }
}
/* @end */
/* @group Form Styles */
.form-intro {
  margin: 0 auto;
}

div#formfields {
  background-color: rgba(35, 31, 32, 0.05);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 15px;
  border: thin inset rgba(35, 31, 32, 0.25);
  box-shadow: 1px 1px 8px 0 rgba(35, 31, 32, 0.3);
  -webkit-box-shadow: 1px 1px 8px 0 rgba(35, 31, 32, 0.3);
}

label {
  padding-bottom: 0.5rem;
}

.formtitles {
  font: 0.75rem/125% "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: rgb(117, 117, 117);
  margin: 0;
  padding: 0 0 0.5rem 0;
  text-transform: uppercase;
}

.form-control:focus {
  border-color: rgba(239, 172, 19, 0.9);
  box-shadow: 0 1px 1px rgba(239, 172, 1, 0.075) inset, 0 0 8px rgba(239, 172, 1, 0.6);
  outline: 0 none;
}

select#form1_location {
  font: 1rem/125% "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: none;
}

/*
select#form1_eventtype,
select#eventtype {
    font-size: 80%;
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
	border: none;
	}
 	*/
select#form1_eventtype,
select#eventtype {
  font: 1rem/125% "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: rgb(117, 117, 117);
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: none;
}

.dropdown-toggle {
  background-color: #dc223e;
}

#contact-form #message {
  height: 200px;
}

#form1_message {
  height: 120px;
}

textarea#form1_message2 {
  min-height: 50px;
}

#form1_submitButton {
  float: right;
  font-weight: 600;
}

.row.inner-form {
  margin-bottom: -1rem;
}

.form-response {
  margin: 50px auto 35px;
}

.form-response {
  font: 3rem/125% "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.form-group {
  margin: 15px 0px;
}

#entryfields {
  width: auto;
}

#entryfields .contactform {
  margin-bottom: 2px;
  margin-top: 10px;
}

select#form1_location,
select#form2_location,
select#form3_location,
select#form4_location,
select#form5_location {
  font-size: 75%;
}

input#form1_uploads,
input#form2_uploads,
input#form3_uploads,
input#form4_uploads,
input#form5_uploads {
  background-color: transparent;
}

#entryfields input {
  width: auto;
  color: #231f20;
  opacity: 0.8;
  font-size: 1em;
  border: 0px solid #ccc;
  letter-spacing: 2px;
  padding-bottom: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

form {
  margin-bottom: 0;
}

#subscribeBanner input,
.form-group input,
.form-group .dropper,
.form-group textarea {
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #999;
  text-transform: none;
}

.form-group .dropper {
  padding: 0px 15px;
  background-color: #ffffff;
}

#subscribeBanner {
  padding: 1rem 0 2rem;
}

#subscribeBanner input {
  display: inline-block;
  max-width: 300px;
  margin: 0 0.5rem 1rem 0.5rem;
}

#subscribeBanner .h3 {
  vertical-align: bottom;
}

.form-group input.button,
.form-group input.button:visited,
.form-group input.button:link,
.form-group .button,
.form-group .button:visited,
.form-group .button:link {
  color: #ffffff;
  text-transform: uppercase;
}

#subscribeBanner input.button,
#subscribeBanner input.button:visited,
#subscribeBanner input.button:link,
#subscribeBanner .button,
#subscribeBanner .button:visited,
#subscribeBanner .button:link {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
  background-color: transparent;
  font-size: 1.75rem;
  line-height: 1.5rem;
  padding: 0.75rem 1rem 0.25rem 1rem;
  margin: 0;
}

#subscribeBanner input.button:hover,
#subscribeBanner .button:hover,
#subscribeBanner input.button:active,
#subscribeBanner .button:active {
  color: #ffffff;
  background-color: transparent;
  text-shadow: 0px 0px 6px #000;
  font-size: 1.75rem;
  line-height: 1.5rem;
  padding: 0.75rem 1rem 0.25rem 1rem;
  margin: 0;
}

.centerBanner {
  text-align: center !important;
}

#subscribeBanner input.button:hover,
#subscribeBanner input.button:focus,
#subscribeBanner .button:hover,
#subscribeBanner .button:focus,
#subscribeBanner input.button:active,
#subscribeBanner .button:active {
  background-color: transparent;
}

#form1_giftCardApp #date,
#form1_giftCardApp #form1_time {
  width: 47%;
}

#form1_giftCardApp #date {
  float: left;
}

#form1_giftCardApp #form1_time {
  float: right;
}

/* IMPORTANT hide the honeypot from human users */
#uid {
  display: none;
}

#userID {
  display: none;
} /* alternate honeypot id used in some forms */
.userID {
  display: none;
} /* alternate honeypot id used in some forms */
#qcperch {
  display: none;
} /* alternate honeypot id used in some forms */
input#form1_qcperch {
  display: none;
} /* alternate honeypot id used in some forms */
input#form2_qcperch {
  display: none;
} /* alternate honeypot id used in some forms */
/* #formMessages styles */
.formCopy {
  padding-bottom: 18px;
}

.formError {
  padding: 12px;
  background-color: #fcc;
  color: #f00;
}

.formSuccess {
  padding: 12px;
  background-color: #cfc;
  color: #363;
}

/* md */
@media (min-width: 768px) {
  #subscribeBanner input {
    margin: 0 0.5rem 0 0.5rem;
  }
}
/* @end Form Styles */
/* @group Modal Styles */
.modal {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}

.modal h3 {
  color: #ffffff;
}

.modal .button,
.modal .button:link,
.modal .button:visited {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
  border-color: #dc223e;
}

.modal .button:hover,
.modal .button:focus {
  color: #ffffff;
  border-color: #dc223e;
}

.gj-picker[role=calendar] {
  z-index: 1000000;
}

.gj-icon {
  margin: 9px 9px 0 0;
  color: #dc223e;
}

.gj-textbox-md {
  border: 1px solid #ccc;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  padding-left: 0.75rem;
}

.gj-textbox-md::placeholder {
  color: #6c757d;
}

.modal-dialog {
  z-index: 999999;
}

.modal-header {
  background-color: #dc223e;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  border-bottom: 0px solid #ed1c24;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.modal-header h1 {
  color: #ffffff;
  text-align: left;
  margin: 0 auto;
}

.modal-body {
  position: relative;
  padding: 15px;
  color: #ebebec;
}

.modal-content {
  background-color: #ebebec;
}

.modal-content h4 {
  padding-top: 15px;
  color: rgb(117, 117, 117);
  text-align: center;
  text-transform: uppercase;
}

.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 0px solid #dc223e;
  background-color: #000000;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.modal-backdrop.show {
  opacity: 0;
}

.modal-backdrop {
  z-index: 0;
}

.modal-header .close {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.5rem;
  padding: 6px;
  margin: 0 6px;
  border: none;
  background-color: transparent;
}

.modal-header {
  color: #dc223e;
  text-align: center;
  padding: 15px;
  border-bottom: 0px solid #ed1c24;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.modal-header-promo h2 {
  color: #ebebec;
  text-align: left;
  margin: 0 auto;
  font-size: 1.7rem;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-body p {
  font: 1.1em/135% "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  padding-top: 15px;
}

.modal-body img {
  width: 100%;
  height: auto;
}

#emergencyChicago {
  z-index: 10000000;
  background-color: rgba(0, 0, 0, 0.4);
}

img.crg-logo {
  width: 150px;
  padding: 0;
}

/* mPopup box style */
.mpopup {
  display: none;
  position: fixed;
  z-index: 99999;
  padding: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-violator {
  position: absolute;
  left: 50%;
  top: 33%;
  width: 360px;
  margin-left: -180px;
  text-align: center;
  animation-name: animateright;
  animation-duration: 1s;
  z-index: 999999;
}

/* xs */
@media (max-width: 575px) {
  .modal-violator {
    width: 300px;
    margin-left: -150px;
  }
}
.modal-violator .modal-content,
.modal-violator .modal-header,
.modal-violator .modal-body {
  color: #fff;
  border-radius: 0;
  border: none;
}

.modal-violator .modal-body {
  padding: 0 2rem;
}

.modal-violator h3 {
  color: #fff;
}

.modal-violator a.button {
  color: #000000;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}

.modal-violator p {
  text-transform: none;
}

#violator-burst,
#violator-burst-IE {
  display: block;
  position: absolute;
  top: 160px;
  right: 6px;
  Z-index: 7000;
  width: 120px;
  height: 120px;
  background-color: transparent;
  background-position: 0 0;
  background-size: 100% auto;
  border: none;
}

#violator-burst {
  background-image: url("../svg/LSCburst.svg");
}

#violator-burst-IE {
  background-image: url("../svg/LSCburst.png");
}

/* add animation effects */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    right: 0;
    opacity: 0;
  }
  to {
    top: 0;
    right: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animateright {
  from {
    margin-left: 180px;
    opacity: 0;
  }
  to {
    margin-left: -180px;
    opacity: 1;
  }
}
/* xs */
@media (max-width: 575px) {
  @keyframes animateright {
    from {
      margin-left: 150px;
      opacity: 0;
    }
    to {
      margin-left: -150px;
      opacity: 1;
    }
  }
}
/* close button style */
.close {
  color: #000000;
  float: right !important;
  opacity: 9;
  font: 12px "Gotham", Helvetica, Arial, sans-serif;
}

.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

/* standard Bootstrap breaks
/* xs
@media (max-width: 575px) {}
/* sm
@media (min-width: 576px) {}
/* md */
@media (min-width: 768px) {
  #violator-burst,
  #violator-burst-IE {
    top: 9px;
    right: 9px;
  }
}
/* lg
@media (min-width: 992px) {}
/* xl
@media (min-width: 1200px) {}



/* @end Modal Styles */
/* @group Privacy Policy / Tracking Cookies */
.privacy-policy p {
  font-family: inherit;
  font-size: 0.65em;
  margin-top: 10px;
  padding: 5px 0px;
  color: #fff;
  text-align: inherit;
}

.privacy-policy a {
  font-family: inherit;
  color: #dc223e;
  transition-property: color 0.5s linear 0s;
  -moz-transition: color 0.5s linear 0s;
  -webkit-transition: color 0.5s linear 0s;
  -o-transition: color 0.5s linear 0s;
  text-decoration: none;
}

.privacy-policy a:hover,
.privacy-policy a:visited {
  color: #dc223e;
  text-decoration: none;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #e8e8e8;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.65em;
  line-height: 1.25em;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.btn-cookie {
  padding: 5px 10px;
  font-size: 100%;
  line-height: 100%;
  border-radius: 2px;
  color: #ffffff;
  background-color: #dc223e;
  border: 1px solid #000 !important;
  margin-top: 0px !important;
}

.btn-cookie:focus,
.btn-cookie.focus,
.btn-cookie:hover,
.btn-cookie.hover {
  color: #ebebec;
}

.otnotice-menu {
  display: inline-block;
  position: absolute !important;
}

.otnotice-content .otnotice-sections .otnotice-section-content p {
  margin: 0 0 1rem;
  font-size: 1em !important;
  font-family: inherit;
  line-height: unset;
  text-align: left !important;
}

.otnotice-section-content li, .otnotice-content .otnotice-sections .otnotice-section-content blockquote, .otnotice-content .otnotice-sections .otnotice-section-content pre {
  margin: 0 0 0.5rem;
  display: inline-block;
  text-align: left;
}

.otnotice-sections > .otnotice-section > h2.otnotice-section-header {
  color: #696969;
  font-size: 30px !important;
  font-weight: bolder;
  line-height: 19px;
  margin-left: 40px !important;
  margin-bottom: 20px;
  text-align: left !important;
}

.privacy {
  display: inline-block;
  float: left;
  margin: 0 auto 40px;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .privacy {
    float: none;
  }
}
/* @end */
/* standard Bootstrap breaks
/* xs
@media (max-width: 575px) {}
/* sm
@media (min-width: 576px) {}
/* md
@media (min-width: 768px) {}
/* lg
@media (min-width: 992px) {}
/* xl
@media (min-width: 1200px) {}
*/
