@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Sancreek');
:root {
  --primary-color: #8c5e26;
  --secondary-color: #f4d527;
  --header-footer-color: rgb(33, 33, 33);
  --social-icon-size: 30px;
  --heading-font: "Sancreek", serif;
  --body-font: "Lato", sans-serif;
  --body-color: #444;
}

body {
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--body-color);
}

a {
  transition: all ease 0.3s;
  color: #2d2129;
}

a:hover {
  color: var(--secondary-color);
}

h1 {
  font-size: 50px;
  color: #2d2129;
  margin-bottom: 30px;
  font-weight: 500;
}

h3 {
  font-size: 23px;
  color: #2d2129;
  margin-bottom: 20px;
  font-weight: 500;
}

.red-color {
  color: #2d2129;
}

.sub-title {
  font-size: 30px;
  color: #2d2129;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

p {
  font-size: 18px;
  margin: 0px auto;
  margin-bottom: 15px;
  max-width: 1000px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.menu-text {
  font-size: 16px;
  margin: 0px auto;
  margin-bottom: 15px;
  max-width: 1000px;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.read-more {
  padding: 10px;
  border: 2px solid var(--primary-color);
  display: inline-block;
  color: #ffffff;
  background: var(--primary-color);
  margin-top: 20px;
  width: 190px;
  border-radius: 2px;
  text-transform: uppercase;
}

.read-more:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
}

.map {
  height: 400px;
}

strong {
  color: #2d2129;
  font-weight: 500;
}

.strong {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0px;
}

.p-link {
  color: #2d2129;
  border-bottom: 2px solid #2d2129;
}

.p-link:hover {
  background: #2d2129;
  color: #ffffff;
}

section {
  padding: 50px 20px;
  min-height: 400px;
}

.no-min-height {
  min-height: auto;
}

.light-bg {
  background: #efefef;
}

.dark-bg {
  background: #333333;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000000;
}

.uppercase {
  text-transform: uppercase !important;
}

.shout_text {
  font-size: 25px;
  font-weight: 300;
  max-width: 800px;
  margin: auto;
  margin-bottom: 5px;
}

.shout_time {
  font-size: 14px;
}

.shout_time i {
  font-size: 11px;
}

.fork-spoon {
  padding-top: 30px;
  text-align: center;
}

.fork-spoon img {
  width: 100%;
  max-width: 100px;
}

.pattern-bg {
  background: url(../images/bg-pattern.jpg) center center;
  background-size: cover;
}

.home-part-main {
  display: table;
  ;
  width: 100%;
  max-width: 800px;
  margin: auto;
  border: 2px solid #2d2129;
}

.home-part {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

.border-right {
  border-right: 2px solid #2d2129
}

.icon-image {
  width: 100%;
  max-width: 70px;
  margin-bottom: 5px;
}

.head-text {
  font-size: 30px;
  color: #2d2129;
  font-weight: 500;
}

.head-text span {
  font-size: 18px;
  font-weight: 300;
}

.red-bg {
  background: #2d2129;
  color: #ffffff;
  transition: all ease 0.3s;
}

.part-padding {
  padding: 100px 20px;
}

.red-bg .head-text {
  color: #ffffff;
}

.red-bg a {
  color: #ffffff;
}

.red-bg a:hover {
  color: #000000;
}

.locations {
  background: #f7a15e;
}

.locations:hover {
  color: #000000 !important;
}

footer {
  padding: 50px 20px;
  background: var(--header-footer-color);
  text-align: center;
}

.footer-bar-1 {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  /* padding-bottom: 10px; */
  /* border-bottom: 2px solid rgba(247, 161, 94, 0.5); */
}

.footer-bar-1 ul {
  display: inline-block;
  width: 100%;
}

.footer-bar-1 ul li {
  display: inline-block;
  width: 100%;
  /* float: left; */
  text-align: center;
  margin-bottom: 10px;
}

.footer-bar-1 ul li:last-child {
  /* text-align: right */
  margin-bottom: 0px;
}

.footer-bar-1 ul li a {
  color: #ffffff;
}

.footer-bar-1 ul li a i {
  font-size: 14px;
}

.footer-bar-1 ul li a:hover {
  color: var(--secondary-color);
}

.footer-bar-2 {
  /* padding-top: 10px; */
  max-width: 800px;
  margin: auto;
}

.footer-bar-2 p {
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
}

.footer-bar-3 {
  padding-top: 30px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.bottom-bar {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: space-between;
  align-content: center;
  padding: 20px 30px;
  width: 100%;
  background: var(--primary-color);
  color: white;
  font-weight: 500;
}

@media all and (max-width:600px) {
  .bottom-bar {
    flex-flow: column nowrap;
    align-items: center;
  }
  .bottom-bar div {
    margin: 10px 5px;
  }
}

.mb0 {
  margin-bottom: 0px !important
}

.icon-menu-text {
  font-size: 13px;
}

.btn-more {
  color: #ffffff;
  background: var(--secondary-color);
  ;
  border: 2px solid var(--secondary-color);
  ;
  padding: 7px 10px;
  font-size: 18px;
  display: inline-block;
}

.btn-more:hover {
  color: var(--secondary-color);
  ;
  background: none;
}

.index-best-local-bg {
  /* background: white; */
  background-color: #e5dbdb;
  /* background: #ffffff url(../images/taj-pattern.png) center center no-repeat; */
  /* background-size: 100%; */
}

.index-our-story-bg {
  background: linear-gradient(rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.43)), url(../images/index-our-story-bg.jpg) no-repeat center center !important;
  background-size: cover !important;
}

@media screen and (min-width: 600px) {
  .call-dir {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .home-part {
    width: 100%;
    display: inline-block;
  }
  .footer-bar-1 ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    float: none;
  }
  .footer-bar-1 ul li:last-child {
    text-align: center;
    margin-bottom: 0px;
  }
  .bottom-bar ul li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .bottom-bar ul li:last-child {
    text-align: center;
    margin-top: 10px;
  }
  .call-dir {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .call-dir a {
    font-size: 18px;
    width: 48%;
    float: left;
    margin: 1%;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    display: inline-block;
  }
  .shout_text {
    font-size: 18px;
  }
  .shout_time {
    font-size: 13px;
  }
}

/* parallax */

.parallax-padding-index {
  padding: 250px 20px;
  background: rgba(0, 0, 0, 0.3)
}

.parallax-padding-index h1 {
  text-align: center;
  margin: 0px;
  color: #ffffff;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 400;
}

.view-parallax-btn {
  padding: 5px 10px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  background: none;
  margin-top: 20px;
  border: 2px solid #ffffff;
  border-radius: 2px;
}

.view-parallax-btn:hover {
  color: #2d2129;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .parallax-index-events {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/parallax-index-events.jpg) center center / cover !important;
  }
  .parallax-padding-index {
    padding: 80px 20px;
    background: rgba(0, 0, 0, 0.3);
    display: none;
  }
}

/***************** menu styles ***********************************/

/*
.menu-bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/menu-bg.jpg) no-repeat center center !important;
  background-size: cover !important;
} */

.main-menu {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/main-menu.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.lunch {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/lunch.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.dessert {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/dessert.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.kids {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/kids.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.soups {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/salad.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.back_btn_menu {
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  background: var(--primary-color);
  padding: 10px;
  max-width: 160px;
  color: #ffffff;
  margin-top: 30px;
  transition: all ease 0.3s;
}

.back_btn_menu:hover {
  background: var(--primary-color);
  color: #1c0f0f;
}

#menuSectionOfSections>div {
  color: #000;
  width: 48%;
  margin: 1%;
  min-width: 239px;
  float: left;
  height: 0;
  position: relative;
  cursor: pointer;
  display: inline-table;
  font-size: 2em;
  transition: 0.4s;
}

#menuSectionOfSections>div:hover {
  transition: 0.4s;
}

.menu-category-items-container {
  /* background: url(../images/pig.png) no-repeat center center !important; */
}

.menu-dots {
  display: none;
}

.menuSectionName {
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 120px 0;
  -o-transition: all 0.3s ease;
}

.menuSectionName:hover {
  background: rgba(0, 0, 0, 0.4);
  color: var(--secondary-color);
}

.menu-category-container {
  display: none;
  margin-bottom: 10px;
}

.menu-category-desc {
  margin-bottom: 20px;
  text-align: -moz-center;
  text-align: -webkit-center;
  font-weight: 300;
}

.menu-category-items {
  display: inline-block;
  width: 100%;
}

.sub-item-box {
  display: table;
  width: 100%;
  text-align: left;
}

.sub-item-box h1 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 23px;
  color: var(--primary-color);
  padding-top: 5px;
  padding-bottom: 3px;
  /* background: #3b3430; */
  font-weight: 400;
  text-transform: uppercase;
  text-align: -moz-center;
  text-align: -webkit-center;
}

#menu-container {
  max-width: 1300px;
  padding-top: 20px;
}

.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: inline-flex;
  width: 47%;
  /*float: left;*/
  margin: 10px 1.5% 0px 1.5%;
}

.menu-item-description p {
  font-size: 14px;
  margin-bottom: 0px;
  padding-top: 3px;
  text-transform: lowercase;
  line-height: normal;
  /*font-style: italic;*/
  letter-spacing: 0;
}

.menu-category-items h1 {
  color: #c59a6c
}

.menu-item-description h3 {
  color: #000000;
  font-weight: 400;
  font-size: 17pt;
  text-transform: capitalize;
  line-height: 18pt;
  margin: 0px;
  text-align: left;
}

.menu-var {
  font-size: 13px;
  letter-spacing: 0;
}

.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;
}

.price {
  font-weight: 400;
  padding-left: 5px;
  font-size: 16px;
  color: #000;
}

.dollarSign {
  font-weight: 600;
  font-size: 18px;
  display: none;
}

h1, h2, h3, h4, h5 {
  font-family: var(--heading-font);
}

@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:479px) {
  .menu-category {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 23px;
    color: var(--primary-color);
    text-transform: capitalize;
    width: 100%;
    line-height: normal;
    font-weight: 400;
    margin-left: 0;
    margin-right: 0;
  }
  .menu-item-description p {
    margin-bottom: 5px;
    line-height: 18px;
  }
  .menu-item-description {
    width: 70%;
  }
  .menu-item-prices {
    width: 30%;
    margin-top: 5px;
  }
  #menu-container {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
  }
  #menu-container hr {
    display: none;
  }
  .menu-item {
    display: table;
    width: 97%;
  }
  .menuSectionName {
    padding: 80px 0;
    color: #ffffff
  }
  .menu-item-description h3 {
    line-height: 20px;
    letter-spacing: 0px;
  }
}

/***************** menu styles ends ***********************************/

/***************** events styles ***********************************/

#events-container {
  display: inline-block;
  width: 100%
}

.events_main {
  width: 98%;
  margin: 1%;
  float: left;
  background: #1d1d1d;
  border: 2px solid #da7d1d;
  padding: 10px;
}

.event {
  min-height: 200px;
  width: 30%;
  float: left;
}

.event a {
  height: 300px !important;
}

.event img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.zoom-text {
  font-size: 12px;
  color: #efefef
}

.event-info {
  width: 68%;
  margin-left: 2%;
  float: right;
  text-align: left;
  color: #fff;
}

.event-info h3 {
  margin-bottom: 10px;
  color: #ec2532;
}

.event-info h3 a {
  color: #da7d1d;
  text-transform: capitalize;
}

.event-info p {
  /*max-width: 430px;*/
}

.sub-title-events {
  font-size: 20px;
  color: #000000
}

.no-event-post-text {
  color: #000000
}

@media screen and (max-width: 1000px) {
  .event img {
    max-width: 300px
  }
  .event {
    width: 100%;
    float: none;
  }
  .event-info {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .event-info p {
    max-width: none;
  }
}

#gallery {
  display: inline-block;
  width: 100%;
}

#photos-container {
  width: 100%;
  position: relative;
  display: inline-block;
  max-width: 1200px;
}

.album_gallery_div {
  width: 49%;
  overflow: hidden;
  max-width: 600px;
  float: left;
  background: #000000;
  margin: 0.5%;
  position: relative;
  z-index: 1;
}

.album {
  height: 400px;
  z-index: 9999;
  position: relative;
  opacity: 1;
  transition: all ease 0.3s;
  cursor: pointer
}

.album:hover .album-meta {
  background: rgba(0, 0, 0, 0.7);
}

.album img {
  width: 100%;
  height: 100%;
  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;
  transition: all ease 0.3s;
}

.album_name_caption {
  font-size: 35px;
  font-weight: 400;
  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: #f7a15e;
  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 .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mg-image:hover img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  position: relative;
  opacity: .2
}

.mg-image {
  max-width: 100%;
  height: 250px;
  float: left;
  min-width: 100%;
  transition: .3s;
  overflow: hidden;
}

.mg-image:hover {
  background: url(http://www.gonationsites.com/GNSE/gn-sites/images/zoom.png) center center no-repeat #000;
  transition: .3s
}

@media screen and (max-width:768px) {
  .album_gallery_div {
    width: 100%;
    float: left;
    height: auto;
    max-width: 100%
  }
  .album {
    height: 300px;
  }
  .album-meta-container {
    height: 300px;
  }
  .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: 100%;
    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: var(--secondary-color);
  }
  .day-toggle {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: var(--secondary-color);
    text-align: center;
    padding-bottom: 5px;
    width: 100%;
  }
  .hours-numbers {
    float: right;
    color: #ffffff;
    text-transform: lowercase;
  }
  .hours_title_numbers {
    display: inline-block;
    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%;
    line-height: 22px;
    text-align: center;
  }
  .hours_container_box h3 {
    font-size: 15px;
    /* padding-bottom: 5px; */
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--secondary-color);
    font-family: var(--body-font);
    font-weight: bold;
  }
  .day-toggle {
    font-size: 18px;
    font-weight: 300;
    color: var(--secondary-color);
  }
  .hours-numbers {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase
  }
}

.social-icon {
  max-height: var(--social-icon-size);
  max-width: var(--social-icon-size);
  fill: var(--secondary-color);
  margin: 20px;
  width: 100%;
}

.social-icon-row {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 230px;
  justify-content: space-evenly;
}

.secure-form .secure-form-item input, .secure-form .secure-form-item textarea {
  font-family: var(--font);
  background: rgba(255, 255, 255, 0.7);
  color: #444;
  border-radius: 0;
  box-shadow: none;
  padding: 15px;
}

.secure-form .secure-form-item input::placeholder, .secure-form .secure-form-item textarea::placeholder {
  font-family: var(--font);
  color: #999;
}

.secure-form .secure-form-item .secure-form-submit-button {
  font-family: var(--font);
  font-weight: 700;
  padding: 12px 25px;
  border: 3px solid var(--primary-color);
  background-color: var(--primary-color);
  color: white;
}

.secure-form .secure-form-item .secure-form-submit-button:hover {
  color: var(--primary-color);
  background-color: transparent;
}

.secure-form-wrapper {
  display: flex;
  justify-content: center;
  margin: 50px 10px;
}

.secure-form .secure-form-item label {
  color: #444;
  font-family: var(--font);
}

.flex-center {
  display: flex;
  flex-flow: column nowrap;
  justify-items: center;
  align-items: center;
  justify-content: center;
}

.press-container {
  flex-flow: row wrap;
}

.press-item {
background: rgb(232, 232, 232);
border: 1px solid #bbb;
width: 300px;
height: 300px;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-content: center;
align-items: center;
font-size: 15px;
}

.press-image {
  width: 175px;
  height: 175px;
}