
@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:400,500,700&display=swap');
:root {
  --primary: #292929;
  --secondary: #100806;
  --primaryFont: 'Frank Ruhl Libre', serif;
  --bodyLight: rgb(164, 164, 164);
  --bodyFont: 'Open Sans', sans-serif;
}

body {
  /* margin: 1rem; */
  font-family: var(--bodyFont);
  background: #f5f5f6;
  color: var(--secondary);
}

.columns-home-buttons a {
  margin: 0 2rem;
  font-family: var(--primaryFont);
  text-transform: uppercase;
}

.columns-home-buttons a:hover {
  border-bottom: 2px solid white;
  transition: all .1s;
}

.button.is-primary {
    background-color: var(--primary);
    border-color: transparent;
    color: #fff;
    padding: 1.5rem 2rem;
}

.button.is-primary:hover {
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--primary);
}

.is-primary {
  color: var(--primary);
}
.primary-font {
  font-family: var(--primaryFont);
  font-weight: bold;
}

.navbar-brand {
  align-items: center;
}

.navbar-burger:hover {
  background: none;
}

.navbar-item img {
  max-height: none;
  height: 8rem;
}

.navbar {
  /* box-shadow: 0 0 12px #0000001c; */
  background-color: transparent;
  z-index: 99;
  font-family: var(--primaryFont);
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-burger {
  color: var(--primary);
}

.navbar-menu__mobile .navbar-start .navbar-item {
  width: calc(50% - 10px)!important;
  margin: 5px;
  background: white;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
    color: var(--secondary);
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-menu__mobile img {
  height: 2rem;
}

.hero-home {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("../images/home-hero.webp");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-medium {
  height: 800px;
}

/* .shout-card {
  margin-top: -4rem;
}

.shout-card shoutinner {
  box-shadow: none;
  border-radius: 14px;
  border: 1px solid var(--secondary);
} */

/* .shout-card shouttitle {
  order: 9;
  font-family: var(--primaryFont);
  color: var(--primary);
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.shout-card shouttext {
  align-items: center;
}

.shout-card shoutdate {
  font-size: 0.75rem;
  color: var(--bodyLight);
} */

/* .shout-container shoutmessage {
  font-size: 1.15rem;
  line-height: 1.75rem;
  font-family: var(--bodyFont);
}

.shout-container shoutimg.shout-image-block {
  border-radius: 0;
  padding: 10px;
} */


.is-size-1 {
  font-size: 5rem !important;
}


.home-strip {
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding: 0 5rem; */
}

.home-strip__1 {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('../images/home-strip-1.jpg');
  background-position: center;
  background-size: cover;
}

.home-strip__2 {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('../images/home-strip-2.jpg');
  background-position: center;
  background-size: cover;
  justify-content: flex-end;
}

.home-strip__3 {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('../images/home-strip-3.jpg');
  background-position: center;
  background-size: cover;
  justify-content: flex-end;
}

.element-card {
  padding: 4rem 2rem;
  text-align: left;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.element-card h3 {
  color: white;
  font-size: 3.25rem;
  font-family: var(--primaryFont);
  font-weight: bold;
}

.element-card p {
  color: white;
  font-size: 1.2rem;
  line-height: 2rem;
}

.secondary {
    background: transparent;
    border: 1px solid white;
    color: #fff;
    border-radius: 3px;
    margin-top: 2rem;
    padding: 1.25rem 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8rem;
    max-width: 200px;
}

.secondary:hover {
  background: white;
  color: var(--secondary);
  border-color: white;
  transition: all .3s;
}


footer {
  padding: 2rem;
  /* background: var(--primary); */
  /* background:#a0a0a0; */
  /* background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) ), url('../images/footer-bg-2.jpg'); */
  background: black;
  background-size: cover;
  border-top: 2px solid black;
}

footer .logo {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
footer .copyright-container p {
  padding-top: .25rem;
  color: #fff;
  font-family: var(--primaryFont);
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

.hero.is-large {
  height: 300px;
}

.hero-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero .container {
  margin-top: 110px;
  text-align: center;
}

.hero .title {
  font-family: var(--primaryFont);
}

.title {
  font-family: var(--primaryFont);
}

.hero.is-about {
  background: url('../images/about-head.jpg');
  background-position: center;
  background-size: cover;
}
.hero.is-menu {
  background: url('../images/menu-head.jpg');
  background-position: center;
  background-size: cover;
}
.hero.is-gallery {
  background: url('../images/gallery-head.jpg');
  background-position: center;
  background-size: cover;
}
.hero.is-events {
  background: url('../images/events-head.jpg');
  background-position: center;
  background-size: cover;
}
.hero.is-contact {
  background: url('../images/contact-head.jpg');
  background-position: center;
  background-size: cover;
}


#aboutus-container {
  line-height: 2rem;
}

.section-top {
  padding-top: 5rem;
}

#aboutus-container {
  padding: 0;
}
#aboutus-container p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
 #aboutus-container {
  padding: 1.5rem 3rem;
}


}
#aboutus-container > p:nth-child(1) {
  display: none;
}

#aboutus-container p {
  color: white;
}

.sub-item-box {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: flex-start ;
}

.allInOnce-h1-1,
.menu-category-desc {
  width: 100%;
}

.section-gallery {
  padding: 3rem 0;
  background: var(--secondary);
  padding-top: 7rem;
}


#photos-container .gn-gal-block {
  border: 3px solid white;
}

/* .gn-gal-text {
  width: 100%;
  text-align: center;
  background: white;
  color: var(--secondary);
  font-weight: bold;
  text-transform: uppercase;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
} */

.gn-gal-inner:hover {
  background: #29a2ba2a;
}

.back-to-album {
  cursor: pointer;
    text-align: left;
    color: black;
    padding-left: 1.5rem;
    /* background: black; */
    color: var(--primary);
    font-weight: bold;
}

.lg-outer .lg-thumb-item.active {
  border: 2px solid var(--secondary);
}

.lg-outer *{
  /* background: #29a3ba3b; */
}
.lg-thumb,.lg-outer .lg-toggle-thumb {
  /* background: white; */
}

.lg-outer .lg-thumb-outer {
  /* background: white; */
}

.lg-toolbar .lg-icon {
  /* color: white; */
}
#lg-counter {
  /* color: white; */
}
.lg-outer .lg-thumb-item {
  border: none;
}

.gn-album-container, .popup-gallery {
  max-width: 1900px;
}
#gallery h1 {
  color: var(--primary);
  font-family: var(--primaryFont);
  font-weight: bold;
  font-size: 2.5rem;
}

#events-container {
  text-align: center;
  justify-content: center;
  padding-top:  3rem;
}

.no-event-post-text {
  color: white;
  font-weight: bold;
  text-align: center;
}

 .recurring-title, .special-events-title {
  font-size: 2.5rem;
  color: var(--primary);
  font-family: var(--primaryFont);
  font-weight: bold;
  display: none;
}

.events-details-wrapper {
  box-shadow: none;
  border: none;
  height: auto;
}

.event-info {
  padding: 0 .25rem;
}

.events_main {
  box-shadow: none;
  border-radius: 13px;
  background: transparent;
  padding: .5rem .25rem;
  padding-top: 0;
}

.events-details-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.view-events-btn-container a {
  border-radius: 13px;
  color: white;
  background: var(--primary);
  border-color: var(--primary);
}

.view-events-btn-container a:hover {
  color: var(--primary);
}

.event img {
  border-radius: 13px;
}
.event-info .date,
.recurring-days-title {
  color: var(--bodyLight);
  font-size: .9rem;
  border: none;

}

.recurring-days-title {
  /* color-interpolation-filters: ; */
  border: none
}

.event-info h3.event-card-title {
  order: -1;
  border-bottom: 1px solid var(--secondary);

}


.event-info h3.event-card-title,
.recurring-event-name,
.single-recurring-event .recurring-event-name {
  color: var(--primary);
  font-weight: bold;
  font-family: var(--primaryFont);
  color: white;
}

.recurring-event-name {
  border-bottom: 1px solid var(--secondary);
}

.event-info p {
  text-align: left;
  font-size: 1rem;
  color: inherit;
}

.slick-initialized .recurring-event {
  margin-bottom: 4rem;
  padding: .5rem;
  border: 1px solid #d0d0d0;
}

.single-recurring-event .recurring-event-time,
.recurring-event-time {
  color: #4a4a4a;
}

.slick-initialized .recurring-event {
  border-radius: 13px;
}

.single-recurring-event .recurring-event-description {
  box-shadow: none;
  padding: 0;
  border: none;
  height: auto;
  font-size: 1rem;
}

.view-events-btn-container a {
  width: 185px;
  margin-left: auto;
}

.single-recurring-event .recurring-btn,
.recurring-btn,
.view-events-btn-container a {
  background: var(--primary);
  border-radius: 13px;
  border-color: var(--primary);
  border: 1px solid;
}

.single-recurring-event .recurring-btn:hover,
.recurring-btn:hover {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.recurring-event-description,
.event-info p {
  max-width: 500px;
  margin-right: auto;
}

.section-contact {
  padding-top: 0;
  padding: 0:
}

.map-container {
  height: 500px;
  width: 100%;
}

.map-container iframe {
  height: 100%;
  width: 100%
}

.hours-container {
  border-radius: 13px;
  background: white;
  padding: 2rem 1rem;
}

.hours_container_box {
  padding-bottom: 1rem;
}

.hours-section h3 {
  display: none;
}

.day-toggle {
  /* color: var(--secondary); */
  text-transform: uppercase;
  font-weight: bold;
  color: #707070;
}

.hours-numbers {
  color: #4a4a4a;
}

.contact-columns {
  padding-top: 2rem;
}

.contact-details,
.contact-container {
  border-radius: 13px;
  background: white;
  text-align: center;
  padding: .5rem;
}

.contact-details a {
  color: var(--secondary);
  font-weight: bold;
  margin: 5px 0;
  display: inline-block;
}

.secure-form .secure-form-item input, .secure-form .secure-form-item textarea {
  box-shadow: none;
  border: none;
  border-radius: 13px;
  border: 1px solid rgb(230, 230, 230);
}

.secure-form .secure-form-submit-button[type="submit"] {
  color: white;
  border-color: var(--primary);
  border-radius: 13px;
  background: var(--primary);
}

.contact-columns {
  align-items: stretch;
}

.contact-details {
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secure-form .secure-form-item label {
  color: var(--secondary);
  font-size: 2rem;
  font-family: var(--primaryFont);
  font-weight: bold;
  color: var(--primary);
}

.navbar-menu__mobile .navbar-end {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}

.navbar-menu__mobile .navbar-start {
  margin: 0;
  padding: 1rem;
  background: #f5f5f6;
}

.navbar-menu__mobile .navbar-end {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    align-items: center;
}

@media (min-width: 768px) {
  .is-large-desktop {
    height: 100vh;
  }
  /* .shout-container shoutinner {
    flex-direction: row;
    max-width: 900px;
  }
  .shout-card shouttext {
    align-items: flex-start;
  }
  .shout-card shouttitle {
    margin: 0;
  }
  .container-shout {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0; */
  }

.home-strip {
  height: 600px;
  padding: 0 12rem;
}
.element-card p {
  max-width: 390px;
}
.navbar {
  justify-content: space-between;
}

.navbar-start,
.navbar-brand {
  flex: 1;
}
.navbar-item {
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
  align-self: center;
  font-family: var(--primaryFont  );
}
a.navbar-item:hover {
  color: white;
  border-bottom: 2px solid white;
  background-color: none;
  background: none;
}

.hero.is-large {
  height: 650px;
}
.hero .container {
  margin-top: 210px;
}

.section-top {
  padding-top: 9rem;
}
.menu-item {
  /* width: 100%; */
  width: 47%;
  margin: 10px;
  flex-wrap: wrap;
}

.section-menu {
  padding-top: 2rem;
}
#photos-container {
  display: flex;
  flex-wrap: wrap;
}
#photos-container .gn-gal-block {
  width: calc(33% - 30px);
  margin: 15px;
}
.events_main {
  padding: 1rem;
}
.secondary {
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 3px;
    margin-top: 2rem;
    padding: 1.75rem 3.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8rem;
}

.secondary:hover {
  background: white;
  color: var(--secondary);
  border-color: var(--secondary);
  transition: all .3s;
}


.navbar-menu  {
  padding: 0 2rem;
}
.single-recurring-event .recurring-event-content,
.event-info {
  margin-left: 40px;
}

.event-info h3.event-card-title {
  font-size: 35px;
  text-transform: none;
}

.event-info h3.event-card-title, .recurring-event-name, .single-recurring-event .recurring-event-name {
  font-size: 2rem;
}



}

.contact-details p span {
  font-weight: bold;
}

@media(max-width: 768px) and (min-width: 400px) {
  .menu-item {
  /* width: calc(50% - 20px); */
  width: 47%;
  margin: 10px;
  flex-wrap: wrap;
}
#photos-container .gn-gal-block {
  width: calc(50% - 30px);
  margin: 15px;
}
}



/* } */

.scroll-up {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.scroll-up span {
  display: block;
  max-width: 50px;
  border-radius: 50px;
  padding: 10px;
  background-color: white;
      box-shadow: 0 0 12px #0000006b;
}

.scroll-up img {
  width: 100%;
  display: block;
}
.mobile-logo-text {
    display: none;
  }

@media (max-width: 768px) {
  .mobile-logo-text {
    display: none;
  }
  .navbar.has-scrolled .mobile-logo-text {
    display: block;
  }
  .navbar.has-scrolled .navLogo {
    display: none;
  }
}

.navbar.has-scrolled {
    background: black;
    transition: all .45s;
    background: black;
    transition: all .45s;
  }

  @media (max-width: 768px) {
      .navbar.has-scrolled img {
      height: 2rem;
    }
  }
@media(min-width: 768px) {
  .navbar.has-scrolled {
    background: #fff;
    transition: all .45s;
    background: #fff;
    transition: all .45s;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
  }
  /* .navbar.has-scrolled img {
    height: 4rem;
  } */
}

.container__small {
  max-width: 800px;
}
.section-about-home {
  padding: 7rem 1.5rem
}
.section-about-home p {
  margin-bottom: 1.5rem;
}

.section__details {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/home-1.jpeg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__details .title {
  font-size: 2.25rem;
  text-transform: uppercase;
  color: white;

}

.section__details .column {
  margin-bottom: 1.25rem;
}

.section__details a {
  color: white;
}
.custom-hours__block {
  margin-bottom: 1rem;
}
.custom-hours {
  color: white;
}
.custom-hours h3 {
  font-size: 1.5rem;
}

.section-about-home,
.section-about-home .title {
  color: var(--secondary);
  font-family: var(--primaryFont);
}

.container__press {
  border-bottom: 2px solid var(--primary);
  margin-bottom: 2rem;
}

.container__awards .columns {
  align-items: center;
}

.navbar-link {
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-link {color:#111}
}
.navbar-dropdown .navbar-item:hover {
  color: #111;
}
@media (max-width: 768px) {
  .navbar-item:hover {
  color: #111;
}
}

.navbar-link:hover {border-bottom: 2px solid white; color: white}
.navbar-link:not(.is-arrowless)::after {
  border-color: #111;
}
/* .navbar-link:not(.is-arrowless)::after {
  displa
} */

.navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link,
.navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link{
  background-color: transparent!important;
}


.navbar-dropdown .navbar-item {
  color: var(--primary);
  margin: .5rem 0;
  display: inline-block;
}

.navbar-dropdown .navbar-item:hover {
  border: none;
  background: transparent;
}

.navbar-burger span {
  background-color: #fff;
}


a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {
  color: var(--primary);
}

.navbar-dropdown {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .navbar-link:hover {
  border: none;
}
.navbar-menu {
  background: black;
  background-position: center;
  background-size: cover;
}
.element-card {
  background: var(--primary);
  border-radius: 0;
}
}


@media (min-width: 768px) {
  a.navbar-item:hover,
  a.navbar-link:hover {
    color: #111;
  }
}

.button.primary {
  background:
transparent;
border: 1px solid
var(--primary);
color:
var(--primary);
border-radius: 3px;
margin-top: 2rem;
padding: 1.75rem 3.5rem;
text-transform: uppercase;
letter-spacing: 1px;
font-size: .8rem;
}

.section-brag > div {
  border-bottom: 2px solid var(--primary);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section__dark {
  background: var(--secondary);
  padding: 3rem .5rem;
}

#menu-container {
  background-color: black;
/* background-image: url("https://www.transparenttextures.com/patterns/bedge-grunge.png"); */
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: 1rem;
  /* background-image: url('../images/menu-bg.jpg'); */
  /* background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) ), url("../images/menu-bg.jpg"); */
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  padding-left: .75rem;
  padding-right: .75rem;
}

.menu-category-items-container {
  display: flex;
  flex-direction: column;
}

.pricelistLastUpdated {
  order: 9;
}

.gn-new-menu .old {
  display: none;
}

.menu-item-description {
  width: 100%;
}

.center-gn-menu .menu-item {
  max-width: 600px;
  width: 47% !important;
}

.menu-item-description h3,
.menu-item-description p,
.inline-price-container {
  text-align: center;
}

.menu-item-description h3 {
  font-size: 18px !important;
}

.menu-item-description p {
  font-size: 16px !important;
}

.allInOnce-h1-1, .menu-category-desc {
  max-width: 800px;
  margin: auto;
}

.sub-item-box h1 {
  font-family: var(--primaryFont);
  font-weight: bold;
  color: white;
  font-style: italic;
  font-size: 2.5rem;
  width: 100%;
}

.allInOnce-h1-1, .menu-category-desc {
  font-family: var(--primaryFont);
  color: white;
  font-weight: bold;
}

.menu-item-description h3, .menu-item-description p, .inline-price-container {
  font-family: var(--primaryFont);
  color: white;
  font-style: italic;
  font-weight: bold;
}

.sub-item-box .allInOnce-h1-0 {
  font-size: 3rem;
}
.section-contact,
.section-events,
.section-about {
  padding-top: 10rem;
  background: var(--secondary);
}


.slick-initialized .recurring-event {
  background: transparent;
  border: none;
}

.recurring-event-description,
.events-details-wrapper {
  box-shadow: none;
  padding: 0;
  height: auto;
  max-height: 130px;
  overflow: hidden;
  color: white;
}
.recurring-event-time {
  color: var(--bodyLight);
}

/* .shout-container {
  position: absolute;
}
#shout-container shoutinner {
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}

.shout-container shouttext {
  align-items: flex-start;
  text-align: left;
}

.shout-container shoutmessage {
  text-align: left;
}

.shout-container shouttitle {
  margin: 0;
  text-align: left;
  font-family: var(--primaryFont);
  font-size: 2rem;
}

@media (max-width: 768px) {
 .shout-container shoutinner {
   flex-direction: row;
   flex-wrap: nowrap;
 }
 .shout-container shoutimg, .shout-container shoutimg.shout-image-block {
   width: 39%;
   justify-content: center;

align-content: center;

height: 100%;
 }
 .shout-container shoutimg.shout-image-block img {
   width: 100%;
   height: auto;
 }
 .shout-container shouttitle {
    font-size: 1.25rem;
 }
 .shout-container shoutmessage {
   font-size: 1rem;
   line-height: 1.2rem;
 }
} */

.section-about-home {
  /* background: url('../images/rooster.png'); */
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  /* opacity: .5; */
}

#aboutus-container > p:nth-child(7) {
  font-family: var(--primaryFont);
  font-size: 2.5rem;
  margin: 1.5rem 0;
  display: inline-block;
}

/* @media (max-width: 768px) {
 .shout-container shouttext {
   padding: 0;
 }
} */

.call-dir-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  width: 300px;
}

.call-dir-container {
  display: none;
}

.has-scrolled .call-dir-container {
  display: block;
}

@media (max-width: 768px) {
  .navbar-dropdown .navbar-item {
  color: white;
  /* margin: .5rem 0; */
  display: inline-block;
  margin: 0 0 1rem 2rem;
  padding: 0;
}
.section-gallery {
  padding-top: 11rem;
}
}



/* @media (min-width: 768px) {
  .shout-container {
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
} */




/* NEW SHOUT STYLES */
.shout-container {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: auto;
  /* position: absolute;
  top: 0;
  left: 0; */
}

.shout-container shoutinner {
  padding: 0;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 640px;
  margin: 0 0px 30px 30px;
  width: fit-content;
  /* -webkit-justify-content: center; */
  /* justify-content: center; */
  /* border: 2px solid rgba(41, 40, 41, 0.15); */
  background: rgba(4, 7, 7, 0.62);
  /* box-shadow: 0 0 20px 3px rgba(249, 164, 1, 0.13); */
  border-top: 4px solid var(--primary-color);
}

.shout-container shoutimg.shout-image-block img {
  object-fit: contain;
}

.shout-container shouttext {
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 15px 20px;
}

.shout-container shoutimg.shout-image-block {
  border-radius: 0;
  height: 194px;
  min-height: 150px;
  max-width: 170px;
  max-height: none;
}

.shout-container shouttitle {
  margin: 0;
  margin-bottom: 7px;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--secondary-font);
  letter-spacing: 2px;
  /* color: var(--primary-color); */
  color: white;
  border-color: var(--primary-color);
}

.shout-container shoutdate {
  padding-top: 5px;
  letter-spacing: 0;
  padding-bottom: 0px;
  /* color: var(--text-color); */
  color: white;
  font-size: 12px;
  -webkit-order: 1;
  order: 1;
}

.shout-container shoutmessage {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  line-height: 24px;
}

@media screen and (max-width: 850px) {
  .shout-container {
    position: relative;
    height: auto;
    padding: 20px 10px;
    -webkit-justify-content: center;
    justify-content: center;
    background: var(--dark-color);
  }

  .shout-container shoutinner {
    margin: 0;
    max-width: none;
  }
}

@media screen and (max-width: 600px) {
  .shout-container shoutinner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .shout-container shoutimg.shout-image-block {
    max-width: none !important;
    width: 100% !important;
    /* margin-bottom: 10px !important; */
    /* border-bottom: 2px solid rgba(208, 186, 151, 0.28); */
    max-height: 180px;
  }

  .shout-container shouttext {
    -webkit-order: 1;
    order: 1;
    padding: 15px;
    /* font-size: 15px; */
  }

  .shout-container shoutmessage {
    font-size: 17px;
  }

  .shout-container shoutimg {
    -webkit-order: 0;
    order: 0;
  }
}

.navbar {
  background: white;
}

@media (max-width: 768px) {
  .navbar-end {
    display: flex;
    flex-direction: column;
  }

  .navbar-end .navbar-item {
    display: block;
    width: 100%;
    color: #fff;
  }

}

.navbar-burger span {
  color: #111;
  background-color: #111;
}

.has-scrolled .navbar-burger span {
  background-color: #fff;
}

.navbar.has-scrolled .mobile-logo-text {
  color: #fff;
}

.hero-container {
  max-height: 400px;
  margin-bottom: 1rem;
}

.hero-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
/*
.brunch-hero-image {
  background: url("../images/brunch-hero.jpg");
  width: 100%;
  max-height: 400px;
} */

.hero-title {
  text-transform: uppercase;
  position: relative;
  background: black;
  color: white;
  border: 1px solid white;
  /* background: #a0a0a0; */
  /* border-radius: 35px; */
  /* color: #7c1816; */
  width: fit-content;
  bottom: 8rem;
  left: 1rem;
  font-size: 3rem;
  padding: 1rem;
  font-family: var(--primaryFont);
}

@media(max-width: 767px){
  .hero-title {
    text-transform: uppercase;
    position: relative;
    background: black;
    color: white;
    border: 1px solid white;
    /* background: #a0a0a0; */
    /* border-radius: 35px; */
    /* color: #7c1816; */
    width: fit-content;
    bottom: 6rem;
    left: 1rem;
    font-size: 2rem;
    padding: 1rem;
    font-family: var(--primaryFont);
  }
}

.press-header {
  color: white;
  text-transform: uppercase;
  margin-top: 1rem;
  text-align: center;
  font-family: var(--primaryFont);
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.press-img {
  width: 35%;
  height: auto;
  padding: 2rem;
}

.footer-header {
  color: white;
  text-transform: uppercase;
  /* text-decoration: underline; */
  text-align: center;
  font-family: var(--primaryFont);
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid white;
}

.social-row {
  text-align: center;
  margin-top: 2rem;
}

.footer-nav-item {
  color: white;
  text-transform: uppercase;
  font-family: var(--primaryFont);
  font-weight: bold;
  /* margin-right: 3rem; */
}

.footer-nav {
  margin-top: 1rem;
  display:flex;
  flex-direction: column;
  text-align: center;
}

.contact-info {
  margin-top: 1rem;
}

.inline-desc-price {
  display: none;
}

.inline-variant-price-value {
  display: none;
}

.gift-card-header {
  color: white;
  text-align: center;
  font-size: 2rem;
  font-family: var(--primaryFont);
}

.gift-card-img-wrapper {
  text-align: center;
}

.contact-column-footer {
  text-align: center;
  font-weight: bold;
  font-family: var(--primaryFont);
}

.secure-form iframe {
	height: 80px!important;
}