.menu-block {
    margin-bottom: 30px;
}
.menu-title {
    border-bottom: 3px solid #e0e6e3;
    margin-bottom: 36px;
    padding-bottom: 10px;
    color: #c0392b;
    font-weight: 600;
}
.menu-content {
    border-bottom: 1px solid #e0e6e3;
    margin-bottom: 30px;
}
.dish-content {
    margin-top: 0px;
    margin-bottom: 40px;
}
.dish-meta {
    font-size: 12px;
    text-transform: capitalize;
    display: block;
    width: 210px;
    line-height: 1.7;
}
.dish-title {
    margin-bottom: 6px;
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    color: #1eaa0d;
}

.dish-price {
    position: absolute;
    right: 16px;
    top: 0px;
    font-size: 22px;
    color: #c0392b;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
}
.well-block .dish-meta {
    width: 100%;
}
.well-block .dish-price {
    font-size: 26px;
    color: #e03c23;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    position: inherit;
}
.menufooter {
    width: 100%;
}
a {
    text-decoration: none !important;
}

.page-section {
    padding: 20px 0px;
}
.page-section h1 {
    color: #c0392b;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.page-section h1::before {
    background: #c0392b;
    width: 70px;
    height: 2px;
    position: absolute;
    content: "";
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-section h1::after {
    position: absolute;
    content: "";
    background: #fbc531;
    width: 30px;
    height: 2px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-btn {
    padding: 10px 15px;
    color: #ffffff;
    background-color: green;
}
.menu-btn:hover {
    color: #ffffff;
}
.logo_menu a
{
    color:#000;
}
@media screen and (max-width: 479px) {
    .logo {
        display: none;
    }
    .page-section h1 {
        font-size: 24px;
    }
}
