/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* -------------------header-start---- */

.wd-header-nav #menu-main-menu {
    gap: 28px;
}


.whb-general-header .wd-search-form {
    display: flex;
    justify-content: center;
}

.whb-general-header .wd-search-form form {
    width: 55%;
}

.wd-page-title-bg {
    /* position: relative; */
}

.page-id-571  .wd-page-title {
    position: relative;
    margin-top: 25px;
}

.page-id-571 .wd-page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000075;
    display: block;
    z-index: 1;
}

.page-id-571 .wd-page-title h1 {
    z-index: 1;
}

.page-id-571 .wd-page-title .wd-breadcrumbs {
    z-index: 1;
}


.whb-general-header .wd-search-form form input[type="text"] {
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    height: 38px;
    border-radius: 7px;
}

.whb-general-header .wd-search-form form .searchsubmit {
    background: #D54215;
    color: #ffff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}





.whb-general-header #menu-topmenu .nav-link-text {
    border-left: 1px solid #8c8c8c;
    padding-left: 12px;
}

.wd-header-main-nav {
    display: flex;
    justify-content: center;
}

.wd-header-main-nav .nav-link-text {
    font-size: 14px;
    font-weight: bolder !important;
}


.whb-header-bottom .info-box-content {
    font-size: 14px !important;
}

.whb-header-bottom .info-box-content h4 {
    font-size: 15px;
    color: #d54215;
}

.whb-general-header {
    border: none !important;
}



.read-bt {
    background: transparent !important;
    border: 1px solid  #d54215 !important;
    transition: 0.3s all ease !important;
}

.read-bt:hover {
    background: #d54215 !important;
    color: #fff !important;
}
/* -------------------header-end---- */

/* ----------------------banner-main-start------------ */

.banner-info-1 img {
    width: 110px;
}
.dishes-card .dishes-content {
    width: 70%;
}



.banner-info-1 .info-box-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* roughly 10 words depending on width */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #000;
}

.banner-main .banner-info-1 {
    padding-bottom: 22px;
    border-bottom: 1px solid #000;
}


.banner-main .banner-info-1 {
    padding-bottom: 22px;
    border-bottom: 1px solid #000;
}

.banner-main .banner-info-2 {
    padding-bottom: 22px;
    
}

.banner-info-2 img {
    width: 110px;
}


.banner-info-2 .info-box-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* roughly 10 words depending on width */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #000;
}






.read-bt {
    background: transparent;
    border: 1px solid #D54215;
    transition: 1s all ease;
}

.read-bt:hover {
    background: #D54215;
    color: #fff;
}

.banner-main-info-1 .info-box-subtitle {
    color: #000;
    font-weight: bold;
}

.banner-main-info-1 h4 {
    font-size: 28px;
    padding-top: 12px;
}

.banner-main-info-1 p {
    color: #000;
}



.mini-bann {
    
    background-size: cover;
}

.mini-bann .info-box-content {
    background: #fff;
    padding: 18px;
}

.mini-bann .info-box-content .info-box-subtitle {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.mini-bann .info-box-content h4 {
    font-size: 34px;
}

.mini-bann p {
    color: #000;
}


.dishes-card {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 32px;
	margin-bottom: 15px !important;
}

.dishes-card .dishes-image {
    width: 80%;
}

.dishes-card .dishes-image img {
    width: 100%;
}

.dishes-card  .dishes-title {
    font-size: 22px !important;
    margin-bottom: 0px;
}

.dishes-card .dishes-substyle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
                /* roughly 10 words depending on width */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
}


.sing-main-dish .sing-img img {
    height: 100%;
    object-fit: cover !important;
    width: 100%;
    object-position: bottom;
}

.sing-main-dish  .sing-img {
    height: 523px !important;
    object-fit: cover;
}

.sing-main-dish  .sing-main-con {
    margin-top: 20px;
}

.sing-main-dish .sing-main-con h4 {
    margin-bottom: 5px;
    color: #000000a6;
    font-size: 16px;
}

.sing-main-dish .sing-main-con  h2 {
    font-size: 29px;
    transition: 0.3s all ease;
    width: fit-content;
    margin-bottom: 8px;
}

.sing-main-dish .sing-main-con h2:hover {
    border-bottom: 1px solid #EAA08A;
    cursor: pointer;
}

.sing-main-dish .sing-main-con .sing-main-sub-title {
    color: #000;
    font-size: 14px;
}


.banner-info h4 {
       font-size: 30px;
    margin-left: 12px;
    border-bottom: 5px solid #EC5447;
    font-weight: bold;
}


/* ----------------------banner-main-end------------ */


/* ----------------recipies-start------ */




.recipes-info  .info-box-content {
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.recipes-info .info-box-content h4 {
    font-size: 27px;
}

.recipes-info .info-box-content p {
    font-size: 17px;
    color: #000;
    /* padding-left: 10px; */
}
.slide-main {
    background: #fff;
    margin-left: 12px;
    height: 490px;
    border-radius: 12px;
}

.slide-main .slide-con {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 38%;
}



.slide-main .slide-con .slide-rating i {
    color: #000;
}

.slide-main .slide-con a {/* border: 1px solid #000; */position: relative;color: #000 !important;}

.slide-main .slide-con .res-bt {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    height: 35px;
    align-items: center;
    margin-top: 18px;
    border-radius: 9px;
    transition: 0.3s all ease;
}

.slide-main .slide-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.slide-main .slide-con .res-bt:hover {
       background: #B53811;
    color: #fff !important;
    border-color: #ffff;
    /* margin-top: 9px; */
    transform: translatey(-6px);
}

.slide-main .slide-con .res-bt:hover a {
    color: #fff !importent;
}

.slide-main .slide-con .res-bt:hover a {
    color: #fff !important;
}


.slide-main .slide-con h2 {
    display: -webkit-box;               
    -webkit-line-clamp: 2;              
    -webkit-box-orient: vertical;        
    overflow: hidden;                    
    text-overflow: ellipsis;             
    white-space: normal;
}


.wpb_raw_code .slide-arrow-main {
    display: flex;
    gap: 13px;
    justify-content: center;
}

.wpb_raw_code .slide-arrow-main .slick-arrow {
    border: 1px solid #000;
    border-radius: 55px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease;
}

.wpb_raw_code .slide-arrow-main .slick-arrow i {
    font-size: 16px;
    color: #000;
}

.wpb_raw_code .slide-arrow-main .slick-arrow:hover {
    background: #b53811;
    border-color: #b53811;
    cursor: pointer;
}

.wpb_raw_code .slide-arrow-main .slick-arrow:hover i {
    color: #fff;
}

/* -------------------recipes-end------------ */

/*  ------------------------------trending-start------------ */

.cata-main-dish .sing-img {height: 140px;}

.cata-main-dish {
    display: flex;
    align-items: center;
    gap: 30px;
	    margin-top: 39px !important;
}

.cata-main-dish .sing-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.cata-main-dish .cata-main-con h4 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #757575e0;
}

.cata-main-dish .cata-main-con  .cata-main-title {
    font-size: 29px;
    transition: 0.3s all ease;
}



.cata-main-dish .cata-main-con .cata-main-title:hover {
    border-bottom: 1px solid #b53811;
}



.t-recipes-info .info-box-content h4 {
    font-size: 35px;
    position: relative;
   
}

.t-recipes-info .info-box-content h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 8px;
    width: 27%;
    background: #e7ab46c4;
}

/*  ------------------------------trending-end------------ */







/* ---------------------------meat-less-meals-start--------------------- */



.mm-meals-main img {
    height: 298px;
    object-fit: cover;
}

.mm-meals-main {
    margin-top: 30px;
}

.mm-meals-main .mm-meals-con {
    padding: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.mm-meals-main .mm-meals-con .mm-meals-rating i {
    color: #D54215;
}

.mm-meals-main .mm-btn {
    border: 1px solid #000;
    border-radius: 6px;
    height: 35px;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease;
    margin-top: 14px;
}

.mm-meals-main .mm-btn a {
    font-size: 16px;
    font-weight: 700;
}

.mm-meals-main .mm-btn:hover {
    background: #d54215;
    border-color: #fff;
}

.mm-meals-main .mm-btn:hover a {
    color: #fff;
}

.mm-meals-main .mm-meals-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


div#wd-699846f2f0186 {}

.meals-info .info-box-content {}

.meals-info .info-box-content h4 {
    font-size: 35px;
    position: relative;
}

.meals-info .info-box-content h4::before {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 8px;
    width: 47%;
    background: #e7ab46c4;
}
}



/* -------------meat-less-meals-end---------------------------------- */



/* -----------------------last-section-start-------------- */

#last-dish #last-dish-c .dishes-image {
    width: 25% !important;
}
#last-dish .dishes-card {
    border-bottom: 1px solid #b2aeae;
}


.wd-dropdown-menu .menu-item a {
    color: #000;
    font-size: 16px;
}


/* -----------------------last-section-end-------------- */


/* ----------------footer-start---------------- */




#footer-sing-img .menu-item .woodmart-nav-link {
    background: transparent !important;
    color: #000;
}


.menu {
    border: none !important;
}



.footer-row .woodmart-nav-link {
    border: none !important;
}

.footer-row .btn {
    width: 79%;
    font-size: 14px;
    border: 3px solid #d54215;
    padding-bottom: 10px;
    padding-top: 10px;
    background: transparent;
	   transition: 1s all ease;
}
.menu-1  .menu-item {
    border: none !important;
    height: 32px !important;
}
.footer-row .btn:hover {
    background: #d54215;
    color: #fff;
}

.footer-row  .wpb_text_column {
    margin-top: 22px;
}


.footer-bottom .wd-info-box {
    margin-bottom: 0px;
    padding-bottom: 15px;
}


/* ----------------footer-end---------------- */

.l-recipes-info h4 {
    width: fit-content;
}

.l-recipes-info .info-box-content {
    display: flex;
    justify-content: center;
}

.l-recipes-info .info-box-content h4::before {
    width: 100% !important;
}

 .wd-page-title {
    position: relative;
    margin-top: 25px;
}

.wd-page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000075;
    display: block;
    z-index: 1;
}

.wd-page-title h1 {
    z-index: 1;
}

.wd-page-title .wd-breadcrumbs {
    z-index: 1;
}


#easy-banner-main .sing-img {
    height: 530px !important;
}



#easy-banner-main .sing-img img {
    object-position: center;
}

.dinner-resipy-info .info-box-subtitle {
    color: #000;
    font-weight: 700;
    font-size: 17px;
}

.dinner-resipy-info h4 {
    font-size: 35px;
}

.dinner-resipy-info p {
    color: #000;
}


/* -----------------------------meal-start------------------- */

.meal-main .sing-main-dish {
    position: relative;
}

.meal-main .sing-main-con {
    position: absolute;
    bottom: 25px;
    padding: 26px;
}

.meal-main .sing-main-dish::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000057;
    transition: 0.3s all ease;
}

.meal-main .sing-main-con h4 {
    color: #fff;
}

.meal-main .sing-main-con h2 {
    color: #fff;
}

.meal-main .sing-main-con  p {
    color: #fff !important;
}

.meal-main .sing-main-dish:hover::before {
background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(255,255,255,0.08));
}



.meal-main .meal-grid {
    position: relative;
    margin-bottom: 28px;
    /* color: #000 !important; */
}

.meal-main .meal-grid img {
    height: 100%;
    object-fit: cover;
}

.meal-main .meal-grid .meal-grid-img {
    height: 246px;
}

.meal-main .meal-grid-con {
    position: absolute;
    bottom: 0;
    padding: 12px;
}

.meal-main .meal-grid-con h2 {
    color: #fff;
    font-size: 20px;
}

.meal-main .meal-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000087;
    transition: 0.3s all ease;
}

.meal-main .meal-grid:hover::before {
 background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(255,255,255,0.08));
}



.meals-first-row  .wpb_single_image {
    height: 400px;
    margin-bottom: 0;
}

.meals-first-row .wpb_single_image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.meals-first-row .wpb_single_image figure {
    height: 100%;
    width: 100%;
}

.meals-first-row .wpb_single_image .vc_single_image-wrapper {
    height: 100%;
    width: 100%;
}


.meal-info-top {
    padding-left: 52px;
}

.meal-info-top h4 {
    font-size: 35px;
    color: #fff;
}

.meal-info-top p {
    color: #fff;
}

.meal-info-top .btn {
    margin-top: 17px;
    background: #0E1F31;
    color: #fff;
    border-radius: 25px;
    padding: 19px;
    font-size: 14px;
}

.meal-info-top .btn .wd-btn-icon {
    margin-left: 13px;
}
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* -------------------header-start---- */

.whb-general-header .wd-search-form {
    display: flex;
    justify-content: center;
}

.whb-general-header .wd-search-form form {
    width: 55%;
}

.wd-page-title-bg {
    /* position: relative; */
}

.page-id-571  .wd-page-title {
    position: relative;
    margin-top: 25px;
}

.page-id-571 .wd-page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000075;
    display: block;
    z-index: 1;
}

.page-id-571 .wd-page-title h1 {
    z-index: 1;
}

.page-id-571 .wd-page-title .wd-breadcrumbs {
    z-index: 1;
}


.whb-general-header .wd-search-form form input[type="text"] {
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    height: 38px;
    border-radius: 7px;
}

.whb-general-header .wd-search-form form .searchsubmit {
    background: #D54215;
    color: #ffff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}





.whb-general-header #menu-topmenu .nav-link-text {
    border-left: 1px solid #8c8c8c;
    padding-left: 12px;
}

.wd-header-main-nav {
    display: flex;
    justify-content: center;
}

.wd-header-main-nav .nav-link-text {
    font-size: 14px;
    font-weight: bolder !important;
}


.whb-header-bottom .info-box-content {
    font-size: 14px !important;
}

.whb-header-bottom .info-box-content h4 {
    font-size: 15px;
    color: #d54215;
}

.whb-general-header {
    border: none !important;
}



.read-bt {
    background: transparent !important;
    border: 1px solid  #d54215 !important;
    transition: 0.3s all ease !important;
}

.read-bt:hover {
    background: #d54215 !important;
    color: #fff !important;
}
/* -------------------header-end---- */

/* ----------------------banner-main-start------------ */

.banner-info-1 img {
    width: 110px;
}



.banner-info-1 .info-box-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* roughly 10 words depending on width */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #000;
}

.banner-main .banner-info-1 {
    padding-bottom: 22px;
    border-bottom: 1px solid #000;
}


.banner-main .banner-info-1 {
    padding-bottom: 22px;
    border-bottom: 1px solid #000;
}

.banner-main .banner-info-2 {
    padding-bottom: 22px;
    
}

.banner-info-2 img {
    width: 110px;
}


.banner-info-2 .info-box-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* roughly 10 words depending on width */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #000;
}






.read-bt {
    background: transparent;
    border: 1px solid #D54215;
    transition: 1s all ease;
}

.read-bt:hover {
    background: #D54215;
    color: #fff;
}

.banner-main-info-1 .info-box-subtitle {
    color: #000;
    font-weight: bold;
}

.banner-main-info-1 h4 {
    font-size: 28px;
    padding-top: 12px;
}

.banner-main-info-1 p {
    color: #000;
}



.mini-bann {
    
    background-size: cover;
}

.mini-bann .info-box-content {
    background: #fff;
    padding: 18px;
}

.mini-bann .info-box-content .info-box-subtitle {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.mini-bann .info-box-content h4 {
    font-size: 34px;
}

.mini-bann p {
    color: #000;
}


.dishes-card {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 32px;
	margin-bottom: 15px !important;
}

.dishes-card .dishes-image {
    width: 35% !important;
    height: 95px !important;
    object-fit: contain;
}

.dishes-card .dishes-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dishes-card  .dishes-title {
    font-size: 22px !important;
    margin-bottom: 0px;
}

.dishes-card .dishes-substyle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
                /* roughly 10 words depending on width */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
}


.sing-main-dish .sing-img img {
    height: 100%;
    object-fit: fill !important;
    width: 100%;
    object-position: bottom;
}

.sing-main-dish  .sing-img {
    height: 625px !important;
    object-fit: cover;
}

.sing-main-dish  .sing-main-con {
    margin-top: 20px;
}

.sing-main-dish .sing-main-con h4 {
    margin-bottom: 5px;
    color: #000000a6;
    font-size: 16px;
}

.sing-main-dish .sing-main-con  h2 {
    font-size: 29px;
    transition: 0.3s all ease;
    width: fit-content;
    margin-bottom: 8px;
}

.sing-main-dish .sing-main-con h2:hover {
    border-bottom: 1px solid #EAA08A;
    cursor: pointer;
}

.sing-main-dish .sing-main-con .sing-main-sub-title {
    color: #000;
    font-size: 14px;
}


.banner-info h4 {
       font-size: 30px;
    margin-left: 12px;
    border-bottom: 5px solid #EC5447;
    font-weight: bold;
}


/* ----------------------banner-main-end------------ */


/* ----------------recipies-start------ */




.recipes-info  .info-box-content {
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.recipes-info .info-box-content h4 {
    font-size: 27px;
}

.recipes-info .info-box-content p {
    font-size: 17px;
    color: #000;
    /* padding-left: 10px; */
}
.slide-main {
    background: #fff;
    margin-left: 12px;
    height: fit-content;
    border-radius: 12px;
    padding-bottom: 13px;
}

.slide-main .slide-con {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 38%;
}



.slide-main .slide-con .slide-rating i {
    color: #000;
}

.slide-main .slide-con a {/* border: 1px solid #000; */position: relative;color: #000 !important;}

.slide-main .slide-con .res-bt {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    height: 35px;
    align-items: center;
    margin-top: 13px;
    border-radius: 9px;
    transition: 0.3s all ease;
}

.slide-main .slide-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 230px;
    width: 100%;
}

.slide-main .slide-con .res-bt:hover {
       background: #B53811;
    color: #fff !important;
    border-color: #ffff;
    /* margin-top: 9px; */
    transform: translatey(-6px);
}

.slide-main .slide-con .res-bt:hover a {
    color: #fff !importent;
}

.slide-main .slide-con .res-bt:hover a {
    color: #fff !important;
}


.slide-main .slide-con h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


.wpb_raw_code .slide-arrow-main {
    display: flex;
    gap: 13px;
    justify-content: center;
}

.wpb_raw_code .slide-arrow-main .slick-arrow {
    border: 1px solid #000;
    border-radius: 55px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease;
}

.wpb_raw_code .slide-arrow-main .slick-arrow i {
    font-size: 16px;
    color: #000;
}

.wpb_raw_code .slide-arrow-main .slick-arrow:hover {
    background: #b53811;
    border-color: #b53811;
    cursor: pointer;
}

.wpb_raw_code .slide-arrow-main .slick-arrow:hover i {
    color: #fff;
}

/* -------------------recipes-end------------ */

/*  ------------------------------trending-start------------ */

.cata-main-dish .sing-img {height: 140px;}

.cata-main-dish {
    display: flex;
    align-items: center;
    gap: 30px;
	    margin-top: 39px !important;
}

.cata-main-dish .sing-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.cata-main-dish .cata-main-con h4 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #757575e0;
}

.cata-main-dish .cata-main-con  .cata-main-title {
    font-size: 29px;
    transition: 0.3s all ease;
}



.cata-main-dish .cata-main-con .cata-main-title:hover {
    border-bottom: 1px solid #b53811;
}



.t-recipes-info .info-box-content h4 {
    font-size: 35px;
    position: relative;
   
}

.t-recipes-info .info-box-content h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 8px;
    width: 23%;
    background: #e7ab46c4;
}

/*  ------------------------------trending-end------------ */







/* ---------------------------meat-less-meals-start--------------------- */



.mm-meals-main img {
    height: 298px;
    object-fit: cover;
}

.mm-meals-main {
    margin-top: 30px;
}

.mm-meals-main .mm-meals-con {
    padding: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.mm-meals-main .mm-meals-con .mm-meals-rating i {
    color: #D54215;
}

.mm-meals-main .mm-btn {
    border: 1px solid #000;
    border-radius: 6px;
    height: 35px;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease;
    margin-top: 14px;
}

.mm-meals-main .mm-btn a {
    font-size: 16px;
    font-weight: 700;
}

.mm-meals-main .mm-btn:hover {
    background: #d54215;
    border-color: #fff;
}

.mm-meals-main .mm-btn:hover a {
    color: #fff;
}

.mm-meals-main .mm-meals-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


div#wd-699846f2f0186 {}

.meals-info .info-box-content {}

.meals-info .info-box-content h4 {
    font-size: 35px;
    position: relative;
}

.meals-info .info-box-content h4::before {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 8px;
    width: 42%;
    background: #e7ab46c4;
}
}



/* -------------meat-less-meals-end---------------------------------- */



/* -----------------------last-section-start-------------- */

#last-dish #last-dish-c .dishes-image {
    width: 25% !important;
}
#last-dish .dishes-card {
    border-bottom: 1px solid #b2aeae;
}


.wd-dropdown-menu .menu-item a {
    color: #000;
    font-size: 16px;
}


/* -----------------------last-section-end-------------- */


/* ----------------footer-start---------------- */






.menu {
    border: none !important;
}



.footer-row .woodmart-nav-link {
    border: none !important;
}

.footer-row .btn {
    width: 79%;
    font-size: 14px;
    border: 3px solid #d54215;
    padding-bottom: 10px;
    padding-top: 10px;
    background: transparent;
	   transition: 1s all ease;
}
.menu-1  .menu-item {
    border: none !important;
    height: 32px !important;
}
.footer-row .btn:hover {
    background: #d54215;
    color: #fff;
}

.footer-row  .wpb_text_column {
    margin-top: 22px;
}


.footer-bottom .wd-info-box {
    margin-bottom: 0px;
    padding-bottom: 15px;
}


/* ----------------footer-end---------------- */



 .wd-page-title {
    position: relative;
    margin-top: 25px;
}

.wd-page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000075;
    display: block;
    z-index: 1;
}

.wd-page-title h1 {
    z-index: 1;
}

.wd-page-title .wd-breadcrumbs {
    z-index: 1;
}


#easy-banner-main .sing-img {
    height: 530px !important;
}



#easy-banner-main .sing-img img {
    object-position: center;
}

.dinner-resipy-info .info-box-subtitle {
    color: #000;
    font-weight: 700;
    font-size: 17px;
}

.dinner-resipy-info h4 {
    font-size: 35px;
}

.dinner-resipy-info p {
    color: #000;
}


/* -----------------------------meal-start------------------- */

.meal-main .sing-main-dish {
    position: relative;
}

.meal-main .sing-main-con {
    position: absolute;
    bottom: 25px;
    padding: 26px;
}

.meal-main .sing-main-dish::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000057;
    transition: 0.3s all ease;
}

.meal-main .sing-main-con h4 {
    color: #fff;
}

.meal-main .sing-main-con h2 {
    color: #fff;
}

.meal-main .sing-main-con  p {
    color: #fff !important;
}

.meal-main .sing-main-dish:hover::before {
background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(255,255,255,0.08));
}



.meal-main .meal-grid {
    position: relative;
    margin-bottom: 28px;
    /* color: #000 !important; */
}

.meal-main .meal-grid img {
    height: 100%;
    object-fit: cover;
}

.meal-main .meal-grid .meal-grid-img {
    height: 300px;
}

.meal-main .meal-grid-con {
    position: absolute;
    bottom: 0;
    padding: 12px;
}

.meal-main .meal-grid-con h2 {
    color: #fff;
    font-size: 20px;
}

.meal-main .meal-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000087;
    transition: 0.3s all ease;
}

.meal-main .meal-grid:hover::before {
 background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(255,255,255,0.08));
}



.meals-first-row  .wpb_single_image {
    height: 450px;
    margin-bottom: 0;
}

.meals-first-row .wpb_single_image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.meals-first-row .wpb_single_image figure {
    height: 100%;
    width: 100%;
}

.meals-first-row .wpb_single_image .vc_single_image-wrapper {
    height: 100%;
    width: 100%;
}


.meal-info-top {
    padding-left: 52px;
}

.meal-info-top h4 {
    font-size: 35px;
    color: #fff;
}

.meal-info-top p {
    color: #fff;
}

.meal-info-top .btn {
    margin-top: 17px;
    background: #0E1F31;
    color: #fff;
    border-radius: 25px;
    padding: 19px;
    font-size: 14px;
}

.meal-info-top .btn .wd-btn-icon {
    margin-left: 13px;
}

.meal-bt-2 {
    padding: 10px 20px 10px 20px !important;
    background: transparent !important;
    border: 1px solid #ED6815 !important;
    transition: 1s all ease !important;
}

.meal-bt-2:hover {
    background: #ED6815 !important;
    color: #ffff !important;
}
/* -----------------meal-end--------------------- */



/* -------------------------news----start---------------------- */



.vc_do_toggle {
    background: #FC7905;
    border-radius: 15px;
    padding: 16px;
}

.vc_do_toggle .vc_toggle_title {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    border-radius: 12px;
}

.vc_do_toggle .vc_toggle_title h4 {
    color: #000;
    font-size: 22px !important;
}

.vc_do_toggle .vc_toggle_icon {
    position: absolute;
    right: 0 !important;
}

.vc_do_toggle .vc_toggle_icon {
    border-radius: 17px;
    left: inherit !important;
    right: 45px !important;
    background: #fc7905 !important;
    padding: 17px;
}

 

.vc_toggle_content {
    background: #fff;
    padding: 16px;
    border-radius: 15px;
}

.vc_toggle_content p {
    color: #000;
}

/* -----------------------news-end------------------------------------- */

/* ------------------------kitichen-tip-section----start--------------------- */

#kitchen-tip .cata-main-dish {
    border: 1px solid #000;
    border-radius: 12px;
    padding: 14px;
}
/* ------------------------kitichen-tip-section----start--------------------- */

.about-banner {
    position: relative;
}

.about-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000005e;
    height: 100%;
    width: 100%;
    display: block;
}


/* --------------------------------ingredient-start-------------------- */

#ingrident-progress .vc_single_bar {
    background: #ff5e0163;
}

#ingrident-progress .vc_single_bar .vc_bar.animated {
    background: #f75a0ed1;
}

#ingrident-progress  .vc_label {
    color: #fff;
}

.ing-bt {
    background: #f86d27 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding-left: 27px !important;
    padding-right: 27px !important;
}

.ing-bt:hover {
    background: #f86d27 !important;
    color: #fff !important;
    letter-spacing: 1px !important;
} 


.f-icon {
    background: #f86d27;
    position: absolute !important;
    top: 21% !important;
    margin: 0 auto;
    left: 38% !important;
    padding: 20px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 200px;
    border: 10px solid #FFE;
}

.f-icon .box-icon-wrapper {
    width: fit-content;
    /* background: rebeccapurple; */
}

.f-icon h4 {
    text-align: center;
    color: #fff;
    font-size: 27px;
}

.f-icon p {
    text-align: center;
    color: #fff;
}

.ingredient-main {
    position: relative;
}

.ingredient-main .ingredient-img {/* height: 220px; */object-fit: contain;}

.ingredient-main .ingredient-img img {
    /* height: 475px !important; */
    border-radius: 12px;
    object-fit: fill !important;
    width: 100%;
}

 

.ingredient-main .ingredient-con {
    position: absolute;
    bottom: 0;
    background: #0000004a;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 23px;
    border-radius: 12px;
}

.ingredient-con a {
    display: flex;
    justify-content: end;
}

.ingredient-con a i {
    background: #fff;
    /* padding: 12px; */
    /* padding-left: 34px; */
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    align-items: center;
    font-size: 21px;
    border-radius: 62px;
    transform: rotate(-38deg);
    transition: 0.5s all ease;
}

.ingredient-main:hover .ingredient-con a i {
    transform: rotate(0deg);
}



.ingredient-main .ingredient-con  h2 {
    color: #fff;
}

/* --------------------------------ingredient-end-------------------- */



/* --------------------our-team-start--------------------9 */



.team-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-card img {border-radius: 20px;}

.team-card .team-content {
    background: #fb6105;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    position: relative;
    bottom: 28px;
    border-radius: 16px;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.team-card .team-content .team-title {
    color: #fff;
    margin-bottom: 2px;
    font-size: 22px;
}

.team-card .team-content p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
}

/* --------------------our-team-end--------------------9 */











/* -----------------------------------------contact-start------------------ */

.contact-social .wd-social-icon {
    background: #d54215;
    padding: 20px !important;
    color: #fff;
    width: 62px !important;
    margin-left: 12px;
    font-size: 22px;
    transition: 0.5s all ease;
}



.contact-social .wd-social-icon:hover {
    background: #000;
    color: #fff;
}

.contact-row input[type="text"] {
    border-color: #d54215;
    color: #000;
}

.contact-row input[type="email"] {

  border-color: #d54215;
    color: #000;
    
}

.contact-row  textarea {
  border-color: #d54215 !important;
    color: #000 !important;
  
}

.contact-row input[type="submit"] {
    background: #d54215;
    color: #fff;
    font-size: 15px;
}

.contact-row input[type="submit"]:hover {
    letter-spacing: 1px;
}

/* -----------------------------------------contact-end------------------ */


/* --------------advercites-sec-start----------- */

.adv-bt {
    font-size: 15px !important;
    gap: 15px !important;
    padding: 19px !important;
    background: #fc7103 !important;
    color: #fff !important;
}

.adv-bt:hover {
    background: #fc7103 !important;
    color: #fff !important;
    letter-spacing: 1px;
}

.adv-coun .counter-label {
    color: #000 !important;
    font-family: 'helvetica'!important;
    font-weight: 500 !important;
    font-size: 35px !important;
}

.adv-coun .counter-value {
    font-size: 50px !important;
    color: #fc7103 !important;
}



#adv-last .vc_single_image-wrapper img {
  border-radius: 320px 320px 0px 0px;
}



#adv-last h4 {
    font-size: 22px;
}

#adv-last p {
    color: #000;
}

/* --------------advercites-sec-end----------- */
.ed-grid-2 img {border-radius: 50%;height: 255px;}

.whb-general-header #menu-footer-menu li:last-child {
    display: none;
}

.whb-general-header #menu-footer-menu li .nav-link-text {
    border-left: 1px solid #000;
    margin-right: 18px;
    padding-left: 15px;
}



.footer-row .wd-social-icons {
    display: flex;
    justify-content: left;
    gap: 12px;
}

.footer-row .wd-social-icons .wd-icon {
    color: #000;
    font-size: 17px !important;
}

.footer-row .follow-us {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.about-form form input[type="submit"] {
    background: #d54215 !important;
}

 

.about-form .info-box-icon img {
    filter: invert(1);
}
.mm-meals-main .mm-meals-img {
    display: flex;
    justify-content: center;
}
 

.mobile-nav .mobile-pages-menu {
    padding-top: 40px;
}

.about-form a {
    color: #d54215 !important;
}


/* -------------------responsive-css-start-------------------------------------- */


/* -------------modile-css-------------------- */

@media (max-width: 480px) {


#sing-img img {
    width: 200px;
}

#sing-img {
    display: flex;
    justify-content: center;
}

    .sing-main-dish .sing-img {
        height: 300px !important;
    }
    
    .sing-main-dish .sing-main-con h2 {
        font-size: 25px;
        /* text-align: center; */
    }
    
    .sing-main-dish .sing-main-con h4 {
        font-size: 14px;
        margin-bottom: 9px;
    }
    
    
    .sing-main-dish .sing-main-con {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .banner-info h4 {
        text-align: center;
        font-size: 25px;
        padding-bottom: 12px;
    }
    
    .dishes-card .dishes-title {
        font-size: 18px !important;
    }
    
    .dishes-card  .dishes-substyle {
        font-size: 14px;
    }
    
    .dishes-card {
        padding-bottom: 13px;
        margin-bottom: 42px !important;
    }
    
    .wpb_raw_code .slide-arrow-main .slick-arrow {
        padding: 21px !important;
    }
    
    .slide-main .slide-con {
        height: 36%;
        padding-bottom: 15px !important;
    }
    
    .slide-con h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    
    .t-recipes-info .info-box-content h4::before {
        left: 0;
        width: 100%;
        bottom: -11px;
    }
    
    .t-recipes-info .info-box-content h4 {
        font-size: 25px;
        width: fit-content;
    }
    
    .t-recipes-info .info-box-content {
        display: flex;
        justify-content: center;
    }
    
    .cata-main-dish .cata-main-con .cata-main-title {
        font-size: 21px;
    }
    
    .cata-main-dish .cata-main-con {
        width: 50%;
    }
    
    .meals-info .info-box-content h4::before {
        width: 100%;
        left: 0;
    }
    
    .meals-info .info-box-content h4 {
        width: fit-content;
    }
    
    .meals-info .info-box-content {
        display: flex;
        justify-content: center;
    }
    
    .mm-meals-main {
        margin-bottom: 50px !important;
    }
    
    #last-dish .dishes-image {
        width: 30%;
    }
    
    #last-dish .dishes-content {
        width: 70%;
    }

.footer-row .wd-button-wrapper {
    display: flex;
    justify-content: center;
}

.footer-row .wd-social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.footer-row .wd-social-icons .wd-icon {
    color: #000;
    font-size: 17px !important;
}
	
	.recipes-info .info-box-content {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.recipes-info .info-box-content p {
    text-align: center;
}

.recipes-info .info-box-icon {
    display: flex;
    justify-content: center;
}

	
	.recipes-info .box-icon-wrapper {
    display: flex !important;
    justify-content: center !important;
}
	
.footer-row	.info-box-wrapper .box-icon-align-top {
    margin-bottom: 12px;
    /* text-align: center; */
    margin-top: 32px;
    padding-left: 14px;
    position: relative;
}

.footer-row .info-box-wrapper .box-icon-align-top:before {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 9%;
    background: #fc7a07;
    height: 4px;
}
	.recipes-info .info-box-content h4 {
    text-align: center;
}
	
	.cuisines-row-1 .info-box-content {}

.cuisines-row-1 .info-box-content h4 {
    font-size: 25px !important;
}

.cuisines-row-1 .info-box-content p {
    font-size: 14px;
}
	
	.meals-first-row .wd-info-box {
    padding-left: 0px;
}

.meals-first-row .wd-info-box h4 {
    font-size: 25px;
}

.meals-first-row .wd-info-box  .btn {
    padding: 15px;
    font-size: 14px !important;
    margin-top: 0px;
}
	.m-d-r  h4 {
    font-size: 25px !important;
}

.m-d-r  p {
    font-size: 14px;
}
	.ing-r-1 h4 {
    font-size: 25px !important;
}

.ing-r-1  p {
    font-size: 14px;
}

.f-icon {
    padding: 10px !important;
    width: 155px;
}
	
	.ingredient-main .ingredient-img img {
    height: 300px !important;
}

	.ing-r-2 h4 {
    font-size: 25px !important;
}

.ing-r-2  p {
    font-size: 14px;
}
	
	
	h4.info-box-title.title.box-title-style-default.wd-fontsize-m {}

.kt-row h4 {
    font-size: 25px !important;
}

.kt-row p {
    font-size: 14px;
}
	
	.vc_do_toggle .vc_toggle_title h4 {
    font-size: 18px !important;
}

.vc_do_toggle .vc_toggle_title {
    padding-right: 46px;
}

.vc_do_toggle .vc_toggle_icon {
    right: 12px !important;
}
	.new-d-r h4 {
    font-size: 22px !important;
}

.new-d-r  p {
    font-size: 14px;
}
	.new-d-r-2 {
    display: flex !important;
    flex-direction: column-reverse;
}
	.feature-r-1 h4 {
    font-size: 25px !important;
}

.feature-r-1 p {
    font-size: 14px;
}

 #feature-r-2 {
    display: flex;
    flex-direction: column-reverse;
}

#feature-r-2 h4 {
    font-size: 25px !important;
}

#feature-r-2  p {
    font-size: 14px;
}

	.about-banner h2 {
    line-height: 32px !important;
}

.about-banner {
    /* padding-top: 50px !important; */
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.about-time h2 {
    text-align: center !important;
}
	
	.adv-row-1 h4 {
    font-size: 25px !important;
}

.adv-row-1 p {
    font-size: 14px;
}

#adv-last .wpb_single_image {
    display: flex;
    justify-content: center;
}

img.vc_single_image-img.attachment-full {}

#adv-last .wpb_single_image img {
    width: 270px;
}



.adv-coun .woodmart-counter {
    margin-bottom: 50px;
}

.adv-coun .woodmart-counter .counter-value {
    font-size: 45px !important;
}

.adv-coun .woodmart-counter   .counter-label {
    font-size: 30px !important;
}
	.contact-social .wd-social-icon {
    margin-bottom: 17px;
}
 }



@media (max-width: 576px) {




    .sing-main-dish .sing-img {
        height: 300px !important;
    }
    
    .sing-main-dish .sing-main-con h2 {
        font-size: 25px;
        /* text-align: center; */
    }
    
    .sing-main-dish .sing-main-con h4 {
        font-size: 14px;
        margin-bottom: 9px;
    }
    
    
    .sing-main-dish .sing-main-con {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .banner-info h4 {
        text-align: center;
        font-size: 25px;
        padding-bottom: 12px;
    }
    
    .dishes-card .dishes-title {
        font-size: 18px !important;
    }
    
    .dishes-card  .dishes-substyle {
        font-size: 14px;
    }
    
    .dishes-card {
        padding-bottom: 13px;
        margin-bottom: 42px !important;
    }
    
    .wpb_raw_code .slide-arrow-main .slick-arrow {
        padding: 21px !important;
    }
    
    .slide-main .slide-con {
        height: 36%;
        padding-bottom: 15px !important;
    }
    
    .slide-con h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    
    .t-recipes-info .info-box-content h4::before {
        left: 0;
        width: 100%;
        bottom: -11px;
    }
    
    .t-recipes-info .info-box-content h4 {
        font-size: 25px;
        width: fit-content;
    }
    
    .t-recipes-info .info-box-content {
        display: flex;
        justify-content: center;
    }
    
    .cata-main-dish .cata-main-con .cata-main-title {
        font-size: 21px;
    }
    
    .cata-main-dish .cata-main-con {
        width: 50%;
    }
    
    .meals-info .info-box-content h4::before {
        width: 100%;
        left: 0;
    }
    
    .meals-info .info-box-content h4 {
        width: fit-content;
    }
    
    .meals-info .info-box-content {
        display: flex;
        justify-content: center;
    }
    
    .mm-meals-main {
        margin-bottom: 50px !important;
    }
    
    #last-dish .dishes-image {
        width: 30%;
    }
    
    #last-dish .dishes-content {
        width: 70%;
    }

.footer-row .wd-button-wrapper {
    display: flex;
    justify-content: center;
}

.footer-row .wd-social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.footer-row .wd-social-icons .wd-icon {
    color: #000;
    font-size: 17px !important;
}
	
	.recipes-info .info-box-content {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.recipes-info .info-box-content p {
    text-align: center;
}

.recipes-info .info-box-icon {
    display: flex;
    justify-content: center;
}

	
	.recipes-info .box-icon-wrapper {
    display: flex !important;
    justify-content: center !important;
}
	
.footer-row	.info-box-wrapper .box-icon-align-top {
    margin-bottom: 12px;
    /* text-align: center; */
    margin-top: 32px;
    padding-left: 14px;
    position: relative;
}

.footer-row .info-box-wrapper .box-icon-align-top:before {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 9%;
    background: #fc7a07;
    height: 4px;
}
	.recipes-info .info-box-content h4 {
    text-align: center;
}
	
	.cuisines-row-1 .info-box-content {}

.cuisines-row-1 .info-box-content h4 {
    font-size: 25px !important;
}

.cuisines-row-1 .info-box-content p {
    font-size: 14px;
}
	
	.meals-first-row .wd-info-box {
    padding-left: 0px;
}

.meals-first-row .wd-info-box h4 {
    font-size: 25px;
}

.meals-first-row .wd-info-box  .btn {
    padding: 15px;
    font-size: 14px !important;
    margin-top: 0px;
}
	.m-d-r  h4 {
    font-size: 25px !important;
}

.m-d-r  p {
    font-size: 14px;
}
	.ing-r-1 h4 {
    font-size: 25px !important;
}

.ing-r-1  p {
    font-size: 14px;
}

.f-icon {
    padding: 10px !important;
    width: 155px;
}
	
	.ingredient-main .ingredient-img img {
    height: 300px !important;
}

	.ing-r-2 h4 {
    font-size: 25px !important;
}

.ing-r-2  p {
    font-size: 14px;
}
	
	
	h4.info-box-title.title.box-title-style-default.wd-fontsize-m {}

.kt-row h4 {
    font-size: 25px !important;
}

.kt-row p {
    font-size: 14px;
}
	
	.vc_do_toggle .vc_toggle_title h4 {
    font-size: 18px !important;
}

.vc_do_toggle .vc_toggle_title {
    padding-right: 46px;
}

.vc_do_toggle .vc_toggle_icon {
    right: 12px !important;
}
	.new-d-r h4 {
    font-size: 22px !important;
}

.new-d-r  p {
    font-size: 14px;
}
	.new-d-r-2 {
    display: flex !important;
    flex-direction: column-reverse;
}
	.feature-r-1 h4 {
    font-size: 25px !important;
}

.feature-r-1 p {
    font-size: 14px;
}

 #feature-r-2 {
    display: flex;
    flex-direction: column-reverse;
}

#feature-r-2 h4 {
    font-size: 25px !important;
}

#feature-r-2  p {
    font-size: 14px;
}

	.about-banner h2 {
    line-height: 32px !important;
}

.about-banner {
    /* padding-top: 50px !important; */
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.about-time h2 {
    text-align: center !important;
}
	
	.adv-row-1 h4 {
    font-size: 25px !important;
}

.adv-row-1 p {
    font-size: 14px;
}

#adv-last .wpb_single_image {
    display: flex;
    justify-content: center;
}

img.vc_single_image-img.attachment-full {}

#adv-last .wpb_single_image img {
    width: 270px;
}



.adv-coun .woodmart-counter {
    margin-bottom: 50px;
}

.adv-coun .woodmart-counter .counter-value {
    font-size: 45px !important;
}

.adv-coun .woodmart-counter   .counter-label {
    font-size: 30px !important;
}
	.contact-social .wd-social-icon {
    margin-bottom: 17px;
}
 }
/* -------------modile-css-------------------- */


/* -----------------------tablate-screen-start----------------- */




@media (max-width: 768px) {




    .sing-main-dish .sing-img {
        height: 300px !important;
    }
    
    .sing-main-dish .sing-main-con h2 {
        font-size: 25px;
        /* text-align: center; */
    }
    
    .sing-main-dish .sing-main-con h4 {
        font-size: 14px;
        margin-bottom: 9px;
    }
    
    
    .sing-main-dish .sing-main-con {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .banner-info h4 {
        text-align: center;
        font-size: 25px;
        padding-bottom: 12px;
    }
    
    .dishes-card .dishes-title {
        font-size: 18px !important;
    }
    
    .dishes-card  .dishes-substyle {
        font-size: 14px;
    }
    
    .dishes-card {
        padding-bottom: 13px;
        margin-bottom: 42px !important;
    }
    
    .wpb_raw_code .slide-arrow-main .slick-arrow {
        padding: 21px !important;
    }
    
    .slide-main .slide-con {
        height: 36%;
        padding-bottom: 15px !important;
    }
    
    .slide-con h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    
    .t-recipes-info .info-box-content h4::before {
        left: 0;
        width: 100%;
        bottom: -11px;
    }
    
    .t-recipes-info .info-box-content h4 {
        font-size: 25px;
        width: fit-content;
    }
    
    .t-recipes-info .info-box-content {
        display: flex;
        justify-content: center;
    }
    
    .cata-main-dish .cata-main-con .cata-main-title {
        font-size: 21px;
    }
    
    .cata-main-dish .cata-main-con {
        width: 50%;
    }
    
    .meals-info .info-box-content h4::before {
        width: 100%;
        left: 0;
    }
    
    .meals-info .info-box-content h4 {
        width: fit-content;
    }
    
    .meals-info .info-box-content {
        display: flex;
        justify-content: center;
    }
    
    .mm-meals-main {
        margin-bottom: 50px !important;
    }
    
    #last-dish .dishes-image {
        width: 30%;
    }
    
    #last-dish .dishes-content {
        width: 70%;
    }

.footer-row .wd-button-wrapper {
    display: flex;
    justify-content: center;
}

.footer-row .wd-social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.footer-row .wd-social-icons .wd-icon {
    color: #000;
    font-size: 17px !important;
}
	
	.recipes-info .info-box-content {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.recipes-info .info-box-content p {
    text-align: center;
}

.recipes-info .info-box-icon {
    display: flex;
    justify-content: center;
}

	
	.recipes-info .box-icon-wrapper {
    display: flex !important;
    justify-content: center !important;
}
	
.footer-row	.info-box-wrapper .box-icon-align-top {
    margin-bottom: 12px;
    /* text-align: center; */
    margin-top: 32px;
    padding-left: 14px;
    position: relative;
}

.footer-row .info-box-wrapper .box-icon-align-top:before {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 9%;
    background: #fc7a07;
    height: 4px;
}
	.recipes-info .info-box-content h4 {
    text-align: center;
}
	
	.cuisines-row-1 .info-box-content {}

.cuisines-row-1 .info-box-content h4 {
    font-size: 25px !important;
}

.cuisines-row-1 .info-box-content p {
    font-size: 14px;
}
	
	.meals-first-row .wd-info-box {
    padding-left: 0px;
}

.meals-first-row .wd-info-box h4 {
    font-size: 25px;
}

.meals-first-row .wd-info-box  .btn {
    padding: 15px;
    font-size: 14px !important;
    margin-top: 0px;
}
	.m-d-r  h4 {
    font-size: 25px !important;
}

.m-d-r  p {
    font-size: 14px;
}
	.ing-r-1 h4 {
    font-size: 25px !important;
}

.ing-r-1  p {
    font-size: 14px;
}

.f-icon {
    padding: 10px !important;
    width: 155px;
}
	
	.ingredient-main .ingredient-img img {
    height: 300px !important;
}

	.ing-r-2 h4 {
    font-size: 25px !important;
}

.ing-r-2  p {
    font-size: 14px;
}
	
	
	h4.info-box-title.title.box-title-style-default.wd-fontsize-m {}

.kt-row h4 {
    font-size: 25px !important;
}

.kt-row p {
    font-size: 14px;
}
	
	.vc_do_toggle .vc_toggle_title h4 {
    font-size: 18px !important;
}

.vc_do_toggle .vc_toggle_title {
    padding-right: 46px;
}

.vc_do_toggle .vc_toggle_icon {
    right: 12px !important;
}
	.new-d-r h4 {
    font-size: 22px !important;
}

.new-d-r  p {
    font-size: 14px;
}
	.new-d-r-2 {
    display: flex !important;
    flex-direction: column-reverse;
}
	.feature-r-1 h4 {
    font-size: 25px !important;
}

.feature-r-1 p {
    font-size: 14px;
}

 #feature-r-2 {
    display: flex;
    flex-direction: column-reverse;
}

#feature-r-2 h4 {
    font-size: 25px !important;
}

#feature-r-2  p {
    font-size: 14px;
}

	.about-banner h2 {
    line-height: 32px !important;
}

.about-banner {
    /* padding-top: 50px !important; */
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.about-time h2 {
    text-align: center !important;
}
	
	.adv-row-1 h4 {
    font-size: 25px !important;
}

.adv-row-1 p {
    font-size: 14px;
}

#adv-last .wpb_single_image {
    display: flex;
    justify-content: center;
}

img.vc_single_image-img.attachment-full {}

#adv-last .wpb_single_image img {
    width: 270px;
}



.adv-coun .woodmart-counter {
    margin-bottom: 50px;
}

.adv-coun .woodmart-counter .counter-value {
    font-size: 45px !important;
}

.adv-coun .woodmart-counter   .counter-label {
    font-size: 30px !important;
}
	.contact-social .wd-social-icon {
    margin-bottom: 17px;
}
#sing-img img {
    width: 200px;
}

#sing-img {
    display: flex;
    justify-content: center;
}
    
 }



@media (max-width: 992px) {




    .sing-main-dish .sing-img {
        height: 350px !important;
    }
    
    .sing-main-dish .sing-main-con h2 {
        font-size: 25px;
        /* text-align: center; */
    }
    
    .sing-main-dish .sing-main-con h4 {
        font-size: 14px;
        margin-bottom: 9px;
    }
    
    
    .sing-main-dish .sing-main-con {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .banner-info h4 {
        text-align: center;
        font-size: 25px;
        padding-bottom: 12px;
    }
    
    .dishes-card .dishes-title {
        font-size: 18px !important;
    }
    
    .dishes-card  .dishes-substyle {
        font-size: 14px;
    }
    
    .dishes-card {
        padding-bottom: 13px;
        margin-bottom: 42px !important;
    }
    
    .wpb_raw_code .slide-arrow-main .slick-arrow {
        padding: 21px !important;
    }
    
    .slide-main .slide-con {
        height: 36%;
        padding-bottom: 15px !important;
    }
    
    .slide-con h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    
    .t-recipes-info .info-box-content h4::before {
        left: 0;
        width: 100%;
        bottom: -11px;
    }
    
    .t-recipes-info .info-box-content h4 {
        font-size: 25px;
        width: fit-content;
    }
    
    .t-recipes-info .info-box-content {
        display: flex;
        justify-content: center;
    }
    
    .cata-main-dish .cata-main-con .cata-main-title {
        font-size: 21px;
    }
    
    .cata-main-dish .cata-main-con {
        width: 50%;
    }
    
    .meals-info .info-box-content h4::before {
        width: 100%;
        left: 0;
    }
    
    .meals-info .info-box-content h4 {
        width: fit-content;
    }
    
    .meals-info .info-box-content {
        display: flex;
        justify-content: center;
    }
    
    .mm-meals-main {
        margin-bottom: 50px !important;
    }
    
    #last-dish .dishes-image {
        width: 30%;
    }
    
    #last-dish .dishes-content {
        width: 70%;
    }

.footer-row .wd-button-wrapper {
    display: flex;
    justify-content: center;
}

.footer-row .wd-social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.footer-row .wd-social-icons .wd-icon {
    color: #000;
    font-size: 17px !important;
}
	
	.recipes-info .info-box-content {
    flex-direction: column;
    /* align-items: center; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.recipes-info .info-box-content p {
    text-align: center;
}

.recipes-info .info-box-icon {
    /* display: flex; */
    /* justify-content: center; */
}

	
	.recipes-info .box-icon-wrapper {
    /* display: flex !important; */
    /* justify-content: center !important; */
}
	
.footer-row	.info-box-wrapper .box-icon-align-top {
    margin-bottom: 12px;
    /* text-align: center; */
    margin-top: 32px;
    padding-left: 14px;
    position: relative;
}

.footer-row .info-box-wrapper .box-icon-align-top:before {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 9%;
    background: #fc7a07;
    height: 4px;
}
	.recipes-info .info-box-content h4 {
    text-align: center;
}
	
	.cuisines-row-1 .info-box-content {}

.cuisines-row-1 .info-box-content h4 {
    font-size: 25px !important;
}

.cuisines-row-1 .info-box-content p {
    font-size: 14px;
}
	
	.meals-first-row .wd-info-box {
    padding-left: 0px;
}

.meals-first-row .wd-info-box h4 {
    font-size: 25px;
}

.meals-first-row .wd-info-box  .btn {
    padding: 15px;
    font-size: 14px !important;
    margin-top: 0px;
}
	.m-d-r  h4 {
    font-size: 25px !important;
}

.m-d-r  p {
    font-size: 14px;
}
	.ing-r-1 h4 {
    font-size: 25px !important;
}

.ing-r-1  p {
    font-size: 14px;
}

.f-icon {
    padding: 10px !important;
    width: 155px;
}
	
	.ingredient-main .ingredient-img img {
    height: 370px !important;
}

	.ing-r-2 h4 {
    font-size: 25px !important;
}

.ing-r-2  p {
    font-size: 14px;
}
	


.kt-row h4 {
    font-size: 25px !important;
}

.kt-row p {
    font-size: 14px;
}
	
	.vc_do_toggle .vc_toggle_title h4 {
    font-size: 18px !important;
}

.vc_do_toggle .vc_toggle_title {
    padding-right: 46px;
}

.vc_do_toggle .vc_toggle_icon {
    right: 12px !important;
}
	.new-d-r h4 {
    font-size: 22px !important;
}

.new-d-r  p {
    font-size: 14px;
}
	.new-d-r-2 {
    /* display: flex !important; */
    /* flex-direction: column-reverse; */
}
	.feature-r-1 h4 {
    font-size: 25px !important;
}

.feature-r-1 p {
    font-size: 14px;
}



#feature-r-2 h4 {
    font-size: 25px !important;
}

#feature-r-2  p {
    font-size: 14px;
}

	.about-banner h2 {
    line-height: 32px !important;
}

.about-banner {
    /* padding-top: 50px !important; */
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.about-time h2 {
    text-align: center !important;
}
	
	.adv-row-1 h4 {
    font-size: 25px !important;
}

.adv-row-1 p {
    font-size: 14px;
}

#adv-last .wpb_single_image {
    display: flex;
    justify-content: center;
}

img.vc_single_image-img.attachment-full {}

#adv-last .wpb_single_image img {
    width: 270px;
}



.adv-coun .woodmart-counter {
    margin-bottom: 50px;
}

.adv-coun .woodmart-counter .counter-value {
    font-size: 45px !important;
}

.adv-coun .woodmart-counter   .counter-label {
    font-size: 30px !important;
}
	.contact-social .wd-social-icon {
    margin-bottom: 17px;
}

.ingredient-main {
    margin-bottom: 45px !important;
    margin-top: 45px;
}

.ingredient-main {
    margin-bottom: 45px !important;
}


    .slide-main {
    background: #fff;
    margin-left: 12px;
    height: fit-content;
    border-radius: 12px;
    padding-bottom: 13px;
}

.slide-main .slide-con .res-bt {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    height: 35px;
    align-items: center;
    margin-top: 13px;
    border-radius: 9px;
    transition: 0.3s all ease;
}


    

    
    
 }


/* -----------------------tablate-screen-end----------------- */


/* -------------------responsive-css-end-------------------------------------- */



 
.sing-catagory-recipy-main .s-c-r-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.sing-catagory-recipy-main  .sing-recipy-catagory-content {
    margin-top: 21px;
}

.sing-catagory-recipy-main .sing-recipy-catagory-content .s-c-r-c-heading {
    font-size: 17px;
}

.sing-catagory-recipy-main .sing-recipy-catagory-content h4 {
    font-size: 30px;
    margin-top: 0px;
    font-size: 29px;
    transition: 0.3s all ease;
    width: fit-content;
    margin-bottom: 8px;
}
}

.single-recipi-list-main .single-recipi-list-info {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.single-recipi-list-main .single-recipi-list-info .s-r-info-list-img {
    width: 35%;
}

.single-recipi-list-main .single-recipi-list-info .s-r-info-list-img img {
    width: 100%;
}

.single-recipi-list-main .single-recipi-list-info .s-r-info-list-content {
    width: 65%;
}

.single-recipi-list-main .single-recipi-list-info .s-r-info-list-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.single-recipi-list-main .single-recipi-list-info .s-r-info-list-content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-recipi-list-main .single-recipi-list-info .s-r-info-list-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 3px;
}

.recipy-catagory-grid-main .r-c-g-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
}

.recipy-catagory-grid-main .r-c-g-info img {
    width: 100%;
    height: 298px;
    object-fit: cover;
    border-radius: 3px;
}

 .sing-catagory-recipy-main h2 {
      margin-bottom: 5px;
    color: #000000a6;
    font-size: 16px;
}

 

.recipy-catagory-grid-main .r-c-g-info .r-c-g-info-con h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 24px;
    text-align: center;
}

.recipy-catagory-grid-main .r-c-g-info .r-c-g-info-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.recipy-catagory-grid-main .r-c-g-info .r-c-g-info-con a {
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    width: 87%;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: 0.3s all ease;
}

.recipy-catagory-grid-main .r-c-g-info .r-c-g-info-con a:hover {
    background: #D54215;
    color: #fff !important;
}

.sing-catagory-recipy-main {
    position: sticky;
    top: 12px;
}
#r-c-r {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-recipi-list-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    border-bottom: 1px solid #000;
    margin-bottom: 17px;
    padding-bottom: 23px;
}

 

 .sing-recipy-catagory-content .s-c-r-c-para {
    font-size: 16px;
    color: #000;
}
.catag-trenting {
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
}

.catag-trenting h1 {
    font-size: 35px;
    width: fit-content;
    position: relative;
}

.catag-trenting h1:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 6px;
    background: #e7ab46c4;
}