@import 'https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700';
@import url('flaticon.css');
* {
  margin: 0;
  padding: 0;
}
a {
  color: #231f20;
  text-decoration: none !important;
  transition: 0.7s;
  font-weight: 500;
}

a:hover {
  color: #882b2b;
  transition: 1s;
  text-decoration: none !important;
  transition: 0.7s;
}

/* input,textarea:focus { border:2px solid #ff0000; outline:none;} */

img {
  max-width: 100%;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0px;
  font-size: 14px;
  padding: 0px;
  font-family: serif;
  overflow-x: hidden;
  color: #231f20;
  letter-spacing: 1px;
  font-weight: 500;
}
/* Location of the image */
/* background-image: url(../img/body_bg.jpg);

    /* Background image is centered vertically and horizontally at all times */
/*background-position: center center;

    /* Background image doesn't tile */
/* background-repeat: no-repeat;

    /* Background image is fixed in the viewport so that it doesn't move when
       the content's height is greater than the image's height */
/*background-attachment: fixed;

    /* This is what makes the background image rescale based
       on the container's size */
/* background-size: cover;}*/

/***************** paddings & margins***********************************/
/***************** paddings & margins ***********************************/
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.p60 {
  padding: 60px;
}
.p70 {
  padding: 70px;
}
.p80 {
  padding: 80px;
}
.p90 {
  padding: 90px;
}
.p100 {
  padding: 100px;
}

.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}

.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}

.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}

/*margins*/

.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}
.m60 {
  margin: 60px;
}
.m70 {
  margin: 70px;
}
.m80 {
  margin: 80px;
}
.m90 {
  margin: 90px;
}
.m100 {
  margin: 100px;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}

.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}

/***************** header starts ***********************************/
/***************** header starts ***********************************/
/***************** header starts ***********************************/
/***************** header starts ***********************************/

/***************** responsive navigation ***********************************/
/***************** responsive navigation ***********************************/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  background: #882b2b;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px;
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #ffffff;
}
#cssmenu > ul > li:hover > a {
  color: #f99d34;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 16px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 7px;
    width: 20px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 17px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ffffff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  .desktop_menu {
    display: none;
  }
}

/***************** Hidden navigation ***********************************/
/***************** Hidden navigation ***********************************/
.navbar {
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  min-height: 0px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.content_div {
  padding: 20px;
}
.nav_slide {
  padding: 15px 0;
  border-bottom: 1px solid #231f20;
  color: #231f20;
  font-size: 16px;
  font-weight: 100;
  text-transform: lowercase;
}
.nav_slide a {
  color: #231f20;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}
.nav_slide a:hover {
  color: #882b2b;
}
.bg_nav {
  padding: 30px 0 0px 0;
}
/***************** navigation ***********************************/
/***************** navigation ***********************************/

.header {
  height: 450px;
}
.nav {
  padding: 40px 0 30px 0;
  /*
  	background-color: #6f6156;
    border-bottom: white solid 4px;
*/
  font-family: serif;
  font-size: 16px;
  font-weight: 100;
}
.nav a {
  color: #231f20;
  font-size: 20px;
  font-weight: 600;
}
.nav a:hover {
  color: #882b2b;
}
.header,
.nav {
  text-align: center;
  color: #231f20;
  /*          background: #00cec8;*/
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  border-top: 0;
}

/***************** header ends ***********************************/
/***************** header ends ***********************************/
/***************** header ends ***********************************/
/***************** header ends ***********************************/

/***************** body starts ***********************************/
/***************** body starts ***********************************/
/***************** body starts ***********************************/
.brick {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
    url(../img/brick.jpg) center center !important;
  color: #ffffff;
}
.title {
  font-size: 24px;
  font-weight: 200;
  color: #6f6156;
  text-transform: uppercase;
  text-align: center;
  border-bottom: #6f6156 2px solid;
  display: inline;
  padding-bottom: 5px;
}
.text {
  font-size: 18px;
  width: 65%;
  text-align: justify;
  font-weight: 500;
  color: #723d11;
}
.sub_title {
  font-size: 18px;
  font-weight: 200;
  color: #723d11;
}
.text_area_contact {
  padding: 10px;
  margin-bottom: 20px;
  transition: 0.7s;
  width: 100%;
  max-width: 500px;
  font-size: 18px;
  background: rgba(35, 31, 32, 0.6);
  color: #ffffff;
  border: none;
}
.text_area_contact::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
/*
.text_area_contact:hover{-webkit-box-shadow: 0px 0px 5px 1px rgba(249,157,52,1);-moz-box-shadow: 0px 0px 5px 1px rgba(249,157,52,1);box-shadow: 0px 0px 5px 1px rgba(249,157,52,1);}
.text_area_contact:focus{-webkit-box-shadow: 0px 0px 5px 1px rgba(249,157,52,1);-moz-box-shadow: 0px 0px 5px 1px rgba(249,157,52,1);box-shadow: 0px 0px 5px 1px rgba(249,157,52,1);
    outline: -webkit-focus-ring-color auto 0px;outline-offset: 0px;}
*/
.btn_dir {
  padding: 10px 15px;
  font-size: 14px !important;
  text-transform: uppercase;
  background-color: #ffffff !important;
  border: 1px solid #723d11;
  transition: 0.7s;
  width: 100px;
  cursor: pointer;
}
.btn_dir:hover {
  background-color: #723d11 !important;
  color: #fff;
  transition: 0.7s;
  cursor: pointer;
}
.btn_submit {
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: #ffffff !important;
  border: 1px solid #882b2b;
  transition: 0.7s;
  width: 100px;
  cursor: pointer;
  font-weight: 600;
  color: #882b2b;
}
.btn_submit:hover {
  background-color: #882b2b !important;
  color: #fff;
  transition: 0.7s;
  cursor: pointer;
}
.btn_readmore {
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid #882b2b;
  transition: 0.7s;
  width: 100px;
  cursor: pointer;
}
.btn_readmore:hover {
  background-color: #723d11 !important;
  color: #fff;
  transition: 0.7s;
  cursor: pointer;
}
.map_width {
  width: 60%;
}
.width_menu {
  width: 100%;
  max-width: 1300px;
}
.about_team_main {
  position: relative;
  display: table;
}
.about_team_part_left {
  position: relative;
  width: 29%;
  float: left;
  margin-right: 3%;
}
.about_team_part_right {
  position: relative;
  width: 100%;
  float: left;
}
.mobile_services {
  position: relative;
  display: inline-flex;
  width: 100%;
  padding: 10px 0;
}
.mobile_services_call {
  position: relative;
  float: left;
  width: 48%;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  margin: 1%;
  background: #e8dcb4;
  padding: 10px;
  transition: 0.2s;
  cursor: pointer;
}
.mobile_services_call:hover {
  background: #716335;
  transition: 0.2s;
  cursor: pointer;
  color: #ffffff !important;
}
.mobile_services_direction {
  position: relative;
  float: left;
  width: 48%;
  font-size: 16px;
  font-weight: 600;
  margin: 1%;
  background: #e8dcb4;
  padding: 10px;
  transition: 0.2s;
  cursor: pointer;
}
.mobile_services_direction:hover {
  background: #716335;
  transition: 0.2s;
  cursor: pointer;
  color: #ffffff !important;
}
.chef_title {
  font-size: 16px;
  font-weight: 600;
  color: #882b2b;
}
.reservation_btn a {
  padding: 10px 20px;
  border: 2px solid #6f6156;
  display: table;
  color: #6f6156;
}
.reservation_btn a:hover {
  background-color: #6f6156;
  color: #fff;
  cursor: pointer;
}
.event_left {
  width: 50%;
  float: left;
  position: relative;
}
.event_right {
  width: 50%;
  float: left;
  position: relative;
  padding: 20px;
}
.icon_circle {
  background-color: #ffffff;
  padding: 5px 9px;
  border-radius: 20px;
}
.footer_social {
  width: 50%;
  position: relative;
  float: left;
  text-align: left;
  display: block !important;
}
.address {
  width: 50%;
  position: relative;
  float: left;
  text-align: right;
}
.address a {
  color: #ffffff;
  font-size: 18px;
}
.address a:hover {
  color: #882b2b;
}
.footer_social a {
  color: #ffffff;
  font-size: 20px;
}
.footer_social a:hover {
  color: #882b2b;
}
.footer_elmlogo {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}
.private_link {
  border-bottom: 1px solid #882b2b;
  color: #882b2b;
}
.bottom_bar {
  display: flex;
}
.footer_bg {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
    url(../img/footer_bg.jpg) center center !important;
  background-size: cover !important;
  background-attachment: fixed;
}
.contact_text {
  font-size: 18px;
  margin-bottom: 20px;
}
.hours_text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.call_text a {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.2s;
}
.call_text a:hover {
  color: #efefef;
  border-bottom: 1px dotted #efefef;
  transition: 0.2s;
}
.social_icon_contacts a {
  font-size: 30px;
  color: #ffffff;
  transition: 0.2s;
}
.social_icon_contacts a:hover {
  color: #a0a0a0;
  transition: 0.2s;
}
.read_more_btn {
  border: 2px solid #882b2b;
  padding: 10px;
  color: #882b2b;
  transition: 0.3s;
  display: inline-block;
}
.read_more_btn:hover {
  border: 2px solid #882b2b;
  color: #ffffff;
  background: #882b2b;
  transition: 0.3s;
}

/***************** parallax Images ***********************************/
.head_caption_text {
  color: #ffffff;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 250px 0;
  letter-spacing: 10px;
}
.parallax-index1 {
  background: rgba(0, 0, 0, 0.3);
  min-height: 700px;
}
.parallax-index2 {
  background: rgba(0, 0, 0, 0.3);
  min-height: 700px;
}
.parallax-footer {
  background: rgba(0, 0, 0, 0.6);
}
.parallax-nav {
  background: rgba(255, 255, 255, 0.6);
}
.parallax-about {
  background: rgba(0, 0, 0, 0.3);
}
.parallax-menu {
  background: rgba(0, 0, 0, 0.3);
}
.parallax-events {
  background: rgba(0, 0, 0, 0.3);
}
.parallax-contact {
  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);
}
.contact_detail_container {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.61);
  display: flex;
}
.contact_detail_text {
  text-align: center;
  margin: 0 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .head_caption_text {
    font-size: 50px;
    padding: 200px 0;
  }
  .parallax-index1 {
    min-height: 300px;
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-index2 {
    min-height: 300px;
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-about {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-menu {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-events {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-catering {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-contact {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-photos {
    background: rgba(0, 0, 0, 0.3);
  }
  .parallax-contact-details {
    background: rgba(0, 0, 0, 0.3);
  }
  .contact_detail_container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 480px) {
  .head_caption_text {
    font-size: 40px;
    padding: 150px 0;
    letter-spacing: 5px;
  }
  .parallax-about {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../img/about_bg.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-events {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../img/events_bg.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-contact {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../img/contact_bg.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-photos {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../img/photos_bg.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-menu {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../img/menu_bg.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-catering {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../img/catering_bg.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-nav {
    background: linear-gradient(
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.5),
        rgba(0, 0, 0, 0.5)
      ),
      url(../img/nav_bg.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-footer {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../img/footer_bg.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-contact-details {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../img/contact_details_bg.jpg) center center !important;
    background-size: cover !important;
  }
  .parallax-index1 {
    display: none;
  }
  .contact_detail_container {
    background: rgba(0, 0, 0, 0.4);
  }
}
/***************** parallax ***********************************/

.wrapper {
  width: 100%;
  margin: 0 auto;
}
main {
  display: block;
  background-color: #fff;
}
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
section.module h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  padding: 240px 0;
  background-position: 0 0;
}
section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}
section.module.parallax-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/index1.jpg);
}
section.module.parallax-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/pattern2.png);
}
section.module.parallax-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/pattern3.png);
}
.head_caption {
  padding: 150px 0 !important;
}
.nav_par_pad {
  padding: 20px 0 !important;
}
.footer_par_pad {
  padding: 50px 0 !important;
}
@media all and (max-width: 768px) {
  .head_caption {
    padding: 80px 0 !important;
  }
}
@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 300px 0;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 80px;
  }
}

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

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

/* responsive */
@media screen and (min-width: 767px) {
  .mobile_menu {
    display: none;
  }
  .contact_form_container {
    width: 100%;
    max-width: 1300px;
    display: flex;
  }
  .contact_form {
    width: 48%;
    margin: 0 1%;
    float: left;
    display: inline-block;
  }
  .contact_details {
    width: 48%;
    margin: 0 1%;
    float: left;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .contact_details {
    margin-top: 30px;
  }
  .contact_form_container {
    margin: 0 20px;
  }
  .hide_mobile {
    display: none;
  }
  .mobile_menu {
    margin-top: 0px;
  }
  .text {
    width: 90%;
  }
  .text_area_contact {
    width: 100% !important;
  }
  .about_team_part_left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
  }
  .about_team_part_right {
    width: 100%;
  }
  .bg_nav {
    padding: 15px 0;
  }
  .event_left {
    width: 100%;
  }
  .event_right {
    width: 100%;
    padding: 20px;
  }
  .footer_social {
    width: 100%;
    text-align: center;
  }
  .footer_elmlogo {
    width: 100%;
  }
  .footer_gonation {
    width: 100%;
  }
  .desktop_menu {
    display: none;
  }
  .address {
    width: 100%;
    text-align: center;
  }
  .address a {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .map_width {
    width: 100%;
  }
  .width_menu {
    width: 100%;
  }
}

/***************** menu styles ***********************************/
/***************** menu styles ***********************************/
/***************** menu styles ***********************************/
.dinner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/dinner.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(../img/dessert.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.back_btn_menu {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: #882b2b;
  padding: 10px;
  max-width: 160px;
  color: #ffffff;
}
#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;
  padding: 10px;
  background: #000;
}
#menuSectionOfSections > div:hover {
  transition: 0.4s;
  padding: 10px;
}
.menu-dots {
  display: none;
}
.menuSectionName {
  bottom: 0;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 200px 0;
  -o-transition: all 0.3s ease;
}
.menuSectionName:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #882b2b;
}
.menu-category {
  float: left;
  margin: 0 5px;
  padding: 10px;
  text-transform: uppercase;
}
.menu-category:hover {
  cursor: pointer;
  color: #da64a5;
}
.menu-category-container {
  display: none;
  margin-bottom: 10px;
}
.menu-category-items {
  display: inline-block;
  width: 100%;
}
.sub-item-box {
  display: table;
  width: 100%;
}
.sub-item-box h1 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 30px;
  font-family: serif;
  color: #882b2b;
}
.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: 15px;
  margin-bottom: 0px;
  text-transform: lowercase;
  line-height: 14px;
  font-style: italic;
  font-family: serif;
  letter-spacing: 0.5px;
}
.menu-category-items h1 {
  color: #c59a6c;
}
.menu-item-description h3 {
  color: #231f20;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.2px;
  margin: 0px;
  text-align: left;
  font-family: serif;
}
.menu-var {
  font-size: 12px;
  padding-right: 5px;
}
#menu-selection li,
.menu-category {
  list-style: none;
  color: #882b2b;
  cursor: pointer;
  font-size: 18px;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 5px 10px;
  text-align: center;
  float: left;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
#menu-selection li:hover,
.menu-category:hover,
.menu-category-selected {
  color: #882b2b !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.menu-item .menu-img {
  width: 28%;
  min-height: 10px;
  margin-right: 1%;
}
.menu-item-prices p {
  margin-bottom: 0px;
  line-height: 15px;
  font-family: serif;
}
.price {
  font-weight: 600;
  padding-left: 5px;
  font-size: 18px;
  font-family: serif;
}
.dollarSign {
  font-weight: 600;
  font-size: 18px;
  font-family: serif;
  font-family: serif;
}

@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 {
    width: 100% !important;
    margin: 0;
    border-bottom: none;
    border: 1px solid #000000;
    margin-bottom: 10px;
    position: relative !important;
  }
  .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: 5px;
  }
  #menu-container {
    display: inline-block;
    width: 100%;
    margin: 40px 0 10px 0;
  }
  #menuSectionOfSections > div {
    width: 100%;
  }
  .menu-item {
    display: table;
    width: 97%;
  }
  .menuSectionName {
    padding: 130px 0;
    color: #ffffff;
  }
  .menu-item-description h3 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
  }
}

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

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

.hours-section {
  display: inline-block;
  max-width: 300px;
}
.hours-section hr {
  display: none;
}
.hours-section h3 {
  display: none;
}
.hours_container_box {
  width: 100%;
  float: left;
  padding: 5px 0;
  font-size: 14px;
}
.hours_container_box h3 {
  font-size: 16px;
  padding-bottom: 5px;
  margin-top: 0px;
  display: none;
}
.day-toggle {
  font-size: 16px;
  font-weight: 600;
  float: left;
}
.hours-numbers {
  float: right;
}

@media screen and (max-width: 767px) {
  .hours_container_box {
    width: 100%;
    margin-top: 0px;
  }
}

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

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

.events_main {
  width: 48%;
  margin: 1%;
  float: left;
}
.event {
  height: 400px;
  overflow: hidden;
}
.event_left {
  width: 50%;
  float: left;
  position: relative;
}
.event_right {
  width: 50%;
  float: left;
  position: relative;
  padding: 20px;
  text-align: left;
}

@media screen and (min-width: 1600px) {
  .event {
    height: 600px;
    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 {
    height: 300px;
    overflow: hidden;
  }
  .events_main {
    width: 100%;
    margin: 0;
    float: left;
  }
}

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

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

.album_gallery_div {
  width: 100%;
}
.full-size {
}
.mg-image img {
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -o-transition: all 1s ease; /* IE 9 */
  -ms-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
  max-width: 100%;
}
.mg-image:hover img {
  -webkit-transform: scale(1.08); /* Safari and Chrome */
  -moz-transform: scale(1.08); /* Firefox */
  -ms-transform: scale(1.08); /* IE 9 */
  -o-transform: scale(1.08); /* Opera */
  transform: scale(1.08);
}
.mg-image {
  width: 24.4%;
  overflow: hidden;
  margin: 0.1%;
  max-height: 250px;
}

@media screen and (max-width: 767px) {
  .album_gallery_div {
    width: 100%;
    float: left;
  }
  .full-size {
    width: 100%;
  }
  .mg-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
  }
  .mg-image:hover img {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
  }
  .mg-image {
    width: 32.33%;
    overflow: hidden;
    max-height: 90px;
  }
}
@media screen and (min-width: 768px) {
  .mg-image {
    width: 32.7%;
    overflow: hidden;
    margin: 0.1%;
    max-height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .mg-image {
    width: 19.4%;
    overflow: hidden;
    margin: 0.1%;
    max-height: 140px;
  }
}
@media screen and (min-width: 1600px) {
  #gallery {
    max-width: 1200px;
  }
  .mg-image {
    width: 32.8%;
    overflow: hidden;
    margin: 0.1%;
    max-height: 260px;
  }
}
@media screen and (max-width: 480px) {
  .mg-image {
    width: 48.9%;
    overflow: hidden;
    max-height: 100px;
  }
}
@media screen and (min-width: 767px) {
  .photos_link_mobile_prev {
    font-size: 30px;
    display: inline-block;
    margin-top: 30px;
    padding-right: 10px;
  }
  .photos_link_mobile_next {
    font-size: 30px;
    display: inline-block;
    margin-top: 30px;
    padding-left: 10px;
  }
  .album_gallery_div .album img {
    width: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .album_gallery_div .album img {
    width: 80% !important;
  }
  .photos_link_mobile_prev {
    color: #000000;
    font-weight: 500;
    position: absolute;
    font-size: 22px;
    left: 45px;
    top: 40%;
    background: rgba(255, 255, 255, 0.76);
    padding: 5px 10px;
  }
  .photos_link_mobile_next {
    color: #000000;
    font-weight: 500;
    position: absolute;
    font-size: 22px;
    right: 45px;
    top: 40%;
    background: rgba(255, 255, 255, 0.76);
    padding: 5px 10px;
  }
}
/***************** Gallery styles ends ***********************************/
/***************** Gallery styles ends ***********************************/
/***************** Gallery styles ends ***********************************/

/***************** Contact styles ends ***********************************/
/***************** Contact styles ends ***********************************/
/***************** Contact styles ends ***********************************/
/***************** Contact styles ***********************************/
fieldset {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
}
.text-area-contact {
  padding: 15px 10px;
  border: none;
  width: 100%;
  transition: 0.7s;
  background: #ececec;
  font-size: 16px;
  outline: -webkit-focus-ring-color auto 0px;
}
.text-area-contact-msg {
  padding: 15px 10px;
  height: 80px;
  max-height: 80px;
  border: none;
  margin-bottom: 20px;
  width: 100% !important;
  transition: 0.7s;
  background: #ececec;
  font-size: 16px;
  outline: -webkit-focus-ring-color auto 0px;
}
.btn-submit {
  padding: 10px 15px !important;
  text-transform: uppercase;
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
  color: #000000;
  transition: 0.7s;
  width: 100px;
  cursor: pointer;
  font-size: 16px;
  outline: -webkit-focus-ring-color auto 0px;
}
.btn-submit:hover {
  background-color: #706259 !important;
  border: 1px solid #706259;
}
.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: block;
  margin: 0 !important;
  font-size: 12px !important;
  color: #ff4c43;
}
.form-group.has-error input {
  border: 2px solid rgb(212, 0, 0) !important;
  background: #ffffff !important;
  border-radius: 3px !important;
  transition: 0.1s;
}
@media screen and (max-width: 768px) {
  .text-area-contact {
    width: 100% !important;
    margin-right: 0;
    background: #ffffff;
  }
}

/* New Styles -- Powered */

.inherit-height {
  height: inherit;
}

.shout-container .shout-image-block img {
  width: 250px !important;
  margin: auto !important;
}
.shout-container shoutimg.shout-image-background {
  position: relative;
  z-index: auto;
  max-width: 300px;
}

.powered-about {
  text-align: left;
  margin: 0 20px;
}

.paper-bg {
  background: url(../img/paper-bg.jpg) no-repeat center center;
  background-size: cover;
}

#menuSectionOfSections > div {
  background-position: center;
}

.map-embed {
  width: 100%;
  height: 350px;
  display: table;
}

@media screen and (max-width: 768px) {
  .map-embed {
    height: 250px;
  }
}

/* Custom Form Styles */
/* 1px solid #882b2b */

.secure-form .secure-form-item input,
.secure-form .secure-form-item textarea {
  background: rgba(200, 200, 200, 0.9);
  /* color: #ddd; */
}

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

.secure-form .secure-form-item .secure-form-submit-button {
  background-color: #882b2b;
  color: white;
}

.secure-form .secure-form-item .secure-form-submit-button:hover {
  background-color: #6c2020;
  color: white;
}

shoutdate {
	display: none!important;
}