/* @import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700'); */
@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:300,400,700');
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  font-family: 'Lora', serif;
  font-weight: 700;
}

shouttitle {
  font-family: 'Lora', serif;
  font-weight: 700;
}

img {
  width: 100%;
}

a {
  transition: all ease 0.3s;
  color: #871908;
}

a:hover {
  color: #000000;
}

.shout-container-home {
  display: table;
  position: absolute;
  width: 100%;
  top: 0;
  height: 70vh;
  text-align: left;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
/*
#shout-container {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 20px;
  padding-bottom: 30px;
  color: #ffffff;
}

#shout-container h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

#shout-container br {
  display: none;
} */

.shout-container {
  position: absolute;
  z-index: 10;
  height: 100%;
}

h1 {
  font-size: 24px;
  color: #871908;
  margin-bottom: 30px;
  font-weight: 500;
}

h3 {
  font-size: 21px;
  color: #AA210B;
  margin-bottom: 15px;
  font-weight: 500;
}

/* Background Gradient for Analagous Colors */

.gradient2 {
  color: #E2224C;
  /* For WebKit (Safari, Chrome, etc) */
  color: #E2224C -webkit-gradient(linear, left top, left bottom, from(#E27822), to(#E2224C)) no-repeat;
  /* Mozilla,Firefox/Gecko */
  color: #E2224C -moz-linear-gradient(top, #E27822, #E2224C) no-repeat;
  /* IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E27822, endColorstr=#E2224C) no-repeat;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E27822, endColorstr=#E27822)" no-repeat;
}

.red-color {
  color: #871908;
}

.sub-title {
  font-size: 30px;
  color: #871908;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

hr {
  border-color: rgba(241, 241, 241, 0.33);
  margin-bottom: 30px;
  margin-top: 30px;
}

p {
  font-size: 15px;
  margin: 0px auto;
  margin-bottom: 15px;
  max-width: 1000px;
  line-height: 21px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.menu-text {
  font-size: 16px;
  margin: 0px auto;
  margin-bottom: 15px;
  max-width: 1000px;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.map {
  height: 400px;
}

strong {
  color: #871908;
  font-weight: 500;
}

.strong {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0px;
}

.p-link {
  color: #871908;
  border-bottom: 2px solid #871908;
}

.p-link:hover {
  background: #871908;
  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: 22px;
  font-weight: 400;
  max-width: 800px;
  margin-bottom: 5px;
}

.shout_time {
  font-size: 13px;
}

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

.home-part {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

.border-right {
  border-right: 2px solid #812820
}

.icon-image {
  width: 100%;
  max-width: 70px;
  margin-bottom: 5px;
}

.head-text {
  font-size: 30px;
  color: #871908;
  font-weight: 500;
}

.head-text span {
  font-size: 18px;
  font-weight: 300;
}

.red-bg {
  background: #871908;
  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: #871908;
  color: #ffffff !important;
}

.locations:hover {
  color: #000000 !important;
}

footer {
  padding: 30px 20px;
  background: #151515;
  text-align: center;
  /* background: url('../images/stripes-light.png'); */

}

.footer-part-main {
  display: table;
  width: 100%;
}

.footer-part-div {
  width: 30%;
  display: inline-block;
  padding: 10px 30px;
  /*float: left;*/
  border-right: 1px solid rgba(0, 0, 0, 0.35);
  text-align: left;
  /*min-height: 100px;*/
}

.footer-part-div:last-child {
  border: none;
}

.footer-part-div h3 {
  font-size: 18px;
  color: #777777;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.footer-part-div p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 19px;
}

.footer-part-div a {
  color: #fff;
}

.bottom-bar {
  padding: 10px 30px;
  display: inline-block;
  width: 100%;
  background: #8b1300;
}

.bottom-bar ul {
  display: inline-block;
  width: 100%;
}

.bottom-bar ul li {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: left;
  color: #fff;
  font-weight: 600;
}

.mb0 {
  margin-bottom: 0px !important
}

.bottom-bar ul li:last-child {
  text-align: right;
}

.bottom-bar ul li a {
  color: #ffffff;
}

.bottom-bar ul li a:hover {
  color: #ffffff;
}

.icon-menu-text {
  font-size: 13px;
}

.key-personell-links {
  display: inline-block;
  width: 100%;
}

.key-personell-links a {
  width: 33.33%;
    float: left;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #000000;
    background: #e0e0e0;
    text-transform: uppercase;
}

.key-personell-links a:hover {
  background: #000000;
  color: #ffffff;
}

.active-link {
  background: #ac2026 !important;
  color: #ffffff !important;
}

@media screen and (max-width: 1024px) {
  .footer-part-div {
    width: 50%;
  }
  .footer-part-div:nth-child(2) {
    border: none;
  }
  .footer-part-div:nth-child(3) {
    border-top: 1px solid rgba(0, 0, 0, 0.35);
  }

}

@media screen and (max-width: 900px) {
  .footer-part-div {
    width: 50%;
    padding: 10px;
  }

}

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

@media screen and (max-width: 600px) {
  .key-personell-links a{
    width: 100%;
  }
  .shout-container-home {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  }
  .shout_text {
    font-size: 19px;
  }
  .shout_time {
    font-size: 11px;
  }
  .call-dir {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .call-dir a {
    padding: 8px;
    width: 48%;
    display: inline-block;
    font-weight: 600;
    /*float: left;*/
    background: rgb(36, 101, 170);
    margin: 1%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 17px;
    text-align: center;
  }
  .home-part {
    width: 100%;
    display: inline-block;
  }
  .bottom-bar ul li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .bottom-bar ul li:last-child {
    text-align: center;
    margin-top: 10px;
  }
  .footer-part-div {
    width: 100%;
    min-height: auto;
    padding: 20px 10px;
  }
  .footer-part-div:first-child {
    border-right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  }
  .footer-part-div p {
    text-align: center !important;
}
  .footer-part-div:nth-child(3) {
    border-right: 0px;
  }
}

/***************** menu styles ***********************************/

/*.food {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/food.jpg) no-repeat center center !important;
    background-size: cover !important;
}*/

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

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

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

.menu-dots {
  display: none;
}

.menuSectionName {
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 0;
  -o-transition: all 0.3s ease;
}

.menu-category-container {
  display: none;
  margin-bottom: 10px;
}

.menu-category-desc {
  display: none;
}

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

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

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

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

.sub-item-box {
  display: table;
  width: 100%;
  text-align: left;
  max-width: 1300px;
  padding: 30px 0;
  border-bottom: 1px solid rgb(226, 226, 226);
}

.sub-item-box:first-child {
  padding-top: 0px;
}

.sub-item-box:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.sub-item-box h1, .menu-category {
  font-size: 21px;
  color: #AA210B;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: left;
}

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

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

.menu-item {
  float: none;
  margin: 14px 0;
}

#menuGallery h1 {
  font-size: 28px;
  font-weight: 900;
  border-bottom: 3px dashed #000;
}

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

.menu-item-description h3 {
  display: list-item;
}

.menu-item-prices {
  display: none;
}

.menu-item-description p {
  font-size: 15px;
  margin: 0px auto;
  margin-bottom: 0px;
  max-width: 1000px;
  line-height: 21px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.menu-category-items h1 {
  color: #c59a6c
}

.menu-item-description h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  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 {
  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: #ffffff;
  font-size: 18px;
}

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

.menu-container-mobile {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid rgb(226, 226, 226);
}

.menu-container-mobile:first-child {
  padding-top: 0px;
}

.menu-container-mobile:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

@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: 100%;
  }
  #menuSectionOfSections>div {
    width: 100%;
  }
}

@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) {
  #menu-container {
    display: inline-block;
    width: 100%;
  }
  #menu-container hr {
    display: none;
  }
  #menuSectionOfSections>div {
    width: 99%;
  }
  #menuSectionOfSections {
    padding: 10px;
  }
}

/***************** menu styles ends ***********************************/

/***************** events styles ***********************************/

#events-container {
  display: inline-block;
  width: 100%
}

.events_main {
  width: 100%;
  max-width: 900px;
}

.event {
  min-height: 200px;
  width: 30%;
  float: left;
  display: none;
}

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

.date {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
}

.event img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

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

.event-info {
  width: 100%;
  max-width: 900px;
  text-align: left;
  color: #fff;
}

.event-info h3 {
  margin-bottom: 0px;
}

.event-info h3 a {
  color: #871908;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.event-info p {
  color: #333333;
  font-size: 14px;
  line-height: normal;
}

.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;
  }
  .event-info p {
    max-width: none;
  }
}

#gallery {
  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: #d2702c;
  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;
  }
}

.secure-form .secure-form-item input, .secure-form .secure-form-item textarea {
	background: rgba(255, 255, 255, 0.7);
	color: #444;
	border-radius: 0;
	box-shadow: none;
}
.secure-form .secure-form-item input::placeholder, .secure-form .secure-form-item textarea::placeholder {
	color: #999;
}

.secure-form .secure-form-item .secure-form-submit-button {
  background-color: transparent;
  border: 2px solid black;
  border-radius: 3px;
	color: black;
}

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

.secure-form .secure-form-item input::placeholder, .secure-form .secure-form-item textarea::placeholder {
	color: #555;
}
.form-wrapper {
    display: flex;
    justify-content: center;
}
.secure-form .secure-form-item label{
color: #555; 
}

.index-about {
  background: url('../images/stripes-light.png');
}

.index-about h1 {
  font-size: 29px;
  font-weight: 900;
}

.about-section {
  min-height: 0;
  background: url('../images/stripes-light.png');
}

.about-section h3 {
  font-size: 33px;
}

.btn-wrapper {
  text-align: center;
}

.contact-btn {
  padding: 10px 15px;
  border: 2px solid #282828;
}

.contact-btn:hover {
  background: #282828;
  color: #fff;
  padding: 10px 15px;
  transition: all .5;
}

.photos-section {
  background: #0d0d0d;
}

.testimonials-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.testimonial {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #c0c0c078;
  min-height: 150px;
  border: 2px solid #f0f0f0;
  padding: 20px;
  margin: 20px;
  border-radius: 3px;
  min-width: 325px;
  max-width: 375px;
}

.testimonial p {
    margin: 0;
    color: #404040;
}

.testimonial p:nth-child(2) {
  color: black;
}

.contact-wrapper {
  background: #efefef;
  border-top: 2px solid #d0d0d0;
}

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

shoutinner {
  margin-top: 200px;
  background: url("https://www.transparenttextures.com/patterns/asfalt-light.png");!important;
  background-position: center;
}

@media screen and (max-width: 769px) {
  .testimonials-wrapper {
    /* flex-direction: column; */
  }
  .mb-menu-section {
    padding: 50px 35px;
  }
  .call-dir-wrapper {
  position: absolute;
  top: 60%;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.call-dir-btn {
  width: 25%;
  background: #282828;
  border: 2px solid #000;
  border-radius: 3px;
  text-align: center;
  padding: 5px 10px;
}

.call-dir-btn a {
  color: #fff;
}
.photos-head {
  background-position: center -100px!important;
}
shoutinner {
  margin-top: 50px;
  
}

}

.shout-container shouttitle {
  font-weight: 900;
  border-top: 3px solid #83200c;
  border-bottom: 3px solid #83200c;
}

.shout-container shoutmessage {
  font-size: 14px;
}
.shout-container shoutinner {
  border-radius: 10px;
}

body > section.light-bg > div > p:nth-child(4) {
  color: #83200c;
}

