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

/***************** body starts ***********************************/
::selection {
  background: #d31937;
  color: #ffffff;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #000000;
  color: #c7c7c7;
  /* Gecko Browsers */
}

a {
  transition: all ease 0.3s;
}

p {
  max-width: 900px;
  margin: auto;
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #000000;
}

section {
  padding: 50px 20px;
  background: #ffffff;
}

article {
  margin: 20px 0;
  padding: 0 10px;
}

h1 {
  color: #d31937;
  margin-top: 0px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0 10px;
}

h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

logo {
  height: 61px;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
}

.shout_text {
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
}

.shout_time {
  font-size: 15px;
  color: #e1e1e1;
  margin-top: 5px;
  font-weight: 500;
  text-align: left;
}

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

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

.text_container {
  width: 100%;
  max-width: 1000px;
}

.title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.text {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 15px;
  max-width: 900px;
  margin: auto;
}

.contact-hours-text {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 15px;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

#shout-container br {
  display: none;
}

#shout-container {
  /* padding: 30px 20px; */
  /* background: #221f1f; */
}

#about {
  min-height: 500px;
}

#menu {
  background-size: cover !important;
  padding: 50px 0;
}

#contact {
  padding: 0px;
}

.catering-menu-links {
  padding: 10px;
  border: 2px solid #000000;
  color: #242120;
  display: inline-block;
  width: 300px;
  text-align: center;
}

.catering-menu-links:hover {
  background: #242120;
  color: #ffffff;
}

.form-container {
  padding: 130px 0px;
  background: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url(../images/contact-form.jpg) no-repeat bottom center !important;
  background-size: cover !important;
}

footer {
  background: #1f2227;
  display: table;
  width: 100%;
}

.title-text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.tag-line-bar {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  background: #11a654;
  color: #ffffff;
}

.read-more-btn {
  padding: 10px;
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  background: none;
  border: 2px solid #d31937;
  color: #d31937;
  margin-top: 20px;
}

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

.footer-details {
  width: 100%;
  float: none;
  display: table;
  /*background: #ff8800;*/
}

.footer-details a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.footer-details a i {
  font-size: 13px;
}

.footer-details a:hover {
  color: #d31937;
}

.footer-details-container {
  display: table;
  text-align: center;
  width: 100%;
  margin: auto;
  max-width: 1300px;
}

.footer-details-left {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 30px 10px;
  color: #ffffff;
  text-align: left;
}

.footer-details-right {
  width: 50%;
  float: right;
  display: inline-block;
  padding: 40px 10px;
  text-align: right;
  color: #ffffff;
}

.footer-bar {
  background: #cf112b;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}

.events-home {
  padding: 40px 10px;
  text-align: center;
  color: #ffffff;
}

.events-home p {
  margin: 0px;
}

.index-3-parts {
  display: table;
  width: 100%;
  text-align: center;
  background: #d0af65;
}

.part-div-index {
  width: 50%;
  float: left;
  display: inline-block;
}

.part-div-index a {
  padding: 130px 10px;
  display: inline-block;
  width: 100%;
}

.part-div-index a:hover {
  background: rgba(211, 25, 55, 0.6);
}

.part-div-index a h3 {
  font-size: 35px;
  color: #ffffff;
  margin: 0px;
  font-weight: 600;
  text-transform: capitalize;
}

.menu-index {
  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) no-repeat center center !important;
  background-size: cover !important;
}

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

.reservations-part h1 {
  font-size: 27px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: uppercase;
  padding: 0px;
}

.reservation-btn {
  padding: 7px 10px;
  background: #fabd54;
  display: inline-block;
  color: #000000 !important;
}

.reservation-btn:hover {
  background: #000000;
  color: #fabd54 !important;
}

.chef-menu {
  margin-bottom: 30px;
}

.chef-menu a {
  padding: 10px;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  background: #03579b;
  color: #ffffff;
}

.index-wine {
  height: 350px;
  display: table;
  width: 100%;
  background: linear-gradient(
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
    url(../images/index-wine.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.wine-text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/***************** navigation ***********************************/
.about {
  background: url(../images/index-parallax.jpg) center center no-repeat;
  background-size: cover;
}

.catering {
  background: url(../images/catering.jpg) center center no-repeat;
  background-size: cover;
}

.contact {
  background: url(../images/contact-head.png) center center no-repeat;
  background-size: cover;
}

.menu {
  background: url(../images/menu-head.jpg) center center no-repeat;
  background-size: cover;
}

.events {
  background: url(../images/events-head.jpg) center center no-repeat;
  background-size: cover;
}

.photos {
  background: url(../images/photos-head.jpg) center center no-repeat;
  background-size: cover;
}

.home {
  background: url(../images/home.jpg) center center no-repeat;
  background-size: cover;
}

/***************** parallax ***********************************/
.parallax-padding {
  padding: 450px 10px 0px 10px;
  text-align: left;
}

.parallax-padding-index {
  /* padding: 400px 10px; */
  height: 100vh;
}

.parallax-padding h1 {
  margin: 0;
  font-size: 27px;
  padding: 10px 20px;
  color: #d31937;
  display: inline-block;
  font-weight: 700;
  margin-left: 40px;
  /*text-shadow: 0px 0px 20px rgb(0, 0, 0);*/
  border-radius: 5px 5px 0 0;
  background: #ffffff;
}

@media screen and (max-width: 1024px) {
  .parallax-padding {
    padding: 350px 10px 0px 10px;
  }

  .parallax-padding h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .parallax-padding {
    padding: 200px 10px 0px 10px;
    text-align: center;
  }

  .parallax-padding h1 {
    font-size: 30px;
    margin-left: 0;
  }

  .parallax-padding-index {
    /* padding: 140px 10px; */
    height: 35vh;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 45px;
  }
}

/***************** body ends ***********************************/
/***************** Media screens ***********************************/
@media screen and (max-width: 1024px) {
  .part-div-index {
    width: 50%;
    float: left;
  }

  .part-div-index:nth-child(3) {
    width: 100%;
    float: none;
  }

  .reservations-part {
    width: 100%;
    display: inline-block;
    padding: 70px 20px;
  }

  .form-container {
    padding: 80px 0px;
  }

  .map {
    width: 100%;
    float: none;
  }

  #map {
    height: 280px;
  }

  .footer-details {
    width: 100%;
    float: none;
  }
}

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

  .phone-logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .phone-logo {
    display: table;
    width: 100%;
    height: 35vh;
  }

  #shout-container {
    background: #1f2227;
    padding-bottom: 15px;
  }

  .phone-logo-inner {
    display: table-cell;
    vertical-align: middle;
    background: radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  }

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

  .part-div-index {
    width: 100%;
    float: none;
  }

  .part-div-index a {
    padding: 70px 10px;
  }

  .call-dir {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    background: #1f2227;
  }

  .call-dir a {
    background: #cf112b;
    color: #ffffff;
    width: 48%;
    margin: 1%;
    font-size: 17px;
    display: inline-block;
    padding: 10px;
  }

  .form-container {
    padding: 40px 0px;
  }

  .cd-header {
    height: 50px;
    background: #1f2227;
    position: fixed;
    border-bottom: 2px solid #221f1f;
    z-index: 999;
  }

  logo {
    display: none;
  }

  .cd-menu-trigger {
    height: 50px;
  }

  #cd-logo a {
    border: none;
    background: none;
    padding: 0;
    padding-left: 10px;
  }

  .footer-details-left {
    width: 100%;
    float: none;
    padding: 50px 10px 20px;
    text-align: center;
  }

  .footer-details-right {
    width: 100%;
    float: none;
    padding: 10px 10px 30px;
    text-align: center;
  }
}

/*Navigation*/
.desk-nav-top-bar {
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 100%;
  text-align: center;
  /*background: rgba(0, 0, 0, 0.7);*/
}

.nav-links-left {
  display: inline-block;
  width: 40%;
  float: left;
  background: #1f2227;
}

.nav-links-left ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  text-align: right;
  float: right;
  padding-right: 20px;
}

.nav-links-left ul li {
  display: inline-block;
  margin: 0px;
  float: left;
  list-style: none;
  padding: 0px;
}

.nav-links-left ul li a {
  padding: 10px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links-left ul li a:hover {
  background: #cf112b;
  color: #ffffff;
}

.desk-nav-logo {
  display: inline-block;
  width: 20%;
  background: #1f2227;
  border-radius: 0 0 50% 50%;
}

.desk-nav-logo img {
  width: 100%;
  max-width: 260px;
  display: table;
  padding: 5px;
  padding-bottom: 10px;
  margin: auto;
}

.nav-links-right {
  display: inline-block;
  width: 40%;
  float: right;
  background: #1f2227;
}

.nav-links-right ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-left: 20px;
}

.nav-links-right ul li {
  display: inline-block;
  margin: 0px;
  float: left;
  list-style: none;
  padding: 0px;
}

.nav-links-right ul li a {
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links-right ul li a:hover {
  background: #cf112b;
  color: #fff;
}

.desk-nav-top-bar-1 {
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 100%;
  text-align: center;
  /*background: rgba(0, 0, 0, 0.7);*/
}

.nav-links-left-1 {
  display: inline-block;
  width: 100%;
  float: none;
  background: #cf112b;
}

.nav-links-left-1 ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  text-align: center;
  float: none;
}

.nav-links-left-1 ul li {
  display: inline-block;
  margin: 0px;
  float: none;
  list-style: none;
  padding: 0px;
}

.nav-links-left-1 ul li a {
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links-left-1 ul li a:hover {
  background: #1f2227;
  color: #ffffff;
}

.desk-nav-logo-1 {
  display: inline-block;
  width: 20%;
  background: #10453f;
}

.desk-nav-logo-1 img {
  width: 100%;
  max-width: 240px;
  display: table;
  padding: 5px;
  margin: auto;
}

.nav-links-right-1 {
  display: inline-block;
  width: 40%;
  float: right;
  background: #10453f;
}

.nav-links-right-1 ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-left: 20px;
}

.nav-links-right-1 ul li {
  display: inline-block;
  margin: 0px;
  float: left;
  list-style: none;
  padding: 0px;
}

.nav-links-right-1 ul li a {
  padding: 10px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links-right-1 ul li a:hover {
  background: #a0a9bb;
  color: #221f1f;
}

#menu-1 {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 39px;
  color: #ffffff;
  z-index: 9999;
  display: none;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #cd-logo img {
    max-width: 105px;
    padding: 8px 0;
    /* padding-left: 10px; */
  }
}

@media screen and (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }

  #menu-1 {
    display: none !important;
  }
}

/***************** menu styles ***********************************/
.back_btn_menu {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: #1f2227;
  padding: 10px;
  max-width: 160px;
  color: #ffffff;
}

#menuSectionOfSections > div {
  color: #000;
  width: 49.2%;
  margin: 0.4%;
  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: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 150px 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;
  text-transform: lowercase;
  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 {
  margin-bottom: 20px !important;
  margin-top: 40px !important;
  font-size: 30px;
  color: #d31937;
  text-transform: capitalize;
  /*letter-spacing: 2px;*/
  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: 17px;
  letter-spacing: 0.5px;
  margin-top: 5px;
  font-weight: 500;
  color: #000000;
}

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

.menu-item-description h3 {
  color: #221f1f;
  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;
}

.price {
  font-weight: 600;
  padding-left: 3px;
  color: #221f1f;
  font-size: 18px;
}

.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-category {
    margin-bottom: 10px !important;
    display: inline-block;
    margin-top: 30px !important;
    font-size: 25px;
    width: 100%;
    color: #221f1f;
    display: inline-block;
    text-transform: capitalize;
    text-align: -moz-center;
    text-align: -webkit-center;
  }

  .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%;
    padding: 10px;
    padding-bottom: 30px;
  }

  #menu-container hr {
    display: none;
  }

  #menuSectionOfSections > div {
    width: 99%;
  }

  #menuSectionOfSections {
    padding: 10px;
  }

  .menu-item {
    display: table;
    width: 96%;
    margin: 20px 2% 0px 2%;
  }

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

.hours-section h3 {
  margin: 0px;
}

@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;
    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: none;
    display: inline-block;
    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: 300;
    color: #cf112b;
  }

  .hours-numbers {
    font-size: 15px;
    color: #221f1f;
    text-transform: uppercase;
  }
}

#shout-container {
  /* height: auto; */
}

.secure-form-submit {
  display: table !important;
  width: 100%;
  max-width: 200px;
  margin: auto;
}

.secure-form-submit-button {
  background: #cf112b !important;
}

.secure-form-submit-button:hover {
  background: #11a654 !important;
}

.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;
  padding: 10px;
  font-size: 15px;
}

.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: #221f1f;
  color: white;
}

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

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

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

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

.call-dir .online-order-btn {
  /* background: #fff;
	color: #cf112b; */
  width: 98%;
  padding: 10px;
  margin: 1% auto;
}

#main-nav > ul > li:nth-child(odd) > a {
  border-bottom: 1px solid #11a654;
}

.online-order-cta {
  color: white;
  background-color: #11a654;
  display: flex;
  height: 49px;
  padding: 0.5rem;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: fixed;
  top: 0;
  right: 86.5px;
}



@media screen and (min-width: 767px) {
  .events_main .event {
	width: 33%;

}
.events_main .event-info {
	width: 66%;
}
}
