.transparent-header.sticky-menu{
    z-index: 99;
}

.recipe-blk .recipe-content:hover{
    background: #e00c1b;
    margin-top: -125px;
    padding-top: 90px;  
    bottom: -30px !important;
    position: relative;
}

.recipefilter-section {
    padding-top: 0px;
    padding-bottom: 110px;
    min-height: 90vh;
    position: relative;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.btn{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.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;
}
/* sidenav */
.recipefilter-section .filter-row .categories-sidenav {
    top: 100px;
    padding: 28px 22px 28px 21px;
    border-radius: 9px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #f6f6f6;
    //max-width: 350px;
    transition: height 0.2s ease-in-out;
}
.recipefilter-section .filter-row .categories-sidenav form .search-input {
    border-radius: 9px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: solid 1px #8c8c8c;
    background-color: #e6e9ea;
    font-size: 16px;
    font-family: Poppins;
    font-weight: normal;
    color: #919191;
    border-right:0;
}
.recipefilter-section .filter-row .categories-sidenav form .search-btn {
    border-radius: 9px;
    background-color: #ff8413;
    width: 67px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: solid 1px #8c8c8c;
    border-left:0;
}
.recipefilter-section .filter-row .categories-sidenav form .search-btn img {
    width: 20px;
}
.recipefilter-section .filter-row .categories-sidenav form input:focus, 
.recipefilter-section .filter-row .categories-sidenav form input:hover {
    outline: none;
    box-shadow: none;
}
.recipefilter-section .filter-row .categories-sidenav .categories-block {
    margin-top: 18px;
}
.recipefilter-section .categories-sidenav .categories-block h3 { /* .filter-row */
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.22;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.recipefilter-section .categories-sidenav .categories-block .form-check { /* .filter-row */
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.04;
    letter-spacing: normal;
    color: var(--black);
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.recipefilter-section .categories-sidenav .categories-block .form-check .form-check-input { /*.filter-row */
    margin-top: 15px;
    cursor: pointer;
}
.form-check-input:checked[type=checkbox] {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: #ff8413;
    border-color: #ff8413;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
 .form-check label{
    font-family: Poppins;
    font-size: 16px!important;
    font-weight: 500!important;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.04;
    letter-spacing: normal;
    color: #000;
}
.recipe-blk{
    margin-bottom:40px ;
}
.recipe-blk .recipe-img{
    position: relative;
    font-size: 0;
    text-align: center;
    z-index: 9;
}
.recipe-blk .recipe-img img{
    width: 77%; /*215px;*/
    height: auto;
    border-radius: 100%;    
}
.recipe-blk .recipe-content{
    padding: 150px 25px 25px 25px;
   /* margin-top: -125px;  */ 
    margin-top: -165px;  
    border-radius: 30px 0 30px 0;
    background: #242424;
}
.recipe-blk .recipe-content h2{
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
}
.recipe-blk .recipe-title{
    display: block;
    margin-top:1rem;
    margin-bottom: 1rem;
    float: left;
    width: 100%; 
}
.recipe-blk .recipe-content h3{ 
    font-family: 'fredoka_oneregular';
    /*font-size: 18px;
    line-height: 1.43;*/
    font-size: 21px;
    line-height:26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 60%;
    float: left;
    text-align: left;
    margin: 0;
}
.recipe-blk .recipe-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color:#fff;  
    margin: 9px 0 0;
    clear: both;
}
.recipe-content .time{
    font-size: 16px; 
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    width: 40%;
    text-align: left;
    float: left;
}
.recipe-content .time span{
    font-weight: bold;
}
.recipe-blk .read-more {
    margin-top: 15px;
}
.recipe-blk .read-more a{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;  
}
.pagination-row {
    margin-top: 1rem;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.justify-content-center {
    justify-content: center;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-item:hover{
    cursor:pointer;
}
.page-item .page-link {
    z-index: 3;
    color: #131313;        
}
.page-item.active .page-link {
    background-color: #ff8413;
    border-color: #ff8413;
}
.pagination-row .page-number {
    border-radius: 20px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    padding: 9px 15px 8px 15px;
    margin: 0 5px 0 5px;
    font-size: 16px;       
    font-weight: 500;                                   
}
.page-item.disabled a {
    display: none;
}
.page-item.disabled .page-link, .page-item:last-child .page-link,.page-item:first-child .page-link{
    font-size: 16px;
    border-radius: 20px;
    color: #131313;
    background-color: #C3C3C3;
    border-color: #C3C3C3;
    padding: 9px 15px 8px 15px;
    margin: 0 12px 0 10px;
}
.page-item:first-child .page-link{
    margin-right: 30px;
}
.page-item:last-child .page-link{
    margin-left: 30px;
}
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 0px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 0px;
    border: 1px solid;
    border-radius:2px;
    font-size:12px;
    padding: 1px 4px 0px 4px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after{
    content: "\f068"; 
}
.prevlink > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";  
}
.nextlink > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:"\f105";
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-menu a{
    color:#000;
    font-size:16px;
}
.sidebar-menu a span{
    font-weight: 600;
}
.sidebar-menu a:hover, .form-check label:hover{
    color:#ff8413;
}
.subscribe-block {
    border-radius: 10px;
    background-color: #FEC85C;
    padding: 2rem 1rem 0rem;
    text-align: center;
    margin-top: 15px;
}
.subscribe-block h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    font-family: Poppins;
}
.subscribe-block p { 
    color: #000;
    font-weight: 500;
    line-height: 1.25;
}
.subscribe-block input {
    font-family: Poppins;
    border-radius: 5px;
    border: none;
    background-color: #e6e9ea;
    color: #919191; 
    font-weight: 500;
    width: 100%;
    padding: 10px;    
}
.subscribe-block .subscribe-btn {
    font-family: Poppins;
    border-radius: 5px;
    background-color: #FF8413;  
    font-weight: 500;
    color: #fff;
    width:100%;
}

.recipefilter-section{
    background: url(/wp-content/uploads/2022/11/Group-2.webp);
    background-position: right bottom -30px;
    background-repeat: no-repeat;  
}
.recipes-outer-section{
    background: url(/wp-content/uploads/2022/11/Group-2.webp), url(/wp-content/uploads/2022/11/Group-2.webp), url(/wp-content/uploads/2022/11/Group.webp);
    background-position: right 0% top 30px, right center, left top 250px;
    background-repeat: no-repeat, no-repeat;
    padding-top: 0px;
}
.recipes-outer-section > .container{
    background: url(/wp-content/uploads/2022/11/Group-69.webp);
    background-position: right 7% top -20px;
    background-repeat: no-repeat, no-repeat;
}
.recipes-outer-section .filter-row{
    padding-top: 60px;  
}

/*********rk 8122022************/

.recipeBannerSection {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain !important;
}
.recipe-right span {
    position: absolute;
    transform-origin: 0 0;
    transform: rotate(270deg);
    border: 0;
    bottom: 70px;
    right: -240px;
    font-size: 6rem;
    line-height: 8rem;
    color: rgba(0, 0, 0, 0.10);
}
.col-sm-6.col-12.recipe-right-title {
    position: unset;
    right: 0;
    z-index: 9;
}
.recipe-right {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1;
    font-weight: 400;
    font-family: 'fredoka_oneregular';
    text-transform: uppercase;
    font-size: 2rem;

}

.card-body.mobile, .community-search input{
    display:none;
}
.md-show{
    display:none;
}

.deskleaf{
    background: url(/wp-content/uploads/2022/11/Group@2x-lt.webp) no-repeat;
    background-position: right 3em bottom 75px;
    background-repeat: no-repeat;
    width: 20%;
    background-size: 12%;
}


.brands-content .recipe-blk .recipe-content h3{
    width: 100%;
    text-transform: uppercase;
}
.brands-content .recipe-blk .recipe-content{
    margin-top: -130px;
}
.brands-content .recipe-blk .recipe-content:hover{ /* .recipe-blk.active .recipe-content */
    padding-top: 85px;
    margin-top: -75px;
    bottom: -10px !important;
}

@media (max-width: 991px){
    .brands-content .recipe-blk .recipe-content:hover {
        margin-top: -110px;
        padding-top: 105px;
        bottom: 0!important;
    }
}
@media only screen and (max-width: 767px){
    .recipefilter-section .filter-row .categories-sidenav{
        display: none ;
    }
    .card-body.mobile{
        display:block;
    }
    .brands-content .recipe-blk .recipe-content:hover, #recipes_content_html .recipe-blk .recipe-content:hover{
        margin-top: -75px !important;
        padding-top: 95px !important;
        bottom: 0!important;
    }
}

@media (max-width: 767px){
    .recipe-blk .recipe-content h3{
        width:100%;
    }
    .recipefilter-section{
        background: none;
       /* z-index: 9;
        position: relative;
        background-size: 12%;*/
    }
    .mobile-action {
        position: sticky;
        top: 168px;
        z-index: -99;       
    }
    .mobile-action-nav {
        position: sticky;
        top: 0 !important;      
        
    }

    .mobile-action-nav ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        background: #e6e9ea;
        padding: 0px;
        border-radius: 5px;
        margin-bottom: 10px;
        border: 1px solid #8c8c8c;
        box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
    }

    .mobile-action-nav ul li {
        width: 50%;
        text-align: center;
        position: relative;
        padding: 1px 5px 1px;
    }

    .mobile-action-nav ul li:not(:last-child):after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 2px;
        height: 16px;
        background: #949494;
        margin: auto;
        bottom: 0;
    }
    .mobile-action-nav ul li button {
        background: transparent;
        border: none;        
        align-items: center;
        cursor: pointer;       
        padding: 5px;      
    }
    .mobile-action-nav ul li button .img-icon{        
        margin-right: 5px;
    }
    .mobile-action-nav ul li button span {
        font-family: Poppins;
        font-size: 14px;
        color: #919191;
        font-weight: normal;
    }   

    .category-menu-header, .category-menu-footer {
        padding: 15px 20px;
        box-shadow: 0px 3px 30px rgb(0 0 0 / 11%) !important;
        /*position: relative;
        z-index: 1;*/
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 999;
        background-color: #ffffff;
    }
    .category-menu-footer {
        display: flex;
        flex-wrap: wrap;
        bottom:0;
    }
    .category-menu-header h4 {
        font-size: 14px;
        display: inline-block;
        padding: 0px 60px 0px 0px;
        width: 100%;
        margin-bottom: 0;
        color: #6a6a6a;
        font-weight:normal;
    }
    .category-menu-header a.clearallbtn {
        font-size: 14px;
        font-weight: 600;
        top: 2px;
        right: 15px;
        padding: 10px 5px;
        color: #ff8413;
    }
    .sidenav .clearallbtn {
      position: absolute;
      margin-left: 0px;
    }
    .category-menu-footer a {
        font-size: 14px;
        font-weight: 600;
        top: 2px;
        right: 15px;
        padding: 10px 5px;        
    }
    .category-menu-footer a.closebtn{
        color: #949494;
    }
    .category-menu-footer a.applybtn {
        color: #ff8413;
    }
    .category-footer-section{
        width:50%;
        text-align: center;
        position: relative;
    }
    .sidenav {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
    }
    
    .sidenav.active {
        height: 100%;
    }   

    /* sidenav */
    .recipefilter-section .card-body .categories-sidenav {      
        padding: 15px 22px 28px 21px;      
        background-color: #f6f6f6;
        transition: height 0.2s ease-in-out;
    }
    .recipefilter-section .card-body{
        padding: 0px 0px !important;
    }


    .community-search-wrapper {
        z-index: 99999;
        position: relative;
    }
    .community-search {
        margin-left: 0;
        position: relative;
        align-items: initial;
        flex-direction: column;
        display: flex;
        justify-content: center;
    }
    .community-search .mobile-input {
        display: block;
        position: absolute;
        width: 100%;
        top: -10px;
        z-index: 1;
        left: 0px;
        border: 1px solid #e2e2e2;
        padding: 5px 25px 5px 40px;
        height: 47px;
        background: #fff;
        box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
        border-radius: 5px;
    }
    .community-search input{
        display: none;
    }
    .community-search .search-close {
        top: 2px;
        right: 20px;
        position: absolute;
        left: auto;
        z-index: 1;
    }
    .community-search .search-q {
        left: 15px;
        top: 2px;
        position: absolute;
        z-index: 1;
    }
    .community-search .search-q img {
        width: 15px;
    }
}

@media (max-width: 767px){
    .recipes-outer-section{      
        background: url(/wp-content/uploads/2022/11/Group@2x-lt.webp) no-repeat, 
        url(/wp-content/uploads/2022/11/Group@2x-lt.webp) no-repeat;
        background-position: right center, left top 40em;
        background-size: 12%;
    }
    .md-hide{
      display:none;  
    }
    .md-show{
        display:block;
    }
    h2.our-legacy-title{
        position: relative;
        text-align: center;   
        font-size: 36px;
        margin-top: -10px;
        padding-bottom: 0px;
    }
    .mg-top{
        margin-top: 15px;
    }
    .recipeBannerSection-small p{
        margin-bottom:0;
        padding-top: 25px;
    }
    h2.our-legacy-title.aos-init.aos-animate.recipe-list-title {
        margin-top: -40px;
    }
    .mob-col{
        background: url(/wp-content/uploads/2022/11/Group@2x-rg.webp) no-repeat,
        url(/wp-content/uploads/2022/11/Group@2x-lt.webp) no-repeat;
        background-position: right 6em center, left 3em bottom;
        background-repeat: no-repeat, no-repeat;
        width: 20%;
        background-size: 12%;
    }
    .mob-col img{
        z-index: -1;
        position: relative;
    }
    .recipeBannerSection-small {
        background: url(/wp-content/uploads/2022/11/Group-69.webp);
        background-position: right -1% bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 12%;
    }
}

@media (max-width: 430px){
    .mob-col{
        background-position: right 4em center, left 3em bottom;
    }
}
@media (max-width: 360px){
    h2.our-legacy-title{
        font-size: 24px;
        margin-top: -20px;
    }
    
}
@media (max-width: 300px){
    h2.our-legacy-title{
        font-size: 20px;
    }
    .recipeBannerSection-small p{
        font-size: 13px;
    }
}

@media (min-width: 768px){
    .brands-content .recipe-blk .recipe-content {
        min-height: 290px;
    }
    .brands-content .recipe-blk .recipe-content:hover {
        min-height: 225px;
    }
}