@import url("https://fonts.googleapis.com/css?family=Kameron:700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Oswald");
.kameron {
  font-family: "Kameron", serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.yellow {
  color: #FFA800 !important;
}

.grey {
  color: #494949 !important;
}

.text-truncate {
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.booking__bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  padding: 20px 0;
}
.booking__bar h2 {
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
}
.booking__header {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.booking__header > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.booking__wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 0 0 100px 0;
}
.booking__wrapper > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.booking__title {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #323232;
  line-height: 60px;
  text-align: center;
  margin-bottom: 15px;
}
.booking__description {
  text-align: center;
  margin: 0 auto;
  width: 65%;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #737373;
  line-height: 20px;
}

.copy__wrapper {
  flex-basis: 100%;
  background-color: black;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .copy__wrapper {
    flex-direction: column;
    padding-bottom: 20px;
    align-items: center;
  }
}
.copy__text {
  font-weight: 400;
  font-size: 0.8125em;
  color: white;
  line-height: 70px;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .copy__text {
    order: 2;
  }
}
.copy__link {
  color: #ffa800;
  text-decoration: none;
}
.copy__link:visited, .copy__link:active {
  color: #ffa800;
}
.copy__link:hover {
  color: #b37600;
  text-decoration: none;
}
.copy__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .copy__nav {
    padding-top: 30px;
  }
}
.copy__nav--item {
  color: white;
  font-size: 0.8125em;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  padding: 2px 10px;
}
.copy__nav--item:not(:last-of-type) {
  border-right: 1px solid #737373;
}
.copy__nav--item:visited {
  color: white;
}
.copy__nav--item:hover {
  color: #ffa800;
  text-decoration: none;
}

.find-us__bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  padding: 20px 0;
}
.find-us__bar h2 {
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
}
.find-us__header {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.find-us__header > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.find-us__wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 0 0 100px 0;
}
.find-us__wrapper > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.find-us__title {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #323232;
  line-height: 60px;
  text-align: center;
  margin-bottom: 15px;
}
.find-us__description {
  text-align: center;
  margin: 0 auto;
  width: 65%;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #737373;
  line-height: 20px;
}
.find-us__wrapper {
  overflow: hidden;
  align-items: center;
  background-color: #323232;
  padding-bottom: 0;
}
.find-us__wrapper hr {
  margin-bottom: 40px;
}
.find-us__content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 60px;
}
.find-us__left, .find-us__right {
  flex-basis: 50%;
}
.find-us__contacts {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 15px;
}
.find-us__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 5px 0 10px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}
.find-us__contact i {
  background-color: #ffa800;
  width: 25px;
  height: 25px;
  color: #141414;
  border-radius: 12.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.contact__form {
  width: 85%;
  margin: 0 auto;
}
.contact__button {
  width: 62%;
  height: 45px;
  min-width: 200px;
  display: block;
  margin: 0 auto;
  border: 0 none;
  cursor: pointer;
  background-color: #ffa800;
  font-size: 12px;
  font-family: "Lato", serif;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.contact__response {
  color: #ffa800;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}
.contact__response--error {
  color: red;
}
.contact__response--success {
  color: green;
}
.contact .grecaptcha-badge {
  visibility: hidden;
}
.contact #contactBtnLoader {
  display: none;
}

.footer__wrapper {
  background-color: #141414;
  padding: 45px 0 75px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1000px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.footer__wrapper p {
  color: #898989;
  margin-bottom: 20px;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.6666em;
}
.footer__about, .footer__hours {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 20%;
}
.footer__about {
  margin-left: 100px;
}
@media only screen and (max-width: 1000px) {
  .footer__about {
    margin-left: unset;
    padding: 0 20px;
  }
}
.footer__hours {
  margin-right: 100px;
}
@media only screen and (max-width: 1000px) {
  .footer__hours {
    margin-right: unset;
    padding: 0 20px;
    width: 100%;
  }
}
.footer__day {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #373737;
  height: 37px;
  font-size: 0.8em;
  letter-spacing: 0;
  line-height: 33px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}
.footer__title {
  color: white;
  margin-bottom: 30px;
  font-size: 1.2em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1em;
}
.footer__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 5px 0 10px;
  font-size: 0.625em;
  font-family: "Lato", sans-serif;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}
.footer__info i {
  background-color: #ffa800;
  width: 25px;
  height: 25px;
  color: #141414;
  border-radius: 12.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.footer__logo {
  align-self: center;
}
@media only screen and (max-width: 1000px) {
  .footer__logo {
    display: none;
  }
}
.footer__divider {
  border-bottom: 2px solid #ffa800;
  width: 50%;
  margin: 20px 0;
}
@media only screen and (min-width: 1000px) {
  .footer__divider {
    display: none;
  }
}

.gallery__bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  padding: 20px 0;
}
.gallery__bar h2 {
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
}
.gallery__header {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.gallery__header > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.gallery__wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 0 0 100px 0;
}
.gallery__wrapper > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.gallery__title {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #323232;
  line-height: 60px;
  text-align: center;
  margin-bottom: 15px;
}
.gallery__description {
  text-align: center;
  margin: 0 auto;
  width: 65%;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #737373;
  line-height: 20px;
}
.gallery__images {
  display: grid;
  margin: 0 150px;
  grid-template-columns: repeat(6, minmax(50px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.gallery__thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}

.live-music__bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  padding: 20px 0;
}
.live-music__bar h2 {
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
}
.live-music__header {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.live-music__header > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.live-music__wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 0 0 100px 0;
}
.live-music__wrapper > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.live-music__title {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #323232;
  line-height: 60px;
  text-align: center;
  margin-bottom: 15px;
}
.live-music__description {
  text-align: center;
  margin: 0 auto;
  width: 65%;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #737373;
  line-height: 20px;
}
.live-music__events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 0 40px;
}
@media only screen and (max-width: 1300px) {
  .live-music__events {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .live-music__events {
    grid-template-columns: 1fr;
  }
}

.event {
  cursor: pointer;
}
.event__poster {
  width: 100%;
  height: auto;
}
.event__info {
  background-color: #323232;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
.event__band {
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 21px;
}
.event__time {
  color: white;
  font-family: "Lato", Serif;
  font-weight: 400;
  font-size: 16px;
}
.event__date {
  background-color: #ffa800;
  position: relative;
  padding-top: 100%;
}
.event__date span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 21px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
}
.event__footer {
  display: grid;
  grid-template-columns: 1fr 5fr;
}

.menu__bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  padding: 20px 0;
}
.menu__bar h2 {
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu__header {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.menu__header > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.menu__wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 0 0 100px 0;
}
.menu__wrapper > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.menu__title {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #323232;
  line-height: 60px;
  text-align: center;
  margin-bottom: 15px;
}
.menu__description {
  text-align: center;
  margin: 0 auto;
  width: 65%;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #737373;
  line-height: 20px;
}
.menu__heading {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1em;
  margin: 20px 0;
  text-transform: uppercase;
}
.menu__item {
  margin-bottom: 20px;
}
.menu__item .name {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #323232;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
.menu__item .description {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #737373;
  line-height: 1.666em;
  text-align: center;
}
.menu__item .price {
  font-weight: 600;
  font-size: 20px;
  color: #ffa800;
  line-height: 1em;
  text-align: center;
}

.menus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.special-menus__bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  padding: 20px 0;
}
.special-menus__bar h2 {
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
}
.special-menus__header {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.special-menus__header > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.special-menus__wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 0 0 100px 0;
}
.special-menus__wrapper > hr {
  margin: 20px auto 70px;
  border: none;
  border-bottom: 2px solid #ffa800;
  width: 150px;
}
.special-menus__title {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #323232;
  line-height: 60px;
  text-align: center;
  margin-bottom: 15px;
}
.special-menus__description {
  text-align: center;
  margin: 0 auto;
  width: 65%;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #737373;
  line-height: 20px;
}
.special-menus__header {
  margin-bottom: 30px;
}
.special-menus__menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 20px;
}
@media only screen and (max-width: 1000px) {
  .special-menus__menus {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .special-menus__menus {
    grid-template-columns: 1fr;
  }
}
.special-menus__menu {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.special-menus__menu--title {
  opacity: 1;
  transition: 0.3s;
  color: white;
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.special-menus__menu:hover .special-menus__image {
  transform: scale(1.1);
}
.special-menus__menu:hover .special-menus__link::after {
  background-color: rgba(0, 0, 0, 0);
}
.special-menus__menu:hover .special-menus__menu--title {
  display: none;
}
.special-menus__menu img {
  width: 100%;
}
.special-menus__image {
  transform: scale(1);
  transition: 0.3s;
}
.special-menus__link::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 15;
}

.nav-item-custom {
  text-transform: uppercase;
  padding: 0 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 15pt;
  text-decoration: none;
  color: white;
}
.nav-item-custom:first-of-type {
  margin-left: 150px;
}
@media only screen and (max-width: 990px) {
  .nav-item-custom:first-of-type {
    margin-left: 0;
  }
}
.nav-item-custom:hover {
  color: white;
}

.navbar-brand {
  position: absolute;
  top: 10px;
}
@media only screen and (max-width: 992px) {
  .navbar-brand {
    left: 50%;
    transform: translateX(-50%);
  }
}
.navbar-brand img {
  width: 150px;
  height: auto;
}

.navbar-social-link {
  color: white;
  text-decoration: none;
  font-size: 20px;
  margin: 0 5px;
}
.navbar-social-link:hover {
  color: #ffa800 !important;
}
.navbar-social-link:visited, .navbar-social-link:focus {
  color: white;
  outline: none;
}

.banner {
  width: 99.1vw;
  height: 400px;
  background-position: center;
}
#message {
    top: -30px;
    position: relative;
    text-align: center;
}
/*# sourceMappingURL=secondary.css.map */
