@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



a.btn.allergens {
     background-color: #5c2922;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Cormorant Garamond';
    font-size: 20px;
    border-radius: 0;
    background-image: url(../../images/allergens.png) !important;
    background-size: 10px;
    background-position: 18px center;
    padding: 10px 15px 5px 15px;
    padding-left: 44px;
}

.menu-item-one .menu-title,.item-price.tb-cell,.breakfast p {
    font-family: 'Playfair Display';
}
.menu-item-one .menu-title{
    font-weight: 600;
}
#menulist .category_image > p{
    font-size:40px;
}
.row {
    margin: 0;
}
section#aboutus {
    background: #f6f6f6;
    padding-top: 0;
}
.container {
    padding: 0;
}
#aboutus > div > section {
    padding-top: 0;
}
.header > .row {
    background: #fff;
}

.filters {
    margin-top: 0;
}
h2.resp-accordion.resp-tab-active {
    background: #fff;
}
h2.resp-accordion i {
    color: #e94e1b;
    width: 100%;
    height: 70px;
}
h2.resp-accordion i:before {
    font-size: 60px;
}
.breakfast p {
    font-weight: bold;
}
h2.resp-accordion.resp-tab-active p {
    color: #000;
    font-weight: bold;
}
.menu-item-one > div {
    float: left;
    width: 100%;
}
.resp-tab-content.resp-tab-content-active {
    padding-bottom: 30px;
}
span.separepoint {
    width: 80px;
    display: block;
    margin: 15px auto;
    border-bottom: 3px dashed #000;
}
.resp-tab-active span.separepoint {
    display: none;
}
div#selectAllergens .col-xs-6 {
    padding: 5px 10px;
}
@media only screen and (max-width: 780px){
.demo {
    margin: 0;
    width: 100%;
}
}

#menulist .category_image.no_image > p {
    color: #000 !important;
}

h3.sub_category {
    font-size: 35px;
    font-family: 'Playfair Display';
    text-align: center;
    margin: 50px 0;
}