/* @import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,600,700'); */
@import url('https://fonts.googleapis.com/css?family=BenchNine:400,700');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');

body {
  margin: 0px;
  padding: 0px;
  /* font-family: 'Cormorant Garamond', serif; */
  font-family: 'Playfair Display', serif;
  /*background: #ffffff url(../images/loader.png) center center no-repeat;*/
  background: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/*body {
  opacity: 1;
  transition: 1s opacity;
}

body.fade-out {
  opacity: 0;
  transition: none;
}*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #F09601;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

section {
  padding: 50px 20px;
}

h2 {
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #343434;
  font-weight: 400;
  margin-top: 0px;
}

h3 {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0px;
}

strong {
  font-weight: 400;
}

h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #343434;
  font-weight: 400;
  margin: 0px;
  letter-spacing: 1px;
}

p {
  font-size: 20px;
  margin: auto;
  margin-bottom: 20px;
  max-width: 1000px;
  text-align: left;
  color: #000;
}

.video-container {
  display: table;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url(images/poster.jpg) no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.bg-dark {
  background: #F09601;
}

.bg-gold {
  /* background: #ffe082; */
  background: #FFFCDB;
}

.bg-light {
  /* background: #efefef; */
  background: #fff;
}

.bg-white {
  background: #ffffff;
}

.border-right {
  border-right: 1px solid #dedede;
}

.border-bottom {
  border-bottom: 1px solid #dedede;
}

.border-top {
  border-top: 1px solid #dedede;
}

.border-right-no {
  border-right: none;
}

.min-height-400 {
  min-height: 400px;
}

logo {
  height: 83px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  z-index: 9;
}

.logo-up {
  top: -83px;
}

logo a {
  display: inline-block;
}

logo a img {
  max-width: 250px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  width: 100%
}

.shout_text {
  font-size: 26px;
  color: #ffe082;
  margin-bottom: 5px;
}

.shout_time {
  font-size: 15px;
  color: rgba(237, 237, 237, 0.95);
}

.shout_time i {
  font-size: 12px
}

.btn-read-more {
  padding: 5px 10px;
  display: inline-block;
  width: 150px;
  color: #F09601;
  border: 2px solid #F09601;
  font-size: 20px;
  border-radius: 3px;
}

.btn-read-more:hover {
  background: #F09601;
  color: #ffffff;
}

#subfooter {
  position: relative;
  background: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#subfooter:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#subfooter:after {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #ffe082;
}

#subfooter:hover:after,
#subfooter:active:after {
  height: 100%;
}

#subfooter .request-quote-bar {
  padding: 40px 10px;
  z-index: 9;
  position: relative;
  text-align: center;
}

.request-quote-bar h2 {
  margin-bottom: 20px;
}

.request-quote-bar:hover h2 {
  color: #000000;
}

.request-quote-bar:hover p {
  color: #000000;
}

.request-call {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

.request-call ul {
  margin: 0;
  padding: 0px;
}

.request-call ul li {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.request-call ul li:first-child {
  float: left;
}

.request-call ul li:last-child {
  float: right;
}

.request-call ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  padding: 8px 10px;
  border: 2px solid #242021;
  width: 200px;
  background: #242021;
  border-radius: 4px;
}

.request-call ul li a:hover {
  background: none;
  color: #343434;
}

.request-call ul li a i {
  font-size: 14px;
}

footer {
  background: #F09601;
  padding: 50px 20px 0px;
  text-align: center;
}

.footer-logo {
  text-align: center;
  /*margin-bottom: 30px;*/
}

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

footer hr {
  max-width: 140px;
  margin: 0 auto;
  border-color: rgba(216, 216, 216, 0.2);
}

.footer-details {
  max-width: 800px;
  margin: auto;
  display: inline-block;
  width: 100%;
}

.footer-details ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}

.footer-details ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.footer-details ul li a {
  color: #ffffff;
  padding-top: 20px;
  font-size: 17px;
}

.footer-details ul li a:hover {
  color: #ffe082;
}

.footer-details ul li a i {
  font-size: 14px;
}

.footer-bottom-bar {
  padding: 10px 0;
  /* background: #ffe082; */
  background: #FFFCDB;
  display: table;
  width: 100%;
}

.footer-bottom-bar ul {
  padding: 0 30px;
  margin: 0;
}

.footer-bottom-bar ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  color: #242021;
}

.footer-bottom-bar ul li:last-child {
  float: right;
}

.footer-bottom-bar ul li a {
  color: #242021;
  font-size: 20px;
  display: table;
}

.footer-bottom-bar ul li a:hover {
  color: #20bed6;
}

.head-name-container {
  width: 100%;
  display: table;
  background: #f5f2cf;
}

.bottom-social-links {
  display: table;
  width: 100%;
  max-width: 200px;
  margin: auto;
  text-align: center;
  padding: 30px 0;
  padding-top: 25px;
}

.bottom-social-links ul {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.bottom-social-links ul li {
  display: table;
  float: left;
  width: 33.33%;
  list-style: none;
}

.bottom-social-links ul li a {
  width: 100%;
  color: #ffffff;
  display: table;
  text-align: center;
  font-size: 30px;
}

.bottom-social-links ul li a:hover {
  color: #ffe082;
}

.facebook-color {
  background: #3B5998;
}

.bottom-social-links ul li a i {
  display: table;
  width: 100%;
}

.head-title {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  padding: 10px 0;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  color: #242021;
  text-transform: uppercase;
}

.head-title-big {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  padding: 30px 0;
  text-align: center;
  font-size: 50px;
  color: rgb(239, 239, 239);
  text-transform: uppercase;
}

.call-request-title {
  padding: 58px 0px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  background: #1057b7;
  text-align: center;
  font-size: 24px;
}

.call-request-title:hover {
  color: #333333;
  background: #b9b9b9;
}

.call-request-title i {
  font-size: 18px;
}

.bottom-nav {
  display: table;
  width: 100%;
  background: #333333;
}

.bottom-nav ul {
  margin: 0px;
  padding: 0px;
  display: table;
  width: 100%;
}

.bottom-nav ul:hover li a {
  opacity: 0.3;
}

.bottom-nav ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  background: #ffe082
}

.bottom-nav ul li a {
  color: #ffffff;
  padding: 35px 0;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  opacity: 1;
}

.bottom-nav ul li a:hover {
  opacity: 1;
}

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

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

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

.bottom-services:hover {
  opacity: 1
}

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

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

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

.services hr {
  max-width: 100px;
  height: 3px;
  background: #989898;
  border: none;
  margin: 20px auto;
}

.services-list {
  display: inline-block;
  width: 100%;
  max-width: 800px;
}

.services-list ul {
  margin: 0;
  padding: 0px;
}

.services-list ul li {
  margin: 0;
  padding: 0px;
  list-style: none;
  font-size: 18px;
  display: inline-block;
  float: left;
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
}

.services-list ul li i {
  font-size: 13px;
}

.services-list-2 {
  display: inline-block;
  width: 100%;
  max-width: 900px;
}

.services-list-2 ul {
  margin: 0;
  padding: 0px;
}

.services-list-2 ul li {
  margin: 0;
  padding: 0px;
  list-style: none;
  font-size: 21px;
  display: inline-block;
  float: left;
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
}

.services-list-2 ul li i {
  font-size: 18px;
}

.our-equipment {
  display: inline-block;
  width: 100%;
  max-width: 900px;
}

.our-equipment ul {
  margin: 0;
  padding: 0px;
}

.our-equipment ul li {
  margin: 0;
  padding: 0px;
  list-style: none;
  font-size: 17px;
  display: inline-block;
  float: left;
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
}

.our-equipment ul li i {
  font-size: 13px;
}

.sub-services {
  font-size: 18px !important;
  padding-left: 10% !important;
  margin-top: 5px !important;
}

.references-main {
  display: table;
  width: 100%;
  background: #fff;
}

.references-main a {
  display: table;
  width: 50%;
  background: #ffffff;
  float: left;
}

.references-main a:hover {
  background: #dedede;
}

.references-part {
  display: table-cell;
  width: 98%;
  text-align: center;
  padding: 40px 1%;
  height: 220px;
  vertical-align: middle;
}

.references-part img {
  width: 100%;
  max-width: 200px;
}

.references-part p {
  color: #000000;
  text-align: center;
  margin-top: 20px;
}

.contact-map-details {
  display: table;
  width: 100%;
}

.map {
  width: 60%;
  float: left;
  display: inline-block;
}

.map #map {
  height: 300px;
}

.contact-details {
  width: 40%;
  display: table;
  height: 300px;
}

.details-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  background: #242021;
}

.details-wrapper h3 {
  color: #878787;
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 22px;
}

.details-wrapper ul {
  display: inline-block;
  margin-left: 0;
  padding: 0;
  margin: 0px;
}

.details-wrapper ul li {
  padding-bottom: 10px;
  text-align: left;
  color: #ffffff;
  list-style: none;
  font-size: 20px;
}

.details-wrapper ul li a {
  color: #ffffff;
  transition: 0.3s;
  font-size: 18px;
}

.details-wrapper ul li a:hover {
  color: #ffe082;
}

.details-wrapper ul li a i {
  font-size: 15px;
}

.details-wrapper ul li.social-icons-contact a i {
  font-size: 28px;
}

.tag-line-one {
  padding: 20px;
  font-size: 28px;
  text-align: center;
  color: #ffe082;
  background: #242021;
  text-transform: uppercase;
}

.contact-form-background {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/7.jpg) center top no-repeat;
  background-size: cover;
  padding: 200px 20px;
}

.contact-form-background p {
  color: #ffffff;
}

.nav-text {
  font-size: 16px;
  font-weight: 400;
  color: #F09601;
  position: absolute;
  top: 16px;
  right: 65px;
}

.logo-home-index {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 1;
  padding: 30px;
}

.logo-home-index img {
  max-width: 380px;
  width: 100%;
}

.call-dir {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.call-dir a {
  display: inline-block;
  width: 90px;
  padding: 5px 10px;
  font-size: 20px;
  border: 2px solid #ffe082;
  color: #ffe082;
  margin: 0px 10px;
  background: rgba(36, 32, 33, 0.49);
}

.services-tags {
  font-size: 29px;
  text-transform: capitalize;
  color: #b3b3b3;
  font-weight: 500;
  text-align: center;
  padding: 20px 10px;
}

.services-tags span {
  padding: 5px 10px;
  display: inline-block;
}

.services-link-home a {
  font-size: 27px !important;
  color: #333333;
  padding: 50px 10px;
  height: auto !important;
  font-weight: 500;
  background: #d4d4d4;
}

.services-link-home a:hover {
  color: #efefef;
}

.services-link-home a i {
  font-size: 18px;
  position: relative;
  bottom: 3px;
}

/*media screen*/

@media screen and (min-width: 1024px) {
  .bottom-nav ul li a {
    padding: 120px 0;
  }
}

@media screen and (max-width: 1024px) {
  .logo-home-index {
    display: none;
  }
  .head-title {
    width: 100%;
    float: none;
    font-size: 50px;
    padding: 20px 0;
  }
  .head-title-big {
    width: 100%;
    float: none;
    font-size: 30px;
    padding: 20px 0;
  }
  .call-request-title {
    padding: 20px 0px;
  }
  .head-quote {
    width: 100%;
    float: none;
  }
  .bottom-nav ul li {
    width: 33.33%;
  }
  .bottom-nav ul li:nth-child(4) {
    width: 50%;
  }
  .bottom-nav ul li:last-child {
    width: 50%;
  }
  .map #map {
    height: 300px;
  }
  .map {
    width: 100%;
    float: none;
    display: table;
  }
  .contact-details {
    width: 100%;
    display: inline-block;
    height: auto;
  }
  .details-wrapper {
    display: block;
    padding: 40px 20px;
  }
  .contact-form-background {
    padding: 40px 10px;
  }
}

@media screen and (max-width:1000px) {
  .references-main a {
    width: 100%;
    float: none;
  }
  .border-right {
    border-right: none;
  }
}

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

@media screen and (max-width: 768px) {
  .services-link-home a {
    font-size: 20px !important;
    text-transform: capitalize;
  }
  .services-link-home a i {
    font-size: 14px;
    position: relative;
    bottom: auto;
  }
  .home-projects-part a {
    height: 35vh;
    font-size: 40px;
  }
  .shout_text {
    font-size: 22px;
  }
  .nav-text {
    display: none;
  }
  .button-collapse {
    right: 20px;
  }
  .services-list-2 ul li {
    width: 90%;
    float: none;
  }
  .our-equipment ul li {
    width: 100%;
    float: none;
  }
  .bottom-nav ul li {
    width: 50%;
  }
  .bottom-nav ul li:last-child {
    width: 100%;
  }
  .footer-details ul li:first-child {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-details ul li:last-child {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}

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

@media screen and (max-width:600px) {
  .services-list ul li {
    width: 100%;
    float: none;
  }
  h4 {
    font-size: 24px;
    text-transform: capitalize;
  }
  .request-call ul li:first-child {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: auto;
  }
  .request-call ul li:last-child {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .head-title {
    font-size: 30px;
    padding: 15px 0;
  }
  .head-title-big {
    font-size: 25px;
    padding: 15px 0;
  }
  logo {
    position: relative;
    display: table;
    width: 96%;
    margin-top: 50px;
    padding: 2%;
    background: #fff;
    height: auto
  }
  .fnc-slide__inner {
    background-size: cover !important;
  }
  .logo-up {
    top: 0px;
  }
  logo a img {
    max-width: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 0px;
  }
  .button-collapse {
    top: 0px;
    z-index: 999;
    border: none;
  }
  .index-part {
    padding: 100px 0;
  }
  .footer-bottom-bar ul li {
    width: 100%;
    text-align: center;
  }
  .footer-bottom-bar ul li a {
    color: #242021;
    font-size: 20px;
    display: inline-block;
  }
  .footer-bottom-bar ul li:last-child {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    float: none;
    display: inline-block;
  }
}

/*parallax*/

.parallax-mirror {
  width: 100% !important
}

.parallax-home {
  height: 100vh
}

.parallax-padding {
  padding: 300px 20px;
}

.parallax-padding-index a {
  width: 100%;
}

.parallax-padding-index a:hover {
  background: rgba(36, 32, 33, 0.7);
}

.parallax-padding-index h1 {
  padding: 250px 10px;
  font-size: 100px;
  margin: 0px;
  color: #ffffff;
  background: rgba(36, 32, 33, 0.3);
}

@media screen and (max-width: 1024px) {
  .parallax-padding {
    padding: 200px 20px;
  }
  .parallax-padding-index h1 {
    padding: 140px 10px;
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .parallax-padding {
    padding: 130px 20px;
  }
  .parallax-padding-index h1 {
    padding: 100px 10px;
    font-size: 40px;
  }
}

/***************** 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) center center !important;
  /*background-size: 100% !important;*/
}

.food {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), 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: 49.2%;
  height: 300px;
  margin: 0.4%;
  float: left;
  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: #fff;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 10px 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: none;
  margin-bottom: 10px;
}

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

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

.sub-item-box h1,
.menu-category {
  margin-bottom: 10px !important;
  margin-top: 40px !important;
  font-family: 'BenchNine', sans-serif;
  font-size: 33px;
  color: #242021;
  text-transform: uppercase;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.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: inline-flex;
  width: 47%;
  /*float: left;*/
  margin: 10px 1.5% 0px 1.5%;
}

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

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

.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: 5px;
    text-transform: lowercase;
    line-height: 15px;
  }
  .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;
  }
  #menu-container hr {
    display: none;
  }
  #menuSectionOfSections>div {
    width: 99%;
  }
  #menuSectionOfSections {
    padding: 10px;
  }
  .menu-item {
    display: inline-block;
    width: 96%;
    margin: 20px 2% 0px 2%;
  }
  .menuSectionName {
    padding: 133px 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 styles ends ***********************************/

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

[id="59c3cc9d05ef8e3ae235044d"] {
  display: none;
}

#events-container {
  max-width: 1000px;
  margin: auto;
  width: 100%
}

.events_main {
  width: 98%;
  margin: 1%;
  display: inline-block;
  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 .date {
  font-size: 18px;
  color: #bdbdbd;
}

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

.event-info h3 {
  margin-bottom: 10px;
  color: #fb7015;
  font-size: 30px;
}

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

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

.event-info p {
  /*max-width: 430px;*/
  margin-top: 10px;
}

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

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

@media screen and (max-width: 1000px) {
  .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;
  }
}

/*events*/

/*photos*/

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

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

.album_gallery_div {
  width: 99%;
  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: 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 .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: 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;
  }
}

.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: #ffe082;
  color: #444;
}

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

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

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

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

#shout-container shoutinner {
  align-items: flex-start;
  /* flex-flow: row wrap; */
}

#shout-container shoutinner shouttext {
  width: auto;
}

nav {
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .shout-container shouttitle,
  .shout-container shoutdate,
  .shout-container shoutmessage {
    color: #000;
  }
  #shout-container shoutinner {
    align-items: center;
  }
}

.secure-form .secure-form-item .secure-form-submit-button {
    background-color: #F09601;
    border: 2px solid #F09601;
    color: #fff;
}
.secure-form .secure-form-item .secure-form-submit-button:hover {
    background-color: transparent;
    border: 2px solid #F09601;
    color: #fff;
}

@media screen and (max-width: 768px) {
  #shout-container shoutinner {
    background: #F5F2CC99;
  }
}

.shout-bg-block shoutimg.shout-image-background {
	display: table;
	max-width: 300px;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
}

.shout-bg-block shoutimg.shout-image-background img {
	margin: 0;
	width: 100%;
	max-width: 300px;
}

.contact-btns-container {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact-btns-container {
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 10;
    display: flex;
    justify-content: space-evenly;
  }
  .contact-btns-container a {
    display: block;
    text-align: center;
    flex-basis: 45%;
    padding: 10px;
    border-radius: 10px;
    background: #F09601;
    color: #fff;
  }
}

body > main > section.bg-white.text-center > h2 {
  text-transform: uppercase;
}


/* Index buttons */

.index-btn-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.index-btn-container .gallery-img-box,
.index-btn-container .contact-img-box {
  flex-basis: 50%;
  background-position: center;
  background-size: cover;
}


.index-btn-container .gallery-img-box {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/index-gallery.jpg');
    transition: all ease 1s;
}
.index-btn-container .gallery-img-box:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/index-gallery.jpg');
}

.index-btn-container .contact-img-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/unnamed.jpg');
}
.index-btn-container .contact-img-box:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/unnamed.jpg');
}

.index-btn-container .gallery-img-box a,
.index-btn-container .contact-img-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 100%;
  align-self: center;
  color: #fff;
  font-size: 65px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .index-btn-container .gallery-img-box,
  .index-btn-container .contact-img-box {
    flex-basis: 100%;
  }

  .index-btn-container .gallery-img-box a,
  .index-btn-container .contact-img-box a {
    height: 320px;
    font-size: 50px;
  }
}
