
/* Filter Sticky bar
--------------------------------------------- */
.nn_filter_sticky_bar_wrap{
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    z-index: 9998;
}
.nn_filter_sticky_bar_wrap.active{
    right: -65px;
}
.nn_fsb_meta {
  background-color: rgba(var(--bg-color4-rgb),0.5);
  padding: 15px;
  text-align: center;
}
.nn_fsb_meta > div img {
  width: 35px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}
.nn_fsb_fattype img{
    width: 40px;
}
.nn_fsb_meta > div:not(:last-child) {
  border-bottom: 1px solid var(--bg-color1);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.nn_fsb_closewrap {
  background-color: var(--action-color);
  color: var(--white);
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  box-shadow: -2px 2px 4px #ccc;
}
.nn_fsb_closewrap i.active:before{
    content: "\f104";
}
.nn_fsb_item {
    position: relative;
    display: inline-block;
    z-index: 2;
}
.nn_fsb_item::before {
	display: none;
    content: attr(data-fsbtootip);
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 11px;
    width: 80px;
    text-align: center;
    line-height: 14px;
    background-color: rgba(var(--heading-color-rgb),0.7);
    color: var(--white);
    padding: 5px;
    border-radius: 4px;
    transform: translateX(-50%) translateY(-45%);
    z-index: 1;
}
.nn_fsb_item:hover:before {
    display: block;
}
/* MAIN PAGE CONTENT WRAP
--------------------------------------------- */
.nn_main_wrap{
    padding: 0;
    margin: 0;
}
/* Page Title Text
--------------------------------------------- */
.nn_page_header{
    text-align: center;
}
.nn_page_header_txt{
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 40px auto;
}
/* Nutrition Recipe Filter
--------------------------------------------- */
.nn_recipe_filter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    max-width: 1040px;
}
.nn_serach_filter_search{
    position: relative;
    min-width: 540px;
	    margin-right: 5px;
        position: relative;
}
.nn_serach_filter_search input[type="text"] {
    border-radius: 0;
    padding: 17px 30px 17px 15px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
    outline: none;
    width: 100%;
}

.nn_serach_filter_search::after {
   content: '';
    position: absolute;
    top: 8px;
    right: 3%;
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/uploads/2023/05/Group-68.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: 1;
    opacity: 0;
}
form.nn_serach_filter_search button {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent;
    cursor: pointer;
}
.nn_recipe_filter .button {
    border-radius: 0;
    padding: 18px 15px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.12px;
    min-width: 115px;
}
.nn_recipe_filter .btndropdown {
    position: relative;
    cursor: pointer;
    text-align: left;
    padding-right: 30px;
}
.nn_recipe_filter .btndropdown::after {
    content: url(/wp-content/uploads/2023/05/Icon-awesome-chevron-down.png);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 45%;
    transform: translateY(-50%);
}

.nn_recipe_filter .btndropdown.active::after{
     content: url(/wp-content/uploads/2023/05/Icon-awesome-chevron-down-1.png);
}
.nn_recipe_filter_dropdown {
    display: none;
    position: absolute;
    top: 70px;
    left: 10px;
    width: 97.8%;
    height: auto;
    max-height: 580px;
    margin: 0 auto;
    background: var(--white);
    border: 0;
    border-radius: 0;
    box-shadow: 0 0px 10px 1px rgba(var(--heading-color-rgb),0.3);
    overflow-x: hidden;
    z-index: 99;
}
.no_result_container h3, #no_favorites {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    color: var(--heading-color);
    text-align: center;
}
.nn_recipe_filter_detail_wrapper .nn_recipe_filter_dropdown_list {
    padding-top: 0;
}
.nn_recipe_filter_detail_wrapper  .nn_recipe_filter_dropdown_submit_wrap{
    position: relative;
}
.nn_recipe_filter_dropdown_list {
    padding: 25px 40px 80px 40px;
    position: relative;
}
.nn_reipe_dropdown_item_content .nn_recipe_postitem_save{
    right: 5px;
}
.nn_recipe_filter_dropdown_list > div{
    padding: 20px 20px 20px 25px;
}
.nn_recipe_filter_dropdown_list > div:nth-child(odd) {
    background-color: var(--white);
}
.nn_recipe_filter_dropdown_list > div:nth-child(even) {
    background-color: rgba(var(--bg-color4-rgb),0.6);
}
.nn_recipe_filter_item_title_txt {
    color: var(--text-color);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0px 0 20px 0;
}
.nn_recipe_filter_checklist,#rcp_subscription_levels {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nn_recipe_filter_checklist .nn_checkitem {
    font-size: 11px;
    line-height: 25px;
}
#nn_recipe_own_dropdown.nn_recipe_filter_dropdown{
    right: 0;
    left: unset;
    width: 400px;
    height: auto;
}
.nn_reipe_dropdown_item_content{
    position: relative;
    flex-basis: 70%;
}
.nn_recipe_own_dropdown_list {
  padding: 20px;
  flex-direction: column;
}
.nn_recipe_own_dropdown_listitem {
  display: flex;
  flex-wrap: nowrap;
}
.nn_reipe_dropdown_item_img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  flex-basis: 27%;
}
.nn_reipe_dropdown_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nn_reipe_dropdown_item_content h4 {
  color: var(--heading-color);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 5px 0;
	font-weight: 500;
}
.nn_recipe_own_dropdown_listitem:not(:last-child) {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--bg-color1);
}
.nn_recipe_filter_dropdown_list .categorychecklist-holder{
    border: 0 !important;
    max-height: max-content !important;
}
.nn_recipe_filter_dropdown_list ul.acf-checkbox-list{
    column-count: 4;
    border: 0;
    padding: 0;
    margin: 0;
}
.nn_recipe_filter_dropdown_list .acf-taxonomy-field .categorychecklist-holder {
    overflow: unset;
}
.nn_recipe_filter_dropdown_list ul.acf-checkbox-list li label{
    display: flex;
	    flex-wrap: nowrap;
    margin-bottom: 3px;
    margin-top: 3px ;
	font-size: 11px;
	cursor: pointer;
}
.nn_recipe_filter_dropdown_list ul.acf-radio-list:focus-within, 
.nn_recipe_filter_dropdown_list ul.acf-checkbox-list:focus-within{
    border: 0;
}
.nn_recipe_filter_dropdown_list .acf-button{
    padding: 12px 15px;
    border-radius: 3px;
}

.nn_recipe_filter_dropdown_submit_wrap {
       position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff !important;
    padding: 20px 20px 35px 20px;
}
.nn_recipe_filter_dropdown_submit_wrap .button {
    border-radius: 3px;
    padding: 12px 15px;
    min-width: 91px;
}

.nn_recipe_filter_dropdown_list .nn_recipe_filter_level {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 20px 50px 25px;
}
.nn_recipe_filter_level .nn_recipe_filter_item_title {
    width: 150px;
}
.nn_recipe_filter_level_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 78%;
    position: relative;
}
.nn_recipe_filter_level_wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 7px;
    left: 0;
    background-color: var(--heading-color);
}
/*Filter Dropdown difficulty level*/
.nn_difficulty_level_filter ul.acf-checkbox-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.nn_difficulty_level_filter ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
  background-color: var(--heading-color);
}
.nn_difficulty_level_filter ul.acf-checkbox-list li {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding: 0px 20px 18px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--heading-color);
}
.nn_difficulty_level_filter ul.acf-checkbox-list li label {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nn_difficulty_level_filter ul.acf-checkbox-list li input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.nn_difficulty_level_filter ul.acf-checkbox-list li input::before {
  background-color: transparent;
}

/* The container */
.nn_level {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 15px;
    font-weight: 500;
    padding: 18px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: none;
    color: var(--heading-color);
}
.nn_level:visited{
    color: var(--heading-color);
}

/* Hide the browser's default checkbox */
.nn_level input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

/* Create a custom checkbox */
.nn_level .fillmark {
    position: absolute;
    top: 0;
    left: 40%;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid rgba(var(--heading-color-rgb),0.5);
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.nn_level:hover input ~ .fillmark {
    background-color: var(--bg-color3);
}

/* When the checkbox is checked, add a blue background */
.nn_level input:checked ~ .fillmark {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
}


/*Recipe list*/
.recipe.nn_recipe_postlist_wrapper {
    padding: 0px 0;
	    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.nn_recipe_postlist_innerwrap {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.nn_recipe_postlist_item_wrap {
    flex-basis: 30%;
    margin: 20px 12px;
    background-color: rgba(var(--bg-color4-rgb),0.5);
    position: relative;
    padding-bottom: 35px;
}
.nn_recipe_postitem_img {
    width: 100%;
    height: 300px;
}
.nn_recipe_postitem_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.nn_recipe_postitem_content {
    padding: 24px;
}
.nn_recipe_postitem_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nn_recipe_postitem_meta_fattype {
    padding-right: 10px;
    margin-right: 10px;
   
}
.nn_recipe_postitem_meta_fattype a {
    display: inline-block;
    margin-right: 5px;
}
.nn_recipe_postitem_meta_fattype a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    object-position: center;
}
.nn_recipe_postitem_meta_supplement a {
    display: inline-block;
    margin: 0 5px 0 0;
}
.nn_recipe_postitem_meta_supplement a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
	    position: relative;
/*    left: -5px;*/
}
.nn_rpm_item {
  position: relative;
/*  z-index: 2;*/
}
.nn_rpm_item::before {
  content: attr(data-rpmtooltip);
  position: absolute;
  bottom: 34px;
  left: -10px;
  font-size: 11px;
  width: 78px;
  text-align: center;
  line-height: 14px;
  background-color: rgba(var(--heading-color-rgb),0.7);
  color: var(--white);
  padding: 5px;
  border-radius: 4px;
  opacity: 0;
  z-index: 1;
}
.nn_rpm_item:hover::before {
  opacity: 1;
}
.nn_recipe_postitem_texonomy p{
    margin: 0;
}
.nn_recipe_postitem_texonomy {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 25px 0 11px 0;
    letter-spacing: 1px;
    color: var(--text-color);
}
.nn_recipe_postitem_texonomy a{
    color: var(--text-color);
}
.nn_recipe_postitem_texonomy a:is(:hover,:focus){
    color: var(--hover-color);
}
.nn_recipe_postitem_title_txt {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: var(--heading-color);
}
.nn_recipe_postitem_title_txt a{
    color: var(--heading-color); 
	font-weight: 500;
}
.nn_recipe_postitem_title_txt a:is(:hover,:focus){
    color: var(--hover-color); 
}
.nn_recipe_postitem_save {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: absolute;
    right: 25px;
    bottom: 18px;
}
.nn_recipe_postitem_save a span{line-height: inherit;}

.nn_recipe_postitem_save .wprm-recipe-link.wprm-recipe-link-inline-button{
    display: flex;
    margin: 5px !important;
    border: 1px solid var(--action-color) !important;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50% !important;
    color: var(--action-color) !important;
    background-color: var(--white) !important;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-size: 0;
}
.nn_recipe_postitem_save a{
    display: flex;
    margin: 5px !important;
    border: 1px solid var(--action-color);
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50% !important;
    color: var(--action-color) ;
    background-color: var(--white) ;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-size: 0;
}
.nn_recipe_postitem_save a:before{
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /*color: var(--action-color);*/
    font-size: 15px;
}

.nn_recipe_postitem_save_btn::before {
    content: '\2b';
}
.nn_recipe_postitem_save .wprm-recipe-not-in-collection.wprm-recipe-add-to-collection-recipe:before{
    content: '\f004';
}
.nn_recipe_postitem_save .wprm-recipe-in-collection.wprm-recipe-add-to-collection-recipe:before{
    content: '\f061';
}
.nn_recipe_postitem_save .wprm-recipe-print:before{
    content: "\f02f";
}
.nn_recipe_postitem_like_btn:before{
    content: "\f004";
}
.nn_recipe_postitem_print_btn:before{
    content: "\f02f";
}
.nn_recipe_postitem_save a:hover,
.nn_recipe_postitem_save a:focus,
.nn_recipe_postitem_save .wprm-recipe-link.wprm-recipe-link-inline-button:hover,
.nn_recipe_postitem_save .wprm-recipe-link.wprm-recipe-link-inline-button:focus{
    color: var(--white) !important;
    border-color: var(--hover-color) !important;
    background-color: var(--hover-color) !important;
}
.nn_recipe_postitem_save a.receipe-liked{
    color: var(--white);
    border-color: var(--hover-color);
    background-color: var(--hover-color);
}

.nn_recipe_postitem_save .tippy-box{
    min-width: 104px;
}


/*Single Post Recipe*/
/*Single POst Header*/
.nn_singlepage_header {
    text-align: left;
}
.nn_singlepage_header_txt {
    margin: 30px 0 20px 0;
    padding: 0;
    font-size: 45px;
    line-height: 58px;
    letter-spacing: 0;
}
/*Single recipe post breadcrumbs*/
.nn_sr_breadcrumbs {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
}
.nn_sr_breadcrumbs a{
    color: var(--heading-color);
}
.nn_sr_breadcrumbs a:is(:hover,:focus){
    color: var(--hover-color);
}
/*Single Post Rating*/
.nn_rating .wprm-rating-star {
    font-size: 23px !important;
    line-height: 25px;
    margin-right: 4px;
}
.nn_recipe_single_post_rating {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 15px;
}
.nn_recipe_single_post_rating svg * {
/*    fill: #ffd022;*/
  fill-opacity: 1;
}
.nn_recipe_single_post_rating .nn_rating{ pointer-events: none; }
.nn_rating_redirect_btn {
  display: inline-block;
}
.nn_rating_redirect_btn:visited{
    color: var(--white);
}

/*rating UI*/
.rate {
    padding: 0;
    display: flex;
    justify-content: left;
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 15px;
}
.rate:not(:checked) > input {
    opacity: 0;
    width: 0;
    height: 0;
}
.rate:not(:checked) > label {
    cursor:pointer;
    font-size:24px;
    line-height: 26px;
    color:var(--bg-color1);
    margin-right: 2px;
}
.rate:not(:checked) > label i {
    font-weight: 400;
}
.rate > input:checked ~ label {
    color: #ffc700;  
}
.rate > input:checked ~ label i {
    font-weight: 900;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.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: #c59b08;
}

.nn_recipe_single_post_content_innerwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nn_recipe_single_post_content {
    flex-basis: 72%;
}
.nn_recipe_single_post_sidebar {
    flex-basis: 25%;
}
.nn_recipe_singlepost_fimg_meta_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.nn_rsp_fimage {
    flex-basis: 63.2%;
}
.nn_recipe_singlepost_video_wrap {
    max-width: 767px;
    margin: 30px 0;
}
.nn_recipe_singlepost_video_media video, .nn_recipe_singlepost_video_embed iframe {
    max-width: 100%;
    max-height: 400px;
}
.nn_rsp_meta {
    flex-basis: 33.4%;
}
.nn_rsp_meta a{
    color: var(--heading-color);
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.nn_rsp_meta a:is(:hover,:focus){
    color: var(--action-color);
}
.nn_rsp_meta a:last-child{
    margin-bottom: 0;
}
.nn_rsp_meta img{
    margin-right: 20px;
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
}
.nn_rsp_fimage img {
    width: 460px;
    height: 460px;
    object-fit: cover;
    object-position: center;
}
.nn_recipe_singlepost_excerpt p {
    margin: 0;
}
.nn_recipe_singlepost_excerpt {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.nn_rsp_meta_fattype {
    padding-bottom: 15px;
    
    display: flex;
    flex-direction: column;
}
.nn_rsp_meta_supplement {
    padding: 15px 0;
    
    display: flex;
    flex-direction: column;
}
.nn_rsp_meta_supplement img,.nn_rsp_meta_grocerytype img {
  max-width: 40px;
}
.nn_rsp_meta_grocerytype {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
}
.nn_rsp_level_recipe .nn_recipe_filter_level_wrap {
    max-width: 200px;
}
.nn_rsp_level_recipe {
    margin: 15px 0;
}
.nn_rsp_level_recipe .nn_level{
    font-size: 12px;
    line-height: 18px;
    padding: 22px 4px;
    letter-spacing: 0px;

}
.nn_rsp_addtomeal_recipe {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 30px;
    background-color: rgba(var(--bg-color4-rgb),0.5);
}
.nn_rsp_addtomeal_servesize {
    flex-basis: auto;
}
.nn_rsp_addtomeal_save {
    flex-basis: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    right: unset;
    bottom: unset;
    position: relative;
}
.nn_rsp_addtomeal_btnwrap {
    flex-basis: auto;
    margin-left: auto;
}
.nn_recipe_serve {
    background-color: var(--bg-color1);
    padding: 8px 9px;
    border-radius: 5px;
    /*width: 115px;*/
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 5px;
}
.nn_recipe_serve label {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--white);
    white-space: pre-line;
    margin-right: 3px;
}
.nn_recipe_serve span {
    /*color: var(--heading-color);
    background-color: var(--white);
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    padding: 10px 15px;*/
}
.nn_recipe_serve input{
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    border: 0;
}

.nn_rsp_detail_title {
    padding: 0;
    margin: 0;
}
.nn_rsp_detail_title_txt,
.nn_comment_respond_form .comment-reply-title {
    margin: 0;
    color: var(--text-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
}
.nn_rsp_recipe_ingredients_detail_table {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
    margin-top: 45px;
}

.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-header{
    margin: 0 0 20px 0;
    color: var(--text-color);
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
}
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-ingredient-group{
    margin: 0;
}
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-group-name {
  margin: 0 !important;
  font-size: 18px;
  line-height: 24px;
  color: var(--heading-color);
  background-color: var(--bg-color2);
  padding: 13px 15px;
  font-weight: 500 !important;
}
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-ingredient {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
}
.nn_rsp_recipe_ingredients_detail_toggle  #shop-with-instacart-v1{display: none;}

.nn_rsp_recipe_ingredients_detail_toggle .wprm-unit-conversion,
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-adjustable-servings{
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    margin: 0;
}

.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-ingredient-name a{
    color: var(--heading-color);
    text-decoration: underline;
}
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-ingredient-name a:hover{
    color: var(--hover-color);
}
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-ingredients {
  margin: 0;
  padding: 0;
}
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-ingredients li {
  padding: 17px;
}
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-ingredient:nth-child(odd) {
  background-color: var(--white);
}
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-ingredient:nth-child(even) {
  background-color: rgba(var(--bg-color4-rgb),0.5);
}
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-ingredient-amount {
  margin-right: 4px;
  text-transform: uppercase;
}
.nn_rsp_recipe_ingredients_detail_toggle .wprm-recipe-ingredient-unit {
  margin-right: 4px;
  text-transform: lowercase;
}



.nn_rsp_recipe_ingredients_detail_table_header {
  flex-basis: 100%;
  background-color: var(--bg-color2);
  padding: 13px 15px;
}
.nn_rsp_recipe_ingredients_detail_table_content {
  display: flex;
  flex-direction: column;
}
.nn_rsp_recipe_ingredients_detail_table_content_item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.nn_rsp_recipe_ingredients_detail_table_content_item > div {
  padding: 17px 15px;
}
.nn_rsp_recipe_ingredients_detail_table_content_item:nth-child(odd) {
  background-color: rgba(var(--bg-color4-rgb),0.5);
}
.nn_rsp_recipe_ingredients_detail_table_content_item:nth-child(even) {
  background-color: var(--white);
}
.nn_rsp_ris_table_item_leftcol {
  flex-basis: 18%;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nn_rsp_ris_table_item_rightcol {
  flex-basis: 80%;
}
.nn_rsp_ris_table_item_ingredient_size {
  border: 0;
  border-left: 1px solid var(--bg-color3);
  margin-left: 8px;
  padding-left: 8px;
}
.nn_rsp_ris_table_item_rightcol p{
    margin-bottom: 10px;
}
.nn_rsp_ris_table_item_rightcol,
.nn_rsp_ris_table_item_rightcol p,
.nn_rsp_ris_table_item_rightcol ul,
.nn_rsp_ris_table_item_rightcol li,
.nn_rsp_ris_table_item_rightcol ol{
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
}
.nn_rsp_ris_table_item_rightcol ul,
.nn_rsp_ris_table_item_rightcol ol{
    margin-left: 10px;
    padding: 0;
    margin-bottom: 10px;
}
.nn_rsp_ris_table_item_ingredient_name a {
  color: var(--heading-color);
  text-decoration: underline;
}
.nn_rsp_ris_table_item_ingredient_name a:hover {
  color: var(--hover-color);
}
.nn_rsp_rid_table_header {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
}
.nn_rsp_rid_table_header {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  color: var(--heading-color);
}
.nn_rsp_recipe_directions_step_item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: unset;
    margin-top: 30px;
}
.nn_rsp_recipe_directions_step_number {
    flex-basis: 8%;
}
.nn_rsp_recipe_directions_step_content {
    flex-basis: 90%;
}
.nn_rsp_recipe_directions_step_number span {
    background-color: var(--bg-color1);
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
    width: 42px;
    height: 42px;
    display: flex;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.nn_rsp_recipe_directions_step_content_label {
    margin: 8px 0 0 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
}
.nn_rsp_recipe_directions_step_content_desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}
.nn_rsp_recipe_directions_step_content > .nn_rsp_recipe_directions_step_content_desc ~ .nn_rsp_recipe_directions_step_content_desc {
  border-top: 1px solid var(--bg-color1);
}
.nn_rsp_step_instrction_desc {
  font-size: 13px;
  line-height: 16px;
  margin: 5px 0;
}
.nn_rsp_recipe_directions_step_content_desc p {
  margin: 0 0 10px 0;
	    font-size: 14px;
    line-height: 20px;
}
.nn_rsp_step_instrction_name {
  font-weight: 700;
}
.nn_rsp_step_instrction_img img{
    max-width: 150px;
}
.nn_rsp_step_instrction_list_item {
  margin: 10px 0;
  padding: 0 0 0 22px;
  font-size: 12px;
  line-height: 15px;
}
.nn_rsp_step_instrction_list_item li {
  margin-bottom: 8px;
	font-size: 14px;
    line-height: 20px;
}
.nn_rsp_recipe_notes_content {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 20px;
}
.nn_rsp_recipe_notes_content p{
    margin-bottom: 10px;
}
.nn_rsp_user_notes_head {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 700;
}
.nn_rsp_recipe_notes_content ol{
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 30px;
}
.nn_rsp_recipe_notes_content ul{
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 30px;
    list-style: none;
}
.nn_rsp_recipe_notes_content li{
    position: relative;
    margin-bottom: 10px;
}
.nn_rsp_recipe_notes_content li:before{
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 3px;
    left: -25px;
    font-size: 14px ;
    color: var(--bg-color1);
    font-weight: 900;
}
.nn_rsp_recipe_cta_details {
    padding: 45px 42px;
    background-color: var(--heading-color);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.nn_rsp_recipe_cta_details .nn_rsp_detail_title_txt {
    color: var(--white);
}
.nn_rsp_recipe_cta_btn_wrap button {
    font-size: 11px;
    line-height: 16px;
    padding: 12px 35px 11px 35px;
}
.nn_rsp_recipe_addnotes_form {
    margin: 20px 0;
    background-color: rgba(var(--bg-color4-rgb),0.5);
    padding: 20px;
}
.nn_rsp_recipe_addnotes_form .wprm-private-notes-placeholder a {
  color: var(--heading-color);
}
.nn_rsp_recipe_addnotes_form .wprm-private-notes-placeholder a:hover {
  color: var(--hover-color);
}
.nn_rsp_recipe_addnotes_form .nn_form_field_wrap input {
    background-color: var(--white);
    border: 0;
    border-radius: 3px;
    padding: 28px 25px;
    font-size: 12px;
    line-height: 14px;
}
.nn_rsp_recipe_addnotes_form .nn_form_submit_wrap button {
    margin: 8px 0 0 0;
    width: 100%;
    padding: 20px;
    font-size: 11px;
    line-height: 13px;
	border-radius: 3px;
}
.nn_rsp_recipe_comments_CTAs {
  background-color: rgba(var(--bg-color4-rgb),0.5);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.nn_rsp_recipe_comments_CTA_leftcol {
  flex-basis: 18%;
}
.nn_rsp_recipe_comments_CTA_rightcol {
  flex-basis: 74%;
}
.nn_rsp_recipe_comments_CTA_profileimgwrap {
  text-align: center;
  background-color: var(--bg-color1);
  border-radius: 100%;
  width: 120px;
  height: 120px;
  padding: 2px;
}
.nn_rsp_recipe_comments_CTA_profileimgwrap img {
  width: 117px;
  height: 117px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.nn_rsp_recipe_comments_CTA_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  padding: 0;
}
.nn_rsp_recipe_comments_CTA_desc {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
}
.nn_rsp_recipe_comments_CTA_desc p{
    margin-bottom: 10px;
}
.nn_rsp_recipe_comments_CTA_btns {
  margin: 20px 0 0 0;
}
.nn_rsp_recipe_comments_CTA_btns a:nth-child(1) {
  margin-left: 0;
}
.nn_rsp_recipe_comments_CTA_btns a {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0;
  display: inline-block;
}
.nn_rsp_recipe_comments_CTA_btns a:is(:hover,:focus,:visited){
    color: var(--white);
}
.nn_comment_content .cld-like-dislike-wrap,
.nn_comment_item_likedislike > :not(.cld-like-dislike-wrap) {
  display: none;
}
.nn_comment_list_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.nn_comment_item_detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.nn_comment_item_pimg {
  flex-basis: 10%;
}
.nn_comment_item_pimg img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.nn_comment_item_Aname {
  flex-basis: 68%;
}
.nn_comment_author_name{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
}
.nn_comment_item_like_date {
  flex-basis: 20%;
}
.nn_comment_item_date {
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nn_comment_item_likedislike {
  text-align: right;
  font-size: 12px;
  line-height: 16px;
}
.nn_comment_item_likedislike .cld-like-dislike-wrap {
  margin: 5px 0;
}
.nn_comment_item_likedislike .cld-like-dislike-wrap > div {
  width: auto;
  min-width: auto;
  padding: 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
}
.nn_comment_item_likedislike .cld-like-dislike-wrap > div:nth-child(1) {
  border-left: 0;
}
.nn_comment_content {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--bg-color1);
}
.nn_comment_content p{
    margin-bottom: 10px;
}
.nn_load_more_comments {
  text-align: center;
  margin: 0;
  padding: 20px 20px 40px 20px;
}
.nn_load_more_comments button {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 500;
}
#commentform .logged-in-as {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
}
#commentform label {
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
  font-weight: 500 !important;
  margin: 10px 5px 15px 0 !important;
  display: block;
}
.comment-form-wprm-rating {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 !important;
}



.nn_rsp_sidebar_related_post_wrap,.nn_rsp_sidebar_taxonomy_wrap {
    background-color: rgba(var(--bg-color4-rgb),0.5);
}
.nn_rsp_related_post_item_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.nn_rsp_related_post_item_title_txt {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
    padding: 10px 0 20px 0;
    margin: 0;
	    color: var(--heading-color);
}
.nn_rsp_related_post_item_title_txt:hover{
	    color: var(--action-color);
}
.nn_rsp_related_post_item:not(:last-child) {
    border-bottom: 1px solid var(--bg-color1);
    margin-bottom: 30px;
}
.nn_rsp_sidebar_taxonomy_wrap{
    margin-top: 75px;
    margin-bottom: 40px;
}

.nn_rsp_sidebar_taxonomy_item_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.nn_rsp_sidebar_taxonomy_item_list a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
    text-decoration: none;
    color: var(--heading-color);
}
.nn_rsp_sidebar_taxonomy_item_list a:is(:hover, :focus) {
    color: var(--hover-color);
}
.nn_rsp_sidebar_taxonomy_item_wrap:not(:last-child) {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid var(--bg-color1);
}
.nn_rsp_sidebar_taxonomy_item_wrap .nn_recipe_filter_level_wrap {
    margin-top: 20px;
}
.nn_rsp_sidebar_taxonomy_item_wrap .nn_level{
    font-size: 12px;
    line-height: 18px;
    padding: 16px 10px;
    letter-spacing: 0px;
    pointer-events: all;
}


/*FORM*/
.nn_form_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nn_form_field_wrap{
    position: relative;
}
/*.nn_form_field_wrap i {
    position: absolute;
    bottom: 26px;
    right: 30px;
    color: var(--action-color);
    font-size: 20px;
    line-height: 20px;
    z-index: 1;
}*/
.nn_form_field_wrap label{
    font-size: 16px;
    line-height: 22px;
    color: var(--heading-color);
    letter-spacing: 0;
    text-align: left;
    padding-bottom: 15px;
    display: block;
    font-weight: 500;
}

.nn_form_field_wrap label.hide{
    display: none;
}
.nn_form_field_wrap.nnf_field_full {
    flex-basis: 100%;
}
.nn_form_field_wrap.nnf_field_half {
    flex-basis: 48%;
}
.nn_form_field_wrap.nnf_field_third_two{
    flex-basis: 50%;
}
.nn_form_field_wrap.nnf_field_third_one {
    flex-basis: 28%;
}
.nn_form_field_wrap input[type='text'],
.nn_form_field_wrap input[type='date'],
.nn_form_field_wrap select,
.nn_form_field_wrap textarea {
    width: 100%;
}
.nn_form_field_wrap input[type='text'],
.nn_form_field_wrap input[type='date'] {
    background-color: var(--white);
    color: var(--heading-color);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    padding: 26px 30px;
    border: 1px solid var(--heading-color);
    border-radius: 0;
	outline: none !important;
}
.nn_form_field_wrap input[type='date']{
    background-color: transparent;
	    outline: none;
}
.atm_recipe_date_wrp {
  background-image: url('/wp-content/themes/nourishing-nutrition/icons/icon-calender.png');
  background-position: calc( 100% - 24px) center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.nn_checkitem {
  display: flex;
  align-items: center;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 5px;
}
.nn_form_field_wrap ::placeholder{
    font-size: 16px;
    line-height: 18px;
}
.nn_form_submit_wrap {
    flex-basis: 100%;
}
.nn_form_submit_wrap button {
    width: 100%;
    padding: 28px 20px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 0;
    margin: 0;
	    text-transform: uppercase;
}

.nn_form_field_wrap select{
    background-color: var(--white);
    color: var(--heading-color);
    font-size: 16px;
        border: 0.5px solid var(--heading-color);
    padding: 23px 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
	    outline: 0 !important;
	border-radius : 0!important;
}
.nn_form_error_msg {
    color: red;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
.nn_form_error,.nn_form_success  {
    display: none;
}
/*Popup*/
.nn_popup_heading {
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
}
.nn_popup_wrapper {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
   background-color: #000000db;
}
.nn_popup_content_wrap {
    background-color: var(--white);
    margin: 3% auto;
    border: 1px solid #888;
    width: 720px;
    position: relative;
}
#viewnutritioninfo .nn_popup_content_wrap {
  max-width: 550px;
}
.nn_popup_innercontent_wrap{
    padding: 60px 80px;
}
#viewnutritioninfo .nn_popup_innercontent_wrap {
    padding: 20px;
}
.nn_popup_close_wrap {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -70px;
    background-color: var(--action-color);
    line-height: 28px;
    padding: 21px 25px;
    color: var(--white);
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.nn_popup_close_wrap:hover,
.nn_popup_close_wrap:focus {
    color: var(--white);
    background-color: var(--hover-color);
    text-decoration: none;
    cursor: pointer;
}

.nn_recipe_saved_filters_list_wrapper {
    max-width: 960px;
    margin: 20px auto;
   
}
.post-type-archive-saved_filter .nn_recipe_saved_filters_list_wrapper {
   
    padding-bottom: 60px;
}
.nn_recipe_saved_filters_list_header > div,
.nn_recipe_saved_filters_list_footer > div {
    border: 0;
}
.nn_recipe_saved_filters_list_header .nn_recipe_saved_filters_list_leftcol a{
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
}
.nn_recipe_saved_filters_list_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.nn_recipe_saved_filters_list_leftcol {
    flex-basis: 10%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.nn_recipe_saved_filters_list_rightcol {
    flex-basis: 89%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 25px;
    border: 1px solid rgba(var(--heading-color-rgb),0.5);
}
.nn_recipe_saved_filters_list_item .nn_checkitem{
    height: 25px;
    padding-bottom: 0;
}
.nn_rsf_item_title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    margin: 5px 0;
	font-weight: 500;
}
.nn_rsf_item_btn {
    font-size: 11px;
    line-height: 16px;
}

.nn_recipe_addnew_form_warp,.nn_recipe_profile_form_warp {
    max-width: 560px;
    margin: 0px auto;
    padding: 20px 0;
}
.nn_recipe_addnew_form_warp .nn_form_field_wrap label {
    color: var(--text-color);
}

.nn_recipe_postlist_pagination ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nn_recipe_postlist_pagination ul li .page-numbers {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid var(--action-color);
    margin: 5px;
    line-height: 30px;
    text-align: center;
}
.nn_recipe_postlist_pagination ul li .page-numbers:hover, 
.nn_recipe_postlist_pagination ul li .page-numbers.current {
    color: var(--white);
    background-color: var(--hover-color);
    border-color: var(--hover-color);
}
.nn_recipe_postlist_pagination ul li .page-numbers.next, 
.nn_recipe_postlist_pagination ul li .page-numbers.prev {
    border: 0;
}


/*Add MY recipe page with shortcode */
.wprm-recipe-submission {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wprm-recipe-submission > div {
  flex-basis: 100%;
}
.wprmprs-layout-block-user_name,.wprmprs-layout-block-user_email{
    display: none;
}
.wprmprs-layout-block-recipe_servings, 
.wprmprs-layout-block-recipe_servings + .wprmprs-layout-block-dropdown {
  flex-basis: 48% !important;
}
.clear_btn_wrap {
  color: var(--action-color);
  background: var(--white);
  border: 1px solid var(--action-color);
  padding: 16px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 11px;
	    border-radius: 3px;
}
.clear_btn_wrap:is(:hover,:focus){
    color: var(--hover-color);
    background: var(--white);
    border-color: var(--hover-color);
}

.wprm-recipe-submission,#rcp_profile_editor_form,.nn_login_form,.nn_resetpwd_form,.nn_register_content_wrap {
    max-width: 600px;
    margin: 0 auto;
}
.wprm-recipe-submission p {
    font-size: 14px;
    line-height: 18px;
}
.wprm-recipe-submission h3,.rcp_profile_field_wrap h3 {
    color: var(--heading-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.wprmprs-layout-block-input, 
.wprmprs-layout-block-textarea,
.wprmprs-layout-block-dropdown,
.wprmprs-layout-block-isotope,
.wprmprs-layout-block-recipe_image,
.wprmprs-layout-block-recipe_video_upload,
.rcp_profile_field_wrap,
.nn_login_field_wrap {
    margin-bottom: 30px;
}
.wprmprs-form-label,#rcp_profile_editor_form label,.nn_login_field_wrap label {
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
    font-weight: 500 !important;
    margin: 5px 0 15px 0 !important;
    display: block;
}
.wprmprs-form-input:not([type='checkbox'],[type='radio']),
#rcp_profile_editor_form .rcp-input:not([type='checkbox'],[type='radio']),
.nn_login_field_wrap input[type='text'],
.nn_login_field_wrap input[type='password'],
.nn_login_field_wrap input[type='email'],
.nn_login_field_wrap input:not([type='checkbox'],[type='radio']),div#nn_comment_respond_form form#commentform textarea#comment  {
    border: 1px solid rgba(var(--heading-color-rgb),0.5) !important;
    border-radius: 0 !important;
    outline: 0 !important;
    padding: 16px 25px !important;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    width: 100%;
    /*min-width: 100%;*/
}
.wprmprs-layout-block-dropdown .wprmprs-form-input,
.rcp_profile_field_wrap select {
    width: 100%;
    background-color: var(--white);
    appearance: none;
    background-image: url(/wp-content/uploads/2023/04/Icon-awesome-chevron-down.png);
    background-size: 16px 10px;
    background-repeat: no-repeat;
    background-position: 96% center;
    cursor: pointer;
    padding: 16px 25px;
}
.wprmprs-layout-block-dropdown .wprmprs-form-input option {
    font-size: 14px;
    color: var(--bg-color3);
    font-weight: 700;
    background-color: rgba(var(--bg-color4-rgb),0.5);
}
.wprmprs-form-input::placeholder {
    font-size: 16px;
    line-height: 18px;
    opacity: 0.8;
}
.wprmprs-layout-block-submit {
    margin: 40px 0;
    width: 100%;
}
.wprmprs-layout-block-submit .button,#rcp_login_submit,#rcp_password_submit,#rcp_lostpassword_submit,.nn_register_submit_wrap input[type='submit'] {
    width: 100%;
    margin: 0;
    padding: 21px;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    border:0 !important;
}
.wprmprs-layout-block-isotope .wprmprs-layout-block-isotope-options .wprmprs-layout-block-isotope-option label {
     border-color: var(--heading-color);
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
}
.wprmprs-layout-block-isotope .wprmprs-layout-block-isotope-options .wprmprs-layout-block-isotope-option input:checked + label {
    border-style: solid;
    border-color: var(--action-color);
    color: var(--action-color);
}
.wprmprs-form-help {
    font-size: 12px;
    line-height: 20px;
    color: var(--bg-color3);
}
.wprmprs-layout-block-recipe_image input,.wprmprs-layout-block-recipe_video_upload input{
    width: auto;
    background-color: rgba(var(--bg-color4-rgb),0.5);
    padding: 40px 40px 70px 40px;
    font-size: 16px;
    line-height: 20px;
    /*color: var(--action-color);*/
    display: flex;
    justify-content: center;
    
}
.wprmprs-layout-block-recipe_image input::file-selector-button, .wprmprs-layout-block-recipe_video_upload input::file-selector-button {
    margin-left: 30%;
    width: max-content;
}
.wprmprs-layout-block-recipe_image ,.wprmprs-layout-block-recipe_video_upload {
    position: relative;
}
.wprmprs-layout-block-recipe_image .wprmprs-form-help,
.wprmprs-layout-block-recipe_video_upload .wprmprs-form-help{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 18px;
  color: var(--heading-color);
  font-style: normal !important;
}
.rcp_profile_image_wrap input{
    text-align: center;
    margin-bottom: 10px;
}

.rcp_profile_image_wrap {
    text-align: center;
    position: relative;
    background-color: rgba(var(--bg-color4-rgb),0.5);
    padding: 40px;
    cursor: pointer;
}
.rcp_profile_image_wrap span {
    display: block;
    text-align: center;
}
#rcp_profile_image_clear {
    width: 100%;
    padding: 12px;
    font-size: 11px;
    background-color: var(--white);
    color: var(--action-color);
    border: 1px solid var(--action-color);
    margin: 15px 0 50px 0;
}
#rcp_profile_image_clear:hover {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
    color: var(--white);
}
.rcp_profile_submit_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.rcp_profile_submit_wrap input {
    flex-basis: 48%;
    margin: 0;
    padding: 12px;
    line-height: 13px;
    font-size: 11px;
}
.rcp_profile_privacy_notes {
    padding: 50px 20px;
    text-align: center;
}
.rcp_profile_privacy_notes a{
    text-decoration: none;
}
.rcp_profile_privacy_notes p {
    font-size: 16px;
    line-height: 20px;
    color: var(--heading-color);
}
.rcp_profile_delete_acc{
    text-align: center;
}
.rcp_profile_delete_acc .delete-user-account-container button {
    background-color: var(--action-color) !important;
    color: var(--white) !important;
    font-size: 11px !important;
    line-height: 14px !important;
    padding: 9px 20px !important;
    margin-bottom: 50px;
}
.rcp_profile_delete_acc .delete-user-account-container button:hover {
    background-color: var(--hover-color) !important;
    color: var(--white) !important;
}
.recp_profile_img_existing_wrap {
    text-align: center;
}
.recp_profile_img_existing_wrap img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}
.nn_rcp_success_pwd{
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: var(--hover-color);
}
.nn_login_error_wraps {
    max-width: 600px;
    margin: 20px auto;
}
.nn_login_error_wraps .rcp_error{
    border: 1px solid var(--hover-color);
    margin: 0 0 10px;
    padding: 4px;
    background: rgba(var(--bg-color4-rgb),0.5);
    color: var(--heading-color);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
}
.nn_login_success_user{
    font-family: 'Baby Roar';
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--text-color);
    font-weight: 400;
}
.nn_login_success_wrap {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.logged-in.page-id-4166 .entry-title{
    display: none;
}
.nn_login_success_menu_btns {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.nn_login_success_menu_btns .nnl_btn {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--action-color);
  padding: 20px;
  margin: 0 0 20px 0;
  color: var(--action-color);
  font-size: 14px;
  line-height: 18px;
}
.nn_login_success_menu_btns .nnl_btn:is(:hover, :focus) {
  border-color: var(--hover-color);
  color: var(--hover-color);
}
/*
--- AFTER LOGIN WELOCOME PAGE
*/
.nn_welcome_user_inner_wrapper .rcp_restricted{ display:none; }
.nn_welcome_user_wrap {
  padding: 25px;
  margin: 50px auto;
  text-align: center;
  background: rgba(var(--bg-color4-rgb),0.6);
  max-width: 650px;
  border-radius: 0px;
    /*  box-shadow: 0 4px 4px rgba(var(--heading-color-rgb),0.5);*/
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.nn_welcome_user_inner_wrapper{

}
p.rcp_error {
    padding: 20px !important;
    background: #fff !important; 
}
.nn_welcome_user_inner_wrapper .rcp_error{
    padding: 10px !important;
    border: 0 !important;
    background: transparent !important;
}
.rcp_success {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid var(--bg-color2);
  margin: 0 0 25px 0 !important;
  padding: 8px;
  background: var(--bg-color2);
  color: #fff;
}
.nn_welcome_user_wrap p,.nn_welcome_user_wrap ul,.nn_welcome_user_wrap ol {
  margin:0 0 10px 0;
}
.nn_welcome_user_wrap ul,.nn_welcome_user_wrap ol{
    padding-left: 20px;
}
/*
--- Dashboard page
*/
#rcp-table-wrapper {
  width: 100%;
  max-width: 100% !important;
}
#rcp-table-wrapper h3 {
  color: var(--text-color);
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0;
  padding: 0;
}
#rcp-table-wrapper table {
  border-collapse: unset;
  border: 0;
  margin: 0 0 40px 0;
  max-width: 100%;
  overflow-x: scroll;
}
#rcp-table-wrapper table thead {
  background: var(--bg-color2);
}
#rcp-table-wrapper table thead th {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

#rcp-table-wrapper table tbody td {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0;
}

#rcp-table-wrapper table tbody tr:nth-child(odd) {
  background-color: rgba(var(--bg-color4-rgb),0.6);
}
#rcp-table-wrapper table tbody tr:nth-child(even) {
  background-color: rgba(var(--bg-color4-rgb),0.2);
}

/*Meal Plan calender PAGE*/
.calenderloader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bg-color4-rgb),0.5);
  font-size: 14px;
  line-height: 20px;
  padding: 40px;
  font-weight: 900;
}
.nn_meal_planner_calender_leftwrap {
  flex-basis: 28%;
  transition: all 0.3s ease-in-out;
}
.nn_meal_planner_calender_rightwrap {
  flex-basis: 70%;
  transition: all 0.3s ease-in-out;
}
.nn_meal_planner_calender_leftwrap.wrapit {
  flex-basis: 14%;
}
.nn_meal_planner_calender_rightwrap.wrapit {
  flex-basis: 86%;
}
.nn_meal_planner_calender_leftwrap.wrapit .nn_meal_planner_calender_notebtn {
  margin: 40px 0 20px 0;
}
.nn_meal_planner_calender_selectwrap select {
  padding: 14px 16px;
  min-width: 165px;
  appearance: none;
  background-color: var(--white);
  border: 1px solid var(--action-color);
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
  background-size: 14px;
  background-position: calc(100% - 10px) center;
  text-transform: capitalize;
}
.nn_meal_planner_calender_selectwrap select option {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.nn_meal_planner_calender_selectwrap {
  display: flex;
  align-items: center;
}
.nn_meal_planner_calender_selectwrap label {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 500;
  margin-right: 18px;
}
.nn_meal_planner_calender_selectwrap  #reportrange {
  font-size: 12px;
  line-height: 16px;
}
#reportrange .caret {
  margin-left: 5px;
}
#reportrange.active .caret i::before {
  content: "\f077";
}
.nn_meal_planner_calender_notebtn a {
  background-color: var(--white);
  text-align: right;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
}
.nn_mp_btn_wrap a {
  margin-right: 0;
  margin-left: 8px;
  border-radius: 0;
  padding: 14px 20px;
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
}
.nn_mp_btn_wrap a i {
  font-size: 14px;
  margin-right: 5px;
}
.nn_mp_nav_wrap a {
  margin-left: 0;
  margin-right: 6px;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid var(--action-color);
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  background-color: var(--white);
  color: var(--action-color);
  padding: 0;
}
.nn_mp_nav_wrap a:is(:hover,:focus,:visited) {
  border-color: var(--hover-color);
  color: var(--hover-color);
  background-color: var(--white);
}
.nn_meal_planner_calender_data_wrap {
  display: table;
  border: 1px solid rgba(var(--heading-color-rgb),0.2);
  border-bottom:0;
  border-right:0;
  margin: 15px 0 10px 0;
  position: relative;
}
.nn_meal_type_header_wrap {
  display: table-header-group;
  background-color: var(--bg-color4);
}
.nn_meal_type_header {
  display: table-cell;
  border-bottom: 1px solid rgba(var(--heading-color-rgb),0.1);
  border-right: 1px solid rgba(var(--heading-color-rgb),0.2);
  padding: 5px;
}
.nn_meal_type_body_wrap {
  display: table-row-group;
}
.nn_meal_type_day_item_wrap {
  display: table-row;
}
.nn_meal_type_day_item_wrap > div {
  display: table-cell;
  border-right: 1px solid rgba(var(--heading-color-rgb),0.2);
  border-bottom: 1px solid rgba(var(--heading-color-rgb),0.2);
  height: 100px;
	position: relative;
    vertical-align: middle;
}
.nn_meal_type_header > div {
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  padding: 0;
  letter-spacing: 1px;
}
.nn_meal_type_day {
  text-transform: uppercase;
}
.nn_meal_type_date {
  text-transform: capitalize;
}
.nn_meal_type_day_item_variation_title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  background-color: var(--bg-color4);
  width: 35px;
  text-align: center;
  padding: 10px;
  position: relative;
}
.nn_meal_type_day_item_variation_title span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%) rotate(-90deg);
}
.nn_meal_type_day_item_variation_recipes_item {
  text-align: center;
  padding: 10px 0 0 0;
	    width: 100px;
    min-width: 100px;
    max-width: 100px;
}
.nn_meal_type_day_item_variation_recipes_item_left{
    display: none;
}
.nn_meal_type_day_item_variation_recipes_item_right{
    position: relative;
}
.nn_meal_type_day_item_variation_recipes_item a{
    display: block;
}
.nn_meal_type_day_item_variation_recipes_item img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.nn_meal_type_day_item_variation_recipes_item h5 {
  font-size: 8px;
  line-height: 12px;
  font-weight: 500;
  margin: 4px 0;
  font-weight: 500;
  pointer-events: none;
}
.nn_meal_type_day_item_variation_recipes_item h6 {
  font-size: 6px;
  line-height: 10px;
  letter-spacing: 0;
  margin: 4px 0;
  padding: 0;
  font-weight: 500;
  pointer-events: none;
}
.nn_meal_type_day_item_variation_recipes_item h6 span{
    background-color: var(--bg-color1);
    padding: 4px 6px;
    border-radius: 4px;
    margin: 2px;
}
.nn_meal_type_day_item_variation_recipes_item p {
  font-size: 8px;
  line-height: 12px;
}
.nn_meal_type_day_item_variation_recipes_item button {
  margin: 0;
  padding: 4px 12px;
  font-size: 6px;
  line-height: 6px;
  text-align: center;
  width: 100%;
  border-radius: 0;
	
    text-transform: capitalize;
}

/*Accordian*/
.nn_meal_planner_sidebar{
    position: relative;
}
.nn_fav_accordian_closewrap {
  position: absolute;
  top: 18px;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: var(--action-color);
  color: var(--white);
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.nn_accordian_wrap{
    margin: 18px 0;
}
.accordion_title {
  background-color: var(--action-color);
  color: var(--white);
  cursor: pointer;
  padding: 12px 20px 12px 13px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 11px;
  transition: 0.4s;
  line-height: 16px;
  position: relative;
}
.nn_accordian_item{
    transition: all 0.3s ease-in;
}
.nn_accordian_item:not(:nth-child(1)){
    margin-top: 6px;
}
.nn_accordian_item.active .accordion_title{
    background-color: var(--hover-color);
}
.accordion_title::after {
  position: absolute;
  content: "\f078";
  right: 10px;
  top: 50%;
  color: var(--white);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.nn_accordian_item.active .accordion_title::after{
    content: "\f077";
}
.accordian_recipe_item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 5px;
  position: relative;
}

.accordian_recipe_item:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--bg-color1);
}
.accordian_recipe_item:hover {
  border-color: var(--white);
  box-shadow: 1px 1px 20px #00000026;
  margin-right: 14px;
}
.accordian_recipe_item_img{
    margin-right: 12px;
    width: 78px;
    height: 78px;
}
.accordian_recipe_item_img img {
      width: 78px;
    height: 78px;
    object-fit: cover;
    object-position: center;
    min-height: 78px;
    min-width: 78px;
}
.accordian_content {
  border: 1px solid var(--hover-color);
  padding: 5px 7px;
  display: none;
}
.nn_accordian_item.active .accordian_content {
  display: block;
}
.nn_fav_accordian_wrap .accordian_content{
    max-height: 500px;
    overflow-x: hidden;
}
.nn_fav_accordian_wrap .nn_recipe_postitem_save{
    right: 5px;
    bottom: 5px;
}
.accordian_recipe_item_title h4 {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 5px 0;
}
.accordian_recipe_item_menu {
  position: absolute;
  top: 35%;
  right: -14px;
  display: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
  text-align: center;
}
.accordian_recipe_item_menu_btn {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
}
.accordian_recipe_item_menu_btn:hover {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: var(--hover-color);
}
.accordian_recipe_item:hover .accordian_recipe_item_menu{
    display: block;
}
/*Meal planer calender popup*/
.nn_calender_recipe_popup .nn_popup_header_wrap {
  padding: 0 50px;
}
.nn_calender_recipe_popup .nn_popup_innercontent_wrap {
  max-height: 750px;
  overflow-x: hidden;
  padding: 60px 0px 30px 0px;
}
.nnp_day {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.nn_popup_heading.nnp_date {
  font-size: 35px;
  line-height: 40px;
  margin: 0;
}
.nnp_tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.nnp_tags button {
  margin: 10px 10px 10px 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 30px;
  text-transform: capitalize;
}
.nn_calender_recipe_more_list {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
}
.nn_calender_recipe_more_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 50px;
	position: relative;
}
.nn_calender_recipe_more_item:nth-child(odd) {
  background-color: rgba(var(--bg-color4-rgb),0.5);
}
.nn_calender_recipe_more_item:nth-child(even) {
  background-color: var(--white);
}
.nn_calender_recipe_more_img {
  width: 90px;
  height: 90px;
  margin: 0 20px 0 0;
}
.nn_calender_recipe_more_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nn_calender_recipe_more_title h4 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.nn_calender_recipe_more_title h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}
.nn_calender_recipe_more_title h6 span {
  background-color: var(--bg-color1);
  padding: 4px 8px;
  margin-left: 5px;
  border-radius: 4px;
}

/*Grocery List*/
#nn_grocerylist_dropdown {
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
}
.nn_grocerylist_dropdown_inner {
  padding: 30px;
}
.nn_grocerylist_filter .button {
  border-radius: 3px;
  padding: 11px 20px;
}
.unitgrocery {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.unitgrocery li {
  font-size: 11px;
  line-height: 14px;
  padding: 10px 20px;
  background: #fff;
  color: var(--action-color);
  border: 1px solid var(--action-color);
  border-radius: 0;
  cursor: pointer;
}
.unitgrocery li.active {
  background: var(--action-color);
  color: var(--white);
}



.nn_grocerylist_filter input {
  padding: 11px 20px 11px 14px;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.12px;
  background-position: calc( 100% - 8px) center;
  background-size: 14px;
  margin: 5px;
}
.nn_grocerylist_filter .btndropdown {
  padding-right: 34px;
}
.nn_grocerylist_filter .btndropdown::after{
    right: 10px;
}
.nn_grocery_list_detail_wrapper {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
.nn_grocery_list_detail_loader{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(var(--bg-color4-rgb),0.8);
    z-index: 2;
    text-align: center;
    padding: 80px 20px 20px 20px;
}
.nn_grocery_variation_heading {
  margin: 30px 0 20px 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--text-color);
  font-weight: 500;
}
.nn_grocery_variation_type_heading {
  padding: 15px;
  margin: 0;
  background-color: var(--bg-color2);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--heading-color);
}
.nn_grocery_variation_type_list {
  display: flex;
  flex-direction: column;
  margin: 0 0 35px 0;
}
.nn_grocery_variation_type_list_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}
.nn_grocery_variation_type_list_item:nth-child(odd) {
  background-color: var(--white);
}
.nn_grocery_variation_type_list_item:nth-child(even) {
  background-color: rgba(var(--bg-color4-rgb),0.5);
}
.nn_grocery_variation_customitem {
  margin: 0 0 35px 0;
}
.nn_gvt_listitem_remove {
  cursor: pointer;
}
.nn_gvt_listitem_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-basis: 95%;
}
.nn_gvt_listitem_right {
  flex-basis: 5%;
}
.nn_gvt_listitem_left > div:not(:last-child) {
  margin-right: 19px;
}
.nn_gvt_listitem_checkbox {
  display: flex;
  align-items: center;
  flex-basis: 5%;
}
.nn_gvt_listitem_numberfield {
  flex-basis: 18%;
}
.nn_gvt_listitem_numberfield span {
  font-size: 14px;
  line-height: 18px;
  margin-left: 4px;
}
.nn_gvt_listitem_checkbox input {
  border: 1px solid rgba(var(--heading-color-rgb),0.5);
}
.nn_gvt_listitem_numberfield input {
  max-width: 54px;
  padding: 2px 0px 2px 8px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgba(var(--heading-color-rgb),0.5);
  border-radius: 3px;
  margin: 0;
}
.nn_gvt_listitem_name {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  flex-basis: 75%;
}

.nn_grocery_variation_custom_list_heading {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--heading-color);
  font-weight: 500;
  margin: 10px 0;
}
.nn_grocery_variation_custom_listitem {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nn_grocery_variation_custom_listitem_btn{
    margin-right: 20px;
}
.nn_grocery_variation_custom_listitem_btn button {
  color: var(--action-color);
  background-color: var(--white);
  border: 1px solid var(--action-color);
  border-radius: 100%;
  padding: 15px 16px;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
.nn_grocery_variation_custom_listitem_btn button:hover{
    color: var(--hover-color);
    background-color: var(--white);
    border: 1px solid var(--hover-color);
}
.nn_grocery_variation_custom_listitem_btn {
  flex-basis: 70px;
}
.nn_grocery_variation_custom_listitem_input {
  flex-basis: calc(100% - 70px);
}
.nn_grocery_variation_custom_listitem_input input {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
}

/*Plugin grocerylist collection page*/
.wprmprc-container-header-container {
  color: var(--text-color);
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0;
}
.wprmprc-container-header-action .wprmprc-context-menu-clickable svg g > *,.wprmprc-icon svg g > * {
  stroke: var(--action-color);
}
.wprmprc-container-header-action .wprmprc-context-menu-clickable svg:hover g > * {
  stroke: var(--hover-color);
}
.wprmprc-overview-grid-collection-actions .wprmprc-context-menu-clickable svg g > * {
  fill: var(--heading-color);
}
.wprmprc-overview-grid-collection.wprmprc-overview-grid-collection-clickable{
    background-color: var(--bg-color2);
    border: 0;
    padding: 10px;
}
.wprmprc-overview-grid-collections .wprmprc-overview-grid-collection:nth-child(odd) {
  background-color: var(--white);
}
.wprmprc-overview-grid-collections .wprmprc-overview-grid-collection:nth-child(even) {
  background-color: rgba(var(--bg-color4-rgb),0.6);
}
.wprm-recipe-collections-layout-grid .wprmprc-header-link {
  font-size: 18px;
  text-decoration: none;
  line-height: 24px;
}
.wprm-recipe-collections-layout-grid .wprmprc-container-header .wprmprc-container-header-name {
  display: block;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 500;
}
.wprmprc-overview-grid-collection-add{
    opacity: 1;
}
.wprmprc-overview-grid-collection-add:last-child {
  margin-bottom: 20px;
}
.wprmprc-overview-grid-collection-add .wprmprc-context-menu-clickable {
  color: var(--action-color);
}
.wprmprc-overview-grid-collection-add .wprmprc-context-menu-clickable:hover {
  color: var(--hover-color);
}
.tippy-popper .tippy-tooltip{
    background-color: var(--action-color);
}
.tippy-popper[x-placement^="right"] [x-arrow]{
    border-right-color: var(--action-color) !important;
}
.tippy-popper[x-placement^="top"] [x-arrow] {
  border-top-color: var(--action-color) !important;
}
.tippy-popper[x-placement^="left"] [x-arrow] {
  border-left-color: var(--action-color) !important;
}
.tippy-popper[x-placement^="bottom"] [x-arrow] {
  border-bottom-color: var(--action-color) !important;
}

/* Restricted Area
--------------------------------------------- */
.nn_restricted_notice_wrap {
    max-width: 600px;
    margin: 50px auto;
    display: block;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 10px 8px inset rgba(var(--heading-color-rgb),0.1);
    background-color: rgba(var(--bg-color4-rgb),0.6);
}
.nn_restricted_notice_icon {
    width: 60px;
    height: 60px;
/*     border: 1px solid var(--bg-color1); */
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    margin: 0 auto;
}
.nn_restricted_notice_title {
    color: var(--text-color);
    font-size: 20px;
    line-height: 24px;
    margin: 20px;
    padding: 0;
    text-transform: uppercase;
}
.nn_restricted_notice_desc {
    color: var(--heading-color);
    font-size: 14px;
    line-height: 20px;
    margin: 0 20px 30px 20px;
    padding: 0;
}
.nn_restricted_notice_btn .button {
    display: inline-block;
}
.nn_recipe_filter_dropdown_list .acf-field-taxonomy:nth-of-type(even) {
       background: #FEFBF7;
}
.nn_recipe_filter_dropdown_list .acf-field-taxonomy:nth-of-type(odd) {
       background: #fff;
}
.saved_filter-template-default .nn_recipe_filter_dropdown_list .acf-field-taxonomy:nth-of-type(odd) {
       background: #FEFBF7;
}
.saved_filter-template-default .nn_recipe_filter_dropdown_list .acf-field-taxonomy:nth-of-type(even) {
       background: #fff;
}
.acf-fields > .acf-field {
   
    border: none !important;
}
ul.acf-checkbox-list li input[type=checkbox]{
	    margin: -1px 8px 8px 0 !important;
}
.acf-form ul.acf-radio-list li span, .acf-form ul.acf-checkbox-list li span{
/*    font-size: 13px;*/
    line-height: 25px;
}
.acf-field-643fcbc4de15f ul.acf-checkbox-list li span {
        margin-top: 6px;
        font-size: 10px;
    text-transform: uppercase;
}
.post-4166 p{
	text-align: center;
}
html .nn_recipe_filter_dropdown{
	overflow-y: scroll;
  scrollbar-color: var(--hover-color)  #a02b5d4f;
  scrollbar-width: thin;
}
html .nn_fav_accordian_wrap .accordian_content{
	overflow-y: scroll;
  scrollbar-color: var(--hover-color)  #a02b5d4f;
  scrollbar-width: thin;
}
html .nn_calender_recipe_popup .nn_popup_innercontent_wrap{
	overflow-y: scroll;
  scrollbar-color: var(--hover-color)  #a02b5d4f;
  scrollbar-width: thin;
}
.nn_recipe_filter_dropdown::-webkit-scrollbar {
width: 5px;
}

.nn_recipe_filter_dropdown::-webkit-scrollbar-track {
background: #a02b5d4f;
}

.nn_recipe_filter_dropdown::-webkit-scrollbar-thumb {
background: var(--hover-color);
}

.nn_fav_accordian_wrap .accordian_content::-webkit-scrollbar {
width: 5px;
}

.nn_fav_accordian_wrap .accordian_content::-webkit-scrollbar-track {
background: #a02b5d4f;
}

.nn_fav_accordian_wrap .accordian_content::-webkit-scrollbar-thumb {
background: var(--hover-color);
}
.nn_calender_recipe_popup .nn_popup_innercontent_wrap::-webkit-scrollbar {
width: 5px;
}

.nn_calender_recipe_popup .nn_popup_innercontent_wrap::-webkit-scrollbar-track {
background: #a02b5d4f;
}

.nn_calender_recipe_popup .nn_popup_innercontent_wrap::-webkit-scrollbar-thumb {
background: var(--hover-color);
}

.add_user_notes ::-webkit-input-placeholder {
   font-size: 11px;
}
.add_user_notes :-moz-placeholder { 
  font-size: 11px;
}
.add_user_notes ::-moz-placeholder { 
  font-size: 11px;
}
.add_user_notes :-ms-input-placeholder { 
  font-size: 11px;
}
.add_user_notes ::-ms-input-placeholder { 
   font-size: 11px;
}

.add_user_notes ::placeholder { 
  font-size: 11px;
}
.list2col.liststylenone input[type="checkbox"]{
	
    border-radius: 0 !important;
	    margin-right: 12px;

}
.list2col.liststylenone .nn_checkitem{
	    margin-bottom: 15px !important;
}
.nn_meal_planner_calender_leftwrap .accordian_recipe_item_title h4 {
    
    color: var(--heading-color);
}
.nn_meal_planner_calender_leftwrap .accordian_recipe_item_title h4:hover{
	 color: var(--action-color); 

}
.nn_meal_planner_calender_leftwrap  .nn_recipe_postitem_save a{
	    width: 20px;
    height: 20px;
}
.nn_meal_planner_calender_leftwrap  .nn_recipe_postitem_save a:before{
	    font-size: 10px;
}
.nn_calender_recipe_more_list .nn_calender_recipe_more_title h4{
	 color: var(--heading-color);
}
.nn_calender_recipe_more_list .nn_calender_recipe_more_title h4:hover{
    color: var(--action-color); 
}
#nn-primary-menu > li > ul.sub-menu li a {
   
    text-align: left;
}
.wprm-recipe-submission input[type="file"] {
         

}
.wprm-recipe-submission textarea.wprmprs-form-input{
	    min-height: 154px !important;
    border: transparent !important;
       background-color: rgba(var(--bg-color4-rgb),0.5);
}
.wprmprs-layout-block-recipe_ingredients textarea.wprmprs-form-input{
	    min-height: 180px !important;
    background: transparent !important;
   
    border: 1px solid rgba(var(--heading-color-rgb),0.5) !important;
}
#wprmprs_submit{
	margin-bottom: 80px;
	text-transform: none;
}
 #delete-my-account{
	margin-bottom: 125px;
}
#rcp_profile_editor_form ::-webkit-input-placeholder {
   font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	    color: var(--heading-color);
}
#rcp_profile_editor_form :-moz-placeholder { 
  font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	    color: var(--heading-color);
}
#rcp_profile_editor_form ::-moz-placeholder { 
  font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	    color: var(--heading-color);
}
#rcp_profile_editor_form :-ms-input-placeholder { 
  font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	    color: var(--heading-color);
}
#rcp_profile_editor_form ::-ms-input-placeholder { 
  font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	    color: var(--heading-color);
}

#rcp_profile_editor_form ::placeholder { 
  font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	    color: var(--heading-color);
}
.receipe_id_wrp{
	    cursor: not-allowed;
}
.nn_form_wrap.nn_form_flex .error-message{
	    color: var(--action-color);
    padding: 15px 0px;
	padding-top: 4px;
	display: block;
}
.nn_form_success_msg{
	color: var(--text-color);
	
		
}
input[type="checkbox"]::before{
	content: url(/wp-content/uploads/2023/05/check.png);
}

.calender_week_wrap{
	    margin-bottom: 50px;
}
.add_user_notes .user_notes{
	border: none !important;
}
#reportrange{
	    padding: 9px 10px !important;
    border: 1px solid var(--action-color) !important;
}
#reportrange .fa-chevron-down{
	 color: var(--action-color) !important;
}
.nn_form_success.pd-4{
	    padding: 0 !important;
    padding-top: 20px !important;
}
.nn_rsp_meta_wrp .metatype_border{
    border-bottom: 1px solid var(--bg-color1);
}
.nn_rsp_meta_wrp .metatype_border:last-child {
  border-bottom: none;
}
.nn_recipe_postitem_meta > div{
	    border-right: 1px solid var(--bg-color1);
}
.nn_recipe_postitem_meta > div:last-child {
  border-right: none;
}
.rcp_profile_additional_info{
	 position: relative;
	    color: var(--text-color) !important;
	cursor: pointer;
}

.rcp_profile_field_wrap .rcp_profile_additional_info::after{
	    content: url(/wp-content/uploads/2023/05/icon-red.png);
	    font-weight: 900;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 45%;
    transform: translateY(-50%);
}
.rcp_profile_field_wrap.open .rcp_profile_additional_info::after{
	    content: url(/wp-content/uploads/2023/05/icon-red-up.png);
	    font-weight: 900;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 45%;
    transform: translateY(-50%);
}
.nn_form_field_wrap.nnf_field_third_two.mb-3{
	margin-bottom: 0px;
}
.nn_form_field_wrap.nnf_field_third_one.mb-3{
	margin-bottom: 0;
}
#rcp_login_form input[type="checkbox"] {
    float: left;
    margin: 7px 8px 0 0;
    width: 25px;
    height: 25px;
    padding: 0 !important;
}
/* My Profile */
body.page-id-4158 form#rcp_profile_editor_form .rcp_profile_image_wrap span {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 18px;
    color: var(--heading-color);
    font-style: normal !important;
}
body.page-id-4158 form#rcp_profile_editor_form .rcp_profile_image_wrap {
    padding-bottom: 60px;
}
/* My Profile */

/* Footer Style */
/*html {
    height: 100%;
    box-sizing: border-box;
}
body {
    position: relative;
    min-height: 100%;
    box-sizing: inherit;
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/
/* Footer Style */
section#askaquestion .nn_popup_innercontent_wrap {
    padding: 10px 50px;
}
section#askaquestion {
    padding-top: 50px;
}

.wprm-nutrition-label.wprm-nutrition-label-layout{
	max-width: 100% !important;
	    display: block;
}

.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient {
    
    padding: 6px 0px;
    border-bottom: 1px solid #ccc;
}
.wprmp-nutrition-label-block-nutrient-calories{
	border-bottom: none !important;
	padding-bottom: 30px !important;
}
.rcp_form p {
    margin: 0 0 0px !important;
    min-height: 20px !important;
    line-height: 28px !important;
}
.add_users_meal_plan_btn{
	margin-top: 20px !important;
}
#rcp_email{
	    cursor: not-allowed;
	    opacity: 0.6;
}
.nn_restricted_notice_icon{
	position: relative;
	    margin-top: 20px;
    display: block;

}
.nn_restricted_notice_icon::after {
    
   
        content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/uploads/2023/06/restricted.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: 1;
}
.button.nn_restricted_notice_btn{
	    margin-bottom: 30px;
    display: inline-block;
}
.border-between-form{
	background-color: var(--bg-color1);
   
    margin: 56px 0px;
}
.gform_wrapper.gravity-theme * {
    box-sizing: border-box;
    outline: none !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 157px !important;
}
.nn_recipe_filter .btndropdown.viewall-btn::after{
	display: none;
}
.page-id-4156 .nn_welcome_user_wrap{
	    max-width: 650px;
    margin: 50px auto;
    display: block;
    text-align: center;
    padding: 25px;
    /*    box-shadow: 0 0 10px 8px inset rgba(var(--heading-color-rgb),0.1);*/
    background-color: rgba(var(--bg-color4-rgb),0.6);
	    border-radius: 0 !important;
        font-weight: 500;
}
.page-id-4156 p.rcp_error {
   
        background: transparent !important;
    border: none !important;
    font-size: 18px;
    margin-top: 20px;
    color: var(--text-color);
}
.receipe-add-wishlist{
	color: var(--action-color) !important;
    background-color: var(--white) !important;
}
body, button, input, select, optgroup, textarea{
	outline: none !important;
}
#acf_form_update_save_filter #acf-_post_title{
	    border: 1px solid rgba(var(--heading-color-rgb),0.5) !important;
    border-radius: 0 !important;
    outline: 0 !important;
    padding: 16px 25px !important;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    width: 100%;

}

.nn_grocerylist_filter{
	
    padding-bottom: 50px;
}

.nn_grocery_variation .nn_gvt_listitem_numberfield input {
    
    border-radius: 0 !important;
   
}
.nn_grocery_variation_type{
	    padding-bottom: 50px;
}
.nn_grocery_variation{
	padding-bottom: 40px;
}

.delete_filter_message, .clone_filter_message, .success_message{
	
    color: var(--text-color);
    font-size: 22px;
    padding-bottom: 10px;

}
.nn_recipe_filter_dropdown_submit_wrap .disableFilter{
	cursor: not-allowed;
	opacity: 0.6;
}
#serving_size_wrp{
    background-color: var(--white);
    color: var(--heading-color);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    padding: 22px 25px;
    border: 1px solid var(--heading-color);
    border-radius: 0;
    outline: none !important;
	    margin-bottom: 15px !important;
}
.page-id-4166 .nn_welcome_user_wrap{
	    max-width: 650px;
    margin: 50px auto;
    display: block;
    text-align: center;
    padding: 50px 25px;
    /*    box-shadow: 0 0 10px 8px inset rgba(var(--heading-color-rgb),0.1);*/
    background-color: rgba(var(--bg-color4-rgb),0.6);
    color: var(--text-color);
    font-size: 22px;
	font-weight: 500;
    border-radius: 0;
}
.nn_meal_planner_variation_recipe_delete{
       position: absolute;
    top: 0;
    right: 3px;
    color: var(--action-color);
    cursor: pointer;

}
.nn_meal_planner_variation_recipe_delete:hover{
	color: var(--hover-color);
}
.nn_calender_recipe_more_list .nn_meal_planner_variation_recipe_delete {
    position: absolute;
    top: 40%;
    right: 3%;
    color: var(--action-color);
    cursor: pointer;
}
.nn_calender_recipe_more_list .nn_meal_planner_variation_recipe_delete i{
	font-size: 24px;
}
.nn_calender_recipe_more_list .nn_meal_planner_variation_recipe_delete:hover{
	color: var(--hover-color);
}

.nn_grocerylist_filter .disableFilter{
	cursor: not-allowed;
    opacity: 0.6;
}
.nn_grocery_list_detail_wrapper .success_message{
	padding-bottom: 20px;
}
.nn_recipe_saved_filters_list_wrapper .disableFilter{
	cursor: not-allowed;
    opacity: 0.6;
}
.entry-content#add_recipe_success_msg p{
	    text-align: center;
    max-width: 540px;
    margin: 0px auto;
    display: block;
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(var(--bg-color4-rgb),1);
}
.page-id-4048 .entry-content p{
	    text-align: center;
    max-width: 540px;
    margin: 0px auto;
    display: block;
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(var(--bg-color4-rgb),1);
}
#no_favorites{
            text-align: center;
        max-width: 555px;
        margin: 0px auto;
        display: block;
        text-align: center;
        padding: 10px 20px;
        background-color: rgba(var(--bg-color4-rgb),1);
}
/*.page-id-4048 .entry-content{
	    max-width: 540px;
    margin: 30px auto;
    display: block;
    text-align: center;
    padding: 30px 20px;
    background-color: rgba(var(--bg-color4-rgb),1);
}*/
/*Register Message*/
#rcp_registration_form .rcp_subscription_message{
    font-weight: 600;
}
#rcp_registration_form #rcp_subscription_levels {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#rcp_registration_form #rcp_subscription_levels li{
    margin-right: 10px;
    flex-basis: 48%;
    margin-bottom: 5px;
}
#rcp_registration_form input[type="radio"]{
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 10px;
}
#rcp_registration_form  input[type="radio"]::before{
    border-width: 4px;
}
#rcp_registration_form  #rcp-sandbox-gateway-test-cards {
  background: var(--bg-color4);
  padding: 20px;
  margin: 15px 0 25px 0;
}
#rcp_registration_form #rcp_auto_renew_wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 14px 0;
}
#rcp_registration_form .rcp_card_fieldset {
  padding: 20px;
  border: 1px solid rgba(var(--heading-color-rgb),0.5) !important;
}
#rcp_registration_form .rcp-gateway-new-card-fields input {
  border: 1px solid rgba(var(--heading-color-rgb),0.5) !important;
  border-radius: 0 !important;
  outline: 0 !important;
  padding: 16px 25px !important;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  width: 100%;
  margin: 5px 0;
  font-family: 'Bw Modelica SS01';
}
#rcp_registration_form .rcp-gateway-saved-payment-methods li, 
#rcp_registration_form .rcp-gateway-saved-payment-methods li label {
  display: flex;
  align-content: center;
  align-items: center;
}
#rcp_registration_form .rcp-gateway-saved-payment-methods {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
 .rcp-gateway-saved-payment-methods li label span{
    margin-right:2px; }

@media (max-width: 1024px){
	.nn_recipe_filter_dropdown_list > div {
		padding: 20px 20px 20px 25px;
	}
	/*.nn_rsp_sidebar_related_post_wrap {
		max-width: 350px;
	}*/
}
@media (max-width: 640px){
    #rcp_registration_form #rcp_subscription_levels li{
        font-size: 14px;
        flex-basis: 100%;
    }
    #rcp_registration_form #rcp-sandbox-gateway-test-cards{
        font-size: 14px;
    }
    #rcp_registration_form .rcp-gateway-saved-payment-methods li {
      font-size: 14px;
    }
    .rcp-gateway-new-card-fields label, .rcp-gateway-new-card-fields input {
      font-size: 14px;
    }
	.nn_recipe_saved_filters_list_header.nn_recipe_saved_filters_list_item{
		align-items: start;
	}
	.nn_recipe_saved_filters_list .nn_recipe_saved_filters_list_item{
    flex-direction: row;
}
	.nn_recipe_saved_filters_list_item {
   
       align-items: center;
    margin-bottom: 0;
}
	.nn_recipe_saved_filters_list_footer.nn_recipe_saved_filters_list_item{
		align-items: baseline;
	}
	.nn_recipe_filter_dropdown_list > div {
    padding: 10px 10px 30px 10px;
}
	.nn_meal_planner_calender_selectwrap {
    display: flex !important;
}
	#viewnutritioninfo .nn_popup_innercontent_wrap {
    padding: 40px 20px 20px 20px;
}
	.wprm-recipe-submission .wprmprs-layout-block-recipe_image .wprmprs-form-help, .wprmprs-layout-block-recipe_video_upload .wprmprs-form-help {
		left: 50% !important;
		transform: translate(-50%,0) !important;
		width: 100%;
	}
		.wprm-recipe-submission .wprmprs-layout-block-recipe_image input, .wprmprs-layout-block-recipe_video_upload input {
		padding: 30px 30px 75px 30px;
	}
	
	.wprmprs-layout-block-recipe_image input::file-selector-button, .wprmprs-layout-block-recipe_video_upload input::file-selector-button {
    margin-left: 25%;
    width: max-content;
}
.nn_rsp_recipe_comments_CTA_profileimgwrap{
		width: 120px;
		height: 120px;
		margin: 0 auto 15px auto;
	}	
	.nn_rsp_addtomeal_save {
    margin: 10px 10px !important;
}
	.nn_recipe_filter .button {
   width: 100%;
		display: block;
}
.unitgrocery{
  width: 100%;
  justify-content: center;
}
	.width-full-button{
		 width: 100%;
		display: block;
	}
	.nn_recipe_filter .button.viewall-btn {
    width: 100%;
    display: block;
}
	.nn_recipe_filter_dropdown {
   
    left: 0;
  
}
	.nn_page_header_txt{
		margin-bottom: 20px !important;
    margin-top: 10px !important;
	}
	.nn_recipe_filter_dropdown_list .acf-field.acf-field-643fcb71de15e {
    background: transparent;
}
}
@media (max-width: 650px){
.nn_rsp_related_post_item {
    width: 100% !important;
    margin: 10px;
}
	main#primary.nn_single_recipe_page .nn_rsp_related_post_list {
    max-width: 100% !important;
    display: block;
    flex-wrap: wrap;
   
}
}
@media (max-width: 767px){
	.acf-fields > .acf-field {
   
    padding: 16px 0px !important; 
}
	.logged-in #nn-primary-menu {
		margin: 1.4rem;
	}
	#nn-primary-menu {
		margin: 0 1.4rem;
	}
	.nn_form_submit_wrap button {
    padding: 13px 15px !important;
    
}
.dashmenu-mobile-link{
	    background: var(--action-color);
       color: #fff !important;
    padding: 10px 35px 10px 14px !important;
    margin: 10px 0px;
	
}
	.dashmenu-mobile-link:hover{
		    background: var(--hover-color);
	}
	.dashmenu-mobile-link::after {
    content: url(/wp-content/uploads/2023/05/Icon-awesome-chevron-down.png);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 46%;
    transform: translateY(-50%);
}
	 .dashmenu-mobile-link.open{
		position: relative;
	}
	 .dashmenu-mobile-link.open::after {
        content: url(/wp-content/uploads/2023/05/Icon-awesome-chevron-down-1.png);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 41%;
    transform: translateY(-50%);
}
	#nn-primary-menu{
		    align-items: baseline;
	}
	#serving_size_wrp{
		width: 100%;
		    padding: 12px 10px;
	}
}
@media (max-width: 900px){
	main#primary.nn_single_recipe_page .nn_rsp_related_post_list {
    max-width: 100% !important;
    display: flex;
    flex-wrap: wrap;
   
}
	.nn_rsp_related_post_item {
   
    width: 46%;
    margin: 10px;
}
	.nn_rsp_sidebar_taxonomy_wrap {
    margin-top: 0;
   
}
}
@media screen and (min-width: 200px) and (max-width: 390px){
	.nn_recipe_filter_dropdown_submit_wrap{
	bottom: 0px;
		position: relative;
		    padding-bottom: 0;
}
	.nn_recipe_filter_dropdown_submit_wrap .button{
    padding: 15px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}
	.nn_recipe_filter_dropdown_list {
    padding: 20px 20px 0px 20px !important;
}
}
@media screen and (min-width: 390px) and (max-width: 650px){
	.nn_recipe_filter_dropdown_submit_wrap{
	bottom: 0px;
		position: relative;
		    padding-bottom: 0;
}
	.nn_recipe_filter_dropdown_submit_wrap .button {
    padding: 15px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}
	.nn_recipe_filter_dropdown_list {
    padding: 20px 20px 0px 20px !important;
}
}





/* html{ height:100%; }
body{ min-height:100%; padding:0; margin:0; position:relative; }

body::after{ content:''; display:block; height:100px; }

footer{ 
  position:absolute; 
  bottom:0; 
  width:100%; 
 
} */
/* Restricted Area
--------------------------------------------- */