@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.img-responsive {
  width: 100%;
  max-width: 600px;
}

section {
  padding: 20px;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

h1 {
  font-size: 40px;
  text-align: center;
  margin: 0px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 400;
  color: #d9531e;
  text-shadow: 2px 2px 0px rgba(217, 83, 30, 0.6);
  letter-spacing: 3px;
}

h1.white {
  font-size: 40px;
  text-align: center;
  margin: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.6);
}

h3 {
  font-size: 22px;
  margin: 0;
  margin-bottom: 20px;
}

p {
  font-size: 19px;
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: left;
}

p a:hover {
  color: #d9531e;
}

footer {
  /* padding: 100px 20px; */
  background: radial-gradient(rgba(0, 0, 0, 0.24), #000000),
    url(../images/footer-bg.jpg) no-repeat center center / cover;
  min-height: 65vh;
  display: flex;
  padding: 80px 20px;
}

.form-bg {
  background: radial-gradient(rgba(0, 0, 0, 0.5), #000000),
    url(../images/contact-form.jpg) no-repeat center center / cover;
  padding: 100px 20px;
}

.white-text {
  color: #ffffff;
}

.orange-text {
  color: #d9531e;
}

.orange-bg {
  background: #d9531e;
}

.orange-btn {
  padding: 10px;
  font-size: 18px;
  /* border: 2px solid #d9531e; */
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  max-width: 200px;
  background: #d9531e;
  margin-top: 20px;
}

.orange-btn:hover {
  background: #000000;
  color: #d9531e;
}

.about-bg {
  background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../images/about-bg.jpg) no-repeat center center / cover;
  /* padding: 100px 20px; */
}

.shout-content {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.25);
}

#shout-container > shoutinner > shoutimg.shout-image-background > img {
  width: 100%;
  max-width: none;
  height: 100%;
  border-radius: 0px;
}

.parallax-padding {
  height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax-padding h1 {
  margin-bottom: 0px;
  font-size: 9vw;
  color: #ffffff;
  font-weight: 300;
  text-shadow: 3px 4px 0px rgba(217, 83, 30, 0.6);
}

.head-title {
  font-size: 40px;
  text-align: center;
  background: #d87a28;
  color: #ffffff;
  padding: 10px 0;
}

.location-text {
  font-size: 15px;
  color: #ffffff;
}

.menu-super-sections {
  display: inline-block;
  width: 100%;
}

.menu-super-sections ul {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
  /* background: #000000; */
}

.menu-super-sections ul:hover li a {
  opacity: 1;
}

.menu-super-sections ul li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 24%;
  margin: 0.5%;
}

.menu-super-sections ul li a {
  padding: 60px 10px;
  font-size: 35px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;
  width: 100%;
  display: inline-block;
  background: #969637;
}

.menu-super-sections ul li a:hover {
  background: rgba(0, 0, 0, 1);
  opacity: 1;
}

.footer-inner-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.footer-inner-wrapper ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-inner-wrapper ul li {
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-inner-wrapper ul li.social-icons {
  margin-top: 10px;
}

.footer-inner-wrapper ul li.logo img {
  width: 100%;
  max-width: 550px;
}

.footer-inner-wrapper ul li.social-icons a i {
  font-size: 35px;
}

.footer-inner-wrapper ul li a {
  color: #ffffff;
  font-size: 21px;
  text-transform: uppercase;
  display: inline-block;
}

.footer-inner-wrapper ul li a i {
}

.footer-inner-wrapper ul li a:hover {
  color: #d9531e;
}

.shout-circle shoutinner {
  padding-left: 30px;
  padding-bottom: 30px;
}

.shout-circle shouttext {
  padding: 0px;
  max-width: none;
}

.shout-circle shoutdate {
  padding: 0;
  font-size: 13px;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 5px;
}

.shout-circle shouttitle {
  color: #d9531e;
  text-transform: uppercase;
  border-color: rgba(255, 255, 255, 0.53);
  width: fit-content;
  margin: inherit;
  display: table;
  padding-bottom: 0px;
  font-size: 23px;
}

.shout-circle shoutmessage {
  text-transform: uppercase;
  padding-bottom: 0px;
  font-weight: 500;
  font-size: 23px;
}

.shout-container-home {
  position: absolute;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  flex-direction: column;
  z-index: 9;
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.25)
  );
}

#shout-container {
}

.giftcard-tag {
  position: absolute;
  /* top: 0; */
  z-index: 9999;
  /* bottom: 0px; */
  right: 20px;
  bottom: 30px;
}

.giftcard-tag img {
  width: 100%;
  max-width: 200px;
}

/*media screen*/
@media screen and (min-width: 1500px) {
  .parallax-padding {
    /* padding: 320px 20px; */
  }
}

@media screen and (max-width: 1200px) {
  .footer-address {
    font-size: 18px !important;
    padding: 24px 10px !important;
  }

  .multi-location {
    padding: 25px;
  }

  .best-wine img {
    max-width: 270px;
  }
}

@media screen and (min-width: 1024px) {
}

@media screen and (max-width: 1024px) {
  .other-location-links ul li a {
    padding: 20px 5px;
    font-size: 17px;
  }

  .parallax-padding {
    /* padding: 150px 0; */
  }
}

@media screen and (max-width: 1200px) {
  .menu-super-sections ul li a {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .location-footer {
    width: 100%;
    float: none;
    display: table;
  }

  .footer-social {
    width: 100%;
    float: none;
    display: table;
  }

  .menu-super-sections ul li a {
    font-size: 24px;
  }

  .menu-super-sections ul li {
    width: 49%;
    margin: 0.5%;
  }
}

@media screen and (min-width: 768px) {
  .call-dir {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .call-dir {
    display: table;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
  }

  .call-dir a {
    width: 48%;
    margin: 1%;
    padding: 7px;
    background: #d9531e;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 2px 1px 0 rgba(255, 255, 255, 0.29);
  }

  .call-dir a i {
  }

  .giftcard-tag {
    display: none;
  }

  h1 {
    font-size: 30px;
  }

  .location-footer ul li {
    width: 100%;
    float: none;
  }

  .bottom-bar ul li {
    width: 100%;
    text-align: center;
  }

  .bottom-bar ul li:last-child {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }

  .multi-location {
    width: 100%;
    padding: 20px;
    float: none;
  }

  .best-wine {
    width: 100%;
    float: none;
  }

  .best-wine img {
    max-width: 200px;
  }

  .head-title {
    font-size: 30px;
  }

  .menu-super-sections ul li {
    width: 49%;
  }
}

@media screen and (min-width: 600px) {
}

.parallax-about-index {
  background: radial-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.54));
}

.index-para-text {
  font-size: 6vw;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  /* text-shadow: 2px 2px 0 #000000; */
  line-height: normal;
}

@media screen and (max-width: 600px) {
  .other-location-links ul li {
    width: 50%;
  }

  .other-location-links ul li:last-child {
    width: 100%;
  }

  .parallax-padding {
    /* padding: 110px 0; */
    height: 40vh;
  }

  .parallax-padding h1 {
    font-size: 17vw;
  }

  .menu-super-sections ul li a {
    font-size: 20px;
    padding: 35px 5px;
    text-transform: capitalize;
  }

  .mobile-parallax {
    /* display: none; */
  }

  .index-para-text {
  }
}

/***************** menu styles ***********************************/
.back-menu-link {
  font-size: 22px;
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  background: #d87928;
}

#menu-selection {
  width: 25%;
  float: left;
}

#menu-selection ul {
  padding: 0px;
  margin: 0px;
}

.back_btn_menu {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: #202020;
  padding: 10px;
  max-width: 160px;
  color: #ffffff;
}

#menuSectionOfSections {
  display: flex;
  flex-wrap: wrap;
}

#menuSectionOfSections > div {
  color: #000;
  width: 49%;
  margin: 0.5%;
  float: left;
  height: 0;
  position: relative;
  cursor: pointer;
  display: inline-table;
  font-size: 2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#menuSectionOfSections > div:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-dots {
  display: none;
}

.menuSectionName {
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 130px 0;
  -o-transition: all 0.3s ease;
}

.menu-category-items-container {
  padding-bottom: 30px;
}

.menuSectionName:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #c7c7c7;
}

.menu-category-container {
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 1000px;
  margin-top: 0px;
}

.menu-category-desc {
  margin-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.menu-category-items {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.sub-item-box-main {
  margin-top: 60px;
}

.sub-item-box-image {
  height: 400px;
  overflow: hidden;
}

.sub-item-box-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.sub-item-box {
  display: table;
  width: 100%;
  text-align: left;
  max-width: 1300px;
  color: #2f271c;
}

.sub-item-box h1,
.menu-category {
  font-size: 21px;
  text-transform: capitalize;
  text-align: -moz-center;
  margin-bottom: 0px;
  text-align: -webkit-center;
  margin-top: 50px;
}

.menu-section-titles {
  text-align: center;
}

.sub-item-box h3 {
  margin: 0px;
}

.menu-item-description {
  width: 80%;
  float: left;
  text-align: left;
}

.menu-item-prices {
  width: 20%;
  float: left;
  text-align: right;
  padding: 0;
}

.menu-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 47%;
  /*float: left;*/
  margin: 10px 1.5% 0px 1.5%;
}

.menu-item-description p {
  font-size: 17px;
  margin-bottom: 0px;
  text-transform: lowercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-top: 5px;
  font-weight: 500;
  color: #000000;
}

.menu-category-items h1 {
  color: #84461c;
  text-align: center;
}

.menu-item-description h3 {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 18px;
  letter-spacing: 0.6px;
  margin: 0px;
  text-align: left;
}

.menu-var {
  font-size: 12px;
  padding-right: 5px;
}

.menu-item .menu-img {
  width: 28%;
  min-height: 10px;
  margin-right: 1%;
  display: none;
}

.menu-item-prices p {
  margin-bottom: 0px;
  line-height: 15px;
  margin-top: 0px;
  text-align: right;
}

.price {
  font-weight: 500;
  padding-left: 3px;
  color: #000000;
  font-size: 20px;
}

.dollarSign {
  font-weight: 600;
  font-size: 16px;
  display: none;
}

.menu-container-mobile {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .menuSectionName {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .menu-item-description {
    padding-left: 0px;
  }

  .menu-item-prices {
    padding: 0;
  }

  .menu-item {
    display: table;
    width: 97%;
  }

  #menuSectionOfSections > div {
    width: 98%;
  }
}

@media screen and (max-width: 1024px) {
  .sub-item-box-image {
    height: 300px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .sub-item-box-image {
    height: 200px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .sub-item-box-image {
    height: 200px;
    overflow: hidden;
  }

  .menu-item-description p {
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: lowercase;
    line-height: normal;
  }

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

  .menu-item-prices {
    width: 30%;
    margin-top: 3px;
  }

  #menu-container {
    display: inline-block;
    width: 100%;
    /* padding: 10px; */
    padding-bottom: 30px;
    margin-top: 30px;
  }

  #menu-container hr {
    display: none;
  }

  #menuSectionOfSections > div {
    width: 99%;
  }

  #menuSectionOfSections {
    /* padding: 10px; */
  }

  .menu-item {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
  }

  .menuSectionName {
    padding: 60px 0;
    color: #ffffff;
  }

  .menu-item-description h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .menu-category {
    font-size: 18px;
  }
}

/***************** menu styles ends ***********************************/
/***************** events styles ***********************************/
#events-container {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}

.events_main {
  width: 100%;
  display: inline-block;
  background: #d9531e;
  /* border: 2px solid #da7d1d; */
  padding: 10px;
  margin-top: 10px;
}

.event {
  min-height: 200px;
  width: 30%;
  float: left;
  padding-right: 10px;
}

.event a {
  height: 300px !important;
  display: table !important;
}

.event img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  display: table;
  max-width: none;
}

.zoom-text {
  font-size: 12px;
  color: #efefef;
}

.event-info {
  width: 70%;
  margin-left: 0;
  float: right;
  text-align: left;
  color: #fff;
}

.event-info .date {
  font-size: 16px;
  color: #bdbdbd;
  padding: 0 0 3px;
  color: #ffffff;
  width: fit-content;
  background: none;
  border-bottom: 1px solid #ffffff;
}

.event-info .date i {
  font-size: 14px;
  padding-right: 5px;
}

.event-info h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 44px;
  padding-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.45);
}

.event-info h3 a {
  color: #d87929;
  text-transform: capitalize;
}

.event-info h3 a:hover {
  opacity: 0.8;
}

.event-info p {
  /*max-width: 430px;*/
  margin-top: 10px;
  color: #ffffff;
  overflow: hidden;
  overflow-y: scroll;
  /* height: 235px; */
  margin-bottom: 0px;
  padding: 0;
  font-weight: 300;
}

.event-info p::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.event-info p a {
  color: #ffffff;
}

.event-info p a:hover {
  color: #f3bb8f;
}

.sub-title-events {
  font-size: 20px;
  color: #000000;
}

.no-event-post-text {
  color: #000000;
}

.view-events-btn-container {
  padding-top: 0px;
}

.view-events-btn-container a {
  border: 1px solid #ffffff;
  width: 100%;
  padding: 5px;
  background: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 570px;
}

.view-events-btn-container a:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #d9531e;
}

@media screen and (max-width: 1000px) {
  .event {
    width: 100%;
    float: none;
    padding-right: 0px;
  }

  .event-info h3 {
  }

  .event-info {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .event-info p {
    max-width: none;
  }
}

/*events*/
/*photos*/
#gallery {
  /* display: inline-block; */
  width: 100%;
  max-width: none;
}

#photos-container {
  width: 100%;
  position: relative;
  /* display: inline-block; */
  /* max-width: 1200px; */
  z-index: 1;
}

.album_gallery_div {
  width: 49%;
  overflow: hidden;
  max-width: 600px;
  float: left;
  background: #000000;
  margin: 0.5%;
  position: relative;
}

.album {
  height: 400px;
  z-index: 9999;
  position: relative;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}

.album:hover .album-meta {
  background: rgba(0, 0, 0, 0.7);
}

.album img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.album-meta-container {
  display: table;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
}

.album-meta {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 22px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.album_name_caption {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  text-transform: capitalize;
}

.album-meta hr {
  width: 20px;
  margin: 5px 0 10px 0;
}

.photos_number {
  font-size: 16px;
  color: #cfcfcf;
  font-weight: 400;
}

.back-to-album {
  font-size: 25px;
  color: #000000;
  opacity: 1;
}

.gallery-wrap {
  display: inline-block;
  max-width: 1300px;
  width: 100%;
}

.image_inside_cont {
  display: inline-block;
  float: left;
  width: 25%;
  /*border: 2px solid rgba(32, 32, 32, 0);*/
}

.mg-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.mg-image:hover img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  position: relative;
  opacity: 0.2;
}

.mg-image {
  max-width: 100%;
  height: 250px;
  float: left;
  min-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.mg-image:hover {
  background: url(http://www.gonationsites.com/GNSE/gn-sites/images/zoom.png)
    center center no-repeat #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .album_gallery_div {
    width: 49%;
    float: left;
    height: auto;
    max-width: 100%;
  }

  .album {
    height: 220px;
  }

  .album-meta-container {
    height: 220px;
  }

  .album_name_caption {
    font-size: 24px;
    padding-top: 10px;
  }

  .photos_number {
    font-size: 12px;
  }

  .image_inside_cont {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .album {
    height: 200px;
  }

  .album_gallery_div {
    width: 99%;
    float: none;
    margin-bottom: 20px;
  }

  .album {
    height: 200px;
  }

  .album-meta-container {
    height: 200px;
  }

  .image_inside_cont {
    width: 33.33%;
  }

  .mg-image {
    height: 100px;
  }

  .mg-image img {
    min-width: 200px;
  }
}

@media screen and (min-width: 2200px) {
  .image_inside_cont {
    width: 20%;
  }

  .mg-image {
    height: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .hours-section {
    display: inline-block;
    max-width: 300px;
  }

  .hours-section hr {
    display: none;
  }

  .hours_container_box {
    width: 100%;
    float: left;
    padding: 5px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .hours_container_box h3 {
    font-size: 13px;
    padding-bottom: 5px;
    margin-top: 0px;
    float: left;
    margin-bottom: 0;
    /* color: #281d18; */
    display: none;
  }

  .day-toggle {
    font-size: 19px;
    font-weight: 600;
    /* margin-bottom: 10px; */
    display: inline-block;
    float: left;
    color: #d87a28;
  }

  .hours-numbers {
    float: right;
    text-transform: lowercase;
    font-size: 19px;
    color: #ffffff;
  }

  .hours_title_numbers {
    display: inline-block;
    float: right;
    /* width: 100%; */
  }
}

@media screen and (min-width: 1024px) {
  .hours-section {
    display: table;
    width: 100%;
    max-width: 1300px;
    margin: auto;
  }

  .hours-section hr {
    display: none;
  }

  .hours_container_box {
    float: left;
    padding: 10px 5px;
    font-size: 14px;
    margin: 5px 0;
    color: #000000;
    /* width: 13.2%; */
    line-height: 22px;
  }

  .hours_container_box h3 {
    font-size: 14px;
    /* padding-bottom: 5px; */
    margin-top: 10px;
    margin-bottom: 0;
    color: #281d18;
    display: none;
  }

  .day-toggle {
    font-size: 20px;
    font-weight: 300;
    color: #d87a28;
    text-align: center;
  }

  .hours-numbers {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 5px;
    text-align: center;
  }
}

.allInOnce-h1-0 {
  display: none;
}

#menu-selection {
  width: 25%;
  float: left;
}

#menu-selection ul {
  padding: 0px;
  margin: 0px;
}

.back_btn_menu {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: #d9531e;
  padding: 8px;
  max-width: 160px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}

#menuSectionOfSections > div {
  color: #000;
  width: 49%;
  margin: 0.5%;
  float: left;
  height: 0;
  height: 30vh;
  position: relative;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  font-size: 2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-position: bottom;
}

#menuSectionOfSections > div:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-dots {
  display: none;
}

.menuSectionName {
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 4px 3px 0px #d9531e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 10px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-category-items-container {
  padding-bottom: 30px;
}

.menuSectionName:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.menu-category-container {
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 1000px;
  margin-top: 0px;
}

.menu-category-desc {
  margin-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.menu-category-items {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.sub-item-box-main {
  margin-top: 60px;
}

.sub-item-box-image {
  height: 400px;
  overflow: hidden;
}

.sub-item-box-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.pricelistLastUpdated {
  margin-bottom: 0;
  width: 100%;
  order: 1;
  margin-top: 10px;
}

#aboutus-container p {
  white-space: pre-wrap;
  font-weight: 400;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 10px;
  line-height: 36px;
}

.sec-6wEROxcPSPC-PM_An-wvLA h1.allInOnce-h1-1 {
  margin-top: 0px;
}

.sub-item-box {
  display: table;
  width: 100%;
  text-align: left;
  max-width: 1300px;
  color: #2f271c;
}

.sub-item-box h1,
.menu-category {
  font-size: 31px;
  text-transform: uppercase;
  text-align: -moz-center;
  margin-bottom: 0px;
  text-align: -webkit-center;
  margin-top: 30px;
}

.menu-section-titles {
  text-align: center;
}

.sub-item-box h3 {
  margin: 0px;
}

.menu-item-description {
  width: 80%;
  float: left;
  text-align: left;
}

.menu-item-prices {
  width: 20%;
  float: left;
  text-align: right;
  padding: 0;
}

.menu-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48%;
  float: none;
  margin: 10px 1% 0px;
}

.menu-item-description p {
  font-size: 15px;
  margin-bottom: 0px;
  text-transform: lowercase;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-top: 0;
  font-weight: 400;
  color: #000000;
  padding-top: 0px;
}

.menu-category-items h1 {
  color: #84461c;
  text-align: center;
}

.menu-item-description h3 {
  color: #000000;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 0.6px;
  margin: 0px;
  text-align: left;
}

.menu-var {
  font-size: 12px;
  padding-right: 5px;
}

.menu-item .menu-img {
  width: 28%;
  min-height: 10px;
  margin-right: 1%;
  display: none;
}

.menu-item-prices p {
  margin-bottom: 0px;
  line-height: 21px;
  margin-top: 0px;
  text-align: right;
}

.price {
  font-weight: 500;
  padding-left: 3px;
  color: #000000;
  font-size: 16px;
}

.dollarSign {
  font-weight: 600;
  font-size: 16px;
  display: none;
}

.menu-container-mobile {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .menuSectionName {
    /* padding: 100px 0; */
  }
}

@media screen and (max-width: 767px) {
  .menu-item-description {
    padding-left: 0px;
  }

  .menu-item-prices {
    padding: 0;
  }

  .menu-item {
    display: table;
    width: 97%;
  }

  #menuSectionOfSections > div {
    width: 98%;
    height: 25vh;
  }
}

@media screen and (max-width: 1024px) {
  .sub-item-box-image {
    height: 300px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .sub-item-box-image {
    height: 200px;
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  #menuSectionOfSections > div {
    width: 98%;
    height: 25vh;
  }

  .menuSectionName {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .sub-item-box-image {
    height: 200px;
    overflow: hidden;
  }

  .menu-item-description p {
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: lowercase;
    line-height: normal;
  }

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

  .menu-item-prices {
    width: 30%;
    margin-top: 3px;
  }

  #menu-container {
    display: inline-block;
    width: 100%;
    /* padding: 10px; */
    padding-bottom: 0;
    margin-top: 0;
  }

  #menu-container hr {
    display: none;
  }

  #menuSectionOfSections > div {
    width: 99%;
    margin-bottom: 10px;
  }

  #menuSectionOfSections {
    /* padding: 10px; */
  }

  .menu-item {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
  }

  .menuSectionName {
    padding: 40px 0;
    color: #ffffff;
  }

  .menu-item-description h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .menu-category {
    font-size: 18px;
  }
}

.no-event-post-text {
  text-align: center;
}

/***************** menu styles ends ***********************************/
@media screen and (max-width: 1024px) {
  .hours-section {
    display: inline-block;
    max-width: 300px;
  }

  .hours-section hr {
    display: none;
  }

  .hours_container_box {
    width: 100%;
    float: left;
    padding: 5px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .hours_container_box h3 {
    font-size: 13px;
    padding-bottom: 0;
    margin-top: 0px;
    float: left;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    display: none;
    width: 50%;
    border-bottom: 0px;
  }

  .day-toggle {
    font-size: 19px;
    font-weight: 600;
    /* margin-bottom: 10px; */
    display: inline-block;
    text-transform: uppercase;
    float: left;
    color: #ffffff;
  }

  .hours-numbers {
    float: right;
    text-transform: uppercase;
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 0px;
  }

  .hours_title_numbers {
    display: inline-block;
    float: right;
    /* width: 100%; */
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff;
  }
}

@media screen and (min-width: 1024px) {
  .hours-section {
    display: table;
    width: 100%;
    max-width: 1300px;
    margin: auto;
  }

  .hours-section hr {
    display: none;
  }

  .hours_container_box {
    float: left;
    padding: 10px 5px;
    font-size: 14px;
    margin: 5px 0;
    color: #000000;
    /* width: 13.2%; */
    line-height: 22px;
  }

  .hours_container_box h3 {
    text-transform: uppercase;
    font-size: 11px;
    /* padding-bottom: 5px; */
    margin-top: 10px;
    margin-bottom: 0;
    color: #ffffff;
    display: none;
    /* background: #ffffff; */
    width: 100%;
    margin: 5px auto;
    border: 1px solid #ffffff;
    padding: 5px;
    font-weight: 400;
  }

  .day-toggle {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
  }

  .hours-numbers {
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 5px;
    text-align: center;
    font-weight: 500;
  }

  .hours_title_numbers {
    margin-bottom: 15px;
  }
}

#shout-container > shoutinner > shoutimg > img {
  /* max-height: 300px; */
  width: auto;
  height: 150px;
  width: 150px;
  min-width: auto;
}

#shout-container > shoutinner > shoutimg {
  display: flex;
  justify-content: center;
}

/* Secure form */
.secure-form .secure-form-item .secure-form-submit-button {
  background-color: #d87a28;
  color: white;
  width: 100%;
  max-width: 200px;
  margin: auto;
  background: #d9531e;
  text-transform: uppercase;
  font-family: inherit;
  padding: 8px;
  border-radius: 3px;
}

.secure-form .secure-form-item .secure-form-submit-button:hover {
  background-color: #ffffff;
  color: #d9531e;
}

.secure-form .secure-form-item input,
.secure-form .secure-form-item textarea {
  padding: 10px;
  color: #000000;
  background: rgba(239, 239, 239, 0.7);
  outline: 0;
  border: 1px solid #ffffff;
  border: 2px solid #d9531e;
  box-shadow: none;
  background: none;
  color: #d9531e;
  font-size: 15px;
}

.recurring-title,
.special-events-title {
  color: #d9531e;
  margin-top: 0px;
}

.special-events-title {
  margin-top: 0;
}

.secure-form .secure-form-item label {
  color: #ffffff;
  font-size: 13px;
  padding: 0px;
}

.sub-item-box .allInOnce-h1-1 {
  font-size: 50px;
  text-decoration: underline;
}

.sec-cWQFKZo1TXiFjF6WkUMn8A .allInOnce-h1-1 {
  margin-top: 0px;
}

.gn-gal-inner {
  justify-content: flex-start;
  padding: 0;
}

.gn-gal-inner .gn-gal-text {
  /* font-family: inherit; */
  text-transform: uppercase;
  /* text-shadow: 2px 2px 0px rgba(217, 83, 30, 0.6); */
  padding: 0 0 20px 20px;
}

#gallery h1,
#gallery .back-to-album {
  /* display: flex; */
}

#gallery h1 {
  width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.album-btn-container {
  width: 50%;
  text-align: right;
  display: flex;
  align-items: center;
}

#gallery .back-to-album {
  margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
  #gallery h1 {
    font-size: 20px;
    text-shadow: none;
    letter-spacing: 1px;
  }

  #gallery .back-to-album {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .recurring-img-container {
    display: flex;
  }
}

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

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

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

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

.shout-container shouttitle {
  margin: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  border-color: rgb(231, 81, 40);
  width: 100%;
  text-align: left;
}

.shout-container shoutdate {
  padding-top: 0px;
  letter-spacing: 0;
  padding-bottom: 0px;
  color: #8e8e8e;
  font-size: 12px;
  margin-top: 0;
}

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

@media screen and (max-width: 850px) {
  .shout-container {
    position: relative;
    height: auto;
    padding: 25px 15px 15px;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .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;
  }
}

.shout-circle img,
.shout-circle shoutimg.shout-image-block img {
  display: block;
  border-radius: 0;
  width: 100%;
  /* min-width: 200px; */
  /* height: 250px; */
  object-fit: cover;
}

@media (max-width: 480px) {
  .menu-item div.menu-img {
    display: block;
    width: 50%;
  }

  .menu-item div.menu-img img {
    width: 100%;
    max-width: 300px;
    margin: 0.5rem auto;
    height: 100%;
    max-height: 100px;
    object-fit: cover;
  }
}

.popup-shelton {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.popup-open {
  display: block;
}

.opaque-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content-shelton {
  width: 80%;
  max-width: 600px;
  transform: translate(-50%, -50%);
  position: absolute;
  background: black;
  border: solid 1px white;
  top: 50%;
  left: -100%;
  padding: 3rem;
  z-index: 1000;
  text-align: center;
  transition: all ease-in-out 0.5s;
}

.popup-content-open {
  left: 50%;
}

.popup-content-shelton h2 {
  font-size: 2rem;
  color: white;
  margin-bottom: 3rem;
}

.popup .btn {
  border: solid 1px white;
  margin: 2rem auto;
  padding: 0.75rem;
  max-width: 200px;
}

.popup .btn a {
  width: 100%;
  display: inline-block;
}

.popup img {
  max-height: 20px;
  vertical-align: middle;
}

.popup-content-options-button {
  text-transform: uppercase;
  /* width: 100%; */
  color: #fff !important;
  background: rgb(217, 82, 30);
  margin: 1rem;
  padding: .5rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}