.row.desktop-hidden {
    display: none;
    margin-top: 1rem;
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
    margin-top: 0rem;
}

section.ingredient table tr td {
    width: 40%;
}

section.ingredient table tr th {
    width: 60%;

}

section.ingredient table tr td,
section.ingredient table tr th {
    border-top: 0px solid transparent;
}

section.ingredient table tr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='1' viewBox='0 0 187 1' 	fill='none'%3E%3Cpath d='M0 0.5H187' stroke='black' stroke-dasharray='2 2'/%3E%3C/svg%3E");

    background-position: bottom;
    background-repeat: repeat-x;

}

.gl-star-rating--stars.s10>span:first-child,
.gl-star-rating--stars.s20>span:nth-child(-1n+2),
.gl-star-rating--stars.s30>span:nth-child(-1n+3),
.gl-star-rating--stars.s40>span:nth-child(-1n+4),
.gl-star-rating--stars.s50>span:nth-child(-1n+5),
.gl-star-rating--stars.s60>span:nth-child(-1n+6),
.gl-star-rating--stars.s70>span:nth-child(-1n+7),
.gl-star-rating--stars.s80>span:nth-child(-1n+8),
.gl-star-rating--stars.s90>span:nth-child(-1n+9),
.gl-star-rating--stars.s100>span,
.glsr-star-full {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'%3E%3Cpath d='M6.08527 0L7.43235 4.1459H11.7916L8.26489 6.7082L9.61198 10.8541L6.08527 8.2918L2.55855 10.8541L3.90564 6.7082L0.378927 4.1459H4.73818L6.08527 0Z' fill='%231C1C1C'/%3E%3C/svg%3E") !important;
}

section.recipe-summary .col-3:not(:first-child) {
    border-left: 1px solid lightgrey;
}

section.recipe-summary .row {
    padding-left: 0px;
    padding-right: 0px;
}

.tags-container {
    font-size: 0.875rem;
}


span.glsr-star.glsr--custom-star-half {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'%3E%3Cpath d='M6 0.0743886L7.41641 4.2476H12L8.2918 6.82679L9.7082 11L6 8.42081L2.2918 11L3.7082 6.82679L0 4.2476H4.58359L6 0.0743886Z' fill='%23EFEFEF'/%3E%3Cpath d='M2.2918 11L6 8.40325V0L4.58359 4.20163H0L3.7082 6.79837L2.2918 11Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

span.glsr-star.glsr--custom-star-full {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'%3E%3Cpath d='M6.08527 0L7.43235 4.1459H11.7916L8.26489 6.7082L9.61198 10.8541L6.08527 8.2918L2.55855 10.8541L3.90564 6.7082L0.378927 4.1459H4.73818L6.08527 0Z' fill='%231C1C1C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

span.glsr-star.glsr--custom-star-empty {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'%3E%3Cpath d='M6.08527 0L7.43235 4.1459H11.7916L8.26489 6.7082L9.61198 10.8541L6.08527 8.2918L2.55855 10.8541L3.90564 6.7082L0.378927 4.1459H4.73818L6.08527 0Z' fill='%23EFEFEF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.recipe-img img {
    width: 100%;
}

.recipe-author.post-meta.text-center {
    margin: 1rem 0px;
    text-align: center;
}

.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(-n+2) {
    flex-grow: unset !important;
}

.pk-share-buttons-wrap .pk-share-buttons-link {

    width: 40px;
}

.pk-share-buttons-wrap {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.recipe-main section.tips {
    border-bottom: 1px solid lightgray;
}

.recipe-main section {
    padding: 1.5rem 0px;

}

.pk-share-buttons-items {
    justify-content: center;
}

h1.recipe-title {
    text-align: center;
    margin-bottom: 0px;
}

h2.recipe-section-label {
    padding-bottom: 0.5rem;
}

.direction-item-container {
    display: flex;
    border-bottom: 1px solid #00000011;
}

.bullter-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.75rem;
    background-color: #169C78;
    color: white;
    margin-top: calc(1rem + 5px);

}

.direction {
    margin-left: 1rem;
    padding: 1rem 0rem;
}

.summary-container .row .summary--item:not(:first-child) {
    border-left: 1px solid lightgray;
}

.summary--item {
    text-align: center;
    display: flex;
    flex-flow: column;
    border: 1 p solid lightgray;
}

.summary--item label {
    font-size: 1rem;
    font-family: Lato;
    margin-bottom: 0px;
}

.summary-item-value {
    font-size: 1rem;
    font-weight: 500;
}

section.recipe-meta {
    margin-top: 3rem;
}

.recipe-author-name {
    font-size: 0.875rem;
    font-weight: 700;
}

.open-panel-btn {
    cursor: pointer;
}

span.dashicons.dashicons-arrow-left-alt2 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.kd-fb-btn {
    cursor: pointer;
}

section#login-popup label {
    font-size: 1rem;
}

.login-popup .woocommerce-privacy-policy-text {
    font-size: 10px;
}

.login-popup.show[data-panel="social"] .flex-container.social-login {
    display: flex;
    opacity: 1;
    visibility: visible;
    filter: blur(0px);
}

.login-popup.show[data-panel="email"] .flex-container.email-login {
    display: flex;
    opacity: 1;
    visibility: visible;
    filter: blur(0px);
}

.login-popup.show[data-panel="register"] .flex-container.register {
    display: flex;
    opacity: 1;
    visibility: visible;
    filter: blur(0px);
}

.flex-container {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s linear, filter 0.2s ease-in;
    filter: blur(10px);
}

.kd-email-signup-btn {
    width: 100%;
    background-color: black;
    color: white;
    padding: 6px;
    margin: 10px 0px;
    border-radius: 6px;
}

.login-popup-footr {


    text-align: center;
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.kd-pop-content {
    text-align: center;
}

section.login-popup {
    position: fixed;
    backdrop-filter: blur(2px);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1005;
    background-color: #ffffffee;
    display: none;

    transition: all 0.5s ease-in-out;
}

img.login-logo {

    width: 11rem;
    margin: 2rem;
}

.kd-fb-btn {
    width: 100%;
    /* background-color: black; */
    text-align: center;
}

section.login-popup .row {
    justify-content: center;
}

.kd-close-btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    font-size: 1rem;
}

.kd-back-btn {
    top: 1rem;
    position: absolute;
    left: 1rem;
}

section.login-popup .woocommerce-privacy-policy-text p {
    font-size: 0.8275rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.kd-email-signup-btn {
    width: 100%;
    background-color: black;
    color: white;
    padding: 6px;
    margin: 10px 0px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
}

.kd-email-signup-btn .email-text {
    flex-grow: 1;
    font-family: 'Lato';
    font-weight: 400;
}

section.login-popup .flex-container {

    justify-content: center;
    background-color: #ffffff;
    align-items: center;
    flex-flow: column;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0px 4px 27px #00000015;
    width: 350px;
}

section.login-popup.show {
    opacity: 1;
    visibility: visible;
    display: flex;

}

.kd-recipe-template-defaultkd-recipe-template-default .pk-share-buttons-wrap {

    margin-top: 0px !important;
}

td.ingre-qty {
    text-align: left;
    min-width: 25%;
    font-weight: 500;
}

span.colored-text {
    color: #2e8860;
}

.ingredient h3 {

    text-transform: uppercase;
}

.ingre-check {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.description {
    font-style: italic;
}

.function-btn-container .dashicons {
    font-size: 36px;
    color: lightslategrey;
}

tr.strike .ingre-check {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3E%3C/svg%3E");

}

tr.strike {
    text-decoration: line-through;
    color: lightgrey;
}

.kd-sub-menu {
    position: absolute;
    transform: translateX(-25%);
}

.kd-recipe-meta-icon .kd-sub-menu ul {
    list-style: none;
    padding: 0px;
    /* padding: 10px; */
    background-color: white;
    filter: blur(5px);
    opacity: 0;
    transition: blur 0.1s ease-in, opacity .5s ease-in;
}

.kd-recipe-meta-icon:hover .kd-sub-menu ul {

    filter: blur(0px);
    opacity: 1;

}

.kd-recipe-meta-icon .kd-sub-menu ul li {
    padding: 10px 30px;
}

.container {
    width: 100%;
}

.mv-create-card .author-pic>img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
}

.mv-create-card strong {
    color: black;
}

.cook-author {
    margin: 20px 20px 20px 0px;
    display: flex;
    align-items: center;
}

.author-detail,
.cook-category,
.cook-difficulty {
    padding: 12px;
}

.author-label {
    font-weight: 700px;
}

.cook-container {
    display: flex;
    align-items: center;
}

.function-btn-container {
    display: flex;
    align-items: center;
    height: 100%;
    float: right;

}

.icon-image i {
    color: lightgrey;
    font-size: 56px;
}

.icon-container {
    display: flex;
    align-items: center;
    padding: 0px 10px 0px 10px;
}

.wyn-item {
    padding: 1rem 1rem;
    border-bottom: 1px solid #00000022;

}

.icon-text {
    margin-left: 1.5rem;
}

.kd-flex {
    display: flex;
}

.kd-flex.kd-right {
    justify-content: right;
}

.container {
    max-width: 800px;
    margin: auto;
}

.footer-info {
    display: flex;
    justify-content: space-between;
}

ul#menu-bottom-menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
}

ul#menu-bottom-menu>li:not(:first-child):before {
    content: "|";
    padding: 0px 12px;
}

.icon-image svg {
    width: 25px;
    fill: #2e8860;
}

.icon-text h4 {
    margin-bottom: 0px;
}

.mv-create-times.mv-create-times-4.mv-create-times-xl {
    display: flex;
    justify-content: space-between;
}

.icon-value {
    line-height: 1em;
}

.icon-text {
    margin-left: 8px;
    text-align: left;
}

.function-btn-container svg {
    width: 24px;
    fill: lightgrey;
}

element.style {}

.ingredient-container {
    width: 100%;
}

td.ingre-checkbox-container {
    width: 45px;
    vertical-align: middle;
}

.ingre-check {
    width: 20px;
    height: 20px;
    border: 1px solid grey;
}

.icon-container:last-child {
    padding-right: 0px;
}

.icon-container:first-child {
    padding-left: 0px;
}

.icon-text h5 {
    margin-bottom: 0px;
}

section.ingredient-section {
    padding: 2rem 0px;
}


section.nutrition-popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    opacity: 0;
    display: none;
}

.icon-value {
    line-height: 1em;
    font-size: 0.825rem;
    font-weight: 600;
    color: #2e8860;
}

.kd-panel {
    width: 35%;
    background-color: white;
    height: 80%;
}

.kd-panel {
    padding: 2rem;
}

.kd-panel-header h3 {
    text-align: center;
}

.kd-panel-body-content {
    max-height: 55vh;
    overflow: auto;
}

.kd-overlay {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #000000cc;
    z-index: 999999999999;
    /* position: absolute; */
    justify-content: center;
    align-items: center;
}

.note {
    padding: 1rem 2rem;
}

.note h4 {
    margin-bottom: 0px;
}

.footer-info {
    font-size: 0.625em;
}

.ingredient-container table tr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='1' viewBox='0 0 187 1' fill='none'%3E%3Cpath d='M0 0.5H187' stroke='black' stroke-dasharray='2 2'/%3E%3C/svg%3E");
    background-size: unset;
    background-position: bottom;
    background-repeat: repeat-x;
}

.borderTable td {
    height: auto;
}

.ingredient-container table td,
.ingredient-container table th {
    border-top: 0px;

}

/*----New--what-we-do--page---*/


.what-we-do-menu ul li a {
    text-decoration-color: #000 !important;
}

.what-we-do-menu ul li a:hover {
    text-decoration-color: #00511D !important;
}

.text-btn-box .elementor-button {
    min-width: 144px;
    min-height: 48px;
}


.what-we-slider .eicon-chevron-right:before,
.what-we-slider .eicon-chevron-left:before {
    background-color: #639b736c;
    transition: all 0.5s ease;
}

.what-we-slider .eicon-chevron-right:hover:before,
.what-we-slider .eicon-chevron-left:hover:before {
    background-color: #639b73;
}

.what-we-slider .elementor-image-carousel-caption {
    position: absolute;
    bottom: 10px;
    left: 15px;
    padding: 0 6px;
    background-image: linear-gradient(to right, #000000, #0000002e);
}

.page-id-18361 .elementor a:not(.elementor-flip-box__button) {
    font-weight: normal !important;
}

.page-id-18361 .entry-content .elementor a:not(.elementor-flip-box__button) {
    font-weight: normal !important;
}

.page-id-18361 .text-btn-box .cta-btn-right a:not(.elementor-flip-box__button) {
    min-width: 144px;
    min-height: 48px;
    line-height: inherit;
    color: #fff !important;
}

.page-id-18361 .text-btn-box .elementor-widget-text-editor p a {
    text-decoration: underline;

}

.page-id-18361 .entry-content .text-btn-box p>a:not(.button):not(.pk-button),
.page-id-18361 .entry-content p>a:not(.button):not(.pk-button) {
    color: #00511D !important;
}

.what-we-do-head-disc .elementor-widget-container p,
.text-btn-box .elementor-widget-container p {
    font-size: 18px;
}

.filter-select-option {
    margin-bottom: 50px;
    /* border: 1px solid #dddddd;
    padding: 15px; */
}

.filter-select-option form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.filter-select-option form div {
    width: 100%;
}

.filter-select-option form .filter-btn {
    width: auto;
}

.filter-select-option form select {
    min-height: 40px;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.filter-select-option form .filter-btn input {
    background-color: #169c78;
    color: #fff;
}
.category-events .events .alert-warning{
    margin-bottom: 50px;
    text-align: center;
}

.category-projects .post-archive .project-timeline,
.single-post .page-header .project-timeline,
.single-post .page-header > a{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: inter;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.work-with-us{
    margin-top: 50px;
}
.work-with-us p{
    font-size: 0.9em;
}

.category-projects .post-thumbnail + a,
.category-projects .project-timeline{
    font-size: 0.6875rem !important;
    font-weight: 400 !important;
    text-transform: uppercase; 
}
.category-projects .project-timeline{
    margin-top: 1rem;
}

figcaption.elementor-image-carousel-caption{
    background-image: none !important;
}
.single-post .entry-content p a{
    font-weight:600;
}
/*----Mobile responsive---*/

@media only screen and (min-width:768px) and (max-width:1243px) {
    .what-we-slider .swiper-slide img {
        height: 595px;
        object-fit: cover;
        object-position: center;
    }
}
 

@media only screen and (min-width:768px) {
    .glsr-default .glsr-summary {
        flex-wrap: nowrap !important;
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width:767px) {

    .filter-select-option form select {
        font-size: 15px !important;
    }

    .what-we-do-menu ul {
        flex-direction: column;
    }

    .what-we-slider .elementor-image-carousel-caption {
        bottom: 6px;
        left: 6px;
        font-size: 10px;
    }

    .what-we-slider .eicon-chevron-right,
    .what-we-slider .eicon-chevron-left {
        display: none;
    }

    .what-we-slider .swiper-slide img {
        height: 248px;
        object-fit: cover;
        object-position: center;
    }
}

@media only screen and (max-width: 600px) {
    .ingredient-container table tr {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='1' viewBox='0 0 187 1' 	fill='none'%3E%3Cpath d='M0 0.5H187' stroke='black' stroke-dasharray='2 2'/%3E%3C/svg%3E");
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .icon-container:first-child {
        padding-left: 20px;
    }

    .icon-container:last-child {
        padding-right: 20px;
    }

    .ingredient-container table {
        font-size: 0.825em;
    }

    .col-lg-12 {
        width: 100%;
    }

    .recipe-hero h2 {

        font-size: 28px;
    }

    .hide-on-mobile {
        display: none;
    }

    .recipe-hero {
        padding: 20px;
    }

    .cook-container {
        font-size: 0.7em;
    }

    .recipe-summary .row {
        flex-flow: wrap;
        justify-content: center;
    }

    .kd-flex.kd-right {

        display: grid;

        grid-template-columns: auto auto;
    }

    .icon-container {
        padding: 20px;
    }

    .footer-info {
        flex-flow: column;
        align-items: center;
    }

    .footer-copyright {
        padding: 13px;
    }

    .footer-section>.cs-container>* {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .author-pic {
        display: none;
    }

    .pk-share-buttons-items {
        display: flex;
        justify-content: center;
    }

    .recipe-author-name {
        text-align: center;
    }

    .cs-container.summary-container .col-3:nth-child(odd) .summary--item {
        border-right: 1px solid lightgrey;
    }

    .cs-container.summary-container {
        background-color: #00000015;
        padding: 0px;
    }

    .cs-container.summary-container .col-3 {
        padding: 1rem;
    }

    .post-meta.text-center {
        text-align: center;
    }

    .wyn-item {
        padding: 1rem 0rem;
    }

    h1.recipe-title {
        text-align: center;
        margin-bottom: 0px;
    }

    .glsr-summary {
        text-align: center;
        justify-content: center;
    }

    .recipe-meta .row {
        display: flex;
        flex-flow: column;
    }

    section.recipe-summary .col-3:not(:first-child) {
        border-left: 0px solid lightgrey;
    }

    .row.desktop-hidden {
        display: block;
        margin-top: 1rem;
    }
}

@media (max-width:575px) {
    .filter-select-option form {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

}