@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
  /*HEADER*/
  .navbar-toggler {
    border: 1px solid white;
    border-radius: 0;
    padding: 4px;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler .navbar-toggler-icon img {
    height: 20px;
  }
  #navbarNav {
    transform: translateX(100%);
    transition: transform 0.35s ease-in-out;
    background: black;
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100vh;
    z-index: 9999;
    padding: 20px;
  }

  #navbarNav .btn-close {
    background-color: white;
    padding: 5px;
    opacity: 1;
    border-radius: 0;
  }
  #navbarNav.show {
    transform: translateX(0);
  }
  header #menu-main-menu li:not(:last-child) {
    padding-bottom: 10px;
  }
  header #menu-main-menu li:first-child {
    padding-right: 0;
  }
  header #menu-main-menu li a {
    display: block;
    width: fit-content;
  }
  .navbar-nav .menu-item-has-children > .sub-menu {
    position: unset;
  }

  .navbar-nav .menu-item-has-children ul.sub-menu li a {
    font-size: var(--size-16) !important;
    padding-left: 0 !important;
  }
  /*HEADER*/

  /*ABOUT PAGE*/
  .about-section {
    padding-top: 40px;
  }
  .about-grid,
  .history-slider-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .history-slider-wrapper .swiper-slide img {
    height: 100%;
  }
  /*ABOUT PAGE*/
}
@media screen and (max-width: 768px) {
  /*HEADER*/
  .custom-logo-link {
    padding-left: 10px;
  }
  .custom-logo-link img {
    max-height: 50px;
    max-width: 70px;
  }
  img.santa-hat {
    left: -11px;
    top: -10px;
  }
  /*HEADER*/

  /*GALLERY PAGE*/
  .gallery-item::after {
    opacity: 1;
  }
  .gallery-item a .image-caption-text {
    opacity: 1;
    transform: translateY(0);
  }
  .gallery-item a .gallery-image-thumb,
  .gallery-item a:hover .gallery-image-thumb {
    transform: none;
  }
  .image-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /*GALLERY PAGE*/

  /*MENU PAGE*/
  .main-menu-section .grid-cols {
    column-gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
  .main-menu-section .dish-spyrous-burger {
    max-width: 100%;
  }
  .main-menu-section .dish-crunchy-chicken,
  .main-menu-section .dish-vegeterian {
    margin-top: 0;
  }
  .menu-category-swiper-outer {
    top: 66px;
  }

  .menu-category-swiper-outer {
    padding: 10px;
  }

  .menu-category-swiper-outer .swiper-slide h3 {
    font-size: var(--size-16);
  }

  .menu-category-swiper .swiper-pagination {
    display: none;
  }

  .menu-category-swiper .swiper-wrapper {
    padding-bottom: 0;
  }
  /*MENU PAGE*/
}
@media screen and (max-width: 600px) {
  /*CONTACT PAGE*/
  .contact-page-content {
    padding: 20px 0;
    margin-top: 30px;
  }

  .page-template-page-contact .form-row {
    flex-direction: column;
    gap: 0;
  }

  .page-template-page-contact .form-row .column label,
  .page-template-page-contact .form-row .column {
    margin-bottom: 5px;
  }
  /*CONTACT PAGE*/
}
@media screen and (max-width: 480px) {
  /*GENERAL*/
  .top-banner .top-banner-image figure {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .top-banner .top-banner-text h1 {
    font-size: var(--size-28);
  }
  .top-banner .top-banner-image img {
    height: 100% !important;
  }
  .hero-image {
    height: 286px;
    object-position: left;
  }
  /*GENERAL*/

  /*HEADER*/
  #navbarNav {
    width: 100%;
  }
  /*HEADER*/

  /*FOOTER*/
  .footer-bottom .container {
    flex-direction: column;
  }
  footer h3 {
    font-size: 20px;
  }
  /*FOOTER*/

  /*HOMEPAGE*/
  .menu-carousel-item .menu-title {
    font-size: var(--size-16);
  }
  /*HOMEPAGE*/

  /*GALLERY PAGE*/
  .image-gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  /*GALLERY PAGE*/

  /*CONTACT PAGE*/
  .about-content h2,
  .opening-hours-section .section-title,
  .menu-more-wrapper a,
  .contact-page-content h2 {
    font-size: var(--size-22);
  }
  .contact-page-content form {
    padding: 20px;
  }
  /*CONTACT PAGE*/
}
