img,label{
    display:inline-block
}
label{
    margin-bottom:.5rem
}
[tabindex="-1"]:focus,button{
    outline:0!important
}
button,hr{
    overflow:visible
}
.btn,.navbar-toggler-icon,img{
    vertical-align:middle
}
.btn:not(:disabled):not(.disabled),.navbar-toggler:not(:disabled):not(.disabled),.page-link:not(:disabled):not(.disabled),a,button{
    cursor:pointer
}
*,.btn:focus,.page-link:focus,a:not([href]):not([tabindex]):focus{
    outline:0
}
*,li,ul{
    padding:0
}
:root{
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#007bff;
    --secondary:#6c757d;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,::after,::before{
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:transparent
}
article,aside,figure,footer,header,main,nav,section{
    display:block
}
body{
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    text-align:left
}
p,ul{
    margin-top:0;
    margin-bottom:1rem
}
.news-block-two:last-child,.sidebar .popular-posts .post:last-child,ul ul{
    margin-bottom:0
}
b,strong{
    font-weight:bolder
}
a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    color:inherit;
    text-decoration:none
}
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
    color:#5a5a5a
}
a{
    text-decoration:none;
    cursor:pointer;
    color:#9f0301
}
figure{
    margin:0 0 1rem
}
img{
    border-style:none;
    max-width:100%;
    height:auto
}
svg:not(:root){
    overflow:hidden
}
button{
    border-radius:0;
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
    text-transform:none
}
.top-nav{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    background-color:#00baf0;
    background:#a41a13;
    color:#FFF;
    height:62px;
    padding:1em
}
.menu{
    display:flex;
    flex-direction:row;
    list-style-type:none;
    margin:0;
    padding:0
}
.menu>li{
    margin:0 1rem;
    overflow:hidden
}
.menu-button-container{
    display:none;
    height:100%;
    width:30px;
    cursor:pointer;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
#menu-toggle{
    display:none
}
.menu-button,.menu-button::before,.menu-button::after{
    display:block;
    background-color:#ffb500;
    position:absolute;
    height:4px;
    width:30px;
    transition:transform 400ms cubic-bezier(0.23,1,0.32,1);
    border-radius:2px
}
.menu-button::before{
    content:'';
    margin-top:-8px
}
.menu-button::after{
    content:'';
    margin-top:8px
}
#menu-toggle:checked+.menu-button-container .menu-button::before{
    margin-top:0;
    transform:rotate(405deg)
}
#menu-toggle:checked+.menu-button-container .menu-button{
    background:rgba(255,255,255,0)
}
#menu-toggle:checked+.menu-button-container .menu-button::after{
    margin-top:0;
    transform:rotate(-405deg)
}
.hero-img{
    width:100%;
    height:auto;
    display:block
}
picture>img{
    display:block;
    height:auto
}
@media(max-width:700px){
    .menu-button-container{
        display:flex
    }
    .menu{
        position:absolute;
        top:0;
        margin-top:50px;
        left:0;
        flex-direction:column;
        width:100%;
        justify-content:center;
        align-items:center
    }
    #menu-toggle ~ .menu{
        overflow:hidden
    }
    #menu-toggle ~ .menu li{
        opacity:0;
        transform:translateY(-8px);
        pointer-events:none;
        border:0;
        margin:0;
        padding:0;
        transition:opacity .25s ease,transform .25s ease
    }
    #menu-toggle:checked ~ .menu li{
        opacity:1;
        transform:none;
        pointer-events:auto;
        padding:.5em;
        border:1px solid #333
    }
    #menu-toggle ~ .menu li{
        will-change:opacity,transform
    }
    .menu>li{
        display:flex;
        justify-content:center;
        margin:0;
        padding:.5em 0;
        width:100%;
        color:white;
        background-color:#ffb100
    }
    .menu>li:not(:last-child){
        border-bottom:1px solid #444
    }
}
.lower-content p{
    margin-block:.75rem 1rem
}
.list-group{
    margin-bottom:20px
}
.list-group-item{
    display:flex;
    justify-content:space-between;
    align-items:start;
    padding:10px
}
.ms-2{
    margin-left:auto!important
}
.me-auto{
    margin-right:auto!important
}
.fw-bold{
    font-weight:bold;
    margin-bottom:10px
}
.badge{
    display:inline-block;
    padding:.35em .6em;
    font-size:.75em;
    font-weight:700;
    line-height:1;
    color:#5a5a5a;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:10px
}
.bg-primary{
    background-color:#007bff!important
}
.stickysidebar{
    position:sticky
}
.rating{
    padding:6px 14px 6px 12px;
    display:inline-block;
    margin-right:5px
}
.rating .fa{
    display:inline-block;
    color:#a41a13;
    size:20px
}
.recipe-content ul,li{
    display:block
}
.recipe-tags{
    margin:7px
}
.recipe-tag{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    letter-spacing:.02em;
    color:#a41a13
}
.fa-utensils{
    color:#a41a13
}
.fa-tag{
    color:#a41a13
}
.fa-circle-down{
    color:#a41a13
}
.fa-arrow-circle-down{
    color:#a41a13
}
.fa-circle-down{
    color:#a41a13
}
.fa-hand-point-right{
    color:#a41a13
}
.fa-clock{
    color:#a41a13
}
.fa-user-group{
    color:#a41a13
}
.recipe-tag button{
    display:inline-block;
    font-family:"Poppins",sans-serif;
    font-size:16px
}
.fa{
    line-height:inherit
}
.fa,.fas{
    font-family:'Font Awesome 5 Free';
    font-weight:900
}
*{
    margin:0;
    padding:0;
    border:none;
    outline:none;
    font-size:100%
}
*,::after,::before{
    box-sizing:border-box
}
.shop-comment-form .rating-box .rating a{
    position:relative;
    color:#d6d6d6;
    font-size:14px;
    display:inline-block
}
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none
}
a{
    text-decoration:none;
    cursor:pointer;
    color:#9f0301
}
.fa-star:before{
    content:"\f005"
}
*,::after,::before{
    box-sizing:border-box
}
*,::after,::before{
    box-sizing:border-box
}
.shop-single .product-details .prod-tabs{
    position:relative;
    margin-bottom:10px
}
*{
    margin:0;
    padding:0;
    border:none;
    outline:none;
    font-size:100%
}
*,::after,::before{
    box-sizing:border-box
}
user agent stylesheet div{
    display:block
}
.shop-single .product-details .prod-tabs .tabs-content{
    position:relative;
    padding:50px 35px 30px;
    border:1px solid #e2e2e2;
    border-top:0
}
*{
    margin:0;
    padding:0;
    border:none;
    outline:none;
    font-size:100%
}
*,::after,::before{
    box-sizing:border-box
}
user agent stylesheet div{
    display:block
}
*{
    margin:0;
    padding:0;
    border:none;
    outline:none;
    font-size:100%
}
*,::after,::before{
    box-sizing:border-box
}
user agent stylesheet div{
    display:block
}
body{
    font-size:14px;
    color:#5a5a5a;
    line-height:1.6em;
    font-weight:400;
    background:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    font-family:"Poppins",sans-serif
}
body{
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:left;
    background-color:#fff
}
:root{
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#007bff;
    --secondary:#6c757d;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:transparent
}
*,::after,::before{
    box-sizing:border-box
}
*,::after,::before{
    box-sizing:border-box
}
.fa-star{
    font-size:16px
}
.recipe-save{
    display:flex;
    align-items:center;
    padding:6px 14px 6px 12px;
    margin-right:2px;
    border-radius:5px;
    border:2px solid currentColor;
    color:#a41a13;
    background:none;
    cursor:pointer;
    font-size:12px;
    font-style:
}
.recipe-save button{
    padding:6px 12px 6px 12px;
    position:relative;
    display:block;
    font-family:"Poppins",sans-serif;
    font-size:12px;
    float:left;
    margin-right:20px;
    -webkit-transition:all 600ms ease;
    transition:all 600ms ease
}
.recipe-save details>summary{
    list-style:none
}
.recipe-save img{
    filter:grayscale(100%)
}
.recipe-save>details a:link{
    color:#5a5a5a
}
.recipe-save>details a:hover{
    color:#a41a13
}
.recipe-save>details a:active{
    color:#a41a13
}
.review-tab{
    display:flex
}
*{
    margin:0;
    padding:0
}
.rate{
    float:left;
    height:46px;
    padding:0 10px
}
.rate a:link{
    color:#5a5a5a
}
.rate a:hover{
    color:#a41a13
}
.rate a:visited{
    color:#a41a13
}
.rate:not(:checked)>input{
    position:absolute;
    top:-9999px
}
.rate:not(:checked)>label{
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc
}
.rate:not(:checked)>label:before{
    content:' '
}
.rate>input:checked ~ label{
    color:#a41a13
}
.rate:not(:checked)>label:hover,.rate:not(:checked)>label:hover ~ label{
    color:#a41a13
}
.rate>input:checked+label:hover,.rate>input:checked+label:hover ~ label,.rate>input:checked ~ label:hover,.rate>input:checked ~ label:hover ~ label,.rate>label:hover ~ input:checked ~ label{
    color:#a41a13
}
.rate>input[type="radio"]{
    position:fixed;
    top:0;
    right:100%
}
.ratio-16x9{
    position:relative;
    overflow:hidden;
    width:100%;
    padding-top:75%
}
.responsive-iframe{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%
}
.ingredients h3{
    padding-bottom:10px;
    display:list-item;
    margin:19px
}
.ingredients img{
    margin-top:22px
}
.ingredients li{
    list-style-type:decimal
}
button:focus{
    outline:dotted 1px;
    outline:-webkit-focus-ring-color auto 5px
}
[type=reset],[type=submit],button,html [type=button]{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
.sticky-header .main-menu .navigation>li:after,.sticky-header .main-menu .navigation>li>a:before,[hidden]{
    display:none!important
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    margin-bottom:.5rem;
    font-family:inherit;
    font-weight:500;
    line-height:1.2;
    color:inherit
}
.btn,.btn-link,.small,body,small{
    font-weight:400
}
.h1,h1{
    font-size:2.5rem
}
.h2,h2{
    font-size:2rem
}
.h3,h3{
    font-size:1.75rem
}
.h4,h4{
    font-size:1.5rem
}
.h5,h5{
    font-size:1.25rem
}
.h6,h6{
    font-size:1rem
}
hr{
    box-sizing:content-box;
    height:0;
    margin-top:1rem;
    margin-bottom:1rem;
    border:0;
    border-top:1px solid rgba(0,0,0,.1)
}
.small,small{
    font-size:80%
}
.figure{
    display:inline-block
}
.figure-img{
    margin-bottom:.5rem;
    line-height:1
}
.nav,.navbar-nav{
    margin-bottom:0;
    list-style:none
}
.btn,.btn-lg,.btn-sm{
    line-height:1.5
}
.container{
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
@media(min-width:576px){
    .container{
        max-width:540px
    }
}
@media(min-width:768px){
    .container{
        max-width:720px
    }
}
@media(min-width:992px){
    .container{
        max-width:960px
    }
}
@media(min-width:1200px){
    .container{
        max-width:1140px
    }
}
.row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto{
    position:relative;
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.col{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
}
.col-auto{
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:none
}
.col-1{
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%
}
.col-2{
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%
}
.col-3{
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
}
.col-4{
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%
}
.col-5{
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%
}
.col-6{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
}
.col-7{
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%
}
.col-8{
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%
}
.col-9{
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
}
.col-10{
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%
}
.col-11{
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%
}
.col-12{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.order-0{
    -ms-flex-order:0;
    order:0
}
.order-1{
    -ms-flex-order:1;
    order:1
}
.order-2{
    -ms-flex-order:2;
    order:2
}
.order-3{
    -ms-flex-order:3;
    order:3
}
.order-4{
    -ms-flex-order:4;
    order:4
}
.order-5{
    -ms-flex-order:5;
    order:5
}
.order-6{
    -ms-flex-order:6;
    order:6
}
.order-7{
    -ms-flex-order:7;
    order:7
}
.order-8{
    -ms-flex-order:8;
    order:8
}
.order-9{
    -ms-flex-order:9;
    order:9
}
.order-10{
    -ms-flex-order:10;
    order:10
}
.order-11{
    -ms-flex-order:11;
    order:11
}
.order-12{
    -ms-flex-order:12;
    order:12
}
.btn{
    display:inline-block;
    text-align:center;
    white-space:nowrap;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    border-radius:.25rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce){
    .btn{
        transition:none
    }
}
.btn:focus,.btn:hover,.nav-link:focus,.nav-link:hover,.navbar-toggler:focus,.navbar-toggler:hover{
    text-decoration:none
}
.btn:focus{
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.btn:disabled{
    opacity:.65
}
.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{
    background-image:none
}
.btn-light,.btn-light:disabled{
    color:#212529;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-light:hover{
    color:#212529;
    background-color:#e2e6ea;
    border-color:#dae0e5
}
.btn-light:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus{
    box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active{
    color:#212529;
    background-color:#dae0e5;
    border-color:#d3d9df
}
.btn-link,.btn-link:hover,.navbar-toggler,a{
    background-color:transparent
}
.btn-link:focus,.btn-link:hover{
    border-color:transparent;
    text-decoration:underline
}
.btn-link:focus{
    box-shadow:none
}
.btn-link:disabled{
    color:#6c757d;
    pointer-events:none
}
.btn-lg{
    padding:.5rem 1rem;
    font-size:1.25rem;
    border-radius:.3rem
}
.btn-sm{
    padding:.25rem .5rem;
    font-size:.875rem;
    border-radius:.2rem
}
.btn-block{
    display:block;
    width:100%
}
.nav,.navbar{
    display:-ms-flexbox;
    -ms-flex-wrap:wrap
}
.btn-block+.btn-block{
    margin-top:.5rem
}
.collapse:not(.show),.header-style-two .header-upper:before,.header-style-two .main-menu .navigation>li::before,.navbar-expand .navbar-toggler,.news-detail .inner-box .lower-content .upper-box .post-meta li:last-child::after,.sticky-header .main-menu .navigation>li:before,.testimonial-section-two .sec-title h2:before{
    display:none
}
.nav{
    display:flex;
    flex-wrap:wrap;
    padding-left:0
}
.nav-link,.navbar{
    padding:.5rem 1rem
}
.nav-link{
    display:block
}
.nav-fill .nav-item{
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    text-align:center
}
.navbar{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.navbar>.container{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.navbar-nav{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:0
}
.navbar-nav .nav-link{
    padding-right:0;
    padding-left:0
}
.navbar-text{
    display:inline-block;
    padding-top:.5rem;
    padding-bottom:.5rem
}
.navbar-collapse{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    -ms-flex-positive:1;
    flex-grow:1;
    -ms-flex-align:center;
    align-items:center
}
.navbar-toggler{
    padding:.25rem .75rem;
    font-size:1.25rem;
    line-height:1;
    border:1px solid transparent;
    border-radius:.25rem
}
.navbar-toggler-icon{
    display:inline-block;
    width:1.5em;
    height:1.5em;
    content:"";
    background:center center/100% 100% no-repeat
}
@media(max-width:575.98px){
    .navbar-expand-sm>.container{
        padding-right:0;
        padding-left:0
    }
}
@media(max-width:767.98px){
    .navbar-expand-md>.container{
        padding-right:0;
        padding-left:0
    }
}
@media(max-width:991.98px){
    .navbar-expand-lg>.container{
        padding-right:0;
        padding-left:0
    }
}
.navbar-expand{
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.navbar-expand .navbar-nav{
    -ms-flex-direction:row;
    flex-direction:row
}
.navbar-expand .navbar-nav .nav-link{
    padding-right:.5rem;
    padding-left:.5rem
}
.navbar-expand>.container{
    padding-right:0;
    padding-left:0;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
.navbar-expand .navbar-collapse{
    display:-ms-flexbox!important;
    display:flex!important;
    -ms-flex-preferred-size:auto;
    flex-basis:auto
}
.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-text{
    color:rgba(0,0,0,.5)
}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{
    color:rgba(0,0,0,.7)
}
.navbar-light .navbar-toggler{
    color:rgba(0,0,0,.5);
    border-color:rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon{
    background-image:url(data:image/svg+xml;
    charset=utf8;
    base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}
.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{
    color:rgba(0,0,0,.9)
}
.btn-style-one:hover,.dish-block.style-two .inner-box .price,.dish-block.style-two .inner-box h4 a,.main-footer .footer-bottom .purchase:hover,.main-footer .info-widget .email-list li a:hover,.main-header .header-top .info-list li a:hover,.menu-sec-title.light h2,.sec-title.light h2{
    color:#fff
}
.page-link:focus{
    z-index:2;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-item:first-child .page-link{
    margin-left:0;
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link{
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
}
@-webkit-keyframes progress-bar-stripes{
    from{
        background-position:1rem 0
    }
    to{
        background-position:0 0
    }
}
@keyframes progress-bar-stripes{
    from{
        background-position:1rem 0
    }
    to{
        background-position:0 0
    }
}
@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)){
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    .active.carousel-item-right,.carousel-item-next{
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    .active.carousel-item-left,.carousel-item-prev{
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}
.align-top{
    vertical-align:top!important
}
.align-bottom{
    vertical-align:bottom!important
}
.align-text-bottom{
    vertical-align:text-bottom!important
}
.align-text-top{
    vertical-align:text-top!important
}
.clearfix::after{
    display:block;
    clear:both;
    content:""
}
.d-block{
    display:block!important
}
.align-items-center{
    -ms-flex-align:center!important;
    align-items:center!important
}
.align-content-center{
    -ms-flex-line-pack:center!important;
    align-content:center!important
}
.align-content-between{
    -ms-flex-line-pack:justify!important;
    align-content:space-between!important
}
@supports((position:-webkit-sticky) or(position:sticky)) .sticky-top{
    position:-webkit-sticky;
    position:sticky;
    top:0;
    z-index:1020
}
.w-25{
    width:25%!important
}
.w-50{
    width:50%!important
}
.w-75{
    width:75%!important
}
.w-100{
    width:100%!important
}
.w-auto{
    width:auto!important
}
.h-25{
    height:25%!important
}
.h-50{
    height:50%!important
}
.h-75{
    height:75%!important
}
.h-100{
    height:100%!important
}
.h-auto{
    height:auto!important
}
.m-0{
    margin:0!important
}
.m-1{
    margin:.25rem!important
}
.m-2{
    margin:.5rem!important
}
.m-3{
    margin:1rem!important
}
.m-4{
    margin:1.5rem!important
}
.m-5{
    margin:3rem!important
}
.p-0{
    padding:0!important
}
.px-0{
    padding-right:0!important;
    padding-left:0!important
}
.p-1{
    padding:.25rem!important
}
.px-1{
    padding-right:.25rem!important;
    padding-left:.25rem!important
}
.p-2{
    padding:.5rem!important
}
.px-2{
    padding-right:.5rem!important;
    padding-left:.5rem!important
}
.p-3{
    padding:1rem!important
}
.px-3{
    padding-right:1rem!important;
    padding-left:1rem!important
}
.p-4{
    padding:1.5rem!important
}
.px-4{
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
}
.p-5{
    padding:3rem!important
}
.px-5{
    padding-right:3rem!important;
    padding-left:3rem!important
}
.m-auto{
    margin:auto!important
}
*,.text,li,ul{
    margin:0
}
.text-left{
    text-align:left!important
}
.text-right{
    text-align:right!important
}
.centered,.text-center{
    text-align:center!important
}
@media(min-width:576px){
    .col-sm{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-sm-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-sm-1{
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%
    }
    .col-sm-2{
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%
    }
    .col-sm-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-sm-4{
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%
    }
    .col-sm-5{
        -ms-flex:0 0 41.666667%;
        flex:0 0 41.666667%;
        max-width:41.666667%
    }
    .col-sm-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-sm-7{
        -ms-flex:0 0 58.333333%;
        flex:0 0 58.333333%;
        max-width:58.333333%
    }
    .col-sm-8{
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%
    }
    .col-sm-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-10{
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%
    }
    .col-sm-11{
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%
    }
    .col-sm-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-sm-0{
        -ms-flex-order:0;
        order:0
    }
    .order-sm-1{
        -ms-flex-order:1;
        order:1
    }
    .order-sm-2{
        -ms-flex-order:2;
        order:2
    }
    .order-sm-3{
        -ms-flex-order:3;
        order:3
    }
    .order-sm-4{
        -ms-flex-order:4;
        order:4
    }
    .order-sm-5{
        -ms-flex-order:5;
        order:5
    }
    .order-sm-6{
        -ms-flex-order:6;
        order:6
    }
    .order-sm-7{
        -ms-flex-order:7;
        order:7
    }
    .order-sm-8{
        -ms-flex-order:8;
        order:8
    }
    .order-sm-9{
        -ms-flex-order:9;
        order:9
    }
    .order-sm-10{
        -ms-flex-order:10;
        order:10
    }
    .order-sm-11{
        -ms-flex-order:11;
        order:11
    }
    .order-sm-12{
        -ms-flex-order:12;
        order:12
    }
    .navbar-expand-sm{
        -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .navbar-expand-sm .navbar-nav{
        -ms-flex-direction:row;
        flex-direction:row
    }
    .navbar-expand-sm .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-sm>.container{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
    .navbar-expand-sm .navbar-collapse{
        display:-ms-flexbox!important;
        display:flex!important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
    .navbar-expand-sm .navbar-toggler{
        display:none
    }
    .d-sm-block{
        display:block!important
    }
    .align-items-sm-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-content-sm-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-sm-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .m-sm-0{
        margin:0!important
    }
    .m-sm-1{
        margin:.25rem!important
    }
    .m-sm-2{
        margin:.5rem!important
    }
    .m-sm-3{
        margin:1rem!important
    }
    .m-sm-4{
        margin:1.5rem!important
    }
    .m-sm-5{
        margin:3rem!important
    }
    .p-sm-0{
        padding:0!important
    }
    .px-sm-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .p-sm-1{
        padding:.25rem!important
    }
    .px-sm-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .p-sm-2{
        padding:.5rem!important
    }
    .px-sm-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .p-sm-3{
        padding:1rem!important
    }
    .px-sm-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .p-sm-4{
        padding:1.5rem!important
    }
    .px-sm-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .p-sm-5{
        padding:3rem!important
    }
    .px-sm-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .m-sm-auto{
        margin:auto!important
    }
    .text-sm-left{
        text-align:left!important
    }
    .text-sm-right{
        text-align:right!important
    }
    .text-sm-center{
        text-align:center!important
    }
}
@media(min-width:768px){
    .col-md{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-md-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-md-1{
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%
    }
    .col-md-2{
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%
    }
    .col-md-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-md-4{
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%
    }
    .col-md-5{
        -ms-flex:0 0 41.666667%;
        flex:0 0 41.666667%;
        max-width:41.666667%
    }
    .col-md-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        -ms-flex:0 0 58.333333%;
        flex:0 0 58.333333%;
        max-width:58.333333%
    }
    .col-md-8{
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%
    }
    .col-md-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-md-10{
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%
    }
    .col-md-11{
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%
    }
    .col-md-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-md-0{
        -ms-flex-order:0;
        order:0
    }
    .order-md-1{
        -ms-flex-order:1;
        order:1
    }
    .order-md-2{
        -ms-flex-order:2;
        order:2
    }
    .order-md-3{
        -ms-flex-order:3;
        order:3
    }
    .order-md-4{
        -ms-flex-order:4;
        order:4
    }
    .order-md-5{
        -ms-flex-order:5;
        order:5
    }
    .order-md-6{
        -ms-flex-order:6;
        order:6
    }
    .order-md-7{
        -ms-flex-order:7;
        order:7
    }
    .order-md-8{
        -ms-flex-order:8;
        order:8
    }
    .order-md-9{
        -ms-flex-order:9;
        order:9
    }
    .order-md-10{
        -ms-flex-order:10;
        order:10
    }
    .order-md-11{
        -ms-flex-order:11;
        order:11
    }
    .order-md-12{
        -ms-flex-order:12;
        order:12
    }
    .navbar-expand-md{
        -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .navbar-expand-md .navbar-nav{
        -ms-flex-direction:row;
        flex-direction:row
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-md>.container{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
    .navbar-expand-md .navbar-collapse{
        display:-ms-flexbox!important;
        display:flex!important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
    .navbar-expand-md .navbar-toggler{
        display:none
    }
    .d-md-block{
        display:block!important
    }
    .align-items-md-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-content-md-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-md-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .sidebar-page-container{
        position:relative;
        padding-top:34px
    }
    .m-md-0{
        margin:0!important
    }
    .m-md-1{
        margin:.25rem!important
    }
    .m-md-2{
        margin:.5rem!important
    }
    .m-md-3{
        margin:1rem!important
    }
    .m-md-4{
        margin:1.5rem!important
    }
    .m-md-5{
        margin:3rem!important
    }
    .p-md-0{
        padding:0!important
    }
    .px-md-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .p-md-1{
        padding:.25rem!important
    }
    .px-md-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .p-md-2{
        padding:.5rem!important
    }
    .px-md-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .p-md-3{
        padding:1rem!important
    }
    .px-md-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .p-md-4{
        padding:1.5rem!important
    }
    .px-md-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .p-md-5{
        padding:3rem!important
    }
    .px-md-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .m-md-auto{
        margin:auto!important
    }
    .text-md-left{
        text-align:left!important
    }
    .text-md-right{
        text-align:right!important
    }
    .text-md-center{
        text-align:center!important
    }
}
@media(min-width:992px){
    .col-lg{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-lg-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-lg-1{
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%
    }
    .col-lg-2{
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%
    }
    .col-lg-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-4{
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%
    }
    .col-lg-5{
        -ms-flex:0 0 41.666667%;
        flex:0 0 41.666667%;
        max-width:41.666667%
    }
    .col-lg-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-lg-7{
        -ms-flex:0 0 58.333333%;
        flex:0 0 58.333333%;
        max-width:58.333333%
    }
    .col-lg-8{
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%
    }
    .col-lg-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-lg-10{
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%
    }
    .col-lg-11{
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%
    }
    .col-lg-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-lg-0{
        -ms-flex-order:0;
        order:0
    }
    .order-lg-1{
        -ms-flex-order:1;
        order:1
    }
    .order-lg-2{
        -ms-flex-order:2;
        order:2
    }
    .order-lg-3{
        -ms-flex-order:3;
        order:3
    }
    .order-lg-4{
        -ms-flex-order:4;
        order:4
    }
    .order-lg-5{
        -ms-flex-order:5;
        order:5
    }
    .order-lg-6{
        -ms-flex-order:6;
        order:6
    }
    .order-lg-7{
        -ms-flex-order:7;
        order:7
    }
    .order-lg-8{
        -ms-flex-order:8;
        order:8
    }
    .order-lg-9{
        -ms-flex-order:9;
        order:9
    }
    .order-lg-10{
        -ms-flex-order:10;
        order:10
    }
    .order-lg-11{
        -ms-flex-order:11;
        order:11
    }
    .order-lg-12{
        -ms-flex-order:12;
        order:12
    }
    .navbar-expand-lg{
        -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .navbar-expand-lg .navbar-nav{
        -ms-flex-direction:row;
        flex-direction:row
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-lg>.container{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
    .navbar-expand-lg .navbar-collapse{
        display:-ms-flexbox!important;
        display:flex!important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
    .navbar-expand-lg .navbar-toggler{
        display:none
    }
    .d-lg-block{
        display:block!important
    }
    .align-items-lg-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-content-lg-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-lg-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .m-lg-0{
        margin:0!important
    }
    .m-lg-1{
        margin:.25rem!important
    }
    .m-lg-2{
        margin:.5rem!important
    }
    .m-lg-3{
        margin:1rem!important
    }
    .m-lg-4{
        margin:1.5rem!important
    }
    .m-lg-5{
        margin:3rem!important
    }
    .p-lg-0{
        padding:0!important
    }
    .px-lg-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .p-lg-1{
        padding:.25rem!important
    }
    .px-lg-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .p-lg-2{
        padding:.5rem!important
    }
    .px-lg-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .p-lg-3{
        padding:1rem!important
    }
    .px-lg-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .p-lg-4{
        padding:1.5rem!important
    }
    .px-lg-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .p-lg-5{
        padding:3rem!important
    }
    .px-lg-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .m-lg-auto{
        margin:auto!important
    }
    .text-lg-left{
        text-align:left!important
    }
    .text-lg-right{
        text-align:right!important
    }
    .text-lg-center{
        text-align:center!important
    }
}
.text-light{
    color:#f8f9fa!important
}
a.text-light:focus,a.text-light:hover{
    color:#dae0e5!important
}
.text-body{
    color:#212529!important
}
.text-black-50{
    color:rgba(0,0,0,.5)!important
}
.invisible{
    visibility:hidden!important
}
.sidebar-page-container{
    position:relative;
    padding-top:34px
}
@media print{
    *,::after,::before{
        text-shadow:none!important;
        box-shadow:none!important
    }
    a:not(.btn){
        text-decoration:underline
    }
    img{
        page-break-inside:avoid
    }
    h2,h3,p{
        orphans:3;
        widows:3
    }
    h2,h3{
        page-break-after:avoid
    }
    @page{
        size:a3
    }
    .container,body{
        min-width:992px!important
    }
    .navbar{
        display:none
    }
}
@font-face{
    font-family:Flaticon;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/Flaticon.eot);
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/Flaticond41d.eot?#iefix) format("embedded-opentype"),url(https://jojorecipes.com/assets/restaurants-menu/fonts/Flaticon.woff2) format("woff2"),url(https://jojorecipes.com/assets/restaurants-menu/fonts/Flaticon.woff) format("woff"),url(https://jojorecipes.com/assets/restaurants-menu/fonts/Flaticon.ttf) format("truetype"),url(https://jojorecipes.com/assets/restaurants-menu/fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    @font-face{
        font-family:Flaticon;
        src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/Flaticon.svg#Flaticon) format("svg");
        font-display:swap
    }
}
[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before{
    font-family:Flaticon;
    font-size:20px;
    font-style:normal
}
.flaticon-expand:before{
    content:"\f108"
}
.flaticon-menu:before{
    content:"\f109";
    font-size:28px
}
@font-face{
    font-family:PalaceScriptMT;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/PalaceScriptMT.eot);
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/PalaceScriptMT.eot#iefix) format("embedded-opentype"),url(https://jojorecipes.com/assets/restaurants-menu/fonts/PalaceScriptMT.ttf) format("truetype"),url(https://jojorecipes.com/assets/restaurants-menu/fonts/PalaceScriptMT.woff) format("woff"),url(https://jojorecipes.com/assets/restaurants-menu/fonts/PalaceScriptMT.svg#PalaceScriptMT) format("svg");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:NiagaraSolid-Reg;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/NiagaraSolid-Reg.eot);
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/NiagaraSolid-Reg.eot#iefix) format("embedded-opentype"),url(https://jojorecipes.com/assets/restaurants-menu/fonts/NiagaraSolid-Reg.ttf) format("truetype"),url(https://jojorecipes.com/assets/restaurants-menu/fonts/NiagaraSolid-Reg.woff) format("woff"),url(https://jojorecipes.com/assets/restaurants-menu/fonts/NiagaraSolid-Reg.svg#NiagaraSolid-Reg) format("svg");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
*{
    border:none;
    font-size:100%
}
body{
    font-size:14px;
    color:#5a5a5a;
    line-height:1.6em;
    background:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    font-family:Poppins,sans-serif
}
a{
    -webkit-text-decoration-skip:objects;
    text-decoration:none;
    color:#9f0301
}
a:focus,a:hover,a:visited{
    text-decoration:none;
    outline:0
}
h1,h2,h3,h4,h5,h6{
    position:relative;
    font-weight:700;
    margin:0;
    background:0;
    line-height:1.2em;
    letter-spacing:-.02em;
    color:#242424;
    font-family:Poppins,sans-serif
}
.text,p{
    font-size:16px;
    line-height:1.6em;
    font-weight:400;
    color:#5a5a5a
}
h1{
    font-size:36px
}
h2{
    font-size:28px
}
h3,h6{
    font-size:20px
}
h4{
    font-size:20px
}
h5{
    font-size:18px
}
.auto-container{
    position:static;
    max-width:1210px;
    padding:0 10px;
    margin:0 auto
}
.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
    z-index:9
}
li,ul{
    list-style:none
}
.theme-btn{
    display:inline-block;
    -webkit-transition:.3s;
    transition:.3s
}
.btn-style-five .txt,.btn-style-one .txt,.btn-style-three .txt{
    position:relative;
    z-index:1
}
.btn-style-five:before,.btn-style-one:before,.btn-style-three:before,.main-header .header-top::before{
    position:absolute;
    width:100%;
    left:0;
    content:""
}
.btn-style-five{
    position:relative;
    display:inline-block;
    font-size:15px;
    line-height:30px;
    color:#fff;
    letter-spacing:2px;
    padding:12px 46px;
    font-weight:400;
    overflow:hidden;
    background:#a41a13;
    border-radius:0;
    text-transform:uppercase;
    font-family:Poppins,sans-serif
}
.btn-style-five:before{
    top:0;
    height:100%;
    z-index:1;
    opacity:0;
    background-color:#0f1924;
    -webkit-transition:.4s;
    transition:.4s;
    -webkit-transform:scale(1,.5);
    transform:scale(1,.5)
}
.main-header .header-upper .nav-outer,.pull-right{
    float:right
}
.pull-left{
    float:left
}
.main-header{
    position:relative;
    display:block;
    z-index:99999
}
.main-header .header-upper{
    position:relative;
    top:0;
    z-index:5;
    -webkit-transition:.6s;
    transition:.6s;
    background-color:#a40301
}
.main-header .header-upper .logo-outer{
    position:relative;
    float:left;
    z-index:25;
    margin-bottom:-60px;
    padding:0;
    -webkit-transition:.6s;
    transition:.6s
}
.main-header .header-upper .logo-outer .logo{
    position:relative;
    margin-top:0;
    margin-bottom:-35px
}
.main-header .logo-outer .logo img{
    position:relative;
    display:inline-block;
    max-width:100%
}
.main-header .header-lower{
    position:relative;
    -webkit-transition:.6s;
    transition:.6s
}
.main-menu{
    position:relative;
    float:left;
    font-family:Poppins,sans-serif
}
.main-menu .navbar-collapse{
    padding:0
}
.main-menu .navigation{
    position:relative;
    margin:0
}
.main-menu .navigation>li{
    position:relative;
    float:left;
    margin-right:35px;
    -webkit-transition:.6s;
    transition:.6s
}
.main-menu .navigation>li:last-child{
    margin-right:0
}
.main-menu .navigation>li>a{
    position:relative;
    display:block;
    font-size:17px;
    line-height:35px;
    font-weight:500;
    opacity:1;
    color:#fff;
    text-transform:capitalize;
    padding:30px 0;
    -webkit-transition:.3s;
    transition:.3s
}
.main-menu .navigation>li::before{
    position:absolute;
    content:"";
    left:0;
    bottom:20px;
    width:0;
    height:2px;
    opacity:0;
    background-color:#f8ad00;
    -webkit-transition:.5s;
    transition:.5s
}
.main-header .outer-box{
    position:relative;
    float:right;
    margin-left:35px;
    padding:14px 0
}
.main-header .outer-box .order{
    position:relative;
    color:#fcc462;
    font-size:16px;
    font-weight:500;
    line-height:2em;
    padding-left:25px;
    border-left:1px solid rgba(255,255,255,.4);
    -webkit-transition:.6s;
    transition:.6s
}
.main-header .outer-box .order span{
    position:relative;
    display:block
}
.main-header .outer-box .order span a{
    position:relative;
    color:#fff;
    font-size:25px;
    font-weight:700;
    -webkit-transition:.3s;
    transition:.3s
}
.sticky-header{
    position:fixed;
    visibility:hidden;
    opacity:0;
    left:0;
    top:0;
    width:100%;
    padding:0;
    z-index:-1;
    background:#fff;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,.1);
    -ms-box-shadow:0 0 15px rgba(0,0,0,.1);
    -o-box-shadow:0 0 15px rgba(0,0,0,.1);
    box-shadow:0 0 15px rgba(0,0,0,.1);
    -webkit-transition:top .3s;
    transition:top .3s
}
.sticky-header .main-menu .navigation>li{
    margin-left:2px!important;
    padding:0;
    margin-right:0;
    background-color:transparent
}
.sticky-header .main-menu .navigation>li a{
    border-radius:0
}
.sticky-header .main-menu .navigation>li>a{
    padding:23px 15px!important;
    line-height:30px;
    font-size:16px;
    font-weight:500;
    color:#222;
    text-transform:capitalize;
    -webkit-transition:.3s;
    transition:.3s
}
.sticky-header .main-menu .navigation>li:hover>a{
    opacity:1;
    color:#f7b82d
}
.contact-page-section .info-column,.news-detail,.sec-title,.sidebar-widget,.testimonial-page-section .title-box{
    position:relative;
    margin-bottom:40px
}
.sec-title h2{
    position:relative;
    display:block;
    line-height:1.3em;
    color:#242424;
    font-weight:700;
    padding-bottom:25px;
    font-family:Poppins,sans-serif
}
.sec-title h2::before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    height:3px;
    width:60px;
    background-color:#e93030
}
.sec-title.light h2:before{
    background-color:#fff
}
.menu-sec-title.centered,.sec-title.centered{
    text-align:center
}
.menu-sec-title.centered::before,.sec-title.centered h2::before{
    left:50%;
    margin-left:-30px
}
.product-block{
    position:relative;
    margin-bottom:50px
}
.product-block .inner-box{
    position:relative;
    border-radius:6px;
    background-color:#fff;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.product-block .inner-box .image-box{
    position:relative;
    margin:0;
    padding-top:6px
}
.combo-block .inner-box .image img,.product-block .inner-box .image-box img,.product-block-two .inner-box .image img{
    position:relative;
    width:100%;
    display:block
}
.product-block .inner-box .lower-content{
    position:relative;
    text-align:center;
    padding:0 20px 25px
}
.product-block .inner-box .lower-content h4{
    position:relative;
    color:#242424;
    font-weight:600;
    line-height:1.3em;
    margin-bottom:10px;
    font-family:Poppins,sans-serif
}
.burger-block .inner-box .lower-content h5 a,.product-block .inner-box .lower-content h4 a{
    position:relative;
    color:#242424
}
.product-block .inner-box .lower-content .text{
    position:relative;
    color:#5a5a5a;
    font-size:15px;
    font-style:italic;
    line-height:1.7em;
    font-family:open sans,sans-serif
}
.product-block .inner-box .lower-content .price{
    position:relative;
    color:#e93030;
    font-size:24px;
    font-weight:800;
    line-height:1.7em;
    margin-top:12px;
    font-family:open sans,sans-serif
}
.product-block .inner-box .lower-content .lower-box{
    position:absolute;
    left:0;
    right:0;
    opacity:0;
    bottom:0;
    padding:0 15px;
    border-radius:0 0 5px 5px;
    background-color:#fff;
    transition:.6s;
    -moz-transition:.6s;
    -webkit-transition:.6s;
    -ms-transition:.6s;
    -o-transition:.6s
}
.product-block .inner-box .lower-content .lower-box .theme-btn{
    bottom:-6px;
    font-size:13px;
    font-weight:600;
    padding:9px 40px;
    border-radius:5px 5px 0 0;
    font-family:Poppins,sans-serif
}
.product-block .inner-box:hover .lower-content .lower-box{
    opacity:1;
    bottom:-45px
}
.order-section{
    position:relative;
    padding:95px 0;
    background-size:cover;
    background-position:left center
}
.burger-block .inner-box .image,.burger-block .inner-box .image img,.combo-block,.combo-block .inner-box,.combo-block .inner-box .image,.contact-page-section .info-column ul,.dishes-section .dishes-column,.dishes-section .dishes-column .inner-column,.main-footer .timing-list,.menu-section-one .dishes-column,.menu-section-one .dishes-column .inner-column,.menu-section-one .image-column,.menu-section-one .image-column .image,.menu-section-one .image-column .image img,.news-block .inner-box,.news-block-three .inner-box,.news-detail .inner-box,.news-detail .inner-box .lower-content .lower-box .text,.order-section .content-column,.order-section .content-column .inner-column,.product-block-two .inner-box,.testimonial-block,.testimonial-block-two,.testimonial-section .inner-container{
    position:relative
}
.burger-block,.dish-block,.main-footer .footer-widget,.news-block,.product-block-two,.testimonial-block-three{
    position:relative;
    margin-bottom:30px
}
.news-block .inner-box .lower-box,.news-block-three .inner-box .lower-content,.news-block-three .inner-box .lower-content .lower-box,.news-detail .inner-box .lower-content{
    position:relative;
    padding-top:15px
}
.news-block-two .inner-box h3 a,.sidebar .popular-posts .post .text a{
    color:#242424;
    transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s
}
.main-footer{
    position:relative;
    background-color:#0f1924;
    background-position:right top;
    background-repeat:no-repeat
}
.main-footer:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(15,25,36,.85)
}
.main-footer .widgets-section{
    position:relative;
    padding:100px 0 60px
}
.main-footer .footer-widget h4{
    position:relative;
    font-size:18px;
    font-weight:600;
    color:#fff;
    padding-bottom:15px;
    margin-bottom:35px;
    text-transform:capitalize;
    font-family:Poppins,sans-serif
}
.main-footer .footer-widget h4:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    height:2px;
    width:44px;
    background-color:#a41a13
}
.main-footer .footer-bottom .copyright,.main-footer .footer-bottom .purchase,.main-footer .info-widget .email-list li a,.main-footer .logo-widget .text,.main-footer .timing-list li{
    font-size:16px;
    font-family:open sans,sans-serif;
    position:relative
}
.main-footer .info-widget .email-list{
    position:relative;
    margin-top:20px
}
.main-footer .info-widget .email-list li{
    position:relative;
    margin-bottom:7px
}
.main-footer .info-widget .email-list li a{
    color:#a8a8a8;
    transition:.3s;
    -webkit-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s
}
.main-footer .logo-widget{
    text-align:center;
    margin-top:-30px
}
.main-footer .logo-widget .text{
    margin-top:20px;
    color:#a8a8a8;
    line-height:1.8em
}
.main-footer .timing-list li{
    color:#a8a8a8;
    margin-bottom:12px
}
.main-footer .timing-list li span{
    position:absolute;
    right:0;
    top:0;
    width:102px
}
.main-footer .footer-bottom{
    position:relative;
    padding:22px 0;
    border-top:1px solid rgba(255,255,255,.1)
}
.main-footer .footer-bottom .copyright{
    color:#767676
}
.main-footer .footer-bottom .purchase{
    color:#a41a13;
    transition:.3s;
    -webkit-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s
}
.sidebar-page-container{
    margin-bottom:34px;
    position:relative
}
.menus-section .column,.content-side,.sidebar-side{
    margin-bottom:40px
}
.testimonial-block-three .inner-box{
    position:relative;
    border-radius:7px;
    padding:48px 30px 40px;
    background-color:#fff;
    -webkit-box-shadow:0 0 30px rgba(0,0,0,.18);
    box-shadow:0 0 30px rgba(0,0,0,.18)
}
.testimonial-block-three .inner-box .content{
    position:relative;
    padding-left:95px
}
.testimonial-block-three .inner-box .content .image{
    position:absolute;
    left:0;
    top:0;
    width:65px;
    overflow:hidden;
    border-radius:50%;
    margin-bottom:20px
}
.testimonial-block-three .inner-box .content h3{
    position:relative;
    color:#222328;
    font-size:22px;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:15px;
    font-family:Poppins,sans-serif
}
.testimonial-block-three .inner-box .content .title{
    position:relative;
    color:#9f0301;
    font-size:18px;
    font-style:italic
}
.testimonial-block-three .inner-box .content .text{
    position:relative;
    font-size:16px;
    color:#5a5a5a;
    line-height:1.7em;
    margin-top:12px;
    font-family:open sans,sans-serif
}
.recommendation-section{
    position:relative;
    padding:90px 0 80px;
    background-color:#f3f3f3
}
.sidebar .popular-posts .post,.sidebar-title{
    position:relative;
    margin-bottom:20px
}
.news-block-three .inner-box .image,.news-detail .inner-box .image{
    position:relative;
    overflow:hidden;
    background-color:#a41a13
}
.news-block-three .inner-box .lower-content .upper-box,.news-detail .inner-box .lower-content .upper-box{
    position:relative;
    padding-bottom:10px;
    border-bottom:1px solid #e4e4e4
}
.sidebar-page-container{
    position:relative;
    padding:100px 0 60px
}
.news-detail.padding-right{
    padding-right:0
}
.sidebar-title h2{
    font-size:22px;
    color:#242424;
    font-weight:600;
    line-height:1.2em;
    display:inline-block;
    text-transform:capitalize;
    font-family:Poppins,sans-serif
}
.sidebar-title h2:after{
    position:absolute;
    content:"";
    left:108%;
    bottom:2px;
    width:35px;
    height:2px;
    background-color:#a41a13
}
.sidebar .popular-posts .post{
    font-size:14px;
    color:#666;
    padding:0 0 0 90px;
    min-height:86px;
    border-bottom:1px solid #e1e1e1
}
.sidebar .popular-posts .post .post-thumb{
    position:absolute;
    left:0;
    top:0;
    width:72px
}
.sidebar .popular-posts .post:hover .post-thumb img{
    opacity:.7
}
.sidebar .popular-posts .post .post-thumb img{
    display:block;
    width:100%;
    transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s
}
.sidebar .popular-posts .post .text{
    position:relative;
    top:-4px;
    font-size:15px;
    margin:0;
    font-weight:600;
    color:#242424;
    line-height:1.4em;
    text-transform:capitalize
}
.sidebar .popular-posts .post a:hover{
    color:#a41a13;
    text-decoration:underline
}
.sidebar .popular-posts .post-info{
    font-size:15px;
    color:#5a5a5a;
    font-weight:400;
    margin-top:4px
}
.sidebar .popular-tags a{
    position:relative;
    text-decoration:underline;
    display:inline-block;
    line-height:24px;
    padding:7px 18px;
    margin:0 6px 10px 0;
    color:#fff;
    text-align:center;
    font-size:15px;
    background:#a41a13;
    font-weight:500;
    border:1px solid #a41a13;
    text-transform:capitalize;
    transition:.3s;
    -webkit-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    -moz-transition:.3s
}
.sidebar .popular-tags a:hover{
    border-color:#fcc462;
    background-color:#fcc462;
    color:#fff
}
.sticky-top{
    position:-webkit-sticky;
    position:sticky;
    top:90px
}
.info-tags{
    position:relative;
    display:inline-block;
    line-height:24px;
    padding-right:9px;
    margin:6px 6px 10px 0;
    color:#5a5a5a;
    font-size:14px;
    background:none;
    font-weight:500;
    box-sizing:border-box;
    -webkit-transition:all 300ms ease
}
.news-detail .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    -moz-transition:.5s
}
.news-detail .inner-box .lower-content .upper-box .post-meta{
    position:relative;
    top:-4px
}
.news-detail .inner-box .lower-content .upper-box li{
    position:relative;
    color:#6c6a6aa;
    font-size:15px;
    font-weight:400;
    margin-bottom:6px;
    display:inline-block
}
.post-meta li{
    position:relative;
    color:#767575;
    padding-right:10;
    margin-right:10px;
    font-weight:500;
    margin-bottom:6px;
    display:inline-block;
    font-family:Poppins,sans-serif;
    font-size:14px;
    font-style:bold
}
.news-detail .inner-box .lower-content .upper-box .post-meta li:after{
    position:absolute;
    content:"/";
    right:-3px;
    top:0;
    color:#7e7e7e;
    font-size:12px
}
.news-detail .inner-box .lower-content .upper-box .post-meta li:last-child{
    margin-right:0;
    padding-right:0
}
.menu-sec-title{
    position:relative;
    margin-bottom:40px;
    padding-bottom:25px
}
.menu-sec-title h2{
    position:relative;
    display:block;
    line-height:1.3em;
    color:#242424;
    font-weight:700;
    font-family:Poppins,sans-serif
}
.menu-sec-title::before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    height:2px;
    width:60px;
    background-color:#e93030
}
@media only screen and (min-width:768px){
    .main-menu .navigation>li>ul,.main-menu .navigation>li>ul>li>ul{
        display:block!important;
        visibility:hidden;
        opacity:0
    }
}
@media only screen and (max-width:1023px){
    .main-header .outer-box .btn-box,.menu-section-one .inner-container::before,.testimonial-section .side-image{
        display:none
    }
    .header-style-two .header-upper,.header-style-two .header-upper .logo-outer{
        margin-top:0
    }
    .menu-section-one .image-column .inner-column,.menu-section-one.style-two .image-column .inner-column{
        padding-top:0
    }
    .menu-section-one .inner-container,.menu-section-one.style-two .inner-container{
        padding:0
    }
    .menu-section-one .image-column .inner-column{
        text-align:center;
        margin-bottom:40px
    }
    .main-footer .widgets-section .footer-column:nth-child(2),.menu-section-one.style-two .image-column{
        order:1
    }
    .main-footer .widgets-section .footer-column:first-child,.menu-section-one.style-two .dishes-column{
        order:2
    }
    .main-menu .navigation>li{
        margin-right:15px
    }
    .main-header .logo-outer .logo img{
        width:100px
    }
    .main-menu .navigation>li>a{
        font-size:15px
    }
    .main-header .header-top .info-list{
        display:inline-block;
        float:none
    }
    .main-header .header-top .top-left .text{
        padding-bottom:0
    }
    .order-section{
        background-position:right center
    }
    .combo-block{
        margin-bottom:30px
    }
    .main-footer .widgets-section .footer-column:nth-child(3){
        order:3
    }
    .main-footer{
        background-image:none!important
    }
    .header-style-two .header-upper .inner-container{
        box-shadow:none;
        background:0;
        padding-right:0
    }
    .header-style-two{
        position:relative;
        background-color:#222
    }
    .testimonial-block .inner-box .text{
        font-size:20px
    }
    h2{
        font-size:32px
    }
    .contact-page-section .info-column .inner-column{
        padding-top:20px
    }
}
@media only screen and (max-width:991px){
    .sidebar-page-container{
        position:relative;
        padding-top:34px
    }
    .main-header .header-upper .logo-outer{
        margin-bottom:0;
        float:none
    }
    .main-header .logo-outer .logo img{
        width:70px
    }
    .header-style-two .header-upper .logo-outer{
        margin-top:0
    }
    .main-header .header-upper .nav-outer{
        position:relative;
        z-index:35;
        margin-top:-60px
    }
    .navbar-toggler{
        position:relative;
        top:-10px
    }
    .main-footer .footer-widget{
        position:relative;
        margin-bottom:50px
    }
    .main-footer .row{
        margin-bottom:-50px
    }
    .header-style-two .header-upper .logo-outer .logo{
        border-radius:0;
        background:0;
        box-shadow:none
    }
    .main-header.header-style-two .header-upper .logo-outer .logo{
        margin-bottom:0
    }
    .main-header.header-style-two .logo-outer .logo img{
        top:2px
    }
    .main-header.header-style-two .header-upper .nav-outer{
        margin-top:-70px
    }
}
@media only screen and (max-width:767px){
    .sidebar-page-container{
        position:relative;
        padding-top:34px
    }
    .main-header .header-top .top-right,.main-header .header-top .top-right .option-list,.main-header .outer-box,.sec-title .text:before,.testimonial-block-two .inner-box .image-box::after{
        display:none
    }
    .main-header .main-menu{
        padding-top:0;
        width:100%;
        margin:0
    }
    .main-menu{
        position:relative;
        float:left;
        font-family:"Poppins",sans-serif
    }
    .main-menu .navbar-collapse>.navigation{
        float:none!important;
        margin:0!important;
        width:100%!important;
        border:1px solid #fff;
        border-top:none;
        z-index:99
    }
    .phoneContent .logo-outer{
        width:70%
    }
    .main-footer .timing-list{
        max-width:300px
    }
    .main-header .main-box .logo-box{
        width:auto;
        padding:10px 0
    }
    .main-header .header-upper .nav-outer{
        margin-top:-30px;
        width:100%
    }
    .main-header.header-style-two .navbar-toggler{
        top:4px
    }
    .combo-section .row,.news-section .row{
        margin-bottom:-30px
    }
    .main-header .header-top .info-list li:last-child{
        margin-right:0
    }
    .main-header .main-menu{
        padding-top:0;
        width:100%;
        margin:0
    }
    .main-menu .navbar-header{
        position:relative;
        float:none;
        display:block;
        text-align:right;
        width:100%;
        padding:10px 0;
        right:0
    }
    .main-header .top-right>ul>li{
        padding-left:0;
        border-left:0
    }
    .main-menu .navbar-collapse{
        max-height:400px;
        overflow:auto;
        float:none;
        width:100%;
        padding:10px 0 0;
        border:none;
        margin:0 0 15px;
        -ms-border-radius:0;
        -moz-border-radius:0;
        -webkit-border-radius:0;
        -o-border-radius:0;
        border-radius:0;
        box-shadow:none
    }
    .main-menu .collapse.in{
        padding:10px 0 0;
        border:none;
        margin:0 0 15px;
        -ms-border-radius:0;
        -moz-border-radius:0;
        -webkit-border-radius:0;
        -o-border-radius:0;
        border-radius:0;
        box-shadow:none
    }
    .navbar-toggler .icon{
        position:relative;
        font-size:28px;
        line-height:1.2em;
        color:#000
    }
    .navbar-light .navbar-toggler{
        display:inline-block;
        z-index:12;
        width:50px;
        height:40px;
        float:none;
        padding:0;
        text-align:center;
        border-radius:0;
        background:#eec300;
        border:1px solid #eec300
    }
    .main-menu .navbar-header .navbar-toggler .icon-bar{
        position:relative;
        background:#fff;
        height:2px;
        width:26px;
        display:block;
        margin:5px 11px
    }
    .main-menu .navbar-collapse>.navigation{
        float:none!important;
        margin:0!important;
        width:100%!important;
        border:1px solid #fff;
        border-top:none;
        z-index:99
    }
    .main-menu .navbar-collapse>.navigation>li{
        margin:0!important;
        float:none!important;
        padding:0!important;
        width:100%
    }
    .main-menu .navbar-collapse>.navigation>li:first-child,.main-menu .navigation>li>a,.main-menu .navigation>li>ul:before{
        border:none
    }
    .main-menu .navbar-collapse>.navigation>li>a{
        border:none!important;
        font-size:15px!important
    }
    .main-menu .navigation>li>ul>li>a::before,.main-menu .navigation>li>ul>li>ul>li>a::before{
        color:#fff!important;
        right:15px;
        font-size:16px;
        display:none!important
    }
    .main-menu .navbar-collapse>.navigation>li>ul,.main-menu .navbar-collapse>.navigation>li>ul>li>ul{
        position:relative;
        border:none;
        float:none;
        visibility:visible;
        opacity:1;
        display:none;
        margin:0;
        left:auto!important;
        right:auto!important;
        top:auto!important;
        padding:0;
        outline:0;
        width:100%;
        background:#4d273f;
        -webkit-border-radius:0;
        -ms-border-radius:0;
        -o-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
        transition:none!important;
        -webkit-transition:none!important;
        -ms-transition:none!important;
        -o-transition:none!important;
        -moz-transition:none!important;
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        transform:scale(1);
        -webkit-box-shadow:none;
        -ms-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
        border-top:1px solid #fff!important
    }
    .main-menu .navbar-collapse>.navigation>li,.main-menu .navbar-collapse>.navigation>li>ul>li,.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li{
        border-top:1px solid #fff!important;
        border-bottom:none;
        opacity:1!important;
        top:0!important;
        left:0!important;
        visibility:visible!important
    }
    .main-menu .navbar-collapse>.navigation>li>ul>li:first-child,.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:first-child{
        border-top:none!important
    }
    .main-menu .navbar-collapse>.navigation>li>a,.main-menu .navbar-collapse>.navigation>li>ul>li>a,.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a{
        padding:12px 20px!important;
        line-height:22px;
        color:#fff;
        font-weight:500;
        font-size:15px;
        background:#4d273f;
        text-align:left
    }
    .main-menu .navbar-collapse>.navigation>li>a:active,.main-menu .navbar-collapse>.navigation>li>a:focus,.main-menu .navbar-collapse>.navigation>li>a:hover{
        background:#ff5926
    }
    .main-menu .navbar-collapse>.navigation>li:hover>a,.main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a{
        background:#4d273f;
        color:#fff!important
    }
    .main-menu .navigation>li>ul>li,.main-menu .navigation>li>ul>li>ul>li{
        padding-left:0;
        padding-right:0
    }
    .main-menu .navigation>li>ul>li>a,.main-menu .navigation>li>ul>li>ul>li>a{
        border-bottom:0
    }
    .sec-title h2{
        font-size:38px
    }
    .contact-page-section .inner-container{
        padding-left:15px;
        padding-right:15px
    }
    .main-header .header-top .top-left,.main-header .header-top .top-right{
        width:100%;
        text-align:center
    }
    .contact-page-title h1,.page-title h1,h1{
        font-size:42px
    }
    .main-footer .footer-bottom .pull-left,.main-footer .footer-bottom .pull-right{
        width:100%;
        display:block;
        text-align:center
    }
    .header-style-two .header-upper .nav-outer{
        margin-top:-70px
    }
    .testimonial-block .inner-box,.testimonial-block-two .inner-box{
        padding-left:0
    }
    .testimonial-block .inner-box .image-box,.testimonial-block-two .inner-box .image-box{
        position:relative
    }
    .page-title{
        padding:170px 0 100px
    }
    h2{
        font-size:32px
    }
    .testimonial-section-two .sec-title{
        margin-left:0
    }
    .testimonial-section-two{
        background-size:auto
    }
    .menu-section-one.style-two{
        padding-bottom:60px
    }
    .news-block-three{
        margin-bottom:30px
    }
    .news-detail .inner-box .lower-content .upper-box .post-meta{
        position:relative;
        width:100%;
        top:0;
        margin-top:8px
    }
    .news-detail .inner-box .lower-content .upper-box li{
        font-size:15px
    }
}
@media only screen and (max-width:599px){
    .sec-title h2,h2{
        font-size:30px
    }
    h3{
        font-size:24px
    }
    .testimonial-block-three .inner-box .content .image{
        position:relative
    }
    .dish-block .inner-box,.testimonial-block-three .inner-box .content{
        padding-left:0
    }
    .dish-block .inner-box h3{
        font-size:16px
    }
    .dish-block .inner-box .dish-block .inner-box .text{
        font-size:14px
    }
    .price{
        font-size:14px
    }
    .dish-block .inner-box .image{
        width:80px;
        height:80px;
        position:relative;
        margin-bottom:20px;
        padding-left:0
    }
}
@media(max-width:575px){
    .sidebar-page-container{
        position:relative;
        padding-top:34px
    }
    .menus-section .title-box h2{
        font-size:32px
    }
    .combo-section,.menus-section,.news-section,.products-section,.products-section-two{
        padding:70px 0
    }
    .testimonial-section{
        padding:70px 0 106px
    }
    .page-title{
        padding:90px 0 70px
    }
    .products-section-three{
        padding:70px 0 40px
    }
}
@media(max-width:480px){
    .sidebar-page-container{
        position:relative;
        padding-top:34px
    }
    .main-header .header-top .info-list li:last-child a{
        padding-right:0;
        border:none;
        text-align:center;
        display:inline-block;
        margin:auto;
        width:100%
    }
}
@media only screen and (max-width:479px){
    .sidebar-page-container{
        position:relative;
        padding-top:34px
    }
    .contact-page-title h1{
        font-size:42px;
        line-height:1.4em
    }
    .sec-title h2{
        font-size:30px
    }
    .main-header .header-upper .logo-outer{
        width:70%
    }
    .menu-block .inner-box{
        padding-right:0
    }
    .main-header .header-top .info-list li a{
        padding-right:0;
        margin-right:6px;
        border:none
    }
    .main-header .header-top .info-list li{
        float:none;
        margin-left:0;
        margin-right:0
    }
    .page-title h1,h1,h2{
        font-size:42px
    }
    .news-block-three .inner-box .lower-content .lower-box h3,h3{
        font-size:20px
    }
    .order-section .content-column .order-price .price-inner{
        padding-left:0
    }
    .order-section .content-column .order-price .price{
        position:relative;
        margin-bottom:40px
    }
    .testimonial-block-three .inner-box .content .title{
        font-size:16px
    }
    .testimonial-block-three .inner-box{
        padding:25px 15px
    }
    .main-header .header-top .info-list{
        display:block
    }
    .btn-style-five{
        width:100%;
        padding:12px 20px;
        letter-spacing:0
    }
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:300;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
    unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:300;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:300;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:400;
    font-display:optional;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:500;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
    unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:500;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:500;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:700;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
    unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:700;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:700;
    font-display:optional;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');
    unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:900;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format('woff2');
    unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:900;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}
@font-face{
    font-family:Poppins;
    font-style:normal;
    font-weight:900;
    font-display:swap;
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@media all and (min-width:1281px){
    .deskContent{
        display:block
    }
    .phoneContent{
        display:none
    }
}
@media all and (max-width:1280px){
    .deskContent{
        display:none
    }
    .phoneContent{
        display:block
    }
}
#floating-share-buttons{
    list-style-type:none;
    margin:0;
    padding:0;
    font-size:0;
    z-index:500
}
#floating-share-buttons a{
    color:#fff;
    text-decoration:none;
    font-size:14px
}
#floating-share-buttons a.share-facebook{
    background-color:#395793
}
#floating-share-buttons a.share-pinterest{
    background-color:#b8171c
}
#floating-share-buttons a.share-twitter{
    background-color:#1c9deb
}
#floating-share-buttons a.share-linkedin{
    background-color:#21577e
}
#floating-share-buttons a.share-whatsapp{
    background-color:#48a91f
}
#floating-share-buttons a.share-mail{
    background-color:#ff4500
}
@media(min-width:1281px){
    ul#floating-share-buttons{
        position:fixed;
        top:50%;
        transform:translateY(-50%);
        min-height:100px;
        padding:0
    }
    ul#floating-share-buttons a{
        width:3rem;
        height:3rem;
        align-items:center;
        display:inline-flex;
        justify-content:center;
        transition:width .5s
    }
    ul#floating-share-buttons a:hover{
        width:4.5rem
    }
}
@media(max-width:1280px){
    footer{
        padding-bottom:4rem
    }
    #floating-share-buttons{
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
        text-align:center
    }
    #floating-share-buttons li{
        display:inline-block;
        width:calc(100%/6);
        padding:0;
        margin:0
    }
    #floating-share-buttons li a{
        align-items:center;
        display:inline-flex;
        justify-content:center;
        height:3rem;
        width:100%
    }
}
.fa{
    font-family:var(--fa-style-family,"Font Awesome 6 Free");
    font-weight:var(--fa-style,900)
}
.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:var(--fa-display,inline-block);
    font-style:normal;
    font-variant:normal;
    line-height:1;
    text-rendering:auto
}
.fas,.fa-classic,.fa-solid,.far,.fa-regular{
    font-family:'Font Awesome 6 Free'
}
.fa-brands,.fab{
    font-weight:400
}
.fa-brands,.fab{
    font-family:"Font Awesome 6 Brands"
}
.fa-brands,.fab{
    font-weight:400
}
.fa-brands,.fab{
    font-family:"Font Awesome 6 Brands"
}
.fab,.fa-brands{
    font-family:'Font Awesome 6 Brands'
}
.fa-2xs{
    font-size:.625em;
    line-height:.1em;
    vertical-align:.225em
}
.fa-star::before{
    content:"\f005"
}
.fa-user-group::before{
    content:"\f500"
}
.fa-circle::before{
    content:"\f111"
}
.fa-clock::before{
    content:"\f017"
}
.fa-utensils::before{
    content:"\f2e7"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-circle-down::before{
    content:"\f358"
}
.fa-hand-point-right:before{
    content:"\f0a4"
}
.fa-lightbulb:before{
    content:"\f0eb"
}
.fa-share::before{
    content:"\f064"
}
.fa-print::before{
    content:"\f02f"
}
:root,:host{
    --fa-style-family-brands:'Font Awesome 6 Brands';
    --fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands'
}
.fab,.fa-brands{
    font-weight:400
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-pinterest:before{
    content:"\f0d2"
}
:root,:host{
    --fa-style-family-classic:'Font Awesome 6 Free';
    --fa-font-regular:normal 400 1em/1 'Font Awesome 6 Free'
}
:root,:host{
    --fa-style-family-classic:'Font Awesome 6 Free';
    --fa-font-solid:normal 900 1em/1 'Font Awesome 6 Free'
}
@font-face{
    font-family:'Font Awesome 6 Free';
    font-style:normal;
    font-weight:900;
    font-display:block;
    src:url("../webfonts/fa-solid-900.woff2") format("woff2"),url("https://jojorecipes.com/assets/restaurants-menu/fonts/fa-solid-900.ttf") format("truetype")
}
.fas,.fa-solid{
    font-weight:900
}
:root,:host{
    --fa-style-family-brands:'Font Awesome 6 Brands';
    --fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands'
}
@font-face{
    font-family:'Font Awesome 6 Brands';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url("../webfonts/fa-brands-400.woff2") format("woff2"),url("https://jojorecipes.com/assets/restaurants-menu/fonts/fa-brands-400.ttf") format("truetype")
}
.fab,.fa-brands{
    font-weight:400
}
.fab,.fa-brands{
    font-weight:400
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa{
    font-family:var(--fa-style-family,"Font Awesome 6 Free");
    font-weight:var(--fa-style,900)
}
.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:var(--fa-display,inline-block);
    font-style:normal;
    font-variant:normal;
    line-height:1;
    text-rendering:auto
}
.fas,.fa-classic,.fa-solid,.far,.fa-regular{
    font-family:'Font Awesome 6 Free'
}
.fab,.fa-brands{
    font-family:'Font Awesome 6 Brands'
}
.fa-1x{
    font-size:1em
}
.fa-2x{
    font-size:2em
}
.fa-2xs{
    font-size:.625em;
    line-height:.1em;
    vertical-align:.225em
}
.fa-lg{
    font-size:1.25em;
    line-height:.05em;
    vertical-align:-0.075em
}
.fa-star::before{
    content:"\f005"
}
.fa-user-group::before{
    content:"\f500"
}
.fa-circle::before{
    content:"\f111"
}
.fa-clock::before{
    content:"\f017"
}
.fa-utensils::before{
    content:"\f2e7"
}
.fa-arrow-circle-down::before{
    content:"\f0ab"
}
.fa-circle-down::before{
    content:"\f358"
}
.fa-hand-point-right:before{
    content:"\f0a4"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-lightbulb:before{
    content:"\f0eb"
}
.fa-share::before{
    content:"\f064"
}
.fa-print::before{
    content:"\f02f"
}
:root,:host{
    --fa-style-family-brands:'Font Awesome 6 Brands';
    --fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands'
}
@font-face{
    font-family:'Font Awesome 6 Brands';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url("https://jojorecipes.com/assets/restaurants-menu/fonts/fa-brands-400.woff2") format("woff2"),url("https://jojorecipes.com/assets/restaurants-menu/fonts/fa-brands-400.ttf") format("truetype")
}
.fa-solid,.fa-regular,.fa-brands{
    display:inline-block;
    width:1.25em;
    text-rendering:optimizeLegibility
}
.fa-xl{
    width:1.5em
}
.fab,.fa-brands{
    font-weight:400
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-pinterest:before{
    content:"\f0d2"
}
:root,:host{
    --fa-style-family-classic:'Font Awesome 6 Free';
    --fa-font-regular:normal 400 1em/1 'Font Awesome 6 Free'
}
@font-face{
    font-family:'Font Awesome 6 Free';
    font-style:normal;
    font-weight:400;
    font-display:optional;
    src:url("https://jojorecipes.com/assets/restaurants-menu/fonts/fa-regular-400.woff2") format("woff2"),url("https://jojorecipes.com/assets/restaurants-menu/fonts/fa-regular-400.ttf") format("truetype")
}
.far,.fa-regular{
    font-weight:400
}
:root,:host{
    --fa-style-family-classic:'Font Awesome 6 Free';
    --fa-font-solid:normal 900 1em/1 'Font Awesome 6 Free'
}
@font-face{
    font-family:'Font Awesome 6 Free';
    font-style:normal;
    font-weight:900;
    font-display:swap;
    src:url("https://jojorecipes.com/assets/restaurants-menu/fonts/fa-solid-900.woff2") format("woff2"),url("https://jojorecipes.com/assets/restaurants-menu/fonts/fa-solid-900.ttf") format("truetype")
}
.fas,.fa-solid{
    font-weight:900
}
:root,:host{
    --fa-style-family-brands:'Font Awesome 6 Brands';
    --fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands'
}
@font-face{
    font-family:'Font Awesome 6 Brands';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url("https://jojorecipes.com/assets/restaurants-menu/fonts/fa-brands-400.woff2") format("woff2"),url("https://jojorecipes.com/assets/restaurants-menu/fonts/fa-brands-400.ttf") format("truetype")
}
.fab,.fa-brands{
    font-weight:400
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa{
    font-family:var(--fa-style-family,"Font Awesome 6 Free");
    font-weight:var(--fa-style,900)
}
.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:var(--fa-display,inline-block);
    font-style:normal;
    font-variant:normal;
    line-height:1;
    text-rendering:auto
}
.fas,.fa-classic,.fa-solid,.far,.fa-regular{
    font-family:'Font Awesome 6 Free'
}
.fab,.fa-brands{
    font-family:'Font Awesome 6 Brands'
}
.fa-2xs{
    font-size:.625em;
    line-height:.1em;
    vertical-align:.225em
}
.fab,.fa-brands{
    font-family:'Font Awesome 6 Brands'
}
.fab,.fa-brands{
    font-weight:400
}
.fa-twitter:before{
    content:"\f099"
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa.fa-whatsapp{
    font-family:'Font Awesome 6 Brands';
    font-weight:400
}
.fa-whatsapp-square:before{
    content:"\f40c"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-square-whatsapp:before{
    content:"\f40c"
}
.fa-whatsapp-square:before{
    content:"\f40c"
}
.fa.fa-reddit-square:before{
    content:"\f1a2"
}
.fa.fa-reddit{
    font-family:'Font Awesome 6 Brands';
    font-weight:400
}
.fa.fa-reddit-square{
    font-family:'Font Awesome 6 Brands';
    font-weight:400
}
.fa.fa-reddit-alien{
    font-family:'Font Awesome 6 Brands';
    font-weight:400
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-square-reddit:before{
    content:"\f1a2"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-square-x-twitter:before{
    content:"\e61a"
}
.fa.fa-facebook:before{
    content:"\f39e"
}
.fa.fa-facebook-f:before{
    content:"\f39e"
}
.fa.fa-facebook-square:before{
    content:"\f082"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-facebook-f:before{
    content:"\f39e"
}
.fa-facebook:before{
    content:"\f09a"
}
.fa.fa-facebook:before{
    content:"\f39e"
}
.fa.fa-facebook-f:before{
    content:"\f39e"
}
.fa.fa-facebook-official:before{
    content:"\f09a"
}
.fa-square-facebook:before{
    content:"\f082"
}
.fa-facebook:before{
    content:"\f09a"
}
.fa-square-facebook:before{
    content:"\f082"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa.fa-facebook-f{
    font-family:'Font Awesome 6 Brands';
    font-weight:400
}
.fa.fa-facebook{
    font-family:'Font Awesome 6 Brands';
    font-weight:400
}
.fa.fa-facebook-official{
    font-family:'Font Awesome 6 Brands';
    font-weight:400
}
.fa.fa-facebook-square{
    font-family:'Font Awesome 6 Brands';
    font-weight:400
}
.fa-xl{
    font-size:1.5em;
    line-height:.04167em;
    vertical-align:-0.125em
}
.fa-linkedin:before{
    content:"\f08c"
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa.fa-linkedin{
    font-family:'Font Awesome 6 Brands';
    font-weight:400
}
.fa.fa-linkedin:before{
    content:"\f0e1"
}
.fa.fa-linkedin-square{
    font-family:'Font Awesome 6 Brands';
    font-weight:400
}
.fa.fa-linkedin-square:before{
    content:"\f08c"
}
.recipe-save{
    display:inline-flex!important;
    width:auto!important;
    max-width:none!important;
    white-space:nowrap;
    margin:0
}
.recipe-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center
}
.recipe-actions li{
    display:inline-flex;
    list-style:none;
    padding:0;
    margin:0
}
details.share{
    display:inline-block
}
details.share>summary::-webkit-details-marker{
    display:none
}
a.recipe-save,button.recipe-save,summary.recipe-save{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    padding:6px 14px 6px 12px;
    margin-right:2px;
    border-radius:5px;
    border:2px solid currentColor;
    color:#a41a13;
    background:none;
    font-size:12px;
    text-decoration:none;
    cursor:pointer
}
.recipe-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center
}
.recipe-actions>*{
    flex:0 0 auto
}
a.recipe-save,button.recipe-save,summary.recipe-save{
    display:inline-flex;
    width:auto;
    max-width:none;
    white-space:nowrap
}
details.share{
    display:inline-block
}
details.share>summary::-webkit-details-marker{
    display:none
}
summary.recipe-save{
    cursor:pointer
}
summary.recipe-save:focus{
    outline:2px solid currentColor;
    outline-offset:2px
}
.share-menu{
    margin-top:.5rem;
    display:grid;
    grid-template-columns:repeat(3,auto);
    gap:10px 16px
}
.share-menu li{
    list-style:none
}
.share-menu a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border:1px solid #e2e2e2;
    border-radius:6px
}
.recipe-actions .recipe-save{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    font-size:.95rem;
    line-height:1.25;
    padding:8px 14px;
    min-height:38px;
    border-radius:5px;
    border:2px solid currentColor;
    color:#a41a13;
    background:none;
    text-decoration:none;
    cursor:pointer
}
.recipe-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center
}
details.share{
    display:inline-block
}
details.share>summary::-webkit-details-marker{
    display:none
}
summary.recipe-save{
    cursor:pointer
}
summary.recipe-save:focus{
    outline:2px solid currentColor;
    outline-offset:2px
}
.share-menu{
    margin-top:.5rem;
    display:grid;
    grid-template-columns:repeat(3,auto);
    gap:10px 16px
}
.share-menu li{
    list-style:none
}
.share-menu a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border:1px solid #e2e2e2;
    border-radius:6px
}
@media(max-width:520px){
    .recipe-actions .recipe-save{
        font-size:1rem;
        min-height:44px;
        padding:12px 16px;
        justify-content:center
    }
    .share-menu a{
        width:48px;
        height:48px
    }
}
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%
}
.post-meta li,.post-meta .badge{
    border:none!important;
    box-shadow:none!important;
    background:transparent!important
}
.post-meta li{
    padding:4px 8px;
    border-radius:6px
}
@media(max-width:700px){
    .news-detail .inner-box .lower-content>h1{
        font-size:22px!important;
        line-height:1.2!important;
        min-height:min-height:3lh
    }
    .text,p{
        font-size:15px
    }
    .sec-title h2,.menu-sec-title h2,.sidebar-title h2,h2{
        font-size:clamp(20px,5vw,24px)!important;
        line-height:1.25!important
    }
    .news-detail h3,h3{
        font-size:clamp(18px,4.5vw,20px)!important;
        line-height:1.3!important
    }
}
.site-logo img{
    display:block;
    height:auto
}
.phoneContent .site-logo img{
    aspect-ratio:71 / 67;
    height:auto;
    display:block
}
.deskContent .site-logo img{
    aspect-ratio:152 / 194;
    height:auto;
    display:block
}
@media(min-width:768px){
    .hero-img{
        aspect-ratio:1900 / 1321
    }
}
.post-meta{
    min-height:32px
}
.news-detail .inner-box .lower-content p:first-of-type{
    min-height:24px
}
@font-face{
    font-family:"Poppins";
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    font-weight:400;
    font-style:normal;
    font-display:swap;
    size-adjust:102%;
    ascent-override:92%;
    descent-override:24%;
    line-gap-override:0;
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@font-face{
    font-family:"Poppins";
    src:url(https://jojorecipes.com/assets/restaurants-menu/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
    font-weight:700;
    font-style:normal;
    font-display:swap;
    size-adjust:102%;
    ascent-override:92%;
    descent-override:24%;
    line-gap-override:0;
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@media(max-width:700px){
    .card,.post-item,.list-item,.comment,.faq-item{
        contain:content
    }
    .main-content,.article-body{
        content-visibility:auto;
        contain-intrinsic-size:1000px
    }
    img,picture,.hero-img{
        display:block;
        height:auto;
        max-width:100%
    }
    *{
        scrollbar-width:thin
    }
    .card,.widget{
        box-shadow:0 1px 6px rgba(0,0,0,.08)
    }
    .info-tags{
        padding-right:7px
    }
    @media(prefers-reduced-motion:reduce){
        *{
            animation:none!important;
            transition:none!important
        }
    }
}
.recipe-picture{
    position:relative;
    display:inline-block
}
.recipe-picture .pin-btn{
    position:absolute;
    top:10px;
    right:10px;
    background:#e60023;
    color:#fff;
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    text-decoration:none;
    box-shadow:0 2px 6px rgba(0,0,0,0.3);
    transition:background .2s ease
}
.recipe-picture .pin-btn:hover{
    background:#c7001b
}
.chef-fix{
    margin:2.5em 0;
    font-family:'Inter',sans-serif
}
.chef-fix h2{
    font-size:1.4rem;
    font-weight:600;
    margin-bottom:1em;
    color:#222;
    text-align:left
}
.chef-fix table{
    width:100%;
    border-collapse:collapse;
    background:#fffefc;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,0.05)
}
.chef-fix th,.chef-fix td{
    text-align:left;
    padding:12px 16px;
    vertical-align:top;
    line-height:1.5
}
.chef-fix thead{
    background:#fff5eb;
    font-weight:600
}
.chef-fix tbody tr:nth-child(even){
    background:#fffaf5
}
.chef-fix th:first-child,.chef-fix td:first-child{
    width:35%;
    font-weight:600;
    color:#000
}
.chef-fix td{
    color:#444
}
@media(max-width:600px){
    .chef-fix table,.chef-fix thead,.chef-fix tbody,.chef-fix th,.chef-fix td,.chef-fix tr{
        display:block
    }
    .chef-fix thead tr{
        display:none
    }
    .chef-fix tbody tr{
        background:#fffefc;
        margin-bottom:1em;
        border-radius:8px;
        box-shadow:0 2px 5px rgba(0,0,0,0.05)
    }
    .chef-fix td{
        padding:10px 14px;
        border:none;
        display:flex;
        flex-direction:column
    }
    .chef-fix td:first-child{
        font-weight:700;
        color:#111;
        margin-bottom:4px
    }
}
/* Match recipes.css layout spacing (prevents column weirdness when ad height/width changes) */
.sidebar-page-container{
  position: relative;
  padding: 34px 0 60px;
  margin-bottom: 0; /* no recipes.css it doesn't rely on margin-bottom */
}
/* Fix broken selectors */
.menus-section .column,
.content-side,
.sidebar-side{
  margin-bottom: 40px;
}
/* Prevent AdSense from forcing sidebar width and wrapping layout */
.sidebar-wrapper,
.sidebar,
.default-sidebar,
.widget,
.img-300,
.img-300 ins,
.img-300 iframe,
ins.adsbygoogle{
  max-width: 100% !important;
  overflow: hidden;
}

.img-300 ins.adsbygoogle{
  display: block !important;
  width: 100% !important;
}

figcaption {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

/* MOBILE */
@media (max-width: 600px) {
  figcaption {
	display: none;
    font-size: 12px;
    margin-top: 6px;
    padding: 0 6px;
  }
}


.top-nav {
  position: relative;
  z-index: 10;
}


.sidebar-page-container {
  margin-top: 20px;
}


.sidebar-page-container .container > *:first-child {
  margin-top: 20px;
  margin-bottom: 20px;
}


h1 {
  margin-top: 0;
  margin-bottom: 14px;
}