/* Declare Variables */
:root {

   
    --c-primary: #fff9e6;
    --c-secondary: #49596e; 
    --f-bodyfont: 'Open Sans';  
    --f-titlefont: 'Catamaran';
    --accent: #ffc200;
    --overlay: rgb(0 0 0 / 50%);
    --text: #eaeaea;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Playfair+Display:wght@400;700&display=swap');


@font-face {
    font-family: 'ITC Caslon 224 Std Book';
    src: url('/wp-content/themes/vivid/assets/fonts/ITC-Caslon-224-Std-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eyesome Script';
    src: url('/wp-content/themes/vivid/assets/fonts/Eyesome-Script.otf') format('opentype');
}

* {
    position: relative;
     font-family: 'Open Sans', sans-serif;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff9e6;
    -webkit-box-shadow: 2px 4px 4px hsla(0, 0%, 7%, .3);
    box-shadow: 2px 4px 4px hsla(0, 0%, 7%, .3);
    -webkit-transition: padding .3s ease-in-out;
}

#header {
    background-color: transparent;
}

#main {
    padding: 0;
    margin: 0;

}

body {
    font-family: 'Open Sans', sans-serif;
  font-weight: 400;
    font-size: 17px;
    line-height: 1.65;
    background-color: #fff9e6;
}

/*#footer {
background-color: #49596e;
padding: 5vw 10vw 2vw;
margin-top: 70px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

#footer p {
color: #fff9e6;
}*/
a, a:visited {
    color: #49596e;
}

#footer a, a:visited {
    color: #fff9e6;
}


.footer-navbar .footer-menu li a {
color: #49596e !important;
}



a:hover {
    color: #859bba !important;
}

.horizontal-navigation a:hover {
    color: #fff9e6 !important;
}

a:hover {
    text-decoration: none;
}

.entry-content a:not(.button):not(.btn) {
    color: var(--c-primary);
}

.entry-content a:not(.button):not(.btn):hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
  font-weight: 700;
    color: #49596e;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--c-primary);
}

.btn {
    font-weight: 700;
    font-size: 15px;
    border: 0px;
}

.btn, .btn-primary {
    background-color: var(--c-primary);
    color: #fff;
}

.btn, .btn-secondary {
    background-color: var(--c-secondary);
}

.c-primary {
    color: var(--c-primary);
}

.c-inherit {
    color: inherit !important;
}

.container {
    width: 100%;
    max-width: 100%;
}

.container.container-sm {
    max-width: 100%;
    width: 100%;
}

.row.archive-row article {
    display: flex;
    align-items: center;
}

.row.archive-row article .post-img {
    max-width: 33%;
    flex-shrink: 1;
    margin-right: 1.5rem;
}

.video-content {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    
    background-color: black;
}

.video-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.parallax {
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sushi-adachi {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

.sushi-adachi-p {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

#menu-menu li a {
    color: white;
    font-size: 20px;
}

#menu-menu {
    margin-left: auto;
    margin-right: 0px !important;
}

.overlay-video {
    position: absolute;
    bottom: 100px;
    left: 0;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    padding: 35px 20vw;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 5;
}

.overlay-item {
    color: #fff9e6 !important;
    flex: 1;
    min-width: 100px;
    text-align: center;
    padding: 2px 0;
    font-size: 15px;
    padding: 10px;
    color: #fff9e6;
    background-color: #49596e;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.overlay-item:hover {
    color: #fff9e6 !important;
    background-color: #6d7c8fe0;
}

.order-online {

    /*background-color: #fff9e6;*/
    border-radius: 8px;
    margin: 10px;
    color: #1c1c1c !important;
}

.order-online  a {
    color: #49596e !important;
}

.order-online  a:hover {
    color: #fff9e6 !important;
    background-color: #49596e;
    border-radius: 8px;
}

.order-online:hover {
    color: #49596e;
}

.dropdown-menu li a {
    color: #49596e !important;
}

.tiny-slider-container {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.tiny-slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.my-slider img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}

.overley-title {
    position: absolute;
    font-size: 3em;
    z-index: 5;
   
    color: white;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 25px 10vw;
}

.flex-item {
    flex: 1;
}

.image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

#RESERVE, #CATERING, #PICKUP {
    scroll-margin-top: 100px;
    color: white;
}

.flex-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.flex-content h3 {
    font-size: 2.5rem;
    margin: 0;
}

.flex-content p {
    font-size: 1rem;
    color: #49596e;
    margin: 0;
}

.flex-content button {
    padding: 10px 20px;
    font-size: 1.5rem;
    color: #fff9e6;
    background-color: #49596e;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    max-width: 170px;
    margin-bottom: 20px;
}

.flex-content button:hover {
    background-color: #49596ec2;
}

.hamburger-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 27px;
    cursor: pointer;
}

.hamburger-button span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #49596e;
    border-radius: 2px;
}

/*.footer-container {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 50px;
border-bottom: 2px solid #ffc200;
padding-bottom: 50px;
}

.footer-inner {
flex: 1;
}*/
.copyright-content {
    text-align: center;
    margin-top: 50px;
}

.justify-content-end {
    justify-content: flex-start !important;
    flex-direction: column !important;
}

.adachi {
    color: #fff9e6 !important;
    font-size: 4em;
    margin: 20px 0;
}

.sushi-adachi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.sushi-adachi-banner {
    width: 100%;
    top: 80%;
}

.sushi-adachi-p {
    font-size: 3em;
    color: #fff9e6;
    opacity: 1;
    transition: opacity 1s ease-out;
}

.navbar-brand img {
    height: 80px;
}



.flex-home {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50vh;
    gap: 15px;
    padding-bottom: 15px;
}

.flex-home-half {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50vh;
    gap: 15px;
    padding-bottom: 15px;
}

.flex-home-hight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
    gap: 15px;
    padding-bottom: 15px;
}

.flex-child-child {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
    position: relative;
}

.flex-home-hight .flex-child-child {
    width: 100%;
    aspect-ratio: 1;
    box-sizing: border-box;
}

.flex-child-child:hover {
    opacity: 0.8;
}

.flex-child-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff9e6;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    max-width: 500px;
    word-wrap: break-word;
}

.flex-child-content h2 {
    margin: 0;
    font-size: 2.5rem;
    color: #fff9e6;
}

.flex-child-content p {
    margin: 5px 0 0;
    font-size: 1rem;
    color: #fff9e6;
}

.footer-inner-logo img {
    width: 150px;
}

.food-cat {
    max-width: 80vw;
    margin: 0 auto 1rem;
}

.cat-image {
    margin: 0 auto;   /* background-size: cover;
    background-position: center center;*/
    height: 400px;  /*background-attachment: fixed;*/
    background-size: cover;
    background-position: center;
    position: relative;  /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.food-cat .food-cat-inner {
    padding: 1.5rem 0;
}

.food-cat .food-cat-inner .sub-cat-header {
    border-bottom: 1px solid #49596e;
    text-align: left;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 25px;
    
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: flex-start;
    align-items: flex-end;
    grid-column-gap: 1em;
    margin-top: 25px;
}

.food-cat .food-cat-inner .sub-cat-header:first-child {
    margin-top: 0;
}

.header-desc {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1rem;
    
}

.header-desc::before {
    content: close-quote;
    height: 100%;
    width: 1px;
    background-color: #49596e;
    position: absolute;
    right: 100%;
    bottom: 0;
}

.food-section-cont {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-row-gap: 10px;
    list-style-type: none;
    padding: 0;
}

.food-item {
    padding: 0 40px;
}

.food-item .food-header {
    display: flex;
    align-items: center;
    
    text-transform: uppercase;
}

.food-item .food-header > * {
    margin: 0 3px;
}

.food-item .food-header > h6 > span {
    font-size: .5rem;
   
}

.food-item .food-header .price-head {
    color: #1d4d2f;
    font-size: 13px;
}

.food-header svg {
    color: #1d4d2f;
}

.vege {
    max-height: 20px;
}

.food-item .food-desc {
    
    line-height: 25px;
}

.cat-title {
    background: #49596e;
    padding: 7px 0;
    color: #fff9e6;
    margin: 0 auto;
    text-align: center;
   
}

.view-all-categories {
    background-color: #fff9e6;
    color: #49596e;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 10px;
    
}

.view-all-categories:hover {
    background-color: #75808b;
}

.categories-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ba;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.overlay-content {
    background: #fff9e6;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    text-align: center;
    position: relative;
}

.overlay-header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
    color: #fff9e6;
    background: #49596e;
    border-radius: 10px;
}

.overlay-header h2 {
    margin: 0;
    color: #fff9e6;
}

.close-overlay {
    background: none;
    border: none;
    font-size: 50px;
    cursor: pointer;
    padding: 0;
    color: #fff9e6;
}

.categories-list {
    list-style: none;
    padding: 0;
    column-count: 2;
    text-align: left;
}

.category-item {
    margin-bottom: 10px;
}

.horizontal-navigation {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid;
    z-index: 10;
    position: sticky;
    top: 105px;
    border-top: 2px solid white;
    background-color: #49596e;
    margin: 20px 0;
}

.nav-container {
    flex: 1;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.nav-list {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.horizontal-navigation .nav-item a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
    font-size: 1rem;
    color: #49596e !important;
    background-color: #fff9e6;
    cursor: pointer;
    padding: 10px 20px;
}

.horizontal-navigation .nav-item a:hover {
    background-color: #75808b;
    color: #fff9e6 !important;
}

.nav-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff9e6;
    color: #49596e;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nav-arrow:hover {
    background-color: #75808b;
}

.nav-arrow i {
    font-size: 16px;
}

.nav-container::-webkit-scrollbar {
    display: none;
}

.categories-list .nav-item a {
    color: #49596e !important;
}

.categories-overlay.is-open{display:flex}


/*#footer .menu-item a[aria-current=page] {
color: #859bba !important;
}*/
.dropdown-menu[data-bs-popper] {
    left: -140px !important;
    margin-top: 0.5rem !important;
    top: 100%;
    background-color: #fff9e6;
    padding: 10px;
}

.wp-content {
    padding: 5vw 10vw;
}

.dropdown-menu {
    min-width: 12rem;
}

.dropdown-item {
    padding: 1rem 1rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: unset;
    color: #8e5619 !important;
}

.hero-parallax {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 480px;
    overflow: hidden;
    display: flex;
    background: var(--overlay);
}

.parallax-bg {
    position: fixed;
    inset: 0;
    height: 100vh;
    background-image: url('/wp-content/uploads/2026/01/compressed-Adachi-Dec-2025-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    z-index: -1;
}

.hero-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 4vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-copy {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 2rem;
    border-radius: 16px;
    max-width: min(720px, 80vw);
    backdrop-filter: saturate(120%) blur(2px);
}

.hero-copy h3 {
    margin: 0 0 .5rem 0;
    font-size: clamp(28px, 4vw, 48px);
    letter-spacing: .06em;
}

.hero-copy p {
    margin: 0 0 1rem 0;
    line-height: 1.6;
    font-size: clamp(14px, 1.4vw, 18px);
}

.site-footer {
    color: var(--text);
    background: #0b0b0b;
}

.footer-hero {
    position: relative;
    width: 100%;
    background-image: url('/wp-content/uploads/2026/01/Adachi-footer-scaled.webp');
    background-size: cover;
    background-position: center;
        background-color: black;
}

.footer-hero__overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay);
}

.footer-hero__wrap {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6vh 0vw 4vh;
}

.footer-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 3vh;
}

.footer-logo img {
    width: min(100px, 48vw);
    height: auto;
    display: block;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .6));
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3vw;
    align-items: start;
    text-align: center;
}

.footer-col__title {
   
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 .6rem;
}

.footer-col__rule {
    width: 80%;
    height: 2px;
    background: linear-gradient(to right, transparent 0%, var(--accent) 20%, var(--accent) 80%, transparent 100%);
    margin: .6rem auto 1.2rem;
    opacity: .9;
}

.footer-col p {
    margin: 0;
    margin-top: 0 !important;
    opacity: .96;
}

.footer-link {
    color: var(--accent);
    text-decoration: none;
}


.footer-social {
    display: flex;
    justify-content: center;
    gap: .75rem;
    margin-top: .8rem;
}

.footer-social a {
    
    border-radius: 999px;
    
    display: inline-block;
    transition: transform .15s ease, opacity .15s ease;
}

.footer-social a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.footer-navbar {
    background: #fff9e6;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.footer-menu__container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 1rem 0;
    margin: 0;
}

.footer-menu a {
    color: var(--text);
    text-decoration: none;
    letter-spacing: .14em;
    font-size: 16px;
}

.footer-menu a:hover {
    color: var(--accent);
}

.footer-copy {
    text-align: center;
    padding: 14px 12px;
    font-size: 13px;
    color: #bdbdbd;
    background: #080808;
}

.footer-col__title {
    color: #f9f3e1;
}

.sushi-adachi-p-inner {
    font-size: 5em;
    color: #fff9e6;
}

#footer .menu-item a[aria-current=page] {
    color: #859bba;
}

.nav-dropdown .dropdown-toggle:after {
    display: none;
}



.nav-dropdown {
    margin: 0 10px !important;
}

#fullscreen-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    display: none;
    z-index: 2147483647
}

#fullscreen-menu-overlay.open {
    display: flex
}

#fullscreen-menu-overlay .fm-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    gap: 40px;
    padding: 40px;
    overflow-y: auto
}

#fullscreen-menu-overlay .fm-logo {
    display: block;
    max-width: 240px;
    width: 40vw;
    height: auto;
    object-fit: contain;
    margin-bottom: 40px
}

#fullscreen-menu-overlay nav {
    width: 100%;
    max-width: 900px
}

#fullscreen-menu-overlay ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

#fullscreen-menu-overlay a {
    color: #fff;
    text-decoration: none;
    font-size: clamp(20px, 3.5vw, 42px);
    line-height: 1.2
}

#fullscreen-menu-overlay a:hover {
    opacity: .85
}

#fullscreen-menu-close {
    position: fixed;
    top: 0;
    right: 30px;
    font-size: 100px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    background: transparent;
    border: 0;
    z-index: 2147483647
}

body.fm-open {
    overflow: hidden
}



.hamburger-icon {
    width: 45px;
    height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .hamburger-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: #49596e;
    border-radius: 2px;
  }
  .nav-dropdown-center {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .nav-dropdown-center > a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
  }

.nav-dropdown:hover .hamburger-icon span {
    background: #fff9e6;
}

#menu-item-107>.nav-link .caret {
    display: none !important
}

.cat-image {
    display: none;
}

.sushi-adachi-banner-resy {
        top: 65%;
}

.omakase-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.omakase-overlay {
  background: #fff9e6;
  padding: 6rem 30vw;
  text-align: center;
  
  width: 100%;
}

.omakase-overlay h2 {
 
  margin-bottom: 15px;
}

.omakase-overlay h3 {
 
  margin-bottom: 15px;
}

.omakase-overlay p {
  margin-bottom: 30px;
  
  color: #49596e;
}

#parking-information {
  scroll-margin-top: 120px; 
}

.parking-arrival {
  background-color: #fff9e6;
  text-align: center;
  padding: 60px 20px;
}

.parking-arrival h2 {
 

  color: #5a3e1b;
  margin-bottom: 14px;
}

.parking-arrival .divider {
  width: 80px;
  height: 2px;
  background-color: #eeb605;
  margin: 0 auto 22px;
}

.parking-arrival p {
 
  
  color: #555;
 
  max-width:800px;
  margin: 0 auto 22px;
}

.parking-arrival a {
 
    font-size: clamp(1.2rem, 2vw, 1.25rem);
  color: #9c6b1e;
  text-decoration: none;
  font-weight: 500;
}




h2 {
    font-size: clamp(1.9rem, 4vw, 2.5rem) !important;
      line-height: 1.7 !important;
}

h3 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
      line-height: 1.7 !important;
}

p {
    font-size: clamp(1.2rem, 2vw, 1.25rem) !important;
      line-height: 1.7 !important;
}

.button-section {
    width: 100%;
    padding: 10px;
}

.buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
   
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    align-items: center;
    z-index: 10;
}

.buttons-container a , .buttons-container span{
        display: inline-block;
    text-align: center;
    width: 350px !important;
    text-decoration: none;
    transition: background-color 0.3s ease;
    height: auto !important;
    max-width: 350px;
     font-size: clamp(1.2rem, 2vw, 1.25rem) !important;
}

.buttons-container span {
    margin-right: 20vw;
}

 

  .footer-social a img {
    max-width: 35px;
  }






/** Breakpoints **/

/* Large devices (large desktops, 1200px and up) */
@media (max-width:1200px) {
}

/* Medium devices (desktops, 992px and up) */
@media (max-width:992px) {


    .buttons-container a, .buttons-container span {
        width: 90vw !important;
        
    }

    .buttons-container span {
    margin-right: 0;
}
 


    .footer-hero {
    position: relative;
    width: 100%;
    background-image: url(/wp-content/uploads/2026/02/footer-background-scaled.webp);
    background-size: cover;
    background-position: center;
    background-color: black;
}   

.video-content video {
    object-fit: contain;
}

     

    .buttons-container  {
        width: 100%; 
        
        flex-direction: column;
    }

   

    .order-online {
    margin: 15px;
}


    .parallax {
          background-attachment: scroll; 
    background-position: center center; 
 
    }
    .footer-hero__wrap {
        padding: 6vh 5vw 4vh
    }

    .food-cat {
        max-width: 100%;
    }

    .food-section-cont {
        grid-template-columns: auto;
    }

    .horizontal-navigation {
        flex-wrap: wrap;
        top: 107px;
    }

    .view-all-categories {
        flex-basis: 100%;
    }

    .categories-list {
        column-count: 1;
        text-align: center;
    }

    .flex-child-content h2 {
        font-size: 1.5rem;
    }

   
    .overlay-video {
        background: transparent;
        padding: 0;
    }

    .flex-home {
        flex-direction: column;
    }

    .flex-home-half {
        height: 25vh;
    }

    /*.flex-child-child {
      height: 50vh;
    }*/
}

/* Small devices (tablets, 768px and up) */
@media (max-width:768px) {  

     .omakase-section {
    background-attachment: scroll;
    min-height: 80vh;
  }

  .omakase-overlay {
   padding: 6rem 15px;
  }

  .omakase-overlay h2 {
    font-size: 1.5rem;
  }

  .omakase-overlay h3 {
    font-size: 1.2rem;
  }

    .sushi-adachi-banner-resy {
    top: 60%;
}

     .overlay-video {
        flex-direction: column;
        left: 20%;
    }


    .menu-item a{
        padding: 0 ;
    }

    .footer-menu li a {
        font-size: 18px;
    }

 

     #fullscreen-menu-overlay {
        display: none !important
    }
    .sushi-adachi-p-inner {
        font-size: 3em;
    }

    .hero-inner {
        padding: 0;
        align-items: stretch;
        justify-content: stretch;
    }

    .hero-copy {
        width: 100%;
        min-height: 100vh;
        border-radius: 0;
        padding: max(16px, 6vh) clamp(16px, 5vw, 28px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
    }

    
   

   
    .footer-container {
        flex-direction: column;
    }

    /* .footer-inner-logo {
         order: -1;
         margin: auto;
     }*/
   

    /* header {
         background-color: #49596e;
     }*/
    #menu-menu {
        text-align: center;
    }

    .overlay-video {
        width: 60%;
    }

    .navbar-light .navbar-toggler {
        border-color: #fff9e6;
        border: 2px solid #fff9e6;
    }

    .display-none {
        display: none;
    }

    .flex-container {
        flex-direction: column;
    }

    .image-first {
        order: -1;
    }

    .overley-title {
        font-size: 3em;
        text-align: center;
    }

}

/* X-Small devices  */
@media (max-width:576px) {  
   

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-col__rule {
        width: 70%
    }

    .footer-hero__wrap {
        padding: 7vh 7vw 4vh
    }

    .navbar-collapse {
        height: 100vh;
    }

  

    .dropdown-menu {
        background-color: transparent;
        text-align: center;
    }

    .sushi-adachi-p {
        font-size: 2.5rem;
    }

    .sushi-adachi-p-inner {
        font-size: 3em;
    }

    #navbar .navbar-nav > li.menu-item-has-children.order-online > a.nav-link {
        display: none;
    }

    #navbar .navbar-nav > li.menu-item-has-children.order-online > .dropdown-menu {
        display: block !important;
        position: static !important;
        float: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        border: 0;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    #navbar .dropdown-menu .dropdown-item {
        display: block;
        width: 100%;
        padding: 1rem 1rem;
    }

}


@media (max-width:400px) { 

    .sushi-adachi-banner-resy {
        top: 40%;
    }


 }
