@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800');
/***************** nav starts ***********************************/

body {
  overflow-x: hidden;
}

a {
  transition: 0.3s;
}

.top-number {
  position: absolute;
  right: 0;
  top: 52px;
  background: #f18e2e;
}

.top-number a {
  color: #000000;
  font-size: 22px;
  padding: 5px;
  display: inline-block;
  font-weight: 600;
}

.top-number:hover {
  background: rgb(7, 82, 154);
}

.top-number:hover a {
  color: #ffffff;
}

.catering-form {
  padding: 50px 20px;
  background: #efefef;
}

.form-catering {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.text-box-small {
  padding: 10px;
  border: none;
  width: 100%;
  color: #000000 !important;
  height: 45px !important;
  outline: 0;
}

.text-box-message {
  padding: 10px;
  border: none;
  width: 100%;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  outline: 0;
}

label {
  padding-left: 5px;
}

.btn-submit-catering {
  padding: 10px;
  background: rgb(252, 125, 2);
  color: rgb(252, 125, 2) !important;
  border: 2px solid rgb(252, 125, 2) !important;
}

/*calender*/

#ui-datepicker-div {
  background: rgb(252, 125, 2);
  width: 100%;
  max-width: 414px;
  /*padding: 10px;*/
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead th {
  text-align: center;
  color: #ffffff;
  padding: 5px;
}

.ui-datepicker-calendar tbody tr td {
}

.ui-datepicker-calendar tbody tr td a {
  color: #ffffff;
  width: 100%;
  display: inline-block;
  padding: 5px;
}

.ui-datepicker-calendar tbody tr td a:hover {
  background: #ffffff;
  color: #d24936;
}

.ui-datepicker-prev {
  width: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 5px;
  cursor: pointer;
}

.ui-datepicker-prev:hover {
  background: #ffffff;
  color: #d24936;
}

.ui-datepicker-next {
  width: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
}

.ui-datepicker-next:hover {
  background: #ffffff;
  color: #d24936;
}

.ui-datepicker-title {
  padding: 10px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .ui-datepicker-calendar tbody tr td {
    width: 14.28%;
  }
  #ui-datepicker-div {
    max-width: 317px;
  }
}

@media screen and (min-width: 767px) {
  #main-menu:hover {
    background: #ffffff;
  }
  .mobile_nav {
    display: none !important;
  }
  .nav-main-div {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
  .nav-part-logo {
    width: 20%;
    float: left;
    text-align: left;
    padding-left: 20px;
  }
  .nav-part-links {
    width: 60%;
    float: left;
    text-align: center;
    padding-top: 14px;
  }
  .nav-part-links ul {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .nav-part-links ul li {
    list-style: none;
    float: left;
    text-align: center;
  }
  .nav-part-links ul li a {
    padding: 15px 10px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .nav-part-links ul li a:hover {
    color: #930e13;
    border-bottom: 2px solid #930e13;
  }
  .nav-part-locations {
    width: 20%;
    float: left;
    text-align: right;
    padding-top: 6px;
    padding-right: 20px;
    padding-top: 19px;
  }
  .locations {
    transition: 0.3s;
    padding: 10px 20px;
    background: #930e13;
    color: #ffffff;
  }
  .locations:hover {
    color: #000000;
  }
  .footer-main-cont {
    width: 100%;
    display: inline-block;
  }
  .footer-part-logo {
    width: 30%;
    float: left;
    text-align: left;
    padding: 10px;
  }
  .footer-part-details {
    width: 100%;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .top-number {
    right: 55px;
    top: 0px;
  }
  .top-number a {
    color: #000000;
    font-size: 18px;
    padding: 11.3px;
    display: inline-block;
    font-weight: 600;
  }
  strong {
    font-size: 25px !important;
  }
  .desktop_nav {
    display: none !important;
  }
  .footer-part-logo {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .footer-part-details {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

.footer-data-links {
  padding-bottom: 10px;
}

.footer-data-links a {
  transition: 0.3s;
  color: #ffffff;
  font-size: 18px;
}

.footer-data-links a:hover {
  color: #fc7d02;
}

/***************** body starts ***********************************/

body {
  background: #000000;
}

.facebook {
  text-align: center;
  background: #3b5998;
  padding: 9px 30px 5px 30px;
  color: #ffffff;
  border: 2px solid #3b5998;
}

.facebook:hover {
  color: #ffffff !important;
  background: none;
  border: 2px solid #ffffff;
}

.instagram {
  text-align: center;
  background: #c4302b;
  padding: 9px 30px 5px 30px;
  color: #ffffff;
  border: 2px solid #c4302b;
}

.instagram:hover {
  color: #c4302b !important;
  background: none;
}

.footer-watermark {
  background: url(../images/footer-watermark.png) center bottom no-repeat;
  padding: 40px 10px 80px 10px;
}

footer {
  position: relative;
  width: 100%;
  background: #07529a;
}

.footer-bg-logo {
  background: linear-gradient(
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
}

.margin-top-contact {
  margin-top: 83px;
}

.location-tag {
  position: absolute;
  top: 90px;
  background: #930e13;
  color: #ffffff;
  padding: 5px;
  z-index: 999;
  font-size: 23px;
}

.shout-bar {
  position: absolute;
  width: 100%;
  /* max-width: 471px; */
  top: 40%;
  /* background: rgba(252, 137, 25, 0.6); */
  line-height: 18px;
  text-align: center;
  z-index: 999;
  /* right: 0; */
}

.shout-bar p {
  background: rgba(252, 137, 25, 0.6);
  padding: 10px 15px;
  transition: all ease 0.3s;
}

.shout-bar p:hover {
  background: rgba(252, 137, 25, 1);
}

@media screen and (max-width: 767px) {
  .location-tag {
    top: 70px;
    font-size: 18px;
  }
  .margin-top-contact {
    margin-top: 63px;
  }
  .facebook i {
    width: 60px;
  }
  .twitter i {
    width: 60px;
  }
  .instagram i {
    width: 60px;
  }
  .shout-bar {
    width: 100% !important;
    position: relative !important;
    text-align: center !important;
    padding: 15px !important;
    max-width: none;
    top: 0;
    background: rgba(252, 137, 25, 1);
  }
  .f15 {
    font-size: 15px !important;
  }
  .footer-watermark {
    padding: 40px 10px;
  }
  .footer-bg-logo {
    background: linear-gradient(
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0)
    );
  }
}

.black-text {
  color: #000000;
}

.white-text {
  color: #ffffff;
}

.bg-white {
  background: #ffffff;
  padding: 80px 0;
  display: table;
  width: 100%;
  transition: all ease 0.3s;
}

.bg-black-half {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 120px 20px;
  transition: all ease 0.3s;
  vertical-align: middle;
  display: table-cell;
}

.bg-black-half:hover {
  background: rgba(0, 0, 0, 0.8);
}

.gn_logo {
  width: 20%;
}

.main_title {
  margin-bottom: 0px;
  color: #212121;
  padding: 20px 0;
}

.photos_img {
  margin: 5px;
  border: 1px solid #212121;
  width: 300px;
}

.container_menu {
  width: 100%;
  max-width: 1300px;
}

.img-logo {
  width: 100%;
  max-width: 350px;
}

.call_dir {
  padding: 10px 20px;
  font-size: 20px;
  display: inline-block;
  width: 90px;
  color: #ffffff;
  text-align: center;
  border: 2px solid #ffffff;
  /* border-radius: 100%; */
  background: rgb(7, 82, 154);
}

.about-index {
  background: url(../images/index1.jpg) center center no-repeat;
  background-size: cover;
  display: table;
  width: 50%;
  float: left;
  display: table;
  min-height: 500px;
}

.menu-index {
  background: url(../images/index3.jpg) center center no-repeat;
  background-size: cover;
  display: table;
  width: 50%;
  float: left;
}

.back-to-menu {
  display: inline-block;
  cursor: pointer;
  background: #07529a;
  padding: 5px 10px;
  color: #ffffff;
}

.menu_home {
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../images/index2.jpg) center center no-repeat;
  background-size: cover;
}

.contact_home {
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../images/index3.jpg) center center no-repeat;
  background-size: cover;
}

.call_link:hover {
  color: #ffffff;
}

.wood {
  background: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ),
    url(../images/menu-bg.jpg) center center !important;
}

.bg_paper {
  background: rgba(255, 255, 255, 0.88);
  /*
     padding-bottom: 40px;
     padding-top: 30px;
*/
}

.btn-submit {
  padding: 10px !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.btn-submit:hover {
  padding: 10px !important;
  color: #ffffff !important;
  border: 2px solid #fc7d02 !important;
}

.about-images {
  width: 100%;
  display: table;
}

.about-images img {
  width: 100%;
  max-width: 25%;
  min-width: 25%;
  float: left;
  border: 2px solid #000000;
}

.menu-index {
  background: url(../images/index2.jpg) center center no-repeat;
  background-repeat: no-repeat;
  display: table;
  min-height: 500px;
}

.orange-text {
  color: #ffffff;
  max-width: 600px;
  margin: auto;
}

.orange-text strong {
  color: #fc7d02;
  font-weight: 700;
}

.btn-home {
  padding: 10px;
  display: inline-block;
  background: #fc7d02;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  margin-top: 40px;
}

.btn-home:hover {
  background: #000000;
  color: #fff;
}

.sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #fc7d02;
}

/***************** Media screens ***********************************/

/* responsive */

@media screen and (max-width: 768px) {
  .menu-index {
    width: 100%;
    float: none;
    min-height: 300px;
  }
  .about-index {
    width: 100%;
    float: none;
    min-height: 300px;
  }
  .bg-black-half {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .left-home-section {
    padding: 60px 0;
  }
  .home-section-part {
    width: 100%;
  }
  .about-images img {
    width: 100%;
    max-width: 50%;
    min-width: 50%;
    float: left;
  }
  .pevent-left {
    width: 100%;
    float: left;
  }
  .pevent-right {
    width: 100%;
    float: left;
    text-align: center;
    margin-left: 0;
    margin-top: 40px;
  }
}

@media screen and (min-width: 767px) {
  .footer-main-cont {
    padding: 40px 20px;
  }
  .mobile_btns {
    display: none !important;
  }
  .call_mobile {
    display: none;
  }
}

.shout-msg {
  font-size: 24px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .shout-msg {
    font-size: 20px;
    line-height: 22px;
  }
  .footer-main-cont {
    padding: 20px 40px;
  }
  .gn_logo {
    width: 70%;
  }
  .container_menu {
    width: 95%;
  }
  .img-logo {
    width: 100%;
    max-width: 180px;
  }
}

/***************** parallax Images ***********************************/

.head_caption_text1 {
  color: #d13138;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
  padding: 450px 0;
}

.head_caption_text11 {
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  padding: 300px 0;
  max-width: 1000px;
}

.head_caption_text_about {
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
  text-align: right;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  padding-top: 260px;
  padding-bottom: 240px;
}

.head_caption_text_about h1 {
  transform: rotate(-90deg);
  font-size: 135px;
  display: inline-block;
  text-align: right;
  position: relative;
  top: 0px;
  right: -215px;
  font-weight: 600;
  opacity: 0.8;
  color: rgba(7, 82, 154, 0.7);
}

.head_caption_text_menu {
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
  text-align: right;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  padding-top: 260px;
  padding-bottom: 240px;
}

.head_caption_text_menu h1 {
  transform: rotate(-90deg);
  font-size: 135px;
  display: inline-block;
  text-align: right;
  position: relative;
  top: 0px;
  right: -165px;
  font-weight: 600;
  opacity: 0.8;
  color: rgba(7, 82, 154, 0.7);
}

.head_caption_text_catering {
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
  text-align: right;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  padding-top: 260px;
  padding-bottom: 240px;
}

.head_caption_text_catering h1 {
  transform: rotate(-90deg);
  font-size: 95px;
  display: inline-block;
  text-align: right;
  position: relative;
  top: 0px;
  right: -220px;
  font-weight: 600;
  opacity: 0.8;
  color: rgba(7, 82, 154, 0.7);
}

.head_caption_text_events {
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
  text-align: right;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  padding-top: 260px;
  padding-bottom: 240px;
}

.head_caption_text_events h1 {
  transform: rotate(-90deg);
  font-size: 112px;
  display: inline-block;
  text-align: right;
  position: relative;
  top: 0px;
  right: -195px;
  font-weight: 600;
  opacity: 0.8;
  color: rgba(7, 82, 154, 0.7);
}

.head_caption_text_photos {
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
  text-align: right;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  padding-top: 320px;
  padding-bottom: 270px;
}

.head_caption_text_photos h1 {
  transform: rotate(-90deg);
  font-size: 105px;
  display: inline-block;
  text-align: right;
  position: relative;
  top: 0px;
  right: -197px;
  font-weight: 600;
  opacity: 0.8;
  color: rgba(7, 82, 154, 0.7);
  line-height: 60px;
}

@media screen and (max-width: 1024px) {
  .head_caption_text_about {
    padding-top: 200px;
    padding-bottom: 180px;
  }
  .head_caption_text_about h1 {
    font-size: 80px;
    right: -130px;
  }
  .head_caption_text_menu {
    padding-top: 200px;
    padding-bottom: 180px;
  }
  .head_caption_text_menu h1 {
    font-size: 80px;
    right: -110px;
  }
  .head_caption_text_catering {
    padding-top: 200px;
    padding-bottom: 180px;
  }
  .head_caption_text_catering h1 {
    font-size: 70px;
    right: -160px;
  }
  .head_caption_text_events {
    padding-top: 200px;
    padding-bottom: 180px;
  }
  .head_caption_text_events h1 {
    font-size: 80px;
    right: -147px;
  }
  .head_caption_text_photos {
    padding-top: 230px;
    padding-bottom: 200px;
  }
  .head_caption_text_photos h1 {
    font-size: 80px;
    right: -158px;
  }
}

@media screen and (max-width: 768px) {
  .head_caption_text_about {
    padding-top: 170px;
    padding-bottom: 150px;
  }
  .head_caption_text_about h1 {
    font-size: 70px;
    right: -113px;
  }
  .head_caption_text_menu {
    padding-top: 170px;
    padding-bottom: 150px;
  }
  .head_caption_text_menu h1 {
    font-size: 70px;
    right: -95px;
  }
  .head_caption_text_catering {
    padding-top: 170px;
    padding-bottom: 150px;
  }
  .head_caption_text_catering h1 {
    font-size: 50px;
    right: -115px;
  }
  .head_caption_text_events {
    padding-top: 170px;
    padding-bottom: 150px;
  }
  .head_caption_text_events h1 {
    font-size: 70px;
    right: -128px;
  }
  .head_caption_text_photos {
    padding-top: 170px;
    padding-bottom: 150px;
  }
  .head_caption_text_photos h1 {
    font-size: 65px;
    right: -128px;
  }
}

@media screen and (max-width: 500px) {
  .address-footer {
    color: #930e13 !important;
  }
  .head_caption_text_about {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .head_caption_text_about h1 {
    font-size: 40px;
    right: -65px;
  }
  .head_caption_text_menu {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .head_caption_text_menu h1 {
    font-size: 40px;
    right: -40px;
    margin-bottom: 0px;
    top: 80px;
    position: absolute;
  }
  .head_caption_text_events {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .head_caption_text_events h1 {
    font-size: 40px;
    right: -73px;
  }
  .head_caption_text_photos {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .head_caption_text_photos h1 {
    font-size: 43px;
    right: -84px;
  }
}

.parallax-index {
  background: rgba(0, 0, 0, 0);
}

.parallax-menu {
  background: rgba(0, 0, 0, 0);
}

.parallax-catering {
  background: rgba(0, 0, 0, 0);
}

.parallax-photos {
  background: rgba(0, 0, 0, 0);
}

.parallax-contact {
  background: rgba(0, 0, 0, 0);
}

.parallax-events {
  background: rgba(0, 0, 0, 0);
}

.parallax-about {
  background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  .head_caption_text {
    font-size: 40px;
    padding: 180px 0;
  }
  .head_caption_text1 {
    font-size: 40px;
    padding: 200px 0;
  }
  .parallax-index {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-menu {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-catering {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-photos {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-contact {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-events {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-about {
    background: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 480px) {
  .head_caption_text {
    font-size: 30px;
    padding: 100px 15px;
  }
  .head_caption_text1 {
    font-size: 30px;
    padding: 100px 15px;
  }
  .parallax-index {
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0)
      ),
      url(../images/home_about.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-about {
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0)
      ),
      url(../images/about_head.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-menu {
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0)
      ),
      url(../images/menu_head.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-catering {
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0)
      ),
      url(../images/catering-head.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-photos {
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0)
      ),
      url(../images/photos_head.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-events {
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0)
      ),
      url(../images/events_head.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-contact {
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0)
      ),
      url(../images/contact_head.jpg) center center !important;
    background-size: cover !important;
  }
}

.catering-terms {
  max-width: 1200px;
  text-align: left;
  padding: 20px;
}

.catering-terms p {
  margin-bottom: 15px;
}

.sub-title-p {
  color: #07529a;
}

/***************** body ends ***********************************/

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

#menuSectionOfSections {
  display: inline-block;
  width: 100%;
  /*     z-index: 9999;*/
}

.back_btn_menu {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  max-width: 160px;
}

#menuSectionOfSections > div {
  width: 98%;
  max-width: 47%;
  height: 0;
  position: relative;
  cursor: pointer;
  display: inline-table;
  font-size: 2em;
  transition: 0.4s;
  margin-bottom: 10px;
  margin: 1%;
}

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

.menu-dots {
  display: none;
}

.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) center center no-repeat;
  background-size: cover;
  transition: 0.3s;
}

.catering {
  background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(../images/catering-menu.jpg) center center no-repeat;
  background-size: cover;
  transition: 0.3s;
}

.work-menu {
  background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(../images/work-menu.jpg) center center no-repeat;
  background-size: cover;
  transition: 0.3s;
}

.dinner {
  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-bg1.jpg) center center no-repeat;
  background-size: cover;
  transition: 0.3s;
}

.brunch {
  background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(../images/brunch-menu.jpg) center center no-repeat;
  background-size: cover;
  transition: 0.3s;
}

.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) center center no-repeat;
  background-size: cover;
}

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

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

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

.menuSectionName {
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #ffffff;
  /*     background: #930e13;*/
  padding: 150px 10px;
  /*     max-width: 700px;*/
}

.menuSectionName:hover {
  color: #fc7e04;
  /*     text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);*/
}

.menu-category {
  width: 100% !important;
  font-family: 'Nunito', sans-serif;
  color: #07529a;
  letter-spacing: 3px;
  border-bottom: 2px dotted #07529a;
  margin-bottom: 5px;
  margin-top: 40px;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-category:hover {
  cursor: pointer;
}

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

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

.sub-item-box {
  display: table;
  width: 100%;
  max-width: 1300px;
  padding: 20px 10px;
}

.sub-item-box h1 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 35px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  color: #07529a;
  letter-spacing: 3px;
  border-bottom: 2px dotted #f9810c;
  margin: 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: table;
  width: 47%;
  float: left;
  margin: 10px 1.5% 0px 1.5%;
}

.menu-item-description p {
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: lowercase;
  padding-top: 5px;
  font-family: 'Nunito', sans-serif;
}

.menu-item-description h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0px;
  text-align: left;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

.menu-var {
  font-size: 11px;
  margin-right: 5px;
  font-family: 'Nunito', sans-serif;
}

#menu-selection li:hover,
.menu-category:hover,
.menu-category-selected {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.menu-item .menu-img {
  width: 100%;
  text-align: center;
  /*     min-height: 10px;*/
  /*     margin-right: 1%;*/
  /*     display: none;*/
}

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

.price {
  font-weight: 500;
  padding-left: 5px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Nunito', sans-serif;
}

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

.menu-category-desc {
  padding: 0px 10px 15px 10px;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  #menuSectionOfSections > div {
    max-width: 100%;
  }
  .pizza-div {
    max-width: 98% !important;
  }
}

@media screen and (max-width: 767px) {
  .menuSectionName {
    padding: 100px 10px;
  }
  .menu-item-description {
    padding-left: 0px;
  }
  .menu-item-prices {
    padding: 0;
  }
  .menu-item {
    display: table;
    width: 97%;
  }
}

@media screen and (max-width: 479px) {
  .article__headline {
    margin-top: 60px;
  }
  .menu-item-description p {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: lowercase;
    line-height: 18px;
  }
  .menu-item-description {
    width: 70%;
  }
  .menu-item-prices {
    width: 30%;
  }
  #menu-container {
    display: inline-block;
    width: 100%;
    /*         margin: 40px 0;*/
    margin-top: 0px;
    padding: 0 10px;
  }
  .menu-item {
    display: table;
    width: 97%;
  }
  .menu-item-description h3 {
    line-height: 20px;
  }
  .price {
    font-weight: 400;
    padding-left: 2px;
    font-size: 16px;
  }
  .dollarSign {
    font-weight: 400;
    font-size: 16px;
  }
  .sub-item-box h1 {
    font-size: 22px;
  }
  #menu-container hr {
    display: none;
  }
  .menuSectionName {
    font-size: 25px;
    line-height: 22px;
    padding: 70px 10px;
  }
}

.back_btn_menu {
  background: #000000;
  color: #ffffff;
}

#menuSectionOfSections > div {
  color: #000;
}

#menuSectionOfSections > div:hover {
}

.menu-category:hover {
  color: #000000;
}

.menu-item-description p {
  color: #000000;
}

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

.menu-item-description h3 {
  color: #152738;
}

.menu-var {
  color: #000000;
}

.price {
  color: #000000;
}

.dollarSign {
  color: #000000;
}

.menu-category-desc {
  color: #930e13;
  max-width: 800px;
}

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

/***************** hours styles ***********************************/

/*
 @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;
     }
     .day-toggle {
         font-size: 16px;
         font-weight: 600;
         margin-bottom: 10px;
     }
     .hours-numbers {
         float: right;
         text-transform: lowercase;
     }
     .hours_title_numbers {
         display: inline-block;
         float: right;
         width: 100%;
     }
 }
*/

.hours-section {
  display: inline-block;
  width: 100%;
  max-width: 1300px;
}

.hours-section hr {
  display: none;
}

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

.hours_container_box h3 {
  display: none;
  font-size: 14px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #930e13;
  text-transform: lowercase;
}

.day-toggle {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

.hours-numbers {
  font-size: 14px;
  color: #969696;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .hours_container_box {
    width: 33.33%;
  }
}

@media screen and (max-width: 500px) {
  .hours_container_box {
    width: 50%;
  }
}

/***************** hours styles ends ***********************************/

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

.events-main-div {
  width: 100%;
  /* max-width: 750px; */
  display: table;
  position: relative;
  padding: 10px;
  border: 3px solid #383838;
  background: #171717;
  margin: 20px 0;
  transition: 0.3s;
}

.events-main-div:hover {
  background: #2f2f2f;
  border-color: #2f2f2f;
}

.events_main {
  width: 48%;
  margin: 1%;
  float: left;
}

.event {
  overflow: hidden;
}

.event_left {
  width: 30%;
  float: left;
  position: relative;
}

.event_right {
  width: 70%;
  float: left;
  position: relative;
  padding: 20px;
  text-align: left;
}

.event_right h3 a {
  font-size: 32px;
  color: #07529a;
}

.event_right h3 a:hover {
  color: #000000;
}

.event_right p {
  color: #000000;
}

@media screen and (min-width: 1600px) {
  .event {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .event_left {
    width: 100%;
  }
  .event_right {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 580px) {
  .event {
    overflow: hidden;
  }
  .events_main {
    width: 100%;
    margin: 0;
    float: left;
  }
}

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

/***************** Gallery styles ***********************************/

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

.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: #ffffff;
  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 #202020;
}

.mg-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.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: 0.2;
}

.mg-image {
  max-width: 100%;
  height: 250px;
  float: left;
  min-width: 100%;
  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;
  transition: 0.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;
  }
}

/***************** Gallery styles ends ***********************************/

/***************** Gallery styles ends ***********************************/

.has-error {
  border-bottom: 1px solid #cc0000 !important;
}

fieldset {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1000px;
  margin-bottom: 15px;
  border: none;
  padding: 0;
}

.form-group.has-error .help-block.error {
  display: block;
  margin: 5px 0 10px;
  font-size: 70%;
  color: #fc6d58;
}

.form-group.has-error .help-block.error {
  display: none !important;
  margin: 0 0.5% !important;
  width: 100%;
  float: left;
  padding-top: 10px;
  text-align: center;
  /* max-width: 430px; */
  margin: 0 0.5%;
  font-size: 13px !important;
  color: #ff4c43;
}

.form-group.has-error input {
  transition: 0.1s;
}

.input-username-c {
  position: absolute;
  top: -9999px;
}

.shout-container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

@media all and (max-width: 768px) {
  .shout-container-wrapper {
    position: relative;
    display: flex;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
  }
  .shout-container-wrapper .shout-container {
    height: auto;
  }
}

/* EF8329 */

/* styling the to form field for radio butons */
.secure-form .secure-form-to legend {
  border: unset;
  text-align: left;
  color: white;
  font-weight: bold;
}

.secure-form .secure-form-to fieldset > div {
  display: flex;
}

.secure-form .secure-form-to fieldset > div input {
  width: unset;
}

.secure-form .secure-form-to fieldset > div label {
  flex-grow: 1;
  display: flex;
}

/* =========== */

.secure-form .secure-form-item input,
.secure-form .secure-form-item textarea {
  background: rgba(255, 255, 255, 0.85);
  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: #ef8329;
  color: white;
}

.secure-form .secure-form-item .secure-form-submit-button:hover {
  background-color: rgba(235, 129, 42, 0.85);
  color: white;
}

.secure-form .secure-form-item input::placeholder,
.secure-form .secure-form-item textarea::placeholder {
  color: #999;
}

.secure-form-wrapper {
  display: flex;
  justify-content: center;
}

.secure-form .secure-form-item label {
  color: white;
}

.catering-form .secure-form .secure-form-item label,
.catering-form .secure-form .secure-form-item legend {
  color: rgb(92, 92, 92);
  padding-bottom: 3px;
  font-size: 12pt;
  font-weight: 700;
  margin-bottom: 0;
}

.catering-form .secure-form-check-item label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 70px;
  padding-top: 10px;
}

.catering-form #contactForm,
.catering-form .secure-form {
  max-width: 950px;
}

.catering-form .secure-form-phone,
.catering-form .secure-form-email,
.catering-form .secure-form-date,
.catering-form .secure-form-guests,
.catering-form .secure-form-location,
.catering-form .secure-form-delivery,
.catering-form .secure-form-name,
.catering-form .secure-form-company,
.catering-form .secure-form-food,
.catering-form .secure-form-staff {
  flex: 1 40%;
}

#contactForm > div > div.secure-form-item.secure-form-submit {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
}

.catering-form .secure-form-submit input {
  max-width: 300px;
}

@media all and (max-width: 600px) {
  .catering-form .secure-form-phone,
  .catering-form .secure-form-email,
  .catering-form .secure-form-date,
  .catering-form .secure-form-guests,
  .catering-form .secure-form-location,
  .catering-form .secure-form-delivery,
  .catering-form .secure-form-name,
  .catering-form .secure-form-company,
  .catering-form .secure-form-food,
  .catering-form .secure-form-staff {
    flex: 1 100%;
  }
}

#menu-container {
  background-color: rgb(248, 240, 230);
}

.secure-form .secure-form-item input,
.secure-form .secure-form-item textarea {
  padding: 15px;
}

.html,
body {
  box-sizing: border-box;
  margin: 0;
}

.gn-popup {
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.gn-popup__close-btn {
  background: #f18e2e;
  padding: 0.5rem 1rem;
  color: white;
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.gn-popup__content {
  color: white;
}

.is-hidden {
  display: none !important;
}

.gn-popup__content img {
  width: 100%;
}

.gn-popup-menu-text {
  color: white;
  font-size: 2rem;
  font-weight: 400;
}

.button {
  background-color: #d2702c;
  color: white;
  padding: 1rem 2rem;
  border: 2px solid #d2702c;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.25rem;
}

.button:hover {
  background-color: transparent;
  color: #d2702c;
}
