/*
Theme Name: suttonoakcatering
Author: JE Consulting
Author URI: https://www.je-consulting.co.uk/
Version: 1.0.0
*/

/* Header Styles */
header {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
}

nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 35px;
  padding: 16px 32px;
}

#menu-main-menu > li:nth-child(4) {
  background-color: white;
  border-radius: 25px;
  margin-left: 15px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

#menu-main-menu > li:nth-child(4) a {
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#menu-main-menu > li:nth-child(4) > a::after {
  content: "";
  width: 16px; /* adjust */
  height: 16px;
  background-image: url("/wp-content/uploads/2026/01/Frame-6.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

#menu-main-menu > li:nth-child(4):hover {
  background-color: black;
}

.header-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

header h1 {
  z-index: 5;
  position: relative;
}

header nav {
  z-index: 10;
  position: relative;
}

.hero-title {
  display: inline-block;
  transform: translateY(100%);
  letter-spacing: 0.2rem;
}

.page.page-id-16 .hero-title,
.page.page-id-18 .hero-title {
  transform: translateY(40%);
}

.page.page-id-16 header {
  background-position: center !important;
}

header .white.xxl {
  text-align: center;
}

.closeMenu {
  display: none;
}

.menu-main-menu-container.mobile {
  position: fixed;
  z-index: 999;
  background-color: var(--gold);
  right: 0;
  top: 0;
  padding-right: 10px;
  height: 100vh;
  height: 100dvh;
  width: 460px;
  padding-top: 100px;
  padding-bottom: 80px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.closeMenu {
  display: block;
  z-index: 9999;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 2rem;
  cursor: pointer;
}

.hamburger {
  font-size: 2rem;
  cursor: pointer;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}

.menu-item-has-children a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.hamburger,
.overlay,
.closeMenu,
.menu-main-menu-container {
  display: none;
}

/* Food Homepage */
.featured-food-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}

.featured-food-item .featured-food-content {
  box-shadow: 0px 0px 10px grey;
}

.featured-food-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  align-items: start;
}

.featured-food-image {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}

.featured-food-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 25px;
}

.featured-food-content {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    var(--gradient-end),
    var(--gradient-start)
  );
  border-radius: 25px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-food-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.featured-food-heading h3 {
  margin-bottom: 0px;
}

.read-more {
  color: var(--white);
  background-color: var(--black);
  padding: 12px 22px;
  border-radius: 25px;
}

.read-more i {
  color: var(--gold);
  font-weight: 400;
  margin-left: 5px;
}

.food-description p {
  color: var(--white);
}

.featured-food-end {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
}

.food-background-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-food-items {
  position: relative;
  z-index: 2;
}

.featured-food-end {
  position: relative;
  z-index: 1;
}

.featured-list {
  background-image: linear-gradient(
    to left,
    var(--gradient-start),
    var(--gradient-end)
  );
  padding: 40px;
  border-radius: 25px;
  margin: 60px 0;
}

.single-food .featured-list > p {
  color: var(--white) !important;
  font-weight: 500;
  font-family: "Arapey";
  font-size: 28px;
  line-height: 2rem;
  padding-bottom: 20px;
}

.single-food .featured-list ul,
.single-food .featured-list li {
  color: var(--white);
}

.featured-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding-left: 0;
  gap: 20px 40px;
}

.hire-list ul {
  list-style: none;
  padding-left: 0;
  gap: 20px;
}

.featured-list ul li,
.hire-list ul li {
  position: relative;
  padding-left: 30px;
}

.featured-list ul li::before,
.hire-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2026/01/asterisk.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hire Page */

.hire-row {
  display: flex;
  align-items: stretch;
}

.hire-row > .vc_column_container {
  display: flex;
}

.hire-row .hire-image,
.hire-row .hire-image .vc_figure,
.hire-row .hire-image .vc_single_image-wrapper {
  height: 100%;
  flex: 1;
}

.hire-row .hire-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 25px;
}

.hire-row::before,
.hire-row::after {
  display: none !important;
}

.hire-row {
  display: flex;
  align-items: stretch;
}

.hire-row > .vc_column_container {
  display: flex;
}

.hire-row .vc_column-inner {
  display: flex;
  flex: 1;
}

.hire-row * {
  color: var(--white);
}

.hire-info > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* General Styles */

.flex-align {
  display: flex;
  align-items: center;
}

.contact-form-row > div {
  border: 3px solid var(--gold);
  padding: 40px;
  margin-bottom: 120px;
  border-radius: 25px;
}

/* Review Styles */

.review-header {
  background-image: linear-gradient(
    to right,
    var(--gradient-start),
    var(--gradient-end)
  );
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  color: white;
  border-radius: 25px 25px 0 0;
  padding: 22px 34px;
}

.review-title {
  margin-bottom: 0;
}

.review-slide {
  padding: 0 20px;
}

.review-rating {
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-rating img {
  height: 28px;
}

.review-content {
  box-shadow: 0px 0px 10px grey;
  margin-bottom: 30px !important;
  border-radius: 0 0 25px 25px;
}

.reviews-slider .slick-track {
  display: flex !important;
}

.reviews-slider .slick-slide {
  display: flex !important;
  height: auto !important;
}

.review-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.review-content {
  flex-grow: 1;
}

/* Food Page Styles */
.food-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.food-item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}

.food-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.food-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.food-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--white);
  font-style: italic;
  transition: color 0.3s ease;
}

.food-item:hover .food-title {
  color: var(--gold);
}

.food-item:hover img {
  transform: scale(1.05);
}

.single-food .food-description {
  position: relative;
}

.single-food .food-description p {
  color: var(--black);
}

.food-pricing {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  color: var(--gold);
  font-family: "Arapey";
  font-size: 1.5rem;
  font-style: italic;
  padding-top: 22px;
  text-decoration: underline;
}

.food-description blockquote {
  margin-bottom: 40px;
}

.food-description blockquote p {
  padding-right: 250px;
  line-height: 3rem;
}

/* Party Packages */

.party-package-container > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 5;
}

.party-package-container li,
.party-package-container ul {
  color: var(--white);
}

.equal-height-row {
  display: flex;
  align-items: stretch;
}

.equal-height-row > .wpb_column {
  display: flex;
}

.absolute-price {
  position: absolute;
  bottom: 10px;
  width: 80%;
}

.party-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: 100%;
  border-radius: 0 0 25px 25px;
}

.enquire-now {
  padding: 10px 20px;
  background-color: var(--gold);
  color: var(--white);
  border-radius: 25px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.enquire-now:hover {
  background-color: var(--black);
  color: var(--gold);
}

.party-cta-container {
  aspect-ratio: 16 / 9;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
}

.party-footer-img * {
  width: 100%;
}

/* Footer Styles  */
footer {
  padding-bottom: 80px;
}

.top-footer,
.featured-food {
  background-image: url(/wp-content/uploads/2026/01/footer-gradient.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding-bottom: 50px;
}

.featured-food {
  gap: 20px;
}

.featured-food {
  height: 350px;
}

.footer-curve,
.food-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  fill: var(--black);
  display: block;
}

.food-curve {
  fill: var(--white);
}

.main-footer {
  padding-top: 80px;
}

.footer-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}

.footer-info .footer-right {
  text-align: right;
}

.footer-info .footer-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer hr {
  margin: 40px 0;
}

.vc_custom_1769685580747 {
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1300px) {
  header {
    aspect-ratio: 5 / 2 !important;
  }
}

@media only screen and (max-width: 1248px) {
  .hero-title {
    transform: translateY(50%);
  }
}

@media only screen and (max-width: 1032px) {
  nav ul.menu {
    flex-direction: column;
  }

  nav ul.sub-menu {
    position: relative;
  }

  .menu a:hover i {
    color: var(--black) !important;
  }

  nav ul.menu li {
    padding: 5px 0px 5px 15px;
  }
}

@media only screen and (max-width: 968px) {
  .hero-title {
    transform: translateY(25%);
  }

  img[title="feedback-img"] {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  #ContentWrap {
    padding: 60px 0;
  }

  .xxxl {
    font-size: 60px;
  }

  .featured-food .xl {
    font-size: 40px;
  }

  .xl {
    font-size: 24px;
  }

  nav img {
    max-width: 200px !important;
  }

  .hero-title {
    transform: translateY(15%) !important;
    padding: 0 10px;
  }

  header {
    padding-bottom: 70px;
  }

  .wpb_column .vc_custom_1769791433026 {
    padding-right: 15px !important;
  }

  .featured-food {
    height: 450px;
    padding: 0 15px;
  }

  .featured-food img {
    display: none;
  }

  .featured-food-item {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .featured-food-heading {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .featured-food-end {
    grid-template-columns: 1fr;
  }

  .featured-food-end > img {
    display: none;
  }

  .flex-align {
    flex-direction: column;
  }

  .override-right-align {
    text-align: left !important;
  }

  .flex-align .vc_custom_1769685580747 {
    border-radius: 50px !important;
  }

  .hide-mob {
    display: none;
  }

  .top-footer {
    height: 450px;
  }

  .footer-info {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-info .footer-middle {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .xxs {
    font-size: 14px;
  }

  .menu-main-menu-container.mobile {
    width: 100vw;
  }

  .food-grid {
    grid-template-columns: 1fr;
  }

  .food-description blockquote p {
    padding-right: 0px;
  }

  .food-pricing {
    display: none;
  }

  .featured-list ul {
    grid-template-columns: 1fr;
  }

  .top-footer {
    padding: 0 15px;
  }

  .equal-height-row {
    flex-direction: column;
    width: 100%;
  }

  .absolute-price {
    position: relative;
  }

  .vc_custom_1769768247978 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .party-package-container .vc_custom_1769774145857 {
    padding-bottom: 0 !important;
  }

  .party-cta-container {
    background-size: cover;
  }

  .party-cta-container h4 {
    line-height: normal !important;
  }

  .party-image-container {
    display: none;
  }

  .party-package-container > div {
    border-radius: 50px;
  }

  .hire-row {
    flex-direction: column;
  }

  .hire-row-alt {
    flex-direction: column-reverse;
  }

  .hire-img > div {
    padding: 0 !important;
  }

  .contact-form-row > div {
    padding: 20px;
  }

  .contact-form-row .xl {
    font-size: 46px;
  }

  .home .black-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
