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

.red-bg {
  background: #cf152d;
}

.blue-bg {
  background: #000000;
}

.yellow-bg {
  background: #ffffff;
}

.red-color {
  color: #cf152d;
}

.blue-color {
  color: #111821;
}

.yellow-color {
  color: #ffffff;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #000000;
}

h1 {
  font-size: 30px;
  color: #111821;
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

h3 {
  font-size: 25px;
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
}

p {
  font-size: 19px;
  color: #111821;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 26px;
}

section {
  padding: 50px 15px;
  min-height: 350px;
}

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

footer {
  padding: 20px;
  background: #000000;
}

.footer-main-cont {
  display: flex;
  width: 100%;
}

.footer-logo {
  width: 50%;
  /* display: inline-block; */
  /* float: left; */
}

.footer-logo img {
  width: 100%;
  max-width: 200px;
  display: table;
}

.footer-details {
  /* display: inline-block; */
  width: 50%;
  display: flex;
  /* float: left; */
}

.footer-details ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0px;
  justify-content: center;
  padding: 0px;
}

.footer-details ul li {
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin: 5px 0;
  list-style: none;
  text-align: right
}

.footer-details ul li a {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

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

.social-icons-footer a i {
  font-size: 20px;
}

.btn-read-more {
  padding: 10px;
  background: none;
  font-size: 20px;
  border: 2px solid #111821;
  color: #000000;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  max-width: 280px;
}

.btn-read-more:hover {
  /* padding: 7px 10px; */
  background: #000000;
  font-size: 20px;
  border: 2px solid #000000;
  color: #ffffff;
}

.shout-container {
  /* position: relative; */
  /* z-index: 9; */
  /* display: table; */
  /* width: 100%; */
  /* height: 100vh; */
}

.shout-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  z-index: 9;
  color: #fff;
}

.shout_text {
  font-size: 22px;
  max-width: 900px;
  margin: auto;
}

.bottom-bar {
  padding: 10px 20px;
  background: #ffffff;
}

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

.bottom-bar ul li {
  color: #000000;
  list-style: none;
  font-size: 18px;
  letter-spacing: 0.5px;
  width: 50%;
  float: left;
}

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

.menu-photos-main {
  width: 100%;
  display: table
}

.menu-photos-part-left {
  width: 50%;
  float: left;
  display: table;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url(../images/index-part-1.jpg) center center / cover;
}

.menu-photos-part-right {
  width: 50%;
  float: left;
  display: table;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url(../images/index-part-2.jpg) center center / cover;
}

.menu-index-main {
  padding: 15px;
  border: 2px solid #ffffff;
  width: 96%;
  display: table;
  margin: 2%;
  padding: 110px 10px;
  transition: all ease 0.3s;
}

.menu-index-main h1 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.menu-index-main .btn-view-more {
  padding: 10px;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: inline-block;
  font-size: 22px;
  text-transform: capitalize;
  background: none;
  min-width: 200px;
  max-width: 200px;
}

.menu-index-main:hover {
  background: rgba(0, 0, 0, 0.2);
  /* border: 2px solid rgba(208, 21, 45, 0.72); */
}

.menu-index-main:hover .btn-view-more:hover {
  background: #ffffff;
  color: #111821;
}

.specials-news {
  display: table;
  width: 100%;
}

.specials-news ul {
  display: table;
  margin: 0px;
  padding: 0px;
}

.specials-news ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 24%;
  margin: 0.5%;
  float: left;
}

.specials-news ul li img {
  width: 100%;
  display: table;
}

.contact-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://www.fairfieldlocal.com/images/contact-form-bg.jpg) no-repeat center center !important;
  background-size: cover !important;
  padding: 100px 20px;
}

.main-form-part {
  width: 100%;
  display: inline-block;
}

.main-form-part-left {
  width: 48%;
  margin: 1%;
  float: left;
  display: inline-block;
}

#map {
  height: 400px;
}

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

.index-grid-main ul {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #000000;
}

.index-grid-main ul li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 33.33%
}

.index-grid-main ul li:nth-child(4) {
  width: 100%;
}

.index-grid-main ul li:nth-child(5) {
  width: 50%;
}

.index-grid-main ul li:nth-child(6) {
  width: 50%;
}

.index-grid-main ul li a {
  padding: 100px 3%;
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;
  width: 94%;
  display: inline-block;
}

.index-grid-main ul li a:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.index-grid-main ul:hover li a {
  opacity: 0.2;
}

.index-grid-main ul li a:hover {
  opacity: 1;
}

.index-grid-menu {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://www.fairfieldlocal.com/images/index-grid-menu.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.index-grid-online-order {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://www.fairfieldlocal.com/images/index-grid-online-order.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.index-grid-events {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://www.fairfieldlocal.com/images/index-grid-events.jpg) no-repeat center center !important;
  background-size: cover !important;
}

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

.index-grid-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://www.fairfieldlocal.com/images/index-grid-contact.jpg) no-repeat center center !important;
  background-size: cover !important;
}

/*parallax*/
.parallax-padding {
  padding: 250px 0;
}

.parallax h1 {
  padding-top: 300px;
  padding-bottom: 160px;
  font-size: 90px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
}

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

  .parallax h1 {
    padding: 200px 0;
    font-size: 50px;
  }

  .menu-index-main {
    width: 92%;
    margin: 3%;
    padding: 90px 1%;
  }
}

.brick-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(../images/brickbg.jpg);
  padding: 80px 10px;
}

.brick-bg h1 {
  margin: 0px;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  font-size: 60px;
}

@media screen and (max-width:768px) {
  .brick-bg {
    padding: 50px 10px;
  }

  .brick-bg h1 {
    font-size: 36px;
  }
}

@media screen and (min-width:768px) {
  .shout-container {
    background: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width:768px) {
  .specials-news ul li {
    width: 49%;
  }

  .footer-logo {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }

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

  .footer-details ul li {
    text-align: center
  }

  .parallax-padding {
    padding: 170px 0;
  }

  .parallax h1 {
    padding: 170px 0;
    font-size: 40px;
  }

  .menu-index-main {
    padding: 50px 1%;
  }

  .index-grid-main ul li a {
    padding: 70px 3%;
  }
}

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

@media screen and (max-width:600px) {
  .call-dir {
    display: table;
    width: 100%;
    /* max-width: 300px; */
    /* padding-bottom: 10px; */
    /* margin-top: 20px; */
  }

  .call-dir a {
    display: inline-block;
    width: 48%;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 1%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 3px;
    color: #ffffff;
    background: #000000;
    text-align: center;
    border: 2px solid #000000;
  }

  .call-dir a i {
    font-size: 10px;
  }

  .shout-content h3 {
    margin-bottom: 5px;
    font-size: 22px;
    text-align: left;
  }

  .shout_text {
    font-size: 18px;
    text-align: left;
  }

  .shout_time {
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
  }

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

  .index-grid-main ul li {
    width: 100%;
  }

  .index-grid-main ul li:nth-child(1) {
    width: 50%;
  }

  .index-grid-main ul li:nth-child(2) {
    width: 50%;
  }

  .index-grid-main ul li a {
    padding: 35px 3%;
  }

  #map {
    height: 300px;
  }

  .menu-index-main {
    padding: 40px 1%;
  }

  .menu-photos-part-left {
    width: 100%;
    float: none;
  }

  .menu-photos-part-right {
    width: 100%;
    float: none;
  }

  .bottom-bar ul li {
    width: 100%;
    float: none;
    text-align: center;
  }

  .bottom-bar ul li:last-child {
    text-align: center;
    margin-top: 10px;
  }

  #map {
    height: 300px;
    width: 100%;
  }

  .parallax-padding {
    padding: 130px 0;
  }

  .parallax h1 {
    padding-top: 140px;
    padding-bottom: 80px;
    font-size: 30px !important;
  }

  .main-form-part-left {
    width: 100%;
    margin: 0;
    float: none;
  }

  .shout-container {
    height: auto;
    padding: 20px 0;
    width: 100%;
    background: #000;
  }

  #shout-container shoutinner {
    padding: 0px;
  }

  .footer-main-cont {
    flex-direction: column;
    padding: 30px 0;
  }

  .footer-logo img {
    margin: auto;
  }
}

/***************** menu styles ***********************************/
.menu-top-bar {
  width: 100%;
  background: #ed2125;
  text-align: center
}

.menu-top-bar img {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: table;
}

.paper-bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://www.fairfieldlocal.com/images/paper-bg.jpg);
  background-size: 100%;
}

.wine {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://www.fairfieldlocal.com/images/wine-menu.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.lunch {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://www.fairfieldlocal.com/images/lunch.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.dinner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://www.fairfieldlocal.com/images/dinner.jpg) no-repeat center center !important;
  background-size: cover !important;
}

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

#menuSectionOfSections>div {
  color: #000;
  width: 49.2%;
  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: 40px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 110px 0;
  -o-transition: all 0.3s ease;
}

.menu-category-items-container {
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
}

.menuSectionName:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

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

.menu-category-desc {
  margin: auto;
  margin-bottom: 10px;
  font-size: 16px;
  color: #626262;
  text-align: -moz-center;
  text-align: -webkit-center;
  max-width: 700px;
}

.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: 20px;
  margin-top: 40px;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.menu-section-titles {
  text-align: center;
}

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

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

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

.menu-item {
  display: inline-flex;
  width: 47%;
  float: none;
  margin: 15px 1.5% 0px 1.5%;
}

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

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

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

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

.menu-var {
  font-size: 16px;
  padding-right: 5px;
  font-weight: 400;
  text-transform: lowercase;
}

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

.menu-item-prices p {
  margin-bottom: 0px;
  line-height: 20px;
  margin-top: 0px;
  text-align: right;
}

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

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

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

.allInOnce-h1-0 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 45px;
  display: none;
}

.view-more-beer-menu-btn {
  display: inline-block;
  padding: 10px;
  border: 2px solid #000000;
  min-width: 200px;
  color: #000000;
  text-transform: uppercase;
}

.view-more-beer-menu-btn:hover {
  background: #000000;
  color: #ffffff;
}

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

  .sub-item-box-image {
    height: 300px;
    overflow: hidden;
  }
}

@media screen and (max-width:767px) {
  .menu-item-description {
    padding-left: 0px;
  }

  .menu-item-prices {
    padding: 0;
  }

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

  #menuSectionOfSections>div {
    width: 98%;
  }

  .sub-item-box h1, .menu-category {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
  }

  .menu-category-desc {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: lowercase;
  }
}

@media screen and (max-width:600px) {
  .sub-item-box-image {
    height: 200px;
    overflow: hidden;
  }

  .menu-item-description p {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: lowercase;
    line-height: 15px;
  }

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

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

  #menu-container {
    display: inline-block;
    width: 100%;
    /*padding: 10px;*/
    padding-bottom: 0;
  }

  #menu-container hr {
    display: none;
  }

  #menuSectionOfSections>div {
    width: 99%;
  }

  #menuSectionOfSections {
    /*padding: 10px;*/
  }

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

  .menuSectionName {
    padding: 70px 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-category-desc {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

/***************** menu styles ends ***********************************/
#menuSectionOfSections>div {
  /* width: 99%; */
}

.menuSectionName {
  /* padding: 0px; */
  /* background: none; */
}

.menuSectionName:hover {
  /* background: none; */
}

.no-event-post-text {
  color: #ffffff;
}

.secure-form .secure-form-item input, .secure-form .secure-form-item textarea {
  background: rgba(255, 255, 255, 0.7);
  padding: 13px;
  color: #444;
  border-radius: 0;
  box-shadow: none;
}

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

.secure-form .secure-form-item .secure-form-submit-button {
  background-color: #ffffff;
  color: #000000;
  text-transform: uppercase;
  margin: auto;
  max-width: 200px;
}

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

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

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

.flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hours-section h3 {
  display: none;
  ;
}

#gallery h1 {
  color: #ffffff;
}

.back-to-album {
  padding: 10px;
  display: table !important;
  max-width: 200px;
  padding: 10px;
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px !important;
}