/* ACF Style for Menu */
.food-wrapper{
    max-width: 1500px;
    margin: 0 auto 25px auto;
    color: #000;
    /*font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;*/
}
.food-section-name {
    display: flex;
    flex-direction: row;
    text-align: center;
    padding: 75px 0 50px 0;
}

.food-section-name h2 {
    /*font-family: 'Marcellus', Georgia, "Times New Roman", serif;*/
    width: 100%;
    color: #fff;
    font-style: normal;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 0;
}


.food-section-name h2 span {
    position: relative;
    z-index: 2;
    /* overflow: hidden; */
    display: inline-block;
}

.food-product-price::before,
.food-product-price::after{
    content: "";
    display: flex;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 100%;
    position: absolute;
}
.food-product-price::after{
    background-image: url('../Divi-child/assets/img/svg/right-arrow.svg');
    right: -100px;
    top: 0;
}
.food-product-price::before{
    background-image: url('../Divi-child/assets/img/svg/left-arrow.svg');
    left: -100px;
}



.food-topping-container h3{
    /*font-family: 'Marcellus', Georgia, "Times New Roman", serif;*/
}


.menu-header-text .et_pb_heading_container{
    width: fit-content;
    margin: 0 auto;
}
.food-section{
    margin: 0 auto;
}

.food-section .food-row {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 0 auto;
    /*justify-items: center;*/

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.food-section .food-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    max-width: 350px;
}

.food-section .preferences-icon i.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 8px;
    color: #eabc7c;
    line-height: 1;
    padding-top: 32px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
}


/* Spice level icons */
.icon-chilli-1 {
    background-image: url('assets/img/allergens/chilli-1.png');
}

.icon-chilli-2 {
    background-image: url('assets/img/allergens/chilli-2.png');
}

/* Dietary preference icons */
.icon-vegetarian {
    background-image: url('assets/img/allergens/vegetarian.png');
}

.icon-vegan {
    background-image: url('assets/img/allergens/vegan.png');
}

.icon-gluten-free {
    background-image: url('assets/img/allergens/gluten-free.png');
}

/* Allergen/ingredient icons */
.icon-contains-dairy {
    background-image: url('assets/img/allergens/contains-dairy-product.png');
}

.icon-contains-nuts {
    background-image: url('assets/img/allergens/contains-nuts.png');
}

.icon-contains-pork {
    background-image: url('assets/img/allergens/contains-pork.png');
}

.icon-contains-poultry {
    background-image: url('assets/img/allergens/contains-poultry.png');
}

.icon-contains-lamb {
    background-image: url('assets/img/allergens/contains-lamb.png');
}

.icon-contains-beef {
    background-image: url('assets/img/allergens/contains-beef.png');
}

.icon-contains-squid {
    background-image: url('assets/img/allergens/contains-squid.png');
}

.icon-contains-shell {
    background-image: url('assets/img/allergens/contains-shell.png');
}

.icon-contains-crab {
    background-image: url('assets/img/allergens/contains-crab.png');
}

.icon-contains-fish {
    background-image: url('assets/img/allergens/contains-fish.png');
}

.preferences-icon {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.food-card__header {
    display: flex;
    margin: 1rem 0;
    width: 100%;
    min-height: 2.4em;
}

.food-card__title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    width: 100%;
    padding-bottom: 0;
    color: #fff;
}

.food-card__price {
    text-align: right;
    color: #eabc7c;
    font-size: 24px;
    padding-left: 1rem;
}
.food-card__price::after{
    content: "฿";
    font-size: 24px;
}

.product-price::after {
    content: " ฿";
}

.food-card__description {
    font-size: 16px;
    color: #fff;
    width: 100%;
}
.food-card__description p:first-child{
    padding-top: 10px;
}
.food-card__description p{
    padding-bottom: 5px;
}
.food-card__description {
    margin-bottom: .5rem;
}

.group-menu-name .dipi-dh-main::before {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #bb2f3f;
}

.group-menu-name .dipi-dh-second-heading {
    display: none;
}


/* Custom size by items */
.food-container h2,
.food-container h3{
    color: #fff;
}
.food-topping-container h3{
    font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
}
.food-items-count-2,
.food-items-count-3{
    /*max-width: 1200px;*/
}
#small_plates_and_soups{
    max-width: 700px;
}
#thai_food,
#desserts{
    max-width: 1200px;
}
#fish_mains_and_pasta .food-items-count-2{
    max-width: 100%;
}
.food-section-name-mobile{
    display: none;
}

@media (min-width: 1537px) {
    #fish_mains_and_pasta .food-card:nth-child(9){
        grid-column-start: 2;
    }
}


@media (max-width: 767px) {
    .food-section .food-card {
        max-width: 100%;
    }

    #international-favorites .food-section-name h2{
        display: none;
    }
    #international-favorites .food-section-name h2.food-section-name-mobile{
        display: block ;
    }

    /*.food-section-name {*/
    /*    border-bottom: 1px solid #C19B68;*/
    /*    margin-bottom: 20px;*/
    /*}*/
}

@media only screen and (max-width: 767px) {
    body #page-container #drinks-nav-bar .dipi-button-wrap:hover {
        padding-top: 10px !important;
        padding-right: 20px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
    }
    .drinks-wrapper .drinks-group .element-title h3{
        font-size: 30px;
    }
    .drinks-wrapper .drinks-title h4 {
        font-size: 14px;
    }
    .drinks-wrapper .drinks-group .cell{
        font-size: 16px;
    }
    .drinks-wrapper .drinks-description{
        font-size: 12px;
    }
    .drinks-wrapper .product-price{
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    #cws-menu-submenu-buttons .dipi-button-grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
    #cws-menu-submenu-buttons .dipi-button-grid-container .dipi_button_grid_child{
        margin: 1px !important;
    }

    #cws-menu-submenu-buttons a.et_pb_button {
        width: 100%;
        text-align: center;
    }

    body #page-container #cws-menu-submenu-buttons a.et_pb_button {
        padding: 5% !important;
    }

    .drinks-wrapper .drinks-group .cell{
        padding: 6px;
    }
	.food-section-name h2 span {
		font-size: 20px;
	}
	.food-section-name h2 span:before,
	.food-section-name h2 span:after,
	.menu-header-text .et_pb_module_heading:before,
	.menu-header-text .et_pb_module_heading:after{
		background-size: 40%;
	}
	.food-section-name h2 span:before,
	.menu-header-text .et_pb_module_heading:before{
		left: -70px;
	}
	.food-section-name h2 span:after,
	.menu-header-text .et_pb_module_heading:after{
		right: -70px;
	}
}
.food-topping-container .et_pb_text_align_right{
    color: #eabc7c;
}

/* Drinks Menu */
.drinks-wrapper{
    margin: 0 auto 25px auto;
    max-width: 1080px;
}
/*.drinks-wrapper h2,*/
/*.drinks-wrapper h3{*/
/*    font-family: 'Marcellus', Georgia, "Times New Roman", serif;*/
/*}*/
/*.drinks-wrapper h4{*/
/*    font-family: inherit;*/
/*}*/

.drinks-section {
    display: flex;
    flex-direction: column;
}

.drinks-group {
    display: flex;
}

.drinks-group .cell {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 36px;
    flex: 0 0 20%;
    letter-spacing: 1px;
}

.drinks-group .cell:first-child {
    text-align: left;
    justify-content: flex-start;
    flex: 0 0 80%;
}
.drinks-group .element-title{
    text-transform: capitalize;
}
.drinks-group .element-title .large_450{
    text-transform: initial;
}
.drinks-group .element-title h3{
    font-size: 40px;
    color: #fff;
}
.drinks-title h4{
    font-size: 22px;
    color: #fff;
}
.drinks-description{
    font-size: 16px;
    color: #fff;
}
.element-item{
    /*font-family: 'Marcellus', Georgia, "Times New Roman", serif;*/
    color: #eabc7c;
}


/* Specail custom per project*/
.food-section .food-row.all-items-no-2{
    max-width: 760px;
}

#steaks-fish-poultry,
#asian-rice,
#asian-noodle{
    max-width: 1200px;
}

/* Wine design Page */
#wine-menu .container {
    width: 100%;
    margin: 0 auto;
    padding-top: 0 !important;
    color: #fff;
}

#wine-menu header {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

#wine-menu header .page-number {
    position: absolute;
    top: 0;
    right: 0;
}

#wine-menu h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

#wine-menu h2 {
    /*font-family: 'EB Garamond', Georgia, "Times New Roman", serif;*/
    text-transform: uppercase;
    font-size: 40px;
    color: #fff !important;
    line-height: 1.2em;
    text-align: center;
}

.wine-section h3:after {
    content: "";
    height: 1px;
    position: absolute;
    border-top-color: #eabc7c;
    border-top-style: dotted;
    border-top-width: 2px;
    width: 100%;
    right: 0px;
    left: 0px;
    bottom: -15px;
}

.wine-section {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-template-columns: 1fr;*/
    gap: 10px;
    /*grid-column: span 2;*/
}
#wine-glass-info .wine-section{
    display: block;
}

.wine-section h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
    grid-column: span 2;
    text-transform: uppercase;
    padding-bottom: 0;
    position: relative;
}
.wine-section h2{
    grid-column: span 2;
}


.wine-section p {
    font-size: 22px;
    margin-top: 0;
    padding-bottom: 5px;
}
.wine-section p.country{
    font-size: 16px;
}

.wine-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}


.wine-prices {
    display: flex;
    gap: 20px;
}

.wine-prices span {
    width: 90px;
    text-align: center;
    font-weight: 700;
    /*font-family: 'Marcellus', Georgia, "Times New Roman", serif;*/
    color: #eabc7c;
    font-size: 22px;
}
.wine-prices.headers {
    font-size: 16px;
}
.wine-prices.headers span{
    color: #fff;
}
.wine-description {
    min-width: 200px;
}
.wine-item > p{
    min-width: 200px;
}
.wine-prices:not(.headers) span::after {
    content: " ฿";
}
.product-price{
    font-size: 22px;
}
/*.headers span {*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*}*/

@media (max-width: 768px) {
    .wine-item{
        grid-column: span 2;
    }
}

/* Text archor links for Menu  */
@media (max-width: 768px) {
    .dipi-button-grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
        align-items: center !important;
    }
    body #page-container .et_pb_section .dipi-button-grid{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 2 !important;
        text-align: center;
        font-size: 13px !important;
    }
    .dipi_button_grid_child>.et_pb_module_inner{
        width: 100%;
    }
    .et-db #et-boc .et-l .et_pb_column .et_pb_module.dipi_button_grid_child, div.dipi_button_grid.et_pb_module .dipi-button-grid-container div.dipi_button_grid_child.et_pb_module{
        margin: 3px;
        height: 80%;
        display: flex;
    }

}

@media (max-width: 479px) {
    body #page-container .et_pb_section .dipi-button-grid{
        font-size: 12px !important;
    }
    #cws-menu-submenu-buttons .dipi-button-grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }

    #cws-menu-submenu-buttons a.et_pb_button {
        width: 100%;
        text-align: center;
    }

    body #page-container #cws-menu-submenu-buttons a.et_pb_button {
        padding: 5% !important;
    }
    .wine-prices{
        gap: 0;
    }
    .wine-section p {
        font-size: 16px;
    }
    .wine-section p.country {
        font-size: 12px;
    }
    .wine-prices span{
        font-size: 16px;
    }
}

/* Special for this project */
#house-white-wine .wine-section,
#rose-wine .wine-section,
#sparkling-wine .wine-section,
#house-red-wine .wine-section{
    display: block;
}