/*
Theme Name: NANO Child
Template: nano_tcd065
*/
.p-cover .p-cover__title{
    color: #4b2e2b;
}
.menu-flex{
    background-color: #f3d4c0;
    padding: 30px;
}
.food-img{
    width: 20%;
}
.access-section {
    max-width: 500px;
    margin: 0 auto;
}
.access_flex{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.access_flex p {
    height: 60px;
    line-height: 60px;
    margin: 0;
    color: #4b2e2b;
}
.access_btn {
    color: #ffffff !important;
    background: #e07121 !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
    min-width: 240px !important;
    height: 60px !important;
    padding: 0 15px !important;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}
.access_btn:hover {
    background: #a35618 !important; 
}

.menu-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none; 
    background-color: #fceee4;
    justify-content: center;
    padding: 1.5rem 3rem;
}
.menu-item {
    display: block;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    padding: 1rem;
}
.menu-item img{
    width: 100%;
    border-radius: 5px;
}
.menu-item h3{
    padding-top: 0.5rem;
}
caption{
    font-size: 1.5rem;
    padding: 20px;
}
.menu-table {
    border-collapse: collapse;
}
.menu-table th,
.menu-table td {
    border: 1px solid #ccc;
    padding: 20px;
}
.menu-table th{
    background-color: #e7e6e6;
}
.menu-list-name{
    text-align: center;
}
.contact-form{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 30rem;
    padding: 0.7rem;
    font-size: 16px;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
}
.contact-form input[textarea]{
    width: 50rem;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
}
.contact-form p{
    color: #4b2e2b;
}