@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Sorts+Mill+Goudy");

/*
font-family: 'Sorts Mill Goudy', serif;
font-family: 'Open Sans', sans-serif;
*/
:root {
  --heading-font: "Sorts Mill Goudy", serif;
  --body-font: "Open Sans", sans-serif;
  --primary-color: #8a0000;
  --secondary-color: #d0b131;
  --text-color: #4a4a4a;
}

body {
  font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
.shout-container shouttitle {
  font-family: var(--heading-font);
}

#nav {
  background: transparent;
  margin-top: 40px;
}

.navbar-inverse.navbar-expanded {
  border: none;
}

.navbar-brand img {
  width: 275px;
}

.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: #fff;
  font-size: 18px;
  font-family: var(--heading-font);
}

.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color: red;
}

.navigation-container {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000;
}

.custom-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 20px;
}

.logo-container img {
  max-width: 200px;
}

.has-scrolled .logo-container img {
  max-width: 150px;
}

@media (max-width: 768px) {
  .logo-container img {
    max-width: 150px;
  }

  .has-scrolled .logo-container img {
    max-width: 100px;
  }
}

header {
  min-height: 90%;
  position: static;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #fff;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--primary-color);
}

#page-top {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/home.jpg");
  background-position: center;
  background-size: cover; */
}

.hamburger {
  position: relative;
  z-index: 10;
}

.nav-list {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 2;
  background-color: rgba(0, 0, 0, 1);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-list li {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}

.nav-list li a {
  color: #fff;
  font-family: var(--heading-font);
  border-bottom: 2px solid var(--primary-color);
  font-size: 16px;
}

.nav-list li a:hover {
  color: var(--primary-color);
  transition: all 0.3s;
}

.pizza-icn {
  max-width: 100px;
  margin-bottom: 30px;
}

.has-scrolled {
  background: black;
}

.icon-box img {
  max-width: 100px;
}

.icon-box h2,
p {
  color: var(--text-color);
}

.icon-box h2 {
  color: var(--primary-color);
}

.icon-row-section a {
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
}

.cta-inverse {
  background: transparent;
  border: 2px solid var(--primary-color);
  padding: 5px 15px;
  color: var(--primary-color);
  font-size: 25px;
  padding-bottom: 8px;
}

.cta-inverse:hover {
  background-color: var(--primary-color);
  color: #fff;
  transition: all 0.4s;
}

.texture-bg,
aside.breaker-1 {
  background-color: #f5f5f5;
  background-image: url("https://www.transparenttextures.com/patterns/rocky-wall.png");
}

.primary-font-color {
  color: var(--primary-color);
}

#about p {
  font-size: 18px;
  font-family: var(--body-font);
  line-height: 30px;
}

section#about {
  padding-bottom: 100px;
}

.cta-item {
  margin-left: 5px;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #fff;
  padding: 5px 10px;
}

.nav-list .cta-item a {
  border-bottom: none;
}

.cta-item:hover {
  background: transparent;
  color: var(--primary-color);
}

#page-top {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.call-dir-container {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}

.call-dir-container a {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  min-width: 130px;
  padding: 5px 15px;
  font-family: var(--heading-font);
  font-size: 19px;
}

header .intro-content {
  width: 100%;
}

.intro-content h2 {
  font-size: 60px;
  color: var(--primary-color);
  background: rgba(0, 0, 0, 0.7);
}

#menuSectionOfSections {
  display: flex;
  flex-wrap: wrap !important;
}

.pricelistLastUpdated {
  width: 100%;
  color: #000;
}

.menuSectionName {
  border-radius: 0 !important;
  font-family: var(--heading-font);
}

.sub-item-box h1 {
  color: var(--primary-color);
}

#menuSectionOfSections > div {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}

.events-page {
  background-image: url("../images/events-head.jpg");
  background-position: center;
  background-size: cover;
}

.gallery-page {
  background-image: url("../images/gallery-head.jpg");
  background-position: center bottom;
  background-size: cover;
}

.contact-page {
  background-image: url("../images/contact-head.jpg");
  background-position: center;
  background-size: cover;
}

.special-events-title {
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.event-info .date {
  color: black;
}

.event-info h3.event-card-title {
  color: var(--primary-color);
}

.view-events-btn-container a {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #fff;
  font-family: var(--heading-font);
}

.view-events-btn-container a:hover {
  color: #000;
  background: transparent;
}

.gn-gal-inner {
  justify-content: center;
  align-items: center;
}

.gn-gal-inner .gn-gal-text {
  font-family: var(--heading-font);
  letter-spacing: 1px;
  text-transform: uppercase;
}

#gallery h1 {
  color: var(--primary-color);
}

.lg-outer .lg-img-wrap {
  position: fixed;
}

.close {
  float: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  /* text-shadow: 0 1px 0 #fff; */
  opacity: 0.2;
  background: black;
  width: auto;
  width: auto !important;
  padding: 10px 20px;
  background-color: black !important;
  opacity: 1;
}

close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: unset;
}

#values,
#about {
  padding-top: 0;
}

.contact-heading {
  color: var(--primary-color);
}

.contact h4 {
  color: var(--primary-color) !important;
}

.hours-dark .hours-numbers {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

.info span,
.info span a {
  font-weight: 400;
  color: black;
}

#values > div > div.row.content-row > div.col-lg-3.wow.fadeInUp.info > p:nth-child(3) > a {
  font-weight: 400;
  color: black;
}

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

@media (min-width: 1088px) {
  .nav-list {
    position: static;
    background: transparent;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  .nav-list li {
    margin: 0 15px;
  }

  #page-top {
    background-attachment: fixed;
  }
}

.menu-category-desc {
  color: #000;
}

.menu-item-description p,
.menu-category-desc {
  text-transform: none;
}

.menu-category {
  color: #000;
}

.menu-category-selected {
  color: #fff;
}

.single-recurring-event .recurring-days-title {
  color: #000;
  text-transform: capitalize;
}

.order-online-section h2 {
  text-align: center;
  color: var(--primary-color);
  font-size: 4rem;
}

/* Shout Styles */
.shout-container {
  display: inherit !important;
  z-index: 0;
}

.shout-container shoutimg,
.shout-container shoutimg.shout-image-block {
  border-radius: 0;
}

.shout-container shouttitle {
  font-size: 3rem;
}

.shout-container shoutdate {
  font-size: 1.5rem;
  font-weight: bold;
}

.shout-container shoutmessage {
  font-size: 1.5rem;
  font-weight: normal;
}

/* End Shout Styles */
/* Navbar override */
@media (max-width: 768px) {
  .hamburger {
    position: fixed;
    bottom: 0;
    left: 0;
    background: black;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .custom-navigation {
    justify-content: center;
    padding-bottom: 20px;
  }

  .intro-content h2 {
    margin-top: 35px;
  }

  .recurring-img {
    max-height: 180px;
  }

  .logo-container img {
    max-width: 97px;
  }
}

.menuSectionName {
  background: #fff;
  color: var(--primary-color);
  border: 2px double var(--secondary-color);
  font-weight: bold;
}

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

.recurring-days-title {
  color: var(--text-color);
}

.home-events-section .special-events-title {
  display: none;
}

.home-events-section .recurring-title {
  font-weight: bold;
  font-family: var(--heading-font);
  color: var(--primary-color);
  background: #fff;
  width: auto;
  display: inline-block;
  padding: 20px;
  border: 2px double var(--secondary-color);
}

.home-events-section .slick-initialized .recurring-event {
  border: 2px double var(--secondary-color);
}

.home-events-section .recurring-event-name {
  color: var(--primary-color);
}

.no-event-post-text {
  display: none;
}

.slick-dots {
  list-style: disc;
}

@media (min-width: 1023px) {
  .slick-initialized .recurring-event {
    max-height: 250px;
    min-height: 250px;
  }
}

.lg-inner {
  display: flex;
}

@media (max-width: 768px) {
  .shout-container shoutinner {
    align-items: flex-start;
    margin-right: auto;
    max-width: 222px;
    background-color: rgba(0, 0, 0, 0.24);
  }

  .shout-container shoutimg,
  .shout-container shoutimg.shout-image-block {
    margin: 0;
    width: 100px;
    height: auto;
  }

  .shout-container shouttitle {
    margin: 0;
  }
}

@media (min-width: 1023px) {
  .contact-page {
    /* background-position-y: -270px; */
  }

  .shout-container shouttitle {
    margin: 0;
  }

  .shout-container shoutinner {
    align-items: flex-start;
    margin-right: auto;
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.74);
    border-top: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
  }

  .shout-container shoutimg,
  .shout-container shoutimg.shout-image-block {
    margin: 0;
    width: 150px;
    height: auto;
  }

  .shout-container shoutimg.shout-img-hovered {
    width: 230px;
    height: auto;
    transition: all 1s;
  }
}

.col-delivery {
  display: flex;
  flex-direction: column;
}

#delivery h2 {
  border-bottom: 2px solid var(--primary-color);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .shout-container shoutimg,
  .shout-container shoutimg.shout-image-background {
    max-height: none;
  }
}

.loc-text {
  color: white;
  font-weight: 600;
}
