.py-main {
    padding: 5rem 0rem !important;
}

.py-main.diff {
    padding: 14rem 0rem 6rem 0rem !important;
}

header a#logo {
    background-image: url(../img/misc-icons/black.png);
}

body.invert header a#logo {
    background-image: url(../img/misc-icons/white.png);
}

.w-100 {
    width: 100% !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.accordion_body.hidden {
    display: none !important;
}

.d-lg-none {
    display: none;
}

.d-lg-block {
    display: block;
}

.accordion_head {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.accordion_head img {
    height: 30px;
    transition: all .3 ease-in-out;
}

.accordion_head .arrow-toggle.up {
    transform: rotate(180deg);
    transition: all .3 ease-in-out;
}

.overflow-hidden {
    overflow: hidden;
}

.header-diff {
    height: 100vh;
    overflow: hidden;
}

.header-diff .graphics {
    width: 800px !important;
    height: 800px !important;
    right: -300px !important;
    bottom: auto !important;
    left: auto !important;
}

.header-diff .graphics {
    left: 150px !important;
    margin-right: -100px;
}

.header-diff .lemon {
    height: 800px !important;
    width: 800px !important;
    top: 100px !important;
}
.pt-0 {
    padding-top: 0rem !important;
}

h2 {
    font-size: 42px;
}

h2.diff {
    font-size: 28px;
    line-height: 1.8;
}

.py-sm-column-1 {
    padding: 5rem 0rem;
}

header ul#main-menu li a {
    font-size: .9rem;
}

.section-authentic-food h3 {
    padding-bottom: 1.2rem;
}

.section-authentic-food p {
    font-size: 1.2rem;
    line-height: 1.95;
}

.menu-links p {
    color: #1F1E1E;
    font-weight: 400 !important;
}

footer .splitter:before {
    background-color: rgba(255,255,255,0.3);
}

footer ul {
    margin-bottom: 25px;
}

footer h3{
    margin-bottom: 10px;
}

footer h6  {
    margin-bottom: 25px;
}

.arrow {
    margin: 10px;
    width: 100px;
}

.section-about-first p {
    font-size: 20px;
    color: #333;
    opacity: .8;
}

.section-about-first img{
    height: 130px;
    width: 130px;
}

.section-about-second h3 {
    font-size: 34px;
    padding-bottom: .95rem;
}

.section-about-second p {
    color: #ffff;
    opacity: .7;
    font-size: 18px;
    line-height: 1.85;
}

.section-about-third h5 {
    letter-spacing: 1.6px;
    font-size: 13px;
}

.section-history p{
    font-size: 16px;
    line-height: 1.85;
    opacity: .7;
}

.slider-timeline {
    bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;
    width: 380px;
    margin: 0 auto;
    z-index: 999;
}

.slider-timeline .timeline-list {
    position: relative;
}

.slider-timeline .timeline-year {
    color: #fff;
}

.slider-timeline .dots {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,0.7);
    margin-bottom: .75rem;
    position: relative;
}

.slider-timeline .slick-center .dots:before {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    border-radius: 100px;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.slider-timeline .slick-slide {
    width: 100px;
}

.slider-timeline .line-dots {
    position: absolute;
    width: 62px;
    top: 15px;
    height: 1px;
    background-color: rgba(255,255,255,0.7);
    right: 0;
}

.slider-timeline .slick-slide:last-child .line-dots {
    display: none;
}

.slider-timeline .slick-arrow {
    position: absolute;
    border: none;
    bottom: 50px;
    height: 50px;
    width: 125px;
    font-family: "Playfair Display",serif;
    z-index: 99;
    background-color: transparent !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    font-size: 1.1rem;
    cursor: pointer;
}

.slider-timeline .slick-arrow:before {
    width: 120px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "";
    bottom: -10px;
}

.slider-timeline  .slick-prev {
    left: -400px;
}

.slider-timeline  .slick-prev:before {
    left: -50px;
}

.slider-timeline  .slick-next {
    right: -400px;
}

.slider-timeline  .slick-next:before {
    right: -50px;
}

.slick-slide-preview .slick-arrow {
    position: absolute;
    border: none;
    bottom: 250px;
    height: 50px;
    width: 125px;
    font-family: "Playfair Display",serif;
    z-index: 99;
    background-color: transparent !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    font-size: 1.1rem;
    cursor: pointer;
}

.slick-slide-preview .slick-arrow:before {
    width: 120px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "";
    bottom: -10px;
}

.slick-slide-preview  .slick-prev {
    left: -150px;
}

.slick-slide-preview  .slick-prev:before {
    left: -50px;
}

.slick-slide-preview  .slick-next {
    right: -150px;
}

.slick-slide-preview  .slick-next:before {
    right: -50px;
}

.slick-menu-photo .slick-arrow {
    position: absolute;
    border: none;
    bottom: 250px;
    height: 50px;
    width: 125px;
    font-family: "Playfair Display",serif;
    z-index: 99;
    background-color: transparent !important;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    font-size: 1.1rem;
    cursor: pointer;
}

.slick-menu-photo .slick-arrow:before {
    width: 120px;
    height: 1px;
    background-color: #333;
    position: absolute;
    content: "";
    bottom: -10px;
}

.slick-menu-photo  .slick-prev {
    left: -150px;
}

.slick-menu-photo  .slick-prev:before {
    left: -50px;
}

.slick-menu-photo  .slick-next {
    right: -150px;
}

.slick-menu-photo  .slick-next:before {
    right: -50px;
}

.slick-slide-server-header .slick-arrow {
    position: absolute;
    border: none;
    bottom: 160px;
    height: 50px;
    width: 125px;
    font-family: "Playfair Display",serif;
    z-index: 99;
    background-color: transparent !important;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    font-size: 1.1rem;
    cursor: pointer;
}

.slick-slide-server-header .slick-arrow:before {
    width: 120px;
    height: 1px;
    background-color: #333;
    position: absolute;
    content: "";
    bottom: -10px;
}

.slick-slide-server-header  .slick-prev {
    left: 100px;
}

.slick-slide-server-header  .slick-prev:before {
    left: -60px;
}

.slick-slide-server-header  .slick-next {
    right: 100px;
}

.slick-slide-server-header  .slick-next:before {
    right: -60px;
}

.history-stories-slider .slick-arrow {
    position: absolute;
    border: none;
    bottom: 400px;
    height: 50px;
    width: 125px;
    font-family: "Playfair Display",serif;
    z-index: 99;
    background-color: transparent !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    font-size: 1.1rem;
    cursor: pointer;
}

.history-stories-slider .slick-arrow:before {
    width: 120px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "";
    bottom: -10px;
}

.history-stories-slider  .slick-prev {
    left: 50px;
    display: none !important;
}
/* 
.history-stories-slider  .slick-prev:before {
    left: -50px;
} */

.history-stories-slider  .slick-next {
    left: -210px;
}

.history-stories-slider  .slick-next:before {
    right: -50px;
}

.tabs-social {
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 6.6px;
    padding: .75rem 0rem;
    text-align: center;
    display: block;
    font-family: "Playfair Display",serif;
    background-color: #700D30;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.button {
    border: none;
    cursor: pointer;
}

.tabs-social.active {
    color: #333;
    background-color: transparent;
}

.tabs-social.active:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #333;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tabs-order {
    color: #333;
    opacity: .4;
    font-size: 1.2rem;
    font-family: "Playfair Display",serif;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    letter-spacing: 6.6px;
    cursor: pointer;
}

.tabs-order:hover {
    opacity: .8;
}

.tabs-order.active {
    color: #333;
    opacity: 1;
    background-color: transparent;
}

.tabs-order.active:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #700D30;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-border-bottom {
    border-bottom: 1px #000000 solid;
}

.container-sm {
    width: 83.3333333333%;
    margin: 0 auto;
}

ul.bullet-list li {
    margin-bottom: 10px;
}

.sm-photo-innner {
    padding: 20px;
    cursor: pointer;
    height: auto;
    display: flex;
    align-items: center;
}

.slick-menu-photo .slick-track {
    display: flex;
    align-items: center;
}

.sm-photo-pt {
    width: 410px !important;
}

.sm-photo-ls {
    width: 650px !important;
}

#myModalPhoto {
    padding-top: 90px;
}

.mySlidesPhoto {
    margin: 0 auto;
    text-align: center;
}

.mySlidesPhoto img {
    width: 80%;
}

.form-wrapper input, .form-wrapper textarea, .form-wrapper select {
    padding: 0rem !important;
}

.form-wrapper select {
    color: #fff !important;
}

.form-wrapper option {
    color: #333 !important;
}

.cart-order {
    background-color: #700D30;
    border-radius: 50px;
    display: flex;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-size: .85rem;
    margin-top: .5rem;
    font-weight: 800;
    align-items: center;
    padding: .75rem 1.5rem;
}

.cart-order-icon {
    margin-left: .85rem;
    margin-top: -.3rem;
    position: relative;
}
.cart-order-number {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #700D30;
    width: 15px;
    text-align: center;
    height: 15px;
    font-size: .5rem;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    display: flex;
}

.cart-order img {
    width: 30px;
}

.order-content {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #b9b9b9;
    display: flex;
    justify-content: space-between;
}

.order-menu {
    padding-right: 3rem;
    width: 100%;
}

.order-menu h5 {
    font-family: "Playfair Display",serif;
    font-size: 1.4rem;
    text-transform: unset;
    opacity: .8;
    padding-bottom: .65rem;
}

.order-menu p {
    font-size: .9rem;
    padding-bottom: 0rem;
    min-height: 60px;
}

.order-cart-img {
    width: 55px;
    height: 55px;
    border: 1px solid #DBDBDB;
    border-radius: 100px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.order-cart-img .cart-2 {
    opacity: 0;
}

.order-cart-img:hover {
    background-color: #700D30;
}

.order-cart-img:hover .cart-2 {
    opacity: 1;
}

.order-cart-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px;
    margin: auto;
    display: flex;;
}

.order-cart-img.active {
    background-color: #fff;
}

.cart-add.hidden {
    display: none;
}

.popup.hidden {
    display: none;
}

.popup h2 {
    padding-bottom: .75rem;
}

.popup h3 {
    font-size: 1.65rem;
    padding-bottom: .25rem;
    line-height: 1.5;
}

.popup .cart-item p {
    font-size: .85rem;
    padding-bottom: 0rem;
    line-height: 1.8;
    width: 70%;
}

.popup .cart-item {
    border: 0px !important;
    padding: 0rem 0rem 1.75rem 0rem !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc !important;
}

.popup .popup-content a.button {
    margin-top: 0px !important;
}

.popup .popup-content .remove img {
    height: 60px;
    border: 1px solid #DBDBDB;
    padding: .7rem;
    border-radius: 100px;
}

.popup-remove {
    position: absolute;
    top: 20px;
    z-index: 999;
    left: 20px;
    cursor: pointer;
}

.popup-remove img {
    height: 60px;
}

footer h1 {
    font-size: 28px;
    font-family: "Montserrat",serif;
    line-height: 1.7;
}

.slick-background {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.slick-background img {
    width: 100%;
}

.service-box h3 {
    padding-bottom: 0rem;
}

.cta-image:after {
    content: 'Plan Your Event';
}

.cta-image:hover:after {
    background-color: #700D30 !important;
    color: #fff !important;
}


.section-menu-wrapper {
    overflow: hidden;
}

.service-box-wrapper .img-food {
    height: 350px;
    object-fit: cover;
}

.service-box-wrapper .img-mark {
    width: 150px;
    position: absolute;
    right: -55px;
    top: -65px;
}

.slick-slide-preview img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

#main-menu a {
    padding: 2.25rem 0rem !important;
    position: relative;
    margin: 0rem 1.6rem !important;
}

#main-menu a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: #333;
    transition: all .3s ease-in-out;
}

body.invert header ul#main-menu li a:before {
    background-color: #fff!important;
}


#main-menu a:hover:before {
    width: 100%;
    transition: all .3s ease-in-out;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #100f0f;
    min-width: 320px;
    top: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 1.6rem;
    z-index: 1;
}

#map {
    height: 500px;
}

#main-menu .dropdown-content a {
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem !important;
    text-align: left !important;
    position: relative;
    padding: 0rem 0rem .85rem 0rem !important;
    margin: 0px !important;
    margin-bottom: 1rem !important;
}

#main-menu .dropdown-content a:before {
    background-color: #fff;
}

#main-menu .dropdown-content a .arrow {
    background-image: url(../img/misc-icons/right-arrow-angle.png);
    padding: 0px !important;
    width: 20px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#social-links .btn-menu {
    padding: .65rem 2rem !important;
    width: auto !important;
    height: auto !important;
    margin-right: 1rem !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1999;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0, .8);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 70%;
    max-width: 1200px;
}

/* The Close Button */
.close-modal {
    color: white;
    position: fixed;
    top: 30px;
    right: 40px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal img {
    height: 30px;
}

.close-modal:hover,
.close-modal:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides img {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.mySlides {
    display: none;
    text-align: center;
}

.prev-menu,
.next-menu {
    cursor: pointer;
    position: fixed;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    left: 170px;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.timeline-about {
    position: relative;
    margin-top: 3rem;
}

.timeline-about .timeline-about-dots {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    position: relative;
    background-color: #700D30;
}

.history-stories-slider .slick-current .timeline-about-dots:before {
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: "";
}

.timeline-about .timeline-about-line {
    width: 110%;
    background-color: rgba(255,255,255, .3);
    height: 1px;
    position: absolute;
    top: 20px;
}

.timeline-about .timeline-about-line:before {
    width: 0px;
    height: 1px;
    transition: all .4s ease-in-out;
    background-color: #fff;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
}

.history-stories-slider .slick-current .timeline-about .timeline-about-line:before {
    width: 100%;
    transition: all .75s ease-in-out;
}

.prev-menu {
    transform: rotate(180deg);
}

.next-menu {
    right: 170px;
    left: auto;
    border-radius: 3px 0 0 3px;
}

.slick-indicator-preview {
    font-family: "Playfair Display",serif;
    color: #fff;
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.3rem;
}

.slick-indicator-preview span {
    margin: 0rem 1rem
}

.scroll-horizontal {
    display: none;
}


@media screen and (min-width: 769px) {
    header {
        height: 130px;
    }

    #social-links {
        display: flex !important;
        align-items: center;
    }

    #main-menu .btn-menu {
        display: none;
    }

    .service-box {
        position: absolute !important;
        padding: 1rem;
        background-color: rgba(255,255,255,0.5);
        z-index: 3;
        left: 100px;
        top: 150px;
    }
}

.btn-phone {
    /* background-color: #700D30; */
    color: #333;
    right: 70px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    position: absolute;
    transform: rotate(
265deg);
    bottom: 32px;
    padding: 0.5rem 1rem;
    border-radius: 50px;
}

body.invert .btn-phone  {
    color: #fff;
}

.btn-phone span {
    padding-right: .5rem;
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .btn-phone {
        right: 150px;
        bottom: 45px;
    }
    #menu-slide-out #social-links {
        left: 300px;
    }
}

@media screen and (max-width: 768px) {
    .btn-phone {
        right: 120px;
        bottom: 32px;
    }

    .sm-photo-pt {
        width: 150px !important;
    }
    
    .sm-photo-ls {
        width: 250px !important;
    }

    .mySlidesPhoto img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .py-main.diff {
        padding-top: 4.5rem !important;
        padding-bottom: 3rem !important;
    }

    #main-menu a {
        text-align: center !important;
        margin-bottom: 1rem !important;
        padding-top: 0rem !important;
        padding-bottom: 1rem !important;
    }

    #main-menu .btn-menu {
        width: auto !important;
        height: auto !important;
        padding: 1rem 2rem !important;
    }

    #main-menu .dropdown-content {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        min-width: auto;
        padding: 0rem !important;
        background-color: transparent !important;
        margin-bottom: 1.2rem;
    }

    #main-menu .dropdown-content a {
        margin-bottom: 0rem !important;
        text-align: center !important;
        display: block;
    }

    #menu-slide-out #social-links {
        bottom: 30px;
    }

    #main-menu .dropdown-content a .arrow {
        display: none;
    }

    #social-links .btn-menu {
        display: none;
    }

    #social-links {
        display: flex !important;
        justify-content: center !important;
        left: 90px !important;
        right: 90px !important;
    }
    
    .slick-background img {
        width: 100%;
        height: 120vh;
        object-fit: cover;
    }

    .service-box {
        margin-top: 1rem;
    }

    .service-box h3 {
        font-size: 30px;
    }

    h2 {
        font-size: 37px;
    }

    .header-diff {
        height: auto;
    }
    
    .header-diff .graphics {
        display: none;
    }

    .slick-slide-preview img {
        height: 200px;
    }

    .close-modal {
        right: 20px;
    }

    .close-modal img {
        height: 20px;
    }

    .mySlides img {
        width: 100%;
    }

    .section-home-authentic img {
        height: 200px;
        margin-bottom: 2rem !important;
    }

    .h1-mobile {
        font-size: 30px !important;
        line-height: 1.8    ;
    }

    .h2-mobile {
        font-size: 26px !important;
        line-height: 1.7;
    }

    .h3-mobile {
        font-size: 24px !important;
        line-height: 1.7;
    }

    .large, .large p {
        font-size: 18px;
        line-height: 1.7;
    }

    .py-main {
        padding: 3rem 0rem !important;
    }

    .pt-0-mobile {
        padding-top: 0rem !important;
    }

    .pb-0-mobile {
        padding-bottom: 0rem !important;
    }
    
    .slider-timeline {
        bottom: 80px;
    }

    .service-box-wrapper .img-food {
        height: 270px;
    }

    .modal .prev-menu, .modal .next-menu {
        display: none;
    }

    .tabs-general {
        font-size: .75rem;
        letter-spacing: 2px;
    }

    .history-slider-container {
        height: auto !important;
    }

    .order-menu {
        padding-right: .75rem;
    }

    .menu-tab-desktop {
        display: none !important;
    }

    .scroll-horizontal {
        white-space: nowrap;
        margin-left: 2rem;
        padding-bottom: 2rem;
        overflow-x: scroll;
        display: flex;
        max-width: 600px;
    }

    .scroll-horizontal .tabs-general {
        margin-left: 1rem;
        padding: 0rem 1.85rem;
        text-align: center;
    }

    .popup .popup-content {
        padding: 1rem;
    }
    
    .popup-remove {
        top: 10px;
        left: 10px;
    }

    .popup-remove img {
        height: 45px;
    }

    .popup .cart-item p {
        width: 100%;
    }

    footer h1 {
        font-size: 24px;
    }

    .overflow-hidden-mobile {
        overflow: hidden;
    }

    .overflow-x-mobile {
        overflow-x: hidden;
    }

    .d-none {
        display: none;
    }

    .btn-phone {
        right: 80px;
    }
    
    .d-block {
        display: block;
    }
}

@media screen and (max-width: 567px) {
    .tabs-social {
        font-size: 1.1rem;
    }
}