@import url('https://fonts.googleapis.com/css?family=Cormorant:400,500,600,700');
body {
  font-family: 'Cormorant', serif;
  font-weight: 300;
}

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

a:hover {
  color: #000000;
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #212121;
}

::selection {
  color: #ffffff;
  background: #212121;
}

.shout-container-main {
  display: table;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100vh;
  text-align: left;
  background: rgba(0, 0, 0, 0.1);
}

/* #shout-container {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  padding-bottom: 30px;
  text-align: center;
  color: #ffffff;
}

#shout-container h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

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

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

h3 {
  font-size: 23px;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.white-color {
  color: #ffffff;
}

.sub-title {
  font-size: 30px;
  color: #212121;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
}

p {
  font-size: 18px;
  margin: 0px auto;
  margin-bottom: 15px;
  max-width: 1000px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #7b7b7b;
}

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

.map {
  height: 400px;
}

strong {
  color: #212121;
  font-weight: 700;
}

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

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

.p-link:hover {
  background: #802920;
  color: #ffffff;
}

section {
  padding: 50px 20px;
  min-height: 400px;
}

.no-min-height {
  min-height: auto;
}

.light-bg {
  background: #efefef;
}

.dark-bg {
  background: #333333;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000000;
}

.uppercase {
  text-transform: uppercase !important;
}

hr {
  margin: 40px 0;
  border-color: rgba(239, 239, 239, 0.2);
}

.shout_text {
  font-size: 6vw;
  font-weight: 500;
  margin: auto;
  letter-spacing: 2px;
}

.shout_time {
  font-size: 14px;
}

.shout_time i {
  font-size: 11px;
}

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

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

.footer-bar-1 {
  display: inline-block;
  width: 100%;
  max-width: 800px;
}

svg {
  height: 12px !important;
}

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

.footer-bar-1 ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.footer-bar-1 ul li a {
  color: #ffffff;
  font-size: 20px;
}

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

.footer-bar-1 ul li a:hover {
  color: rgba(255, 255, 255, 0.67);
}

.footer-bar-2 {
  padding-top: 10px;
  max-width: 800px;
  margin: auto;
}

.footer-bar-2 p {
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
}

.footer-bar-3 {
  padding-top: 30px;
  text-align: center;
}

.footer-bar-3 a {
  font-size: 30px;
  margin: 0 10px;
  color: #e0ca66
}

.footer-bar-3 a i {
  font-size: 30px;
}

.footer-bar-3 a:hover {
  color: #000000
}

.bottom-bar {
  padding: 7px 2%;
  display: inline-block;
  width: 100%;
  background: #000000;
}

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

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

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

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

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

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

.index-tabs {
  display: inline-block;
  width: 100%;
}

.index-tabs-part {
  width: 46%;
  margin: 0 2%;
  float: left;
  display: inline-block;
}

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

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

.index-tabs-part h1 {
  margin-bottom: 0px;
}

.index-tabs-part h1 a {
  text-align: center;
  padding: 130px 2%;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 25px;
}

.index-tabs-part h1 a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.index-tabs-part p {
  line-height: normal;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}

.read-more-btn {
  padding: 10px;
  display: inline-block;
  font-size: 20px;
  background: #212121;
  color: #cacaca;
  width: 200px;
}

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

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

.about-tabs-inner ul {
  display: table;
  width: 100%;
}

.about-tabs-inner ul li {
  display: table;
  width: 49.6%;
  float: left;
  margin: 0.2%;
}

.about-tabs-inner ul li a {
  text-align: center;
  padding: 10px 2%;
  width: 100%;
  display: inline-block;
  background: #212121;
  color: #dedede;
}

.about-tabs-inner ul li a:hover, .about-tabs-inner-active {
  background: #5f5f5f !important;
  color: #ffffff !important;
}

.book-conultation {
  padding: 20px 25px;
  font-size: 18px;
  text-transform: capitalize;
  background: #212121;
  color: #e4e4e4;
  display: inline-block;
}

.book-conultation:hover {
  background: #000000;
  color: #ffffff;
}

.contact-details a {
  color: #ffffff;
  font-size: 20px;
}

.contact-details a:hover {
  color: #b1b1b1;
}

@media screen and (max-width: 1024px) {
  .index-tabs-part {
    width: 46%;
    margin: 0 2%;
    float: left;
    display: inline-block;
  }
  .index-tabs-part h1 a {
    letter-spacing: 1px;
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .index-tabs-part {
    width: 100%;
    margin: 0;
    float: none;
    padding: 20px 0;
  }
  .index-tabs-part h1 a {
    letter-spacing: 1px;
    font-size: 21px;
    padding: 80px 0;
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  .footer-bar-1 br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .shout-container-main {
    height: 50vh;
    margin-top: 45px;
  }
  .footer-bar-1 ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    float: none;
  }
  .footer-bar-1 ul li:last-child {
    text-align: center;
    margin-bottom: 0px;
  }
  .bottom-bar ul li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .bottom-bar ul li:last-child {
    text-align: center;
    margin-top: 10px;
  }
  .sub-title {
    font-size: 25px;
  }
  .about-tabs-inner ul li {
    width: 99.6%;
    float: none;
    margin: 0.2%;
  }
}

/* parallax */

.parallax-home-intro {
  height: 100vh;
}

.parallax-padding h1 {
  padding: 290px 20px 160px;
  text-align: center;
  color: #ffffff;
  font-size: 65px;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(33, 33, 33, 0.3);
}

@media screen and (max-width: 768px) {
  .parallax-padding h1 {
    padding: 180px 20px 80px;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 600px) {
  .parallax-home-intro {
    min-height: 50vh;
    height: auto;
    margin-top: 45px;
  }

  .parallax-padding h1 {
    padding: 140px 20px 70px;
    font-size: 35px;
    font-weight: 400;
    text-transform: capitalize;
  }
}

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

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

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

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

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

.menu-dots {
  display: none;
}

.menuSectionName {
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #95111e;
  font-size: 30px;
  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;
}

.menuSectionName:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
}

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

.menu-category-desc {
  margin-bottom: 20px;
  text-align: -moz-center;
  text-align: -webkit-center;
  font-weight: 300;
}

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

.sub-item-box {
  display: table;
  width: 100%;
  text-align: left;
}

.sub-item-box h1 {
  margin-bottom: 20px !important;
  margin-top: 30px !important;
  font-size: 30px;
  color: #802920;
  font-weight: 400;
  text-transform: capitalize;
  text-align: -moz-center;
  text-align: -webkit-center;
}

#menu-container {
  max-width: 1300px;
}

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

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

.menu-item-prices {
  width: 20%;
  float: left;
  text-align: right;
  padding: 0;
}

.menu-item {
  display: inline-flex;
  width: 47%;
  /*float: left;*/
  margin: 10px 1.5% 0px 1.5%;
}

.menu-item-description p {
  font-size: 14px;
  margin-bottom: 0px;
  padding-top: 3px;
  text-transform: lowercase;
  line-height: normal;
  /*font-style: italic;*/
  letter-spacing: 0.5px;
}

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

.menu-item-description h3 {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 15px;
  letter-spacing: 0.2px;
  margin: 0px;
  text-align: left;
}

.menu-var {
  font-size: 13px;
  /*padding-right: 5px;*/
  letter-spacing: 0;
}

.menu-item .menu-img {
  width: 28%;
  min-height: 10px;
  margin-right: 1%;
  display: none;
}

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

.price {
  font-weight: 400;
  padding-left: 5px;
  font-size: 15px;
  color: #000;
}

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

@media screen and (max-width:1024px) {
  .menuSectionName {
    padding: 100px 0;
  }
}

@media screen and (max-width:767px) {
  .menu-item-description {
    padding-left: 0px;
  }
  .menu-item-prices {
    padding: 0;
  }
  .menu-item {
    display: table;
    width: 97%;
  }
  #menuSectionOfSections>div {
    width: 98%;
  }
}

@media screen and (max-width:479px) {
  .menu-category {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 30px;
    color: #95111e;
    text-transform: capitalize;
    width: 100%;
    line-height: normal;
    margin-left: 0;
    margin-right: 0;
    ;
  }
  .menu-item-description p {
    margin-bottom: 5px;
    line-height: 18px;
  }
  .menu-item-description {
    width: 70%;
  }
  .menu-item-prices {
    width: 30%;
    margin-top: 5px;
  }
  #menu-container {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
  #menu-container hr {
    display: none;
  }
  #menuSectionOfSections>div {
    width: 100%;
  }
  .menu-item {
    display: table;
    width: 97%;
  }
  .menuSectionName {
    padding: 130px 0;
    color: #ffffff
  }
  .menu-item-description h3 {
    line-height: 20px;
    letter-spacing: 0px;
  }
}

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

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

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

.events_main {
  width: 98%;
  margin: 1%;
  float: left;
  background: #1d1d1d;
  border: 2px solid #da7d1d;
  padding: 10px;
}

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

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

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

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

.event-info {
  width: 68%;
  margin-left: 2%;
  float: right;
  text-align: left;
  color: #fff;
}

.event-info h3 {
  margin-bottom: 10px;
  color: #ec2532;
}

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

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

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

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

@media screen and (max-width: 1000px) {
  .event img {
    max-width: 300px
  }
  .event {
    width: 100%;
    float: none;
  }
  .event-info {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .event-info p {
    max-width: none;
  }
}

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

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

.album_gallery_div {
  width: 49%;
  overflow: hidden;
  max-width: 600px;
  float: left;
  background: #000000;
  margin: 0.5%;
  position: relative;
  z-index: 1;
}

.album {
  height: 400px;
  z-index: 9999;
  position: relative;
  opacity: 1;
  transition: all ease 0.3s;
  cursor: pointer
}

.album:hover .album-meta {
  background: rgba(0, 0, 0, 0.7);
}

.album img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-meta-container {
  display: table;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
}

.album-meta {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 22px;
  transition: all ease 0.3s;
}

.album_name_caption {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  text-transform: capitalize;
}

.album-meta hr {
  width: 20px;
  margin: 5px 0 10px 0;
}

.photos_number {
  font-size: 16px;
  color: #d2702c;
  font-weight: 400;
}

.back-to-album {
  font-size: 25px;
  color: #000000;
  opacity: 1;
}

.gallery-wrap {
  display: inline-block;
  max-width: 1300px;
  width: 100%;
}

.image_inside_cont {
  display: inline-block;
  float: left;
  width: 25%;
  border: 2px solid rgba(32, 32, 32, 0);
}

.mg-image img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mg-image:hover img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  position: relative;
  opacity: .2
}

.mg-image {
  max-width: 100%;
  height: 250px;
  float: left;
  min-width: 100%;
  transition: .3s;
  overflow: hidden;
}

.mg-image:hover {
  background: url(http://www.gonationsites.com/GNSE/gn-sites/images/zoom.png) center center no-repeat #000;
  transition: .3s
}

@media screen and (max-width:768px) {
  .album_gallery_div {
    width: 100%;
    float: left;
    height: auto;
    max-width: 100%
  }
  .album {
    height: 300px;
  }
  .album-meta-container {
    height: 300px;
  }
  .album_name_caption {
    font-size: 24px;
    padding-top: 10px;
  }
  .photos_number {
    font-size: 12px
  }
  .image_inside_cont {
    width: 50%;
  }
}

@media screen and (max-width:500px) {
  .album {
    height: 200px;
  }
  .album_gallery_div {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .album {
    height: 200px;
  }
  .album-meta-container {
    height: 200px;
  }
  .image_inside_cont {
    width: 33.33%;
  }
  .mg-image {
    height: 100px
  }
  .mg-image img {
    min-width: 200px
  }
}

@media screen and (min-width:2200px) {
  .image_inside_cont {
    width: 20%;
  }
  .mg-image {
    height: 150px;
  }
}

/* Contact form style overrides */
.secure-form {
  margin: auto;
}

.secure-form .secure-form-phone,
.secure-form .secure-form-date {
  flex: 1 50%;
}

#contactForm > div > div.secure-form-item.secure-form-submit > input {
  width: 30%;
  margin: auto;
}

.shout-container shouttitle {
  display: none;
}
.shout-container shoutdate {
  display: none;
}
#shout-container > shoutinner > shouttext > shoutmessage {
  font-size: 5vw;
}
#shout-container > shoutinner > shouttext {
  max-width: none;
}
#shout-container > shoutinner {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .shout-container {
    height: inherit;
  }
}
