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

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  background: #000000;
}

a {
  transition: 0.3s all ease;
  text-decoration: none;
}

i {
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}

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

section {
  padding: 50px 20px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

h1 {
  margin: 0px;
  margin-bottom: 20px;
  color: #e59f06;
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
}

.img-collage {
  display: table;
  width: 100%;
}

.img-collage img {
  width: 100%;
  float: left;
  max-width: 25%;
}

.no-padding {
  padding: 0px;
}

.black-bg {
  background: #000000;
}

.white-bg {
  background: #ffffff;
}

.light-bg {
  background: #dbdbdc;
}

.dark-bg {
  background: #646466;
}

.red-bg {
  background: #eaeaea;
}

p {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
}

.logo-main-header {
  width: 100%;
  max-width: 270px;
  display: table;
}

header {
  width: 100%;
  max-width: 300px;
  position: fixed;
  height: 100%;
  display: table;
  background: #000000;
  border-right: 2px solid #e59f06;
}

.header-container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  /* background: #c2c2c2; */
}

main {
  margin-left: 300px;
}

footer {
  background: #e59f06;
  padding: 50px 10px;
  width: calc(100% - 300px);
  margin-left: 300px;
}

.backstretch {
  display: none;
}

.tabs-three-index {
  width: 100%;
  max-width: 1000px;
  display: table;
  margin: auto;
}

.tab-three-part {
  width: 31%;
  float: left;
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.tab-three-part h2 {
  font-size: 17px;
  margin: 0px;
  margin-bottom: 15px;
  color: #eaeaea;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}

.tab-three-part:nth-child(2) {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.read-more {
  border: 2px solid #e59f06;
  color: #e59f06;
  padding: 10px;
  margin-top: 20px;
  min-width: 200px;
  background: none;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}

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

.tab-three-part p {
  margin-bottom: 0px;
}

.location-room-index {
  display: table;
  width: 100%;
}

.location-room-index ul {
  display: table;
  width: 100%;
}

.location-room-index ul li {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 70px 10px;
}

.location-room-index ul li h3 {
  font-size: 34px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.location-room-index ul li p .visit-btn {
  color: #e59f06;
  padding: 8px 10px;
  display: inline-block;
  width: 110px;
  font-weight: 600;
  min-width: 200px;
  border: 2px solid #e59f06;
  text-transform: uppercase;
}

.location-room-index ul li p .visit-btn:hover {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  color: #e59f06;
}

.location-room-index ul li p a i {
  font-size: 40px;
  margin: 0;
  margin-bottom: 0px;
  padding: 0 5px;
  transition: all ease 0.3s;
}

.location-room-index ul li p a i:hover {
  opacity: 0.8;
}

.facebook {
  color: #35508d;
}

.twitter {
  color: #4ba2eb;
}

.footer-container {
  display: inline-block;
  width: 100%;
}

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

.footer-container ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.footer-container ul li a {
  display: inline-block;
  font-size: 17px;
  color: #000000;
}

.footer-container ul li a:hover {
  color: #ffffff;
}

.social-icons a i {
  font-size: 24px !important;
}

.bottom-bar {
  background: #0d0d0d;
  padding: 10px;
  display: table;
  width: calc(100% - 300px);
  margin-left: 300px;
}

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

.bottom-bar ul li {
  display: table;
  width: 50%;
  float: left;
  color: #ffffff;
}

.gonation-logo-bottom {
  width: 100%;
  max-width: 200px;
  display: table;
  float: right;
}

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

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

.contact-form-bg {
  background: radial-gradient(rgba(0, 0, 0, 0.24), #000000),
    url(../images/contact-form-bg.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.fairchild-tag {
  font-size: 20px;
  background: #eaeaea;
  padding: 10px;
  color: #ffffff;
  text-align: center;
}

.contact-details a {
  color: #000000;
  font-size: 17px;
}

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

.contact-social a i {
  font-size: 30px;
  color: #000000;
  transition: all ease 0.3s;
}

.contact-social a i:hover {
  color: #e59f06;
}

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

.about-images img {
  float: left;
  display: table;
  width: 100%;
  max-width: 33.33%;
}

.catering-menu-list {
  display: inline-block;
  width: 100%;
}

.catering-menu-list ul {
  display: inline-block;
  width: 100%;
}

.catering-menu-list ul {
  display: inline-block;
  width: 50%;
  float: left;
}

.td-strong-bg {
  background: #cccccc;
  color: #000000;
}

.td-strong-bg-white {
  background: #ffffff;
  color: #000000;
}

.tbl_border,
.tbl_border td {
  border-collapse: collapse;
  border: 1px solid #a8a8a8;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}

.hot-buffet-main {
  display: table;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.hot-buffet-part {
  width: 50%;
  display: inline-block;
  float: left;
}

.mobile-shout {
  display: none;
}

@media screen and (max-width: 1200px) {
  main {
    margin-left: 0px;
  }

  footer {
    width: 100%;
    margin-left: 0px;
  }

  .bottom-bar {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 950px) {
  .tab-three-part {
    width: 47%;
  }

  .tab-three-part:nth-child(2) {
    border-left: 1px solid #eaeaea;
    border-right: none;
  }

  .tab-three-part:last-child {
    border-top: 1px solid #eaeaea;
    border-right: none;
    width: 96%;
    margin-top: 10px;
  }

  .location-room-index ul li {
    padding: 60px 1%;
  }
}

@media screen and (max-width: 768px) {
  .tab-three-part {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    margin-top: 0px !important;
    border: 1px solid #eaeaea !important;
    padding: 0px;
    padding-bottom: 20px;
  }

  .tab-three-part h2 {
    background: #eaeaea;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 16px;
  }

  .tab-three-part p {
    padding: 0 10px;
  }

  .tab-three-part:last-child {
    width: 100%;
  }

  .img-collage img {
    max-width: 50%;
  }

  .hot-buffet-part {
    width: 100%;
    display: inline-block;
    float: none;
  }

  .mobile-shout {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .about-images img {
    max-width: 50%;
  }

  .about-images img:last-child {
    float: none;
    max-width: 100%;
  }

  .location-room-index ul li {
    padding: 60px 1%;
    width: 98%;
  }

  .call-dir {
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding-bottom: 20px;
    max-width: 300px;
    margin: auto;
  }

  .call-dir a {
    padding: 7px 10px;
    text-align: center;
    font-size: 16px;
    color: #eaeaea;
    border: 2px solid #eaeaea;
    background: #e4a003;
    width: 48%;
    display: inline-block;
    margin: 1%;
    float: left;
  }

  .gonation-logo-bottom {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    float: none;
  }

  .bottom-bar ul li {
    display: table;
    width: 100%;
    float: none;
    text-align: center;
    padding: 5px 0;
  }

  .footer-container ul li a {
    font-size: 15px;
  }
}

/* parallax */
.parallax-intro {
  height: 100vh;
  display: table;
  width: 100%;
}

.parallax-padding {
  padding: 200px 20px;
  background: rgba(0, 0, 0, 0.25);
}

.parallax-padding h1 {
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.65);
  margin-bottom: 0px;
}

@media screen and (max-width: 1200px) {
  .parallax-intro {
    height: 600px;
  }

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

@media screen and (max-width: 768px) {
  .parallax-intro {
    height: 450px;
  }

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

@media screen and (max-width: 600px) {
  .parallax-intro {
    height: 220px;
  }

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

/* menu */
.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%;
  margin: 0.5%;
  float: left;
  height: 0;
  position: relative;
  cursor: pointer;
  display: inline-table;
  font-size: 2em;
  transition: 0.4s;
  background-position: center;
  background-size: cover;
}

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

.menu-dots {
  display: none;
}

.menuSectionName {
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  /* background: #000000; */
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 80px 10px;
  -o-transition: all 0.3s ease;
  background: #e59f06;
}

.menu-category-items-container {
  padding-bottom: 30px;
}

.menuSectionName:hover {
  color: #e59f06;
  background: #000;
}

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

.menu-category-desc {
  margin-bottom: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  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;
  margin-top: 20px;
  font-size: 23px;
  color: #e59f06;
  text-transform: uppercase;
  font-weight: 600;
  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: none;
  margin: 10px 1.5% 0px 1.5%;
}

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

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

.menu-item-description h3 {
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 0;
  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: 19px;
  margin-top: 0px;
  text-align: right;
}

.price {
  font-weight: 600;
  padding-left: 3px;
  color: #000000;
  font-size: 16px;
}

.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: 0;
    text-transform: lowercase;
    line-height: normal;
  }

  .menu-item-description {
    width: 70%;
  }

  .menu-item-prices {
    width: 30%;
    margin-top: 3px;
  }

  #menu-container {
    display: inline-block;
    padding-bottom: 30px;
  }

  #menu-container hr {
    display: none;
  }

  #menuSectionOfSections > div {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .menu-item {
    display: inline-block;
    width: 98%;
    margin: 10px 0 0;
  }

  .menuSectionName {
    padding: 80px 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 ***********************************/
/* hours */
@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;
    display: none;
  }

  .day-toggle {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    float: left;
  }

  .hours-numbers {
    float: right;
    /* color: #ed1c23; */
    text-transform: lowercase;
  }

  .hours_title_numbers {
    display: inline-block;
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .hours-section {
    display: table;
    width: 100%;
    max-width: 1300px;
    margin: auto;
  }

  .hours-section hr {
    display: none;
  }

  .hours_container_box {
    /* float: left; */
    /* padding: 10px 5px; */
    /* font-size: 14px; */
    /* margin: 5px 0; */
    /* color: #000000; */
    /* width: 13%; */
    /* line-height: 22px; */
    /* text-align: center; */
  }

  .hours_container_box h3 {
    font-size: 14px;
    /* padding-bottom: 5px; */
    margin-top: 10px;
    margin-bottom: 0;
    color: #281d18;
    display: none;
  }

  .day-toggle {
    font-size: 18px;
    font-weight: 600;
    color: #0d0d0d;
  }

  .hours-numbers {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    padding-top: 5px;
  }
}

/* events */
#events-container {
  max-width: 1000px;
  margin: 0;
  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: 0px;
  color: #ffffff;
  overflow: hidden;
  overflow-y: scroll;
  height: 245px;
  margin-bottom: 0px;
}

.event-info p::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

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

.no-event-post-text {
  color: #000000;
  padding-top: 10px;
}

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

.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 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;
  padding: 0;
}

#shout-container {
  width: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  width: calc(100% - 300px);
}

.shout-inner-black25 shoutinner {
  padding: 0px;
}

.shout-container shouttitle {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}

.secure-form .secure-form-submit-button[type='submit'] {
  margin: auto;
  max-width: 200px;
  background: #e59f06;
  text-transform: uppercase;
  padding: 10px;
}

.secure-form .secure-form-submit-button:hover {
  background: #ffffff;
  color: #e59f06;
}

.hours-section h3 {
  display: none;
}

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

@media screen and (max-width: 768px) {
  #shout-container {
    width: 100%;
  }

  section {
    min-height: 200px;
    padding: 50px 14px;
  }
}

@media screen and (max-width: 600px) {
  .sub-item-box h1,
  .menu-category {
  }
}

.allInOnce-h1-0 {
  font-size: 35px !important;
  margin: 0 !important;
  margin-top: 0px !important;
  font-weight: 700 !important;
}

.shout-container shoutimg.shout-image-block {
  height: auto;
}
