/**
Template: generatepress
Theme Name: Kom Chow
Version: 1.0
Author: Troy Emmerson
*/

/* Global */

html, body {
  color: #1b1b1b;
}

#content.site-content {
  padding: 0;
}

#page.grid-container {
  max-width: 100%;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: transparent;
  padding: 0 20px;
}

.center {
  text-align: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

a.button {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Header */

header .inside-header {
  padding: 10px 20px;
}

header .main-navigation .main-nav ul li a {
  font-size: 18px;
  color: #1b1b1b !important;
  padding-left: 16px;
  padding-right: 16px;
  line-height: unset;
  text-transform: uppercase;
}

header .main-navigation .main-nav ul li[class*="current-menu-"] > a, header .main-navigation .main-nav ul li a:hover {
  color: rgb(143, 110, 110) !important;
}

/* Footer */

footer .icons {
  padding: 50px 20px 40px;
  background-color: #000;
}

footer .icons a {
  text-decoration: none;
  margin: 0 20px;
  color: #9b9191;
  opacity: 0.8;
  transition: 0.2s;
}

footer .icons a:hover {
  opacity: 1;
}

footer .copy {
  padding: 25px 20px;
}

footer .copy p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

/* Home */

.hero {
  align-items: center;
  justify-content: center;
}

.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  background-image: block;
  background-color: #000;
  opacity: 0.3;
}

.hero img {
  width: 100%;
  height: 680px;
  display: block;
  object-fit: cover;
}

.hero.short img {
  height: 350px;
}

.hero .content {
  z-index: 9;
}

.hero .content h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.hero .content p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 10px 0 15px;
}

.intro {
  color: rgb(164, 164, 164);
}

.intro .container {
  max-width: 850px;
  margin: 60px auto;
}

.intro h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}

.intro h3 {
  color: #fff;
  font-weight: 500;
}

.intro p a {
  color: #fff;
  text-decoration: none;
}

.intro a.button {
  display: flex;
  width: max-content;
  margin: 0 auto 40px;
  gap: 7px;
  align-items: center;
}

.intro .open-days {
  color: #fff;
}

.intro .open-days strong {
  color: rgb(164, 164, 164);
  font-weight: 500;
}

.map iframe {
  display: block;
}

/* Menu */

.menu-list * {
  color: #fff;
}

.menu-list h2 {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 500;
}

.menu-list .container > div {
  padding: 50px 0;
  border-bottom: solid 1px rgb(42, 42, 42);
}

.menu-list .items {
  justify-content: space-around;
}

.menu-list .item {
  width: 100%;
  max-width: 30%;
}

.menu-list .item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}

.menu-list .item h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Roboto";
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}

.menu-list .item h3 span {
  font-size: 20px;
  margin-left: 20px;
}

.menu-list .item p {
  color: rgb(164, 164, 164);
}

.menu-list .specials .item {
  max-width: 100%;
  text-align: center;
}

.menu-list .specials h2, .menu-list .deserts h2 {
  margin-bottom: 15px;
}

.menu-list .deserts p {
  color: rgb(164, 164, 164);
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {

  .gp-icon svg {
    height: 22px;
    width: 22px;
    top: 22px;
  }

  header .main-navigation .main-nav ul li a {
    font-size: 20px;
    padding: 5px;
    text-align: center;
  }

  .has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .hero .content h1 {
    font-size: 46px;
  }

  .hero .content p {
    font-size: 20px;
  }

  .hero img {
    height: 480px;
  }

  .intro h2 {
    font-size: 30px;
  }

  .map iframe {
    height: 300px;
  }

  .site-header .header-image {
    width: 70px;
  }

  footer .icons a svg {
    width: 30px;
    height: 30px;
  }

  .hero.short img {
    height: 300px;
  }

  .menu-list .item {
    max-width: 90%;
    margin-bottom: 30px;
  }

}
