/*========================================================*/
/* Sit in Menu */
/*========================================================*/
/*select-menu*/
.select-menu-container {
    text-align: center;
    font-size: 0;
    margin-bottom: 10px;
}
.select-menu-container li {
    display: inline-block;
    max-width: 190px;
    width: 100%;
    border-top: 2px solid #0f3301;
    border-bottom: 2px solid #0f3301;
    font-size: 2rem;
    font-weight: 300;
    background-color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.select-menu-container li:nth-child(2n + 2) {
    border-left: 2px solid #0f3301;
    border-right: 2px solid #0f3301;
}
.select-menu-container li:first-child {
    border-left: 2px solid #0f3301;
}
.select-menu-container li:last-child {
    border-right: 2px solid #0f3301;
}
.select-menu-container li a {
    color: #0f3301;
    padding: 10px 0;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.select-menu-container li.current-menu-item {
    background-color: #0f3301;
}
.select-menu-container li.current-menu-item a {
    color: #fff;
}
.select-menu-container li.current-menu-item,
.select-menu-container li:hover > a {
    background-color: #0f3301;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}
/* Hide scrollbar for Chrome, Safari and Opera */
ul.sit-in-menu-list.mobile-menu-list::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
ul.sit-in-menu-list.mobile-menu-list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/*sit in menu wrapper columns*/
.sit-in-menu-wrapper {
    position: relative;
    width: 10%;
    padding-right: 50px;
    padding-top: 60px;
    z-index: 1;
}
.sit-in-menu-item-wrapper {
    width: 60%;
    padding: 0 50px;
}
.sit-in-menu-carousel-wrapper {
    width: 30%;
    min-width: 0;
    margin-top: 60px;
}
.sit-in-menu-holder-wrapper.flex-row {
    flex-basis: calc(100% - 130px);
    justify-content: space-between;
}

/*sit in menu list*/
.sit-in-menu-list {
    margin-bottom: 120px;
    min-width: 100px;
}
.sit-in-menu-list li {
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.sit-in-menu-list li a {
    color: #1d1d1b;
}
.sit-in-menu-list li.active a,
.sit-in-menu-list li:hover a {
    color: #0f3301;
}
.sit-in-menu-list li.active:before {
    content: '';
    width: 40px;
    height: 80px;
    display: block;
    background-image: url('/wp-content/themes/itrestaurant/css/icons/pattern.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -50px;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*sit in menu cta*/
.sit-in-menu-cta {
    position: relative;
    left: -50px;
}
.sit-in-menu-cta a:first-child {
    margin-bottom: 15px;
}
.sit-in-menu-cta .reserve-it-btn {
    display: inline-block;
    width: 50px;
    height: 160px;
}
.sit-in-menu-cta .join-it-btn {
    display: inline-block;
    width: 50px;
    height: 130px;
}
.sit-in-menu-cta .sit-in-menu-cta-svg svg * {
    transition: fill .4s ease;
}
.sit-in-menu-cta .sit-in-menu-cta-svg:hover svg * {
    transition: fill .4s ease;
}
.sit-in-menu-cta .sit-in-menu-cta-svg svg .st0{fill:#0f3301;}
.sit-in-menu-cta .sit-in-menu-cta-svg svg .st1{fill:#FFFFFF;}
.sit-in-menu-cta .sit-in-menu-cta-svg svg .st2{fill:#0f3301;}

.sit-in-menu-cta .sit-in-menu-cta-svg:hover svg .st0{fill:transparent;}
.sit-in-menu-cta .sit-in-menu-cta-svg:hover svg .st1{fill:#0f3301;}

/*sit in menu item*/
.menu-item-category {
    margin-bottom: 50px;
}
.menu-item-category h2.title {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    margin-top: 0;
    color: #0f3301;
    margin-left: 130px;
    padding-top: 50px;
}
.sit-in-menu-item-row {
    justify-content: space-between;
    margin-bottom: 30px;
}
.sit-in-menu-item {
    padding-right: 25px;
}
.sit-in-menu-item .title {
    font-size: 2rem;
    line-height: 1.2;
}
.sit-in-menu-item .title.inline-title {
    display: inline-block;
    padding-right: 10px;
}
.sit-in-menu-item .description {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
.menu-item-price {
    padding-left: 25px;
}
.menu-item-price .price {
    font-size: 2.2rem;
    font-family: 'FuturaEn', 'Futura';
}

/*side by side menu list*/
.side-by-side .sit-in-menu-item-row {
    margin-bottom: 0;
}
.side-by-side .sit-in-menu-item .title {
    margin-right: 3px;
}
.side-by-side .sit-in-menu-item .description + .description:before,
.side-by-side .menu-item-price .price + .price:before {
    content: '|';
    margin: 0 3px;
}
.sit-in-menu-item.info-notes {
    margin-left: 130px;
    margin-top: 15px;
}

/*sit in menu carousel*/
.sit-in-menu-carousel-wrapper {
    position: relative;
}
.sit-in-menu-carousel {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sit-in-menu-carousel.enabled {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.placebo-carousel {
    align-self: center;
    padding-bottom: 60px;
}
.sit-in-menu-carousel .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
}
.sit-in-menu-carousel .slick-dots li {
    line-height: 0;
}
.sit-in-menu-carousel .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #0f3301;
    border: 2px solid #0f3301;
    cursor: pointer;
}
.sit-in-menu-carousel .slick-dots li.slick-active button {
    background-color: transparent;
}
p.menu_category_note {
    font-size: 2.2rem;
    font-weight: 300;
}
.pswp__bg {
    background-color: rgba(255, 255, 255, 0.95);;
}

/*order it animated svg*/
.delivery-link {
    align-self: flex-end;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease, visibiliy 0s ease .3s;
    -moz-transition: opacity .3s ease, visibiliy 0s ease .3s;
    -o-transition: opacity .3s ease, visibiliy 0s ease .3s;
    transition: opacity .3s ease, visibiliy 0s ease .3s;
}
.delivery-link.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.delivery-link.light svg {
    fill: #fff;
}
/*food notes*/
.food-notes-container {
    margin-top: 100px;
}
.food-notes-container h3 {
    font-size: 3.6rem;
    color: #0f3301;
    text-align: center;
    position: relative;
    margin-bottom: 115px;
}
.food-notes-container h3 span {
    padding: 0 75px;
    background-color: #fff;
}
.food-notes-container h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #0f3301;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -2;
}
.food-notes-info-container {
    max-width: 1800px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto 150px;
}
.food-notes-info-row {
    margin: 0 -25px;
}
.food-notes-info-container .food-notes-col {
    flex-basis: calc(33.3333333% - 2.604vw);
    margin: 0 1.302vw;
    padding: 0 2.083vw;
}
.food-notes-col.col-left {
    padding-left: 0;
}
.food-notes-info-container p {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 450px;
    width: 100%;
}
.food-notes-info-container .food-notes-col {
    padding-right: 0;
}
.food-notes-info-container .food-service-controller p {
    margin-bottom: 10px;
}

/*food notes icons*/
.food-note-list {
    flex-wrap: wrap;
    max-width: 96px;
    flex-basis: 100%;
    justify-content: flex-end;
}
.food-note-list li {
    width: 43px;
    height: 43px;
    margin-bottom: 10px;
}
.food-note-list li:nth-child(even) {
    margin-left: 10px;
}
.food-note-list .food-note-icon {
    display: block;
    width: 43px;
    height: 43px;
}
.food-notes-icons-list {
    flex-wrap: wrap;
}
.food-note-symbol {
    align-items: center;
    flex-basis: 33.33333333%;
    margin-bottom: 70px;
}
.food-note-icon {
    display: block;
    width: 65px;
    height: 65px;
}
.food-note-symbol .text {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

/*========================================================*/
/* RESERVATION FORM */
/*========================================================*/
.reservation-form {
    width: 100%;
    height: 400px;
    border: none;
    margin-bottom: -5px;
}
/*========================================================*/
/* ANIMATIONS */
/*========================================================*/
.delivery-button {
    position: relative;
    display: block;
    width: 107px;
    height: 100px;
}
.delivery-button .delivery-icon,
.delivery-button .delivery-icon svg {
    display: inline-block;
    width: 107px;
    height: 100px;
    position: absolute;
}

.fade-up {
     opacity: 0;
     visibility: hidden;
     position: relative;
     top: 50px;
     -webkit-transition: all .6s ease;
     -moz-transition: all .6s ease;
     -o-transition: all .6s ease;
     transition: all .6s ease;
 }
.fade-up.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.fade {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.fade.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

/*404*/
.container-404 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px 130px;
}
.error-404 {
    text-align: center;
}
.error-404 h1 {
    font-size: 20rem;
    margin: 0 auto;
    color: #0f3301;
}
.error-404 p {
    font-size: 3.6rem;
}