/* # Food Menu 1
	============================*/

.food-menu-w1 {
    display: block;
    border: 8px solid #e7e7e7;
    padding: 30px 40px;
    margin-bottom: 30px;
    min-height: 310px;
}

.food-menu-w1 img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    float: right;
    margin: 15px;
}

.food-menu-w1 .menu-dts {
    width: 57%;
    text-align: center;
}

.food-menu-w1 h3 {
    font-weight: bold;
    letter-spacing: 2px;
}

.food-menu-w1 h5 {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 18px;
    letter-spacing: 1px;
}

.dark.blox .food-menu-w1 h3,
.dark.blox .food-menu-w1 h5 {
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .food-menu-w1 {
        padding: 25px 20px;
    }
    .food-menu-w1 h3 {
        font-size: 23px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .food-menu-w1 .menu-dts {
        width: 100%;
    }
    .food-menu-w1 h3 {
        font-size: 21px;
        letter-spacing: 0;
    }
}

@media (max-width:479px) {
    .food-menu-w1 {
        padding: 20px;
    }
    .food-menu-w1 img {
        height: 276px;
        width: 276px;
        float: none;
        margin: 0 0 15px 0;
    }
}

/* # Food Menu 2
	============================*/

.food-menu-w2 {
    display: block;
    margin-bottom: 10px;
    padding: 30px 20px;
    overflow: hidden;
}

.fm-w2-item {
    margin-top: 54px;
    clear: both;
    padding: 0 10px;
}

.fm-w2-top {
    clear: both;
    width: 100%;
    min-height: 30px;
    position: relative;
    overflow: hidden;
}

.fm-w2-item .fm-w2-name {
    float: left;
    position: relative;
    z-index: 5;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0;
    color: #252425;
    padding: 7px 8px;
    display: inline-block;
}

.dark.blox .fm-w2-item .fm-w2-price,
.dark.blox .fm-w2-item .fm-w2-name {
    color: #fff;
}

.blox.dark .fm-w2-item .space:after {
    background-image: url("../../../images/pointer.png");
}

.fm-w2-item .space:after {
    content: "";
    display: inline;
    left: 125px;
    bottom: 17px;
    background-image: url("../../../images/dark-pointer.png");
    background-repeat: repeat-x;
    height: 1px;
    width: 75%;
    position: absolute;
    z-index: 1;
}

.fm-w2-item .fm-w2-price {
    position: relative;
    z-index: 5;
    color: #252425;
    float: right;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    background: #fff;
}

.fm-w2-item .fm-w2-des {
    color: #616161;
    font-weight: 400;
    font-size: 13px;
    padding-left: 9px;
    line-height: 0.6em;
    margin-top: 4px;
}

.fm-w2-item.featured-w2 {
    position: relative;
    padding: 15px 15px 29px 19px;
    border: 3px solid;
    margin-top: 37px;
    margin-bottom: -32px;
}

.fm-w2-item.featured-w2 .fm-w2-featured {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4px 21px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .fm-w2-item .fm-w2-name {
        letter-spacing: 0;
        font-size: 13px;
        font-weight: 700;
    }
    .fm-w2-item .fm-w2-des {
        font-size: 11px;
    }
    .fm-w2-item .fm-w2-price {
        font-size: 13px;
        padding: 1px 5px;
    }
    #wrap .fm-w2-item .fm-w2-price {
        display: block;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .fm-w2-item .fm-w2-name {
        margin-right: 40px;
    }
    .fm-w2-item.featured-w2 {
        padding-bottom: 29px;
    }
    .fm-w2-item .fm-w2-name:after {
        display: none;
    }
}

/* # Food Menu 3
	============================*/

.food-menu-w3 {
    display: block;
    padding: 20px 15px 20px 70px;
    margin-bottom: 46px;
    position: relative;
    overflow: hidden;
}

.food-menu-w3 img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    float: left;
    position: absolute;
    left: 0;
    top: 10px;
}

.food-menu-w3 .w3-menu-top {
    text-align: left;
    overflow: hidden;
    position: relative;
    clear: both;
    min-height: 30px;
    margin-left: 1px;
}

.food-menu-w3 h3 {
    padding-top: 1px;
    font-weight: bold;
    font-size: 23px;
    padding: 5px 7px;
    margin: -2px -7px 4px;
    letter-spacing: 0;
    float: left;
    color: #252425;
    text-transform: capitalize;
    line-height: 20px;
    position: relative;
    z-index: 5;
    background: #fff;
}

.food-menu-w3 .w3-menu-top.space:after {
    content: "";
    display: inline;
    left: 105px;
    top: 17px;
    background-image: url("../../../images/dark-pointer.png");
    background-repeat: repeat-x;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.blox.dark .food-menu-w3 .w3-menu-top.space:after {
    background-image: url("../../../images/pointer.png");
}

#wrap .food-menu-w3 h5 {
    margin-bottom: 12px;
    font-size: 16px;
    letter-spacing: 0;
    float: right;
    background: #fff;
    color: #252425;
    padding: 5px 13px;
    position: absolute;
    right: 0;
    font-weight: 900;
    margin-top: 0;
    z-index: 1;
}

.food-menu-w3 .w3-menu-dts {
    color: #616161;
    font-size: 13px;
    margin-top: -2px;
    margin-left: 3px;
    padding-right: 114px;
    line-height: 22px;
}

@media (max-width: 1440px) {
    .food-menu-w3 .w3-menu-dts {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .food-menu-w3 h3 {
        font-size: 13px;
    }
    .food-menu-w3 h5 {
        font-size: 12px;
        font-weight: 700;
    }
    .food-menu-w3 h3:after {
        bottom: 21px
    }
}

@media (max-width: 480px) {
    .food-menu-w3 h5 {
        right: auto;
        top: 0;
        left: 0;
        font-size: 15px;
        font-weight: 700;
        line-height: 25px;
        text-align: center;
    }
    .food-menu-w3 h3 {
        padding-top: 50px;
    }
    .food-menu-w3 h3:after {
        display: none;
    }
}

/* # Food Menu 4
	============================*/

.food-menu-w4 {
    display: block;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.food-menu-w4 img {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

.food-menu-w4 .w4-menu-top {
    text-align: left;
    overflow: hidden;
    position: relative;
    min-height: 30px;
    padding-top: 42px;
}

.food-menu-w4 .w4-menu-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 5px;
    z-index: 5;
    background: #000;
}

.food-menu-w4 h3 {
    padding: 3px 7px 3px 0;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 0;
    position: relative;
    float: left;
    color: #2a2a2a;
    z-index: 5;
    text-transform: capitalize;
    background: #fff;
}

.food-menu-w4 .space:after {
    content: "";
    display: inline;
    left: 125px;
    bottom: 18px;
    background-image: url("../../../images/dark-pointer.png");
    background-repeat: repeat-x;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.blox.dark .food-menu-w4 .space:after {
    background-image: url("../../../images/pointer.png");
}

#wrap .food-menu-w4 h5 {
    margin-top: 7px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 900;
    float: right;
    background: #fff;
    padding: 1px 3px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.blox .food-menu-w4 h5 {
    background: #f7f7f7;
}

.food-menu-w4 p {
    margin: 0;
}

.food-menu-w4 .w4-menu-dts {
    color: #8a8a8a;
    font-size: 13px;
    margin-top: -9px;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .food-menu-w4 h3 {
        font-size: 13px;
    }
    .food-menu-w4 h5 {
        font-size: 12px;
        font-weight: 700;
    }
    .food-menu-w4 h3:after {
        bottom: 21px
    }
}

@media (max-width: 480px) {
    .food-menu-w4 h5 {
        right: auto;
        top: 10px;
        left: 0;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 35px;
    }
    .food-menu-w4 h3 {
        padding-top: 25px;
    }
    .food-menu-w4 h3:after {
        display: none;
    }
}

/* # Food Menu 5
	============================*/

.food-menu-w5.colorb {
    padding: 14% 11% 21%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-height: 555px;
    margin-bottom: 50px;
}

.food-menu-w5:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 67%;
    z-index: -1;
    bottom: -3px;
    border: 1px solid #fff;
    background: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 39%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 39%);
}

.food-menu-w5 h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    font-weight: 400;
    line-height: 0.8;
    color: #fff;
    margin-left: 14px;
}

.food-menu-w5 h5 {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin: 0 13px;
}

.food-menu-w5 .border-5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.food-menu-w5 .border-5:after {
    content: "";
    position: absolute;
    border: 5px solid #fff;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 156px;
    height: 156px;
}

.food-menu-w5 .border-5 img {
    width: 136px;
    height: 136px;
    border-radius: 50%;
}

.food-menu-w5 .background-5 {
    display: block;
    position: absolute;
    bottom: 17%;
}

.food-menu-w5 .background-5 p {
    margin-left: 13px;
    font-size: 13px;
    padding-right: 32%;
    letter-spacing: -0.001em;
    word-spacing: 0.7px;
    line-height: 22px;
}

.dark.blox .food-menu-w5 p {
    color: #222;
}

.food-menu-w5 strong {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
    letter-spacing: -0.001em;
}

@media (min-width:1281px) and (max-width:1366px) {
    .food-menu-w5.colorb {
        padding: 7% 7% 12%;
        min-height: 500px;
    }
    .food-menu-w5 .background-5 {
        bottom: 7%;
    }
    .food-menu-w5 .background-5 p {
        padding-right: 25%;
    }
}

@media (min-width: 992px) and (max-width:1280px) {
    .food-menu-w5.colorb {
        padding: 7% 5% 10%;
        min-height: 430px;
    }
    .food-menu-w5 .background-5 {
        bottom: 5%;
    }
    .food-menu-w5 .background-5 p {
        padding-right: 7%;
        font-size: 11px;
    }
    .food-menu-w5 .border-5 img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 991px) {
    .food-menu-w5.colorb {
        padding: 7%;
        min-height: 430px;
    }
    .food-menu-w5 .background-5 p {
        padding-right: 7%;
        font-size: 11px;
    }
    .food-menu-w5 .border-5:after {
        width: 116px;
        height: 116px;
    }
    .food-menu-w5 .border-5 img {
        width: 90px;
        height: 90px;
    }
}

@media (max-width:767px) {
    .food-menu-w5.colorb {
        min-height: 480px;
    }
}

@media (max-width:767px) {
    .food-menu-w5.colorb {
        min-height: 430px;
    }
}