@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined");

html {
    margin-top: 0;
}

body {
    font-family: "Roboto Condensed", sans-serif;
}
/* Header */
.page-header.new {
    padding: 0 !important;
}
.page-header.new .row .header-top .header-right .quick-search .form-group .chosen-single.chosen-default b {
    display: none;
}
.page-header.new .container {
    width: 100% !important;
    padding: 0 !important;
}
.page-header.new .container .row {
    margin: 0 10px;
}
@media (max-width: 996px) {
    .container {
        width: 100% !important;
        padding-bottom: 25px;
    }
    .page-header.new .row .header-top {
        padding: 10px 10px 0 0;
    }
}
.page-header.new .row .header-top {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 30px auto 0;
}
.page-header.new .row .header-top .logo {
    width: 250px !important;
    /* margin-top: -14px; */
}
.page-footer.new .container .row .col-sm-4 .quick-links .col-md-5 ul li ~ li {
    margin-top: 15px;
}

@media (max-width: 999px) {
    .page-header.new .row .header-top .logo {
        width: 250px !important;
        /* left: 60px !important; */
        margin-top: 3px;
        position: initial;
    }
    .page-header.new .row .header-top {
        justify-content: flex-end;
        width: 100%;
    }
    .col-md-1 {
        position: absolute;
        left: 38%;
    }
}
.page-title h1 .rating {
    display: none;
}

@media (max-width: 500px) {
    .page-header.new .row .header-top .logo {
        width: 200px !important;
    }
    .page-footer.new .container .copyrights a {
        font-size: 10px !important;
        width: 50%;
    }
    .page-footer.new .container .copyrights p {
        font-size: 10px !important;
    }
    .subscribe .inputs-footer {
        width: 47% !important ;
    }
}
@media (max-width: 767px) {
    .page-header.new .row .mobile-nav .quick-search .form-group:nth-child(1) {
        width: 48%;
    }
    .page-header.new .row .mobile-nav .quick-search .form-group.ing-container {
        width: 48%;
    }
    .adver {
        width: 100% !important;
        height: 50px !important;
    }
    .col-md-5 {
        padding: 15px;
    }
    .right-single .people::before {
        left: -25px !important;
    }

    .right-single .time::before {
        left: -5px !important;
    }
    .hero-banner .slick-next-button,
    .hero-banner .slick-prev-button {
        display: none !important;
    }
    .hero-banner .box .inner-box {
        width: 100% !important;
        left: 0px !important;
        right: 0;
    }
    .col-sm-6.col-md-3 ~ .col-sm-6.col-md-3 {
        margin-top: 50px;
    }
    .pagination-next,
    .pagination-prev {
        margin-top: 40px !important;
        margin-right: 15px;
    }
    .adver-2 .box {
        margin: 10px auto !important;
    }

    .adver-2 {
        flex-direction: column;
    }
    .page-footer.new .container .row .col-sm-4 .about,
    .page-footer.new .container .row .col-sm-4 .quick-links {
        border-right: none !important;
    }

    .subscribe .inputs-footer {
        width: 49%;
    }

    .adver-2 .box {
        width: 336px !important;
    }
    .col-md-1 {
        left: 25% !important;
    }
    .hero-banner .box .inner-box p {
        font-size: 15px;
    }
}
@media (max-width: 1060px) {
    .adver-2 .box {
        width: calc(100% / 3 - 20px);
    }
}

.page-header.new .row .header-top .header-right .quick-search {
    display: flex;
    align-items: flex-end;
}

/* .page-header.new .row .header-bottom::after {
    content: "";
    background-image: url(.././img/Group7.png)
} */
.page-header.new .row .header-top .header-right .quick-search .form-group {
    margin-bottom: 0 !important;
    margin-right: 7px;
    margin-left: 0 !important;
    width: 157px;
}
.page-header.new .row .header-top .header-right .quick-search .form-group.search {
    margin-right: 7px !important;
}
.page-header.new .row .header-top .header-right .quick-search .form-group input {
    height: 36px;
}
.chosen-single.chosen-default span::after .chosen-container-single .chosen-single {
    height: 36px;
}
.chosen-container-single .chosen-single {
    text-align: left;
}
.chosen-container-single .chosen-single span {
    margin-right: 6px;
    background: url(../img/select.png) 100% 50% no-repeat;
}
.chosen-container-single .chosen-single div b{
    opacity: 0 !important;
}
.page-header.new .row .header-top .header-right .quick-search .btn {
    margin: 25px 0 0;
    background: rgb(202, 67, 35);
    border-radius: 4px;
    padding: 7px 24px;
}

.page-header.new .row .header-top .header-right .quick-search .form-group .chosen-single.chosen-default span {
    visibility: hidden;
    position: relative;
}

.page-header.new .row .header-top .header-right .quick-search .form-group .chosen-single.chosen-default div::before {
    content: "expand_more";
    visibility: visible;
    position: absolute;
    top: 5px;
    font-size: 18px;
    right: 11px;
    font-family: "Material Icons";
}

.header-bottom {
    background-color: #468139;
    padding: 10px;
    margin-top: 20px;
    position: relative;
    place-content: center;
}
.header-bottom::before {
    content: "";
    background-image: url(.././img/green-bar.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    right: 0;
    height: 87px;
    bottom: 0;
    width: 100%;
    transform: rotate(180deg);
}
.header-bottom .header-bottom-content {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .header-bottom .header-bottom-content {
        width: 100%;
        padding: 0 10px;
    }
}

.header-bottom .bottom-left .main-nav li a {
    color: rgb(255, 255, 255);
    font-size: 20px !important;
    font-weight: normal;
    letter-spacing: 0.56px;
    font-family: "Roboto Condensed", sans-serif;
    /* text-transform: capitalize; */
    padding: 0 17px;
}

.header-bottom .bottom-right {
    display: flex;
}
.header-bottom .bottom-left .main-nav li:nth-child(3)::after {
    content: "expand_more";
    visibility: visible;
    position: absolute;
    bottom: 7px;
    font-size: 18px;
    right: -4px;
    font-family: "Material Icons";
    color: white;
}
.header-bottom .bottom-left .main-nav li:nth-child(4) a {
    margin-left: 5px;
}
.header-bottom .bottom-right .add-recipe {
    background: none;
    padding: 0;
    margin: auto 0 15px;
}
.header-bottom .bottom-right .add-recipe a::after {
    content: "add_circle_outline";
    visibility: visible;
    position: absolute;
    top: -1px;
    font-size: 15px;
    font-family: "Material Icons";
    left: 7px;
    color: white;
    text-transform: none;
}
.header-bottom .bottom-right .add-recipe a {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: HelveticaNeue;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.33px;
    background: rgba(27, 64, 19, 20%);
    position: relative;
    padding: 4px 7px 3px 25px;
    /* border-radius: 4px; */
}
/* .header-bottom .bottom-right li ~ li{
    margin-left: 15px;
} */

.header-bottom .bottom-right .create a {
    background: none;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: HelveticaNeue;
    text-transform: uppercase;
    padding: 0;
    line-height: 19px;
    vertical-align: middle;
    height: 34px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    padding: 6px 22px;
    margin: auto 0 auto 15px;
    opacity: 50%;
    vertical-align: middle;
    display: block;
}

/* Mobile Header */
.header-right.mobile {
    display: none;
}

.header-right.mobile .burger {
    display: inline-block;
    padding: 24px 16px;
}

.header-right.mobile .burger img {
    max-width: 30px;
}

.page-header.new .row .mobile-nav {
    display: none;
}

.page-header.new .row .mobile-nav .panel {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    bottom: 0;
    width: 85%;
    padding: 25px 22px 0;
    overflow: auto;
    background: #fff;
    -webkit-transform: translate(-100%, 0);
    transition: transform 0.3s 0.1s;
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    flex-direction: column;
}

.page-header.new .row .mobile-nav .panel.active {
    opacity: 1;
    -webkit-transform: none;
}

.page-header.new .row .mobile-nav li:hover .drop {
    display: block;
}

@media (max-width: 767px) {
    .page-header.new .row .mobile-nav li:hover .drop {
        width: 100%;
    }
}
.page-header.new .row .first-row ul li:nth-child(3)::after {
    content: "expand_more";
    visibility: visible;
    position: absolute;
    bottom: 5px;
    font-size: 18px;
    left: 50px;
    font-family: "Material Icons";
    color: black;
}
.page-header.new .row .mobile-nav .panel.active ul li {
    margin-bottom: 0;
    color: rgb(59, 59, 59);
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    position: relative;
}

.page-header.new .row .mobile-nav .panel.active .first-row {
    border-bottom: 1px solid rgb(239, 239, 239);
    margin-bottom: 15px;
}

.page-header.new .row .mobile-nav .panel.active .second-row {
    border-bottom: 1px solid rgb(239, 239, 239);
    margin-bottom: 15px;
}

.page-header.new .row .mobile-nav .panel.active ul li:hover {
    text-decoration: underline;
}

.page-header.new .row .mobile-nav .panel .close {
    position: absolute;
    right: 19px;
}

.page-header.new .row .mobile-nav .panel .close i {
    font-size: 30px;
    color: black;
}

.overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.panel.active + .overlay {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 999px) {
    .header-right.mobile {
        display: block;
    }
    .header-top {
        flex-direction: row-reverse;
    }
    .header-bottom {
        display: none;
    }
    .page-header.new .row .header-top .header-right.desktop {
        display: none;
    }
    .page-header.new .row .mobile-nav {
        display: block;
    }
    .main-nav .item {
        display: block !important;
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        letter-spacing: 0.56px;
        padding: 0;
        text-transform: capitalize;
    }
    .main-nav {
        text-align: left;
        display: flex;
        flex-direction: column;
    }

    .page-header.new .row .mobile-nav .quick-search .form-group:nth-child(1) {
        display: block;
        width: 46%;
        padding: 0 !important;
        position: relative;
    }

    .page-header.new .row .mobile-nav .quick-search .form-group.ing-container {
        display: block;
        width: 46%;
        padding: 0 !important;
        position: relative;
    }

    .page-header.new .row .mobile-nav .quick-search {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-header.new .row .mobile-nav .quick-search .form-group:nth-child(3) {
        width: 100%;
        margin-top: 20px !important;
        padding: 0 !important;
    }
    .page-header.new .row .mobile-nav .quick-search #combos_action {
        width: 100%;
        background: rgb(202, 67, 35);
        border-radius: 4px;
        margin: 20px 0 5px;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-family: "Open Sans";
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.39px;
        line-height: 25px;
    }

    .page-header.new .row .mobile-nav .panel.active .third-row ul {
        padding: 0 !important;
    }
    .page-header.new .row .mobile-nav .panel.active .third-row ul li.add-recipe {
        background: none;
        padding: 0 !important;
        text-align: left;
        margin-bottom: 20px;
    }
    .page-header.new .row .mobile-nav .panel.active .third-row ul li.add-recipe a {
        color: black;
        font-size: 12px;
        font-family: "HelveticaNeue";
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.33px;
        position: relative;
        padding: 4px 7px 3px 25px;
        background: rgba(171, 180, 154, 20%);
        border-radius: 4px;
    }

    .page-header.new .row .mobile-nav .panel.active .third-row ul li.add-recipe a::after {
        content: "add_circle_outline";
        visibility: visible;
        position: absolute;
        top: -1px;
        font-size: 15px;
        font-family: "Material Icons";
        left: 7px;
        color: black;
        text-transform: none;
    }
    .page-header.new .row .mobile-nav .panel.active .third-row ul li.create a {
        text-align: center;
        width: 100%;
        border: 1px solid rgb(70, 129, 57);
        border-radius: 4px;
        background: none;
        display: block;
        padding: 8px 0px;
        color: rgb(70, 129, 57);
        font-family: HelveticaNeue;
        font-size: 12px !important;
        font-weight: 100;
    }
    .page-header.new .row .mobile-nav .panel.active .third-row ul li.create ~ .create {
        margin-top: 20px;
    }
}
/* Footer */

.page-footer.new {
    background: rgb(232, 232, 232);
    border-radius: 0px;
    padding: 50px 0 15px;
}
.page-footer.new .container .row .col-sm-4 .about {
    border-right: 1px solid rgb(216, 216, 216);
}
.page-footer.new .container .row .col-sm-4 .about h4 {
    color: rgb(0, 0, 0);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: bold;
}

.page-footer.new .container .row .col-sm-4 .about p {
    color: rgb(0, 0, 0);
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 26px;
}

.page-footer.new .container .row .col-sm-4 .quick-links {
    border-right: 1px solid rgb(216, 216, 216);
}
.page-footer.new .container .row .col-sm-4 .quick-links h4 {
    color: rgb(0, 0, 0);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: bold;
}

.page-footer.new .container .row .col-sm-4 .quick-links .row .col-md-7 a {
    color: rgb(0, 0, 0);
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 23px;
}

.page-footer.new .container .row .col-sm-4 .quick-links .row .col-md-5 a {
    color: rgb(0, 0, 0);
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 23px;
}

.page-footer.new .container .row .col-sm-4 .subscribe h4 {
    color: rgb(0, 0, 0);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: bold;
}
.page-footer.new .container .row .col-sm-4 .subscribe {
    position: relative;
}
.page-footer.new .container .row .col-sm-4 .subscribe .socials {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.page-footer.new .container .row .col-sm-4 .subscribe p {
    color: rgb(0, 0, 0);
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 23px;
}

.page-footer.new .container .row .col-sm-4 .subscribe .input {
    padding: 11px 10px;
    line-height: 20px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    color: rgb(133, 133, 133);
    font-family: "Open Sans";
    font-size: 13px;
}
.page-footer.new .container .row .col-sm-4 .subscribe button {
    background: rgb(27, 64, 19);
    border-radius: 4px;
    line-height: 29px;
    font-size: 13px;
}

.page-footer.new .container .copyrights {
    border-top: 1px solid rgb(216, 216, 216);
    display: flex;
    color: black;
    justify-content: space-between;
}
.page-footer.new .container .copyrights p {
    line-height: 16px;
    color: rgb(27, 64, 19);
    font-size: 13px;
    font-family: "Open Sans";
}

.page-footer.new .container .copyrights a {
    line-height: 16px;
    color: rgb(27, 64, 19);
    font-size: 13px;
    font-family: "Open Sans";
}
.page-footer.new .container .row .col-sm-4 .quick-links .col-md-7 ul li ~ li {
    margin-top: 15px;
}

.socials .fb-footer {
    background-image: url(../img/Group\ 61.png);
    background-size: 28px;
}
.socials .ig-footer {
    background-image: url(../img/Group\ 60.png);
    background-size: 28px;
}
.socials .tw-footer {
    background-image: url(../img/Group\ 59.png);
    background-size: 28px;
    margin-left: 5px;
}
.socials .pin-footer {
    background-image: url(../img/Group\ 58.png);
    background-size: 28px;
}
/* Home */
.hero-banner {
    position: relative;
}
.hero-banner .box {
    position: relative;
}
.hero-banner .box .img {
    height: 440px;
}
.hero-banner .box .img img {
    height: 100%;
    width: 100%;
}

.hero-banner .box .img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(#00000000, #000000de);
}
.hero-banner .slick-prev-button {
    width: 90px;
    height: 90px;
    background: rgba(171, 180, 154, 70%);
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    left: -46px;
    top: 40%;
    cursor: pointer;
}
.menus-grid-alt {
    margin-top: 60px;
    padding: 40px 0 30px;
    background: #221d1a 50% 50%;
    background-color: black;
    background-size: cover;
    background-image: url(../img/menus.jpg);
}
.hero-banner .slick-prev-button:hover {
    background: rgb(27, 64, 19);
}
.hero-banner .slick-prev-button:hover::before {
    color: white;
}
.hero-banner .slick-prev-button.slick-disabled {
    display: none !important;
}
.hero-banner .slick-prev-button::before {
    content: "chevron_left";
    visibility: visible;
    position: absolute;
    bottom: 22px;
    font-size: 26px;
    left: 49px;
    font-family: "Material Icons";
    color: black;
}
.hero-banner .slick-next-button {
    width: 90px;
    height: 90px;
    background: rgba(171, 180, 154, 70%);
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    right: -46px;
    top: 40%;
    cursor: pointer;
}
.hero-banner .slick-next-button:hover {
    background: rgb(27, 64, 19);
}
.hero-banner .slick-next-button:hover::before {
    color: white;
}
.hero-banner .slick-next-button.slick-disabled {
    display: none !important;
}
.hero-banner .slick-next-button::before {
    content: "chevron_right";
    visibility: visible;
    position: absolute;
    bottom: 22px;
    font-size: 26px;
    right: 49px;
    font-family: "Material Icons";
    color: black;
}
.hero-banner .box .inner-box {
    position: absolute;
    width: 328px;
    height: 140px;
    background: rgba(207, 237, 187, 60%);
    /* border-radius: 30px 30px 0px 0px; */
    bottom: 0;
    left: 140px;
    padding: 22px 23px 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-banner .box .inner-box p {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-family: "Open Sans";
    font-weight: normal;
    line-height: 28px;
    position: relative;
}
.hero-banner .box .inner-box .time {
    padding-left: 20px;
}
.hero-banner .box .inner-box .time::before {
    content: "schedule";
    visibility: visible;
    position: absolute;
    bottom: 0px;
    font-size: 18px;
    left: 0;
    font-family: "Material Icons";
    color: white;
}

.hero-banner .box .inner-box .way::before {
    content: "";
    background-image: url(.././img/Bitmap-2.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: -28px;
    height: 22px;
    bottom: 5px;
    width: 21px;
}
.hero-banner .box .inner-box div {
    display: flex;
    justify-content: space-between;
}

.adver {
    width: 728px px;
    height: 90px;
    background: linear-gradient(-135deg, rgb(74, 149, 58) 0%, rgb(45, 115, 30) 100%);
    border-radius: 0px;
    margin: 40px auto;
}

.recipes-grid .head span,
.posts-grid .head span {
    color: rgb(59, 59, 59);
    font-size: 32px;
    font-family: "Courgette";
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
}
.recipes-grid .head::after,
.posts-grid .head:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 49%;
    background-color: green;
    background: rgb(207, 237, 187);
    border-radius: 0px;
    height: 2px;
    width: 40px;
    margin-left: 0;
}

.adver {
    width: 728px;
    height: 90px;
    background: linear-gradient(-135deg, rgb(74, 149, 58) 0%, rgb(45, 115, 30) 100%);
    border-radius: 0px;
    margin: 40px auto;
}

.col-sm-6.col-md-3 a {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 12px -2px rgb(0 0 0 / 20%);
}

.recipes-grid h3 {
    color: rgb(59, 59, 59);
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}

.recipes-grid p {
    color: #858585a3;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: normal;
    height: auto;
}

.col-sm-6.col-md-3 a {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 12px -2px rgb(0 0 0 / 20%);
    position: relative;
}
.recipes-grid .info {
    padding: 9px 14px 0px;
    height: 180px;
    position: relative;
}

.info::after {
    content: "";
    position: absolute;
    bottom: 53px;
    background: rgb(239, 239, 239);
    height: 1px;
    width: 235px;
}
.recipes-grid .time {
    color: rgb(27, 64, 19);
    font-size: 13px;
    font-family: "Open Sans";
    font-weight: 600;
    bottom: 11px;
}
.level-details {
    display: none;
}
.recipes-grid .time:after {
    top: -1px;
    content: "schedule";
    visibility: visible;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    left: 0;
    font-family: "Material Icons";
    color: rgb(27, 64, 19);
    background-image: none;
}
.title {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 23px;
    background: rgb(27, 64, 19);
    border-radius: 0px 10px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0 10px;
}
.pagination-prev a,
.pagination-next a {
    display: block;
    padding: 6px 9px;
    background-image: none;
    background: rgba(207, 237, 187, 40%);
    border-radius: 6px;
    text-transform: capitalize;
    -webkit-transition: all 0.07s linear;
    -moz-transition: all 0.07s linear;
    transition: all 0.07s linear;
    color: rgb(27, 64, 19);
    font-size: 13px;
    font-family: "Open Sans";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.pagination-prev a:hover,
.pagination-next a:hover {
    color: white;
}
.menus-grid .head span {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: "Courgette";
    font-weight: normal;
}

.menus-grid .head {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
}

.menus-grid .item {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.menus-grid img {
    border-radius: 10px 0 0 10px;
}

.recipes-grid img {
    border-radius: 10px 10px 0 0;
}

.menus-grid h3 {
    color: rgb(59, 59, 59);
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}
.menus-grid .persons {
    display: none;
}

.menus-grid .amount {
    color: rgb(27, 64, 19);
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    padding-left: 32px;
}

.menus-grid p {
    color: rgb(133, 133, 133);
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    height: 81px;
    overflow-y: auto;
}
.menus-grid .more {
    color: white;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    /* text-decoration: underline; */
}

.col-sm-6.col-md-4 .item {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.posts-grid img {
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.menus-grid .amount:before {
    background-image: url(../img/dish.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 28px;
    height: 20px;
    top: 0;
    left: 0px;
}
.posts-grid h3 {
    color: rgb(59, 59, 59);
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}

.posts-grid p {
    height: 68px;
    color: rgb(133, 133, 133);
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 21px;
}

.posts-grid .info {
    height: 192px;
}

.posts-grid h3 {
    height: 42px;
    color: rgb(59, 59, 59);
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    white-space: break-spaces;
}

.posts-grid p {
    height: 68px;
    color: rgb(133, 133, 133);
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 21px;
}

.posts-grid .info {
    height: fit-content;
    position: relative;
}

.author {
    width: 13px;
    position: absolute;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    bottom: 11px;
    padding-left: 33px;
    display: none;
}

.author a {
    color: rgb(27, 64, 19) !important;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 14px;
}
.col-sm-6.col-md-4 .item .info::after {
    content: "";
    position: absolute;
    bottom: 53px;
    background: rgb(239, 239, 239);
    height: 1px;
    width: 325px;
    display: none;
}
.author::before {
    background-image: url(../img/Bitmap.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 26px;
    height: 26px;
    bottom: 5px;
    left: 0px;
    content: "";
}

.posts-grid .more {
    color: rgb(27, 64, 19);
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.instagram .head {
    margin: 0;
}

.instagram {
    background: rgba(207, 237, 187, 30%);
    border-radius: 0px;
    padding: 50px 130px 40px;
    margin: 40px 0;
}
.adver-2 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.adver-2 .box {
    width: 336px;
    height: 280px;
    background: linear-gradient(-135deg, rgb(74, 149, 58) 0%, rgb(45, 115, 30) 100%);
    border-radius: 0px;
}

.adver-2 .box ~ .box {
    margin-left: 20px;
}

/* List */

.page-title {
    background: none;
    padding: 35px 0 5px;
}
.page-id-601 h1 {
    margin: 0 290px !important;
}
.page-title h1 {
    /* color: rgb(59, 59, 59); */
    /* font-size: 32px; */
    /* font-family: "Roboto Condensed", sans-serif; */
    /* font-weight: normal; */
    /* text-align: center; */
    /* letter-spacing: 0px; */
    /* position: relative; */

    /* font-size: 32px; */
    font-family: "Roboto Condensed", sans-serif;
    /* font-weight: normal; */
    /* text-align: center; */
    /* letter-spacing: 0px; */
    position: relative;
    width: fit-content;
    /* height: 38px; */
    margin: 0 100px;
    color: rgb(27, 64, 19);
    font-size: 32px;
    /* font-family: RobotoCondensed-Bold; */
    font-weight: bold;
    letter-spacing: 0.89px;
    position: relative;
}

.col-sm-4.col-md-3 .search-title {
    padding: 0 10px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: 0.58px;
    display: block !important;
}
.col-sm-4.col-md-3 .search-title span {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .page-title h1 {
        margin: 0 auto !important;
        width: 100% !important;
    }
    .page-title h1::after {
        left: 10%;
    }
}
.page-title h1::after {
    /* content: ""; */
    /* position: absolute; */
    /* top: 100%; */
    /* left: 0; */
    /* background-color: green; */
    /* background: rgb(207, 237, 187); */
    /* border-radius: 0px; */
    /* height: 2px; */
    /* width: 40px; */
    /* margin-left: 0; */
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    /* background-color: green; */
    background: rgb(207, 237, 187);
    border-radius: 0px;
    height: 2px;
    width: 40px;
}
.recipes-filter .head span {
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: 0.58px;
}

.recipes-filter .head a {
    color: rgb(70, 129, 57);
}

.recipes-filter li {
    color: rgb(59, 59, 59);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.39px;
}

.recipes-filter li i {
    border: 3px solid #a8a4a4;
}

.recipes-filter li ~ li {
    margin-top: 10px;
}

.recipes-filter li a:hover {
    background: none;
    color: rgb(70, 129, 57);
}

.recipes-filter li a:hover i {
    background: none;
    border-color: rgb(70, 129, 57);
}

.recipes-filter li a:hover i:before {
    content: "done";
    color: rgb(70, 129, 57);
    font-family: "Material Icons";
    font-size: 15px;
    padding-top: 1px;
}

.recipes-filter dt {
    background: none;
    border-bottom: 1px solid rgb(217, 217, 217);
}

.recipes-filter dt em {
    color: rgb(59, 59, 59);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.39px;
}

.recipes-filter dt:before {
    content: "add";
    color: black;
    font-family: "Material Icons";
    font-size: 15px;
    padding-top: 1px;
    border: none !important;
    margin: 0 !important;
}

.recipes-filter dt.opened:before {
    content: "remove";
}

.recipes-filter dt.opened {
    border-bottom: none;
}

.recipes-filter dd {
    background: none;
    padding-left: 12px;
}

.col-sm-6.col-md-4.col-xs-12.recipe-single-loop .info::after {
    width: 90%;
}
.recipes-filter li a.active {
    background: none;
    color: rgb(70, 129, 57);
}

.recipes-filter li a.active i {
    background: none;
    border-color: rgb(70, 129, 57);
    position: relative;
}

.recipes-filter li a.active i:before {
    content: "done";
    color: rgb(70, 129, 57);
    font-family: "Material Icons";
    font-size: 15px;
    /* padding-bottom: 5px; */
    position: absolute;
    left: 0;
    top: -2px;
}
@media (max-width: 1200px) {
    .recipes-grid h3 {
        font-size: 16px;
    }

    .recipes-grid p {
        font-size: 12px;
    }

    .info::after {
        width: 190px;
        bottom: 45px;
    }

    .recipes-grid .time {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .info::after {
        width: 90%;
    }
}
@media (max-width: 767px) {
    .col-sm-6.col-md-4.col-xs-12.recipe-single-loop ~ .recipe-single-loop {
        margin-top: 50px;
    }
}

.main-nav li:hover .item {
    color: rgb(70, 129, 57) !important;
    background: #eeecec;
}

.main-nav li:hover .drop a {
    color: rgb(70, 129, 57) !important;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0 10px 5px;
}

.main-nav li:hover .drop {
    background: #eeecec;
}

/* Single List */

.recipe-nav {
    margin-top: 50px;
}

.recipe-nav .head {
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: 0.58px;
}

.recipe-nav li {
    color: rgb(59, 59, 59);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.39px;
}

.recipe-nav ul + ul {
    padding-left: 12px;
}

.single-top {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.single-top .author {
    position: relative;
}

.single-top .author::before {
    bottom: auto;
}

.right-single {
    display: flex;
    justify-content: space-between;
    width: 250px;
}

@media (max-width: 767px) {
    .right-single {
        width: 220px;
    }
}
.right-single .people {
    color: rgb(27, 64, 19);
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 25.51px;
    position: relative;
}

.right-single div {
    width: calc(100% / 3);
    text-align: center;
}

.right-single .time {
    color: rgb(27, 64, 19);
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 25.51px;
    position: relative;
}

.right-single .time::before {
    content: "";
    top: -1px;
    content: "schedule";
    visibility: visible;
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    left: 0;
    font-family: "Material Icons";
    color: rgb(27, 64, 19);
    background-image: none;
}

.right-single .way {
    width: 49px !important;
    height: 23px;
    background: rgb(27, 64, 19);
    border-radius: 0px 9.81px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding-top: 1px;
    letter-spacing: 0.46px;
    text-align: center;
}

.recipe .thumbs {
    display: flex;
    justify-content: space-between;
}

.favContainer a {
    display: initial !important;
}

.right-single .people::before {
    content: "";
    background-image: url(../img/Group\ 18.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 26px;
    height: 26px;
    bottom: -4px;
    left: -20px;
}

.recipe_content p {
    color: rgb(59, 59, 59);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 25px;
}

.recipe h3 {
    color: rgb(59, 59, 59);
    font-size: 24px;
    font-family: "Courgette";
    font-weight: normal;
    letter-spacing: 0px;
    position: relative;
}

.recipe h3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: green;
    background: rgb(207, 237, 187);
    border-radius: 0px;
    height: 2px;
    width: 40px;
    margin-left: 0;
}
.recipe ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    background: rgb(207, 237, 187);
    border-radius: 50%;
}

.recipe ul li,
.recipe ul li span {
    color: rgb(59, 59, 59);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
}

.recipe ol li:before {
    content: counter(list);
    counter-increment: list;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 44px;
    margin: auto;
    margin: auto 0;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    width: 40px;
    background: rgb(207, 237, 187);
    border-radius: 10px;
    color: rgb(27, 64, 19);
    font-size: 23px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}
.recipe ul i {
    background: url(../img/Shape\ 2\ Copy.png);
    background-size: 14px;
    background-repeat: no-repeat;
    margin: 6px 3px;
}

.socials p {
    color: rgb(27, 64, 19);
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: 0.62px;
}
.socials a img {
    width: inherit;
}

.comment-respond label {
    color: rgb(133, 133, 133);
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

span.required {
    color: red;
}

.comments {
    width: 340px;
}

.comments input,
.comments #comment {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgb(216, 216, 216);
}

.comments #submit {
    height: 41px;
    background: rgb(27, 64, 19);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: "Open Sans";
    font-weight: bold;
    text-transform: uppercase;
}

.single-md_recipe .recipes-grid p {
    height: 75px;
}

.recipes-grid h2 {
    color: rgb(59, 59, 59);
    font-size: 24px;
    font-family: "Courgette";
    font-weight: normal;
    letter-spacing: 0px;
    position: relative;
    /* padding: 0; */
    text-align: center;
}

.recipes-grid h2::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    background-color: green;
    background: rgb(207, 237, 187);
    border-radius: 0px;
    height: 2px;
    width: 40px;
    margin: 0 auto;
    /* margin-left: 0; */
}

.comments h2 {
    color: rgb(59, 59, 59);
    font-size: 24px;
    font-family: "Courgette";
    font-weight: normal;
    letter-spacing: 0px;
    position: relative;
    padding: 0;
}

.comments h2::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    background-color: green;
    background: rgb(207, 237, 187);
    border-radius: 0px;
    height: 2px;
    width: 40px;
    margin-left: 0;
}

.banner.cooking-tip {
    background: rgb(233, 233, 233);
    border-radius: 30px 30px 0px 0px;
    padding: 0px 20px !important;
}

h3.heading-paragraph.tips-heading {
    /* background-position: bottom right 0; */
    color: rgb(59, 59, 59);
    font-size: 32px !important;
    font-family: "Courgette";
    font-weight: normal;
    background-image: none;
    background-color: initial;
    /* background-size: 34px; */
    padding: 35px 0 0;
    color: rgb(202, 67, 35);
    position: relative;
}

h3.heading-paragraph.tips-heading::after {
    content: "";
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    /* background-color: green; */
    background: rgb(202, 67, 35);
    border-radius: 0px;
    height: 2px;
    width: 40px;
    /* color: rgb(202, 67, 35); */
    margin-left: 0;
}

.cooking-tip p {
    padding: 32px 0;
    color: rgb(202, 67, 35);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: 23px;
}

/* about-us */

.aboutus .hero-image {
    width: 100%;
    height: 230px;
    position: relative;
    text-align: -webkit-center;
}

.aboutus .hero-image img {
    width: 100%;
    height: 100%;
    position: relative;
}

.aboutus .hero-image p {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: 0.92px;
    z-index: 2;
}

.aboutus .hero-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.aboutus .container h3 {
    color: rgb(0, 8, 20);
    font-size: 21px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
}

.aboutus .container p {
    width: 100%;
    color: rgb(0, 8, 20);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.27px;
}
.aboutus .container p span {
    color: rgba(27, 64, 19, 65%);
}

.aboutus .first-section {
    /* width: 1000px; */
    margin: 50px auto;
}

.aboutus .box ~ .box {
    margin-top: 30px;
}

.aboutus .box .image {
    /* margin-top: 50px; */
    height: 405px;
    width: 651px;
    margin: 50px auto;
}

.aboutus .clients_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 630px;
    margin: 30px auto;
}

.aboutus .clients_logo img {
    width: calc(100% / 4 - 30px);
    margin-bottom: 10px;
}

.aboutus .services {
    margin: 30px 0;
}

.aboutus li {
    width: 380px;
    /* height: 19px; */
    color: rgb(0, 8, 20);
    font-size: 14px;
    font-family: OpenSans;
    font-weight: normal;
    letter-spacing: 0.27px;
    position: relative;
    margin: 0 auto;
}

.aboutus li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(115, 164, 51);
    position: absolute;
    left: -13px;
    z-index: 1;
    top: 7px;
}

.aboutus h4 {
    color: rgb(0, 8, 20);
    font-size: 18px;
    font-family: Courgette;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.35px;
}

.aboutus .row {
    padding-top: 10px;
}
.members {
    padding-bottom: 12px;
}

nav#main-nav {
    width: 100%;
}

@media (max-width: 1100px) {
    .aboutus .first-section {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .aboutus .hero-image p {
        font-size: 35px;
        top: 27%;
    }
    .aboutus .box .image {
        width: 100%;
        height: 100%;
    }
    .aboutus .box .image img {
        height: 100%;
        width: 100%;
    }
    .aboutus .clients_logo {
        width: 100%;
    }
    .aboutus .clients_logo img {
        width: calc(100% / 2 - 30px);
    }
    .recipe ol li {
        height: auto;
        padding: 10px 10px 10px 60px !important;
    }
}

@media (max-width: 400px) {
    .aboutus li {
        width: 330px;
    }
}

textarea#comment {
    resize: none;
}

.recipe ol li {
    background: none;
    line-height: 30px;
    display: flex;
    place-items: center;
    padding: 0 10px 0 60px !important;
}
.col-md-1 {
    margin: auto 0;
}

.posts-grid .date {
    display: none;
}
img.hero-logo-about {
    height: 80px !important;
    width: 240px !important;
    top: -139px;
    left: 0;
    right: 0;
    z-index: 4;
}

.commentlist .comment {
    display: block;
    height: 100%;
    padding: 0 !important;
}

.commentlist .comment-author {
    float: none;
}

.commentlist .comment-meta {
    text-align: initial;
    margin-left: 0;
    float: none;
}

.commentlist p {
    width: 100%;
    margin: 0;
    padding: 0;
}


.recipe p.comment-form-cookies-consent{
display: flex;
}
.recipe p.comment-form-cookies-consent input{
    height: 15px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #121212;
    z-index: 0;
    margin-right: 5px;
    padding: 0;
}
.recipe p.comment-form-cookies-consent input:checked{
    position: relative;
}
.recipe p.comment-form-cookies-consent input:checked::before{
    content: "done";
    font-family: 'Material Icons';
    position: absolute;
    top: -2px;
    font-size: 12px;
    bottom: 0;
}