html {
    scroll-behavior: smooth;
}
.container.grid-container {
    width: auto;
    margin-bottom: -2px;
}
.nav-float-right #site-navigation {
    margin-left: 0px;
}
.inside-header {
    padding: 20px 0px;
    display: flex;
    align-items: flex-start;
        justify-content: space-between;
}

.site-header {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0px;
    z-index: 999;
}

.site-header .grid-container {
    max-width: 1600px;
    padding-left: 10px;
    padding-right: 10px;
}

.sticky {
    position: fixed;
    background: #fff;
    z-index: 99999;
}

.sticky .inside-header {
    padding: 10px 10px;
    display: flex;
    align-items: center;
        justify-content: space-between;
}

.sticky .main-navigation {
    padding-top: 0px;
}

.site-header.sticky .header-image {
    height: 50px;
    width: auto;
}

.separate-containers .site-main {
    margin: 0px;
}

.main-navigation {
    padding-top: 10px;
}

.main-navigation .main-nav ul li a {
    padding-left: 45px;
    padding-right: 45px;
    line-height: 45px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px;
}

.home-hero {
    min-height: 100vh;
    position: relative;
}

.home-hero:before {
    content: '';
    width: 100%;
    height: 388px;
    position: absolute;
    background: url(../images/dragonfly-laning.gif);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
    top: 21%;
    left: 0px;
}


.home-hero-subheading {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.jump {
    animation: jump 2s infinite alternate ease-in-out;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.home-product-section:before {
    content: '';
    width: 100%;
    height: 86px;
    position: absolute;
    background: url(../images/butterfly.gif);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    left: -100%;
    transition: left 5s ease-in-out;
    animation: upDown 1s infinite ease-in-out;
}

.home-product-section.scrolled-into-view:before {
    left: 0px;
}

.butterfly-left:before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    background: url(../images/butterfly.gif);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    transition: left 5s ease-in-out;
    animation: upDown 1s infinite ease-in-out;
    left: -30px;
    top: -20px;
}

.butterfly-left-cmp:before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    background: url(../images/butterfly.gif);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    transition: left 5s ease-in-out;
    animation: upDown 1s infinite ease-in-out;
    left: 0px;
    top: 5px;
}

@keyframes upDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.regen-section:before {
    content: '';
    width: 86px;
    height: 86px;
    position: absolute;
    background: url(../images/butterfly.gif);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    transition: left 5s ease-in-out;
    animation: upDownflip 1s infinite ease-in-out;
    right: 0px;
    top: -50px;
}

@keyframes upDownflip {

    0%,
    100% {
        transform: translateY(0) scaleX(-1);
    }

    50% {
        transform: translateY(-5px) scaleX(-1);
    }
}

.reicon-top:before {
    content: '';
    width: 100%;
    height: 95px;
    position: absolute;
    background: url(../images/re-title-icon2.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    top: 10px;
    margin-left: auto;
    left: 0px;
    right: 0px;
    margin-right: auto;
    max-width: 1500px;
}

.home-recipe-text {
    max-width: 800px;
    margin: 0 auto 0 0;
}

.home-recipe-pic {
    height: 820px;
}

.site-footer {
    border-top: 1px solid rgba(97, 39, 157, 0.10);
    position: relative;
    overflow: hidden;
}

.footer-bar-align-right .copyright-bar {
    display: none;
}

.footer-widgets-container {
    padding: 80px 0px;
    position: relative;
}

.site-footer:before {
    content: '';
    width: 100%;
    height: 95px;
    position: absolute;
    background: url(../images/re-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 80px;
    margin-left: auto;
    left: 0px;
    right: 0px;
    margin-right: auto;
    max-width: 1250px;
    display: none;
}

.footer-widget-1 {
    padding-left: 0px;
}

.inside-footer-widgets > div {
    flex: auto;
}

.footer-widget-1 {
    width: 40%;
}

.footer-widget-2 {
    width: 20%;
}

.footer-widget-3,
.footer-widget-4,
.footer-widget-5 {
    width: 13%;
}

.wp-block-heading {
    font-family: "Baloo 2", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.footer-widgets .widget {
    margin-bottom: 10px;
}

.re-footer-links {
    padding: 0px;
}

.re-footer-links li {
    font-family: "Baloo 2", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 5px;
}

.re-footer-links a {
    text-decoration: none;
}

.widget ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.footer-widgets .wp-block-social-links a {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 50px;
}

.footer-widgets .wp-block-social-links li {
    border-radius: 50px;
}

.footer-widgets .wp-block-social-links a svg {
    fill: #fff;
}

.inside-site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    border-top: 1px solid #5f259f;
}

.footer-bar {
    width: 100%;
}

.footer-bar .widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.copyright-txt {
    font-family: "Baloo 2", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.copyright-links {
    font-family: "Baloo 2", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 5px;
    text-decoration: none;
}

.copyright-links a {
    font-family: "Baloo 2", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 5px;
    text-decoration: none;
}

.search-field {
    color: #5f259f;
    font-family: "Baloo 2", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.search-field::placeholder {
    color: #5f259f;
    font-family: "Baloo 2", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.search-modal-form .search-field,
.search-modal-form .search-field:focus {
    outline: none;
}

.re-community-header {
    background: url(../images/header-img.png);
    background-size: contain;
    padding: 240px 0px 120px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #DEEEFD;
}

.re-community-header .grid-container {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.re-community-header h2 {
    color: #5f259f;
    text-align: center;
    font-family: "Bricolage Grotesque", Sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 100%;
    font-size: 80px;
}

.re-community-header h3 {
    color: #5f259f;
    text-align: center;
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-size: 26px;
}

.re-shop-header {
    background: url(../images/community-banner.jpg);
    background-size: contain;
    padding: 180px 0px 120px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #8bb7e8;
}

.re-shop-header .grid-container {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0px 10px;
}

.re-shop-header h2 {
    color: #5f259f;
    text-align: center;
    font-family: "Bricolage Grotesque", Sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 100%;
    font-size: 80px;
}

.re-shop-header h3 {
    color: #5f259f;
    text-align: center;
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-size: 26px;
}

.re-community-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 30px 0px;
}

.re-community {
    width: 32%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.re-community img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.category-links {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0px 5px;
}

.category-links h5 {
    margin: 0px;
    background: #EFDFFF;
    padding: 10px 10px 8px;
    border-radius: 4px;
    transition: .3s all;
    display: flex;
}

.category-links h5:hover {
    background: #5f259f;
}

.category-links a {
    text-transform: uppercase;
    color: #5f259f;
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    margin: 0px;
    line-height: 100%;
    font-size: 15px;
}

.category-links h5:hover a {
    color: #fff;
}

.category-links a:hover {
    color: #fff;
}

.re-community h3 {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    flex-grow: 1;
    font-size: 22px;
    line-height: normal;
}

.re-community h3 a {
    text-decoration: none;
}

.re-meta-info {
    border-top: 1px solid rgba(97, 39, 157, 0.10);
    padding: 12px 0px;
}

.re-meta-info p {
    color: #5f259f;
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    font-size: 15px;
    margin: 0px;
}

.posts-heading {
    margin: 40px 0px 10px;
}

.posts-heading h3 {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    font-size: 34px;
}

.posts-heading a {
    text-decoration: none;
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    font-size: 34px;
}

.posts-heading a:hover {
    color: #5f259f;
}

.pagination {
    margin: 0px 0px 30px;
}

.pagination .nav-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.pagination .page-numbers {
    color: #5f259f;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: .3s all;
    text-decoration: none;
}

.pagination .page-numbers:hover {
    background: #5f259f;
    color: #fff;
}

.pagination .page-numbers.current {
    background: #5f259f;
    color: #fff;
}

.our-partners {
    border-top: 1px solid rgba(97, 39, 157, 0.10);
    background: #FCF9FF;
    padding: 50px 0px;
}

.our-partners h4 {
    color: #5f259f;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 26px;
}

.partner-images {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0px 0px 0px;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.partner-images img {}

.re-single-community-header {
    padding: 240px 0px 240px;
    background: url(../images/header-img.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
   background-color: #DEEEFD;
}

.re-single-community-header h2 {
    color: #5f259f;
    text-align: center;
    font-family: "Bricolage Grotesque", Sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 100%;
    font-size: 70px;
}

.single-community.separate-containers .inside-article > .featured-image,
.single-recipes.separate-containers .inside-article > .featured-image {
    margin-top: -140px;
    margin-bottom: 0px;
}

.single-community.separate-containers .inside-article > .featured-image img,
.single-recipes.separate-containers .inside-article > .featured-image img {
    border-radius: 8px 8px 0px 0px;
    min-width: 100%;
}

.re-single-meta {
    border-radius: 0px 0px 8px 8px;
    background: #FCF9FF;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.re-single-meta-info {
    display: flex;
    gap: 30px;
}

.re-single-meta-info p {
    color: #5f259f;
    font-family: "Baloo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    margin: 0px;
}

.single-category {}

.single-category h3 {
    color: #5f259f;
    font-family: "Baloo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    margin: 0px;
}

.single-category h3 a {
    color: #5f259f;
    font-family: "Baloo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    text-decoration: none;
}

.single-category h3 a:hover {
    color: #5f259f;
}

.re-meta-share {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;
}

.re-meta-share .addtoany_list a:not(.addtoany_special_service) > span {
    border-radius: 32px;
    display: inline-block;
    opacity: 1;
    display: flex;
    align-items: center;
}

.re-meta-share .a2a_svg svg {
    width: 28px;
    height: 28px;
}

.single-community {
    color: rgba(86, 25, 149, 0.80);
    font-family: "Baloo 2";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.single-community li strong {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}

.main-navigation .main-nav > ul {
    margin: 0px !important;
}

.single-community .site-content li {
    color: rgba(86, 25, 149, 0.80);
    font-family: "Baloo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}

.single-community li::marker {
    color: #fff;
    background: #5f259f;
}

.single-community .site-content ol,
.single-community .site-content ul {
    margin: 0 0 1.5em .5em;
}

.single-community ol {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
}

.single-community ol li {
    counter-increment: list-counter;
    padding-left: 45px;
    position: relative;
}

.single-community ol li::before {
    content: counter(list-counter);
    color: #FFF;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    background: #5f259f;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 5px;
    padding: 0px 0px 0px 10px;
}

.related-community-footer {
    border-top: 1px solid rgba(97, 39, 157, 0.10);
    background: #FCF9FF;
    padding: 50px 0px 0px;
    margin: 50px 0px 0px;
}

.related-community-footer h4 {
    color: #5f259f;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 26px;
}

.re-recipes-header {
    background-image: url(../images/header-img.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 240px 0px 120px;
    background-color: #FFF7CE;
}

.re-recipes-header .grid-container {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.re-recipes-header h2 {
    color: #5f259f;
    text-align: center;
    font-family: "Bricolage Grotesque", Sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 100%;
    font-size: 80px;
}

.re-recipes-header h3 {
    color: #5f259f;
    text-align: center;
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-size: 26px;
}

.recipes-topbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
    padding: 40px 0px 20px;
    align-items: center;
}

.recipe-categories {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.recipe-category-item {
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    background: #EFDFFF;
    display: flex;
    padding: 0px 20px 0px 13px;
    transition: .3s all;
    text-decoration: none;
    line-height: 62px;
}

.recipe-category-item:hover {
    background: #5f259f;
    color: #fff;
}

.recipe-category-item:hover h5 {
    color: #fff;
}

.extra-category-padding {
    padding: 0px 20px 0px 20px;
}

.recipe-category-item.active {
    background: #5f259f;
}

.recipe-category-item h5 {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    margin: 0px;
}

.recipe-category-item {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 17px;
    line-height: 64px;
    text-decoration: none;
}

.recipe-category-item.active h5 {
    color: #fff;
}

.re-meal-type {
    display: flex;
    gap: 10px;
    align-items: center;
}

.re-meal-type h4 {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.re-meal-type select {
    border-radius: 8px;
    background: #EFDFFF;
    border: 0px;
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 15px;
    width: 180px;
}

.re-meal-type select option {
    background: #fff;
    padding: 20px 20px;
    line-height: 62px;
    font-weight: 700;
    height: 62px;
}

.re-recipes-row {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 0px;
}

.re-recipe {
    width: 23.5%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;

}

.re-recipe h3 {
    font-family: "Bricolage Grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5px 0px 0px;
}

.re-recipe h3 a {
    color: #5f259f;
    text-decoration: none;
}

.re-recipe .size-community-thumb {
    min-height: 240px;
    object-fit: cover;
    border-radius: 8px;
    transition: .3s all;
}

.re-recipe .size-community-thumb:hover {
    transform: scale(1.05);
}

.re-recipe h5 {
    color: rgba(97, 39, 157, 0.80);
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 113%;
    flex-grow: 1;
    margin: 0px 0px 10px;
}

.recipe-archvie-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid rgba(97, 39, 157, 0.10);
    padding: 12px 0px;
}

.recipe-archvie-meta .re-meta-info {
    padding: 0px;
    border: 0px;
}

.share-popup {
    border-radius: 0px 0px 8px 8px;
}

.share-popup .a2a_kit a {
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(97, 39, 157, 0.10);
    min-width: 200px;
    transition: .3s all;
}

.share-popup .a2a_kit a:last-child {
    border: 0px;
    border-radius: 0px 0px 8px 8px;
}

.share-popup .a2a_kit a p {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.share-popup .a2a_dd {
    display: none !important;
}

.share-popup h6 {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(97, 39, 157, 0.10);
}

.recipe-archive-share {
    position: relative;
}

.share-popup {
    position: absolute;
    left: -180px;
    background: #fff;
    top: 18px;
}

.share-popup .addtoany_list a:not(.addtoany_special_service) > span {
    border-radius: 32px;
    display: inline-block;
    opacity: 1;
    display: flex;
    align-items: center;
}

.share-popup .a2a_svg svg {
    width: 28px;
    height: 28px;
}

.share-popup .a2a_kit a:hover {
    background: #5f259f;
}

.share-popup .a2a_kit a:hover p {
    color: #fff;
}

.share-popup .a2a_kit a:hover span {
    color: #5f259f;
}

.share-popup {
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease-in-out;
}

.share-popup.show {
    display: block;
    opacity: 1;
}

.share-icon {
    cursor: pointer;
}

.recipes-single-header {
    padding: 240px 0px 260px;
    background-image: url(../images/header-img.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #FFF7CE;
}

.recipes-single-header h2,
.recipes-single-header h3 {
    margin: 0px;
}

.recipes-single-header .grid-container {
    gap: 20px;
}

.related-community-footer .re-community-row {
    margin: 30px 0px 0px;
}

.recipe-instructions ol,
.recipe-instructions ul {
    margin: 0 0 1.5em .5em;
}

.recipe-instructions ol {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
}

.recipe-instructions ol li {
    counter-increment: list-counter;
    padding-left: 45px;
    position: relative;
}

.recipe-instructions ol li::before {
    content: counter(list-counter);
    color: #FFF;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    background: #5f259f;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 5px;
    padding: 0px 0px 0px 10px;
}

.recipe-instructions ol li::after {
    content: '';
    width: 1px;
    height: 100%;
    border: 1px dashed rgba(86, 25, 149, 0.50);
    display: block;
    position: absolute;
    top: 35px;
    left: 15px;
}

.recipe-instructions ol li:last-child::after {
    display: none;
}

.recipe-instructions li {
    color: rgba(86, 25, 149, 0.80);
    font-family: "Baloo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}

.recipe-instructions li h5 {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 5px;
}

.single-recipe-info {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin-top: 50px;
}

.single-recipe-info h4 {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.recipe-ingredients {
    width: 31%
}

.ingredients-info {
    border-radius: 8px;
    background: #FCF9FF;
    padding: 30px;
}

.ingredients-info ul {
    margin: 0 0 0em 2em;
}

.ingredients-info li {
    color: rgba(97, 39, 157, 0.80);
    font-family: "Baloo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 113%;
    letter-spacing: -0.2px;
    margin-bottom: 5px;
}

.recipe-instructions {
    width: 65%;
}

.recipe-categories img {
    width: 60px;
    height: auto;
}

.collage-img img {
    object-fit: cover;
    width: 100%;
}

.community-posts-sc {
    display: flex;
    gap: 2.5%;
    flex-direction: row;
    flex-wrap: wrap;
}

.community-post-sc {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.community-post-sc h2 {
    color: #5f259f;
    text-align: center;
    font-family: "Baloo 2";
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    flex-grow: 1;
}

.community-post-sc h2 a {
    color: #5f259f;
    text-decoration: none;
}

.community-post-sc img {
    width: 230px;
    height: 230px;
    object-fit: cover;
    border-radius: 300px;
    padding: 10px;
    border: 5px solid #8641CD;
    margin-bottom: 20px;
    transition: .3s all;
}

.community-post-sc img:hover {
    transform: scale(1.05);
}

.cp-scbutton {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #5f259f;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 20px 10px 20px;
    transition: .3s all;
    background-color: #5f259f;
    color: #fff;
}

.cp-scbutton:hover {
    color: #5f259f;
    background-color: #FCD964;
}
.elementor-widget-shortcode .cp-scbutton:hover{
    background-color:#FFF7CE;
}
.addtoany_list.a2a_kit_size_32 a,
.footer-widgets .wp-block-social-links a {
    transition: .3s all;
}

.addtoany_list.a2a_kit_size_32 a:hover,
.footer-widgets .wp-block-social-links a:hover {
    transform: scale(1.1);
}

.woocommerce-page .site-content {
    flex-direction: column;
}

.products li.product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products li.product img {}

.products li.product .product-category {
    color: #5f259f;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.products li.product .woocommerce-loop-product__title {
    color: #5f259f;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.woocommerce ul.products li.product .price {
    color: rgba(97, 39, 157, 0.80) !important;
    text-align: center;
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
}

.woocommerce-products-header__title.page-title {
    display: none;
}

.shop-page-infobar {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin: 50px 0px;
    align-items: center;
}

.shop-sorting-info {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #5f259f;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce .woocommerce-result-count {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.woocommerce .star-rating span::before {
    color: #EEA232;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border-radius: 8px;
    background: #EFDFFF;
    BORDER: 0px;
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product article {
    padding-top: 140px;
}

.woocommerce div.product form.cart .variations {
    display: none;
}

.woocommerce-no-products-found {
    display: none;
}

.nomarginp p {
    margin: 0px;
}

.brmobile br {
    display: none;
}

.woocommerce-reviews-tab-summary {
    margin-bottom: 20px;
}

.woocommerce-reviews-tab-summary p {
    margin: 0;
    padding: 5px 0;
}

.rating-breakdown {
    margin-top: 20px;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rating-bar .bar {
    flex: 1;
    background: #f0f0f0;
    margin: 0 10px;
    height: 10px;
    position: relative;
}

.rating-bar .bar-fill {
    background: #ffcc00;
    height: 100%;
    position: absolute;
}

.rating-bar span {
    display: inline-block;
}

.rating-bar .count {
    margin-left: 10px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 51%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.woocommerce-product-gallery__image.flex-active-slide {
    max-width: 550px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100px;
    margin-right: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
}

.woocommerce div.product div.images .flex-viewport {
    width: 550px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: left;
    width: 44%;
    clear: none;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    gap: 10px;
    max-width: 575px;
    margin-left: 30px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce div.product .woocommerce-product-rating {
    color: #b3af54;
    font-size: 1.25em;
    margin: 0px;
}

.single-product .site-header,
.single-product .site-content {
    background: #FCF9FF;
}

.single-product .site.grid-container {
    max-width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    background: #fff;
    padding: 50px 0px 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs .panel {
    max-width: 1250px;
    margin: 0 auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 17px;
    color: #5f259f;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    background: #fff;
    border: 0px;
    transition: .3s all;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid #5f259f;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    font-size: 17px;
    color: #5f259f;
    border-bottom: 4px solid #5f259f !important;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #5f259f;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.single-product .related.products {
    clear: both;
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 50px;
}

.single-product .related.products h2 {
    font-size: 32px;
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.woocommerce div.product .product_title {
    font-size: 36px;
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.woocommerce-review-link {
    font-size: 16px;
    color: rgba(86, 25, 149, 0.80) !important;
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.36px;
    text-decoration: none;
    margin: 5px 0px 0px 0px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    transform: scale(.8);
    margin: 0px 4px 0 -10px;
}

.woocommerce div.product .woocommerce-product-rating {
    display: none;
    align-items: center;
}

.woocommerce .products .star-rating {
    display: none;
    margin: 0 0 .5em;
    float: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    font-size: 36px;
    color: #5f259f;
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
}

.single-product .summary p {
    font-size: 17px;
    color: rgba(86, 25, 149, 0.80);
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    letter-spacing: -0.36px;
    margin-bottom: 10px;
}

.custom-variation-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px 0px 15px;
}

.custom-variation-buttons span {
    font-size: 16px;
    color: #5f259f;
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
}

.custom-variation-group {
    display: flex;
    gap: 15px;
}

.custom-variation-group button {
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #5f259f;
    background: #FFF;
    color: #5f259f;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: .3s all;
    padding: 8px;
    width: 44px;
    height: 44px;
}

.custom-variation-group .custom-variation-button.selected {
    color: #fff;
    border-radius: 4px;
    border: 1px solid #5f259f;
    background: #5f259f;
}

/* Hide the up and down arrows for quantity input */
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type="number"] {
    -moz-appearance: textfield;
}

.woocommerce div.product form.cart .button {
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #5f259f;
    background: #5f259f;
    display: flex;
    padding: 16px 38px 16px 62px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-image: url(../images/woocom/cart-icon.png);
    background-size: 24px 25px;
    background-position: 30px 12px;
    background-repeat: no-repeat;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 12px 0 0;
    height: 51px;
    border: 1px solid #5f259f;
    border-radius: 4px;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    border-top: 0px;
    border-bottom: 0px;
    height: 50px;
}

.woocommerce div.product form.cart div.quantity button {
    font-size: 22px;
    color: #5f259f;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 0px;
    text-transform: uppercase;
    background: transparent;
    padding: 0px;
    width: 30px;
    transition: .3s all;
}

.sp-share {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single-product .summary .sp-share p {
    font-size: 16px;
    color: #5f259f;
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    margin: 0px;
}

.sp-share .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    border-radius: 50px;
}

.sp-share .a2a_svg svg {
    transform: scale(.8);
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
}

.single-product-cus-info {
    border-top: 1px solid rgba(97, 39, 157, 0.10);
    border-bottom: 1px solid rgba(97, 39, 157, 0.10);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 15px 0px;
}

.spc-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.spc-info h6 {
    font-size: 15px;
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.single-product .summary .product_meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single-product .summary .product_meta .sku_wrapper,
.posted_in {
    font-size: 15px;
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-product .summary .product_meta .sku {
    font-size: 15px;
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product .summary .product_meta .posted_in a {
    text-decoration: none;
    font-weight: 700;
}

.single-product .summary .product_meta span {
    display: flex;
    gap: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px 0px;
}

.woocommerce-Tabs-panel h2 {
    font-size: 24px;
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.woocommerce-Tabs-panel p {
    font-size: 17px;
    color: rgba(86, 25, 149, 0.80);
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    letter-spacing: -0.36px;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-additional_information {
    max-width: 50%;
    margin: 0 auto;
}

.woocommerce table.shop_attributes th {
    border-right: 0px;
    text-align: left;
    font-size: 22px;
    color: rgba(86, 25, 149, 0.80);
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
}

.woocommerce table.shop_attributes td {
    text-align: right;
    border-right: 0px;
}

.woocommerce table.shop_attributes td p {
    font-size: 22px;
    color: rgba(86, 25, 149, 0.80);
    font-family: "Baloo 2";
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    vertical-align: top;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #5f259f;
    color: #FFF;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
    color: #5f259f;
    background-color: #fff;
}

.woocommerce-message::before {
    content: '';
    background-image: url(../images/woocom/cart-icon.png);
    background-size: 24px 25px;
    width: 24px;
    height: 25px;
    top: 25px;
}

.page-template-page-cart,
.page-template-page-checkout {
    background: #FCF9FF
}

.entry-content .alignwide,
body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: 0px;
    width: calc(100% + 80px);
    max-width: 1250px;
}

.page-template-page-cart .site-main article,
.page-template-page-checkout .site-main article {
    padding-top: 140px;
}

.checkout-steps {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: 10px 0px 50px;
}

.ch-step {
    opacity: .8;
}

.ch-step h4 {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.ch-step h4 span {
    background: #5f259f;
    border-radius: 50px;
    width: 40px;
    color: #fff;
    padding: 5px 6px;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    display: flex;
    justify-content: center;
}

.cart-step,
.checkout-step {
    padding-right: 40px;
    background: url(../images/steps-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.page-template-page-cart .cart-step {
    opacity: 1;
}

.page-template-page-checkout .checkout-step {
    opacity: 1;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    color: #5f259f;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.re-title2 span:before {
    content: '';
    display: inline-block;
    background-image: url(../images/re-title-icon2.png);
    width: 80px;
    height: 80px;
    background-size: 80px;
    background-position: 0 0;
    margin: 0px;
    background-repeat: no-repeat;
}
.re-title span{
    position: relative;
    padding-left: 80px;
    display: inline-block;
}

.re-title span:before {
    content: '';
    display: inline-block;
    background-image: url(../images/re-title-icon2.png);
    width: 80px;
    height: 80px;
    background-size: 80px;
    background-position: 0 0;
    margin: 0px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    left: 0px;
}
.re-title3 span{
    position: relative;
    padding-left: 95px;
    display: inline-block;
}
.re-title3 span:before {
    content: '';
    display: inline-block;
    background-image: url(../images/re-title-icon2.png);
    width: 80px;
    height: 80px;
    background-size: 80px;
    background-position: 0 0;
    margin: 0px 0px 0px 5px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    left: 0px;
}
.re-newsletter {
    display: flex;
    flex-direction: row;
    gap:10px;
}

.re-newsletter input[type="email"], .re-newsletter input[type="text"]  {
    border-radius: 8px;
    border: 1px solid #5f259f;
    background-color: #FFF;
    color: #5f259f;
    font-family: "Baloo 2";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 10px 20px 10px 20px;
    background-size: 25px;
    background-position: 10px;
    width: 70%;
    outline: none;
}

.re-newsletter input[type="email"]::placeholder, .re-newsletter input[type="text"]::placeholder {
    color: #5f259f;
    font-family: "Baloo 2";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.46px;
}

.re-newsletter input[type="submit"] {
    color: #FFF;
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 8px;
    background: #5f259f;
    padding: 10px 40px;
    width: 30%;
    outline: none;
}

.re-newsletter input[type="submit"]:hover {
    color: #5f259f;
    background-color: #FCD964;
    border: 1px solid #5f259f;
}

.flex-row .elementor-widget-wrap {
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.flex-row img {
    height: 45px;
}
.main-navigation .main-nav ul .menu-btn a{
    display: none;
}
.main-navigation .main-nav ul .menu-btn a {
    background: #5f259f;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 60px;
    font-size: 17px;
    margin: 0px 20px;
    position: relative;
    transition: .4s all;
}

.main-navigation .main-nav ul .menu-btn a:after {
    content: '';
    position: absolute;
    background-image: url(../images/re-icon-white.png);
    width: 35px;
    height: 35px;
    background-size: 35px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin: 0px 5px;
    top: 8px;
}

.menu-btn:hover a {
    background-color: #6c38a3;
}
.header-btn {
    margin-top: 10px;
}
.sticky .header-btn {
    margin-top: 0px;
}
.header-btn a {
    background: #5f259f;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 60px;
    font-size: 17px;
    margin: 0px 20px;
    position: relative;
    transition: .4s all;
    line-height: 45px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.header-btn a:after {
    content: '';
    position: absolute;
    background-image: url(../images/re-icon-white.png);
    width: 35px;
    height: 35px;
    background-size: 35px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin: 0px 5px;
    top: 8px;
}

.header-btn:hover a {
    background-color: #6c38a3;
}
.page-id-472 header,
.page-id-472 .site-footer {
    display: none;
}

.cmp-1:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 41px;
    background: url(../images/cmp-arrow-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: -60px;
    z-index: 99;
    bottom: 0;
}

.cmp-2:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 41px;
    background: url(../images/cmp-arrow-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: -80px;
    z-index: 99;
    top: 20px;
}

.cmp-cow:before {
    content: '';
    position: absolute;
    width: 344px;
    height: 505px;
    background: url(../images/cmp-cow.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0px;
    z-index: -9;
    bottom: 0px;

}

.cmp-cow:after {
    content: '';
    position: absolute;
    width: 344px;
    height: 505px;
    background: url(../images/cmp-cow.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
    z-index: -9;
    bottom: 0px;
    transform: scaleX(-1);
}

.cmp-plant:before {
    content: '';
    position: absolute;
    width: 448px;
    height: 500px;
    background: url(../images/cmp-plant.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0px;
    bottom: 0px;
}

.cmp-plant:after {
    content: '';
    position: absolute;
    width: 448px;
    height: 500px;
    background: url(../images/cmp-plant.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0px;
    transform: scaleX(-1);
}

.re-form {
    position: relative;
    z-index: 99;
    max-width: 1100px;
    margin: 20px auto;
}

.re-form input[type="email"],
.re-form input[type="text"] {
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 16px 25px;
    color: #000;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
     width: 100%;
    outline: 0px;
}

.re-form input[type="email"]::placeholder,
.re-form input[type="text"]::placeholder {
    background: #FFF;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;  
}

.re-form input[type="submit"] {
    color: #FFF;
    font-family: "Baloo 2", Sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 8px;
    background: #5f259f;
    padding: 17px 30px;
    text-align: center;
    width: 100%;
    transition: .3s all;
}
.re-form input[type="submit"]:hover{
    background:#6a1eb8;
}
.inner-hero{
    min-height: 700px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 23px;
    font-weight: 700;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 5px 24px;
    position: relative;
}
.wpcf7-spinner:after{
	content:'Processing...';
	display: block;
    width: 120px;
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 18px;
    font-weight: 500;
	margin-left:50px;
}
/*--------------------------------large screens---------------------------------------------*/

@media only screen and (min-width: 1024px) and (max-width: 1350px) {
    .main-navigation .main-nav ul li a {
        padding-left: 27px;
        padding-right: 27px;
    }

    .re-community-header {
        padding: 200px 0px 120px;
    }
}

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1900px) {}

/*--------------------------------Responsive goto---------------------------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .home-hero {
        background-size: contain !important;
        background-repeat: no-repeat;
    }
}


@media only screen and (max-width: 768px) {
    .footer-bar-active .footer-bar .widget {
    padding: 0 15px;
}
    .re-title span {
    position: relative;
    padding-left: 40px;
    display: inline-block;
}

    .re-title span:before {
    content: '';
    display: inline-block;
    background-image: url(../images/re-title-icon2.png);
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: 0px 0px;
    margin: 0px 0px;
    background-repeat: no-repeat;
        bottom: 4px;
}

    .re-title2 span:before {
    content: '';
    display: inline-block;
    background-image: url(../images/re-title-icon2.png);
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: 0px 0px;
    margin: 0px 5px;
    background-repeat: no-repeat;
}
    .re-title3 span {
    position: relative;
    padding-left: 47px;
    display: inline-block;
}
  .re-title3 span:before {
    content: '';
    display: inline-block;
    background-image: url(../images/re-title-icon2.png);
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: 0px 0px;
    margin: 0px 0px 0px 5px;
    background-repeat: no-repeat;
        bottom: 4px;
}
    .site-header .header-widget {
        margin-top: 0px;
    }
    .re-newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    .re-newsletter input[type="email"], .re-newsletter input[type="submit"], .re-newsletter input[type="text"] {
    border-radius: 8px;
    width: 100%;
}
    .main-navigation .main-nav ul .menu-btn a {
    display: block;
}
    .header-btn a{
        display: none;
    }
    .inner-hero{
    min-height: 270px;
}
    .cmp-cow:after,
    .cmp-cow:before {
        width: 136px;
        height: 200px;
    }

    .cmp-plant:after,
    .cmp-plant:before {
        width: 179px;
        height: 200px;
    }

    .cmp-2:after,
    .cmp-1:after {
        content: '';
        position: absolute;
        width: 60px;
        height: 21px;
        background: url(../images/cmp-arrow-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        right: 0px;
        z-index: 99;
        top: auto;
        transform: rotate(60deg);
        bottom: 0px;
        left: 0px;
        margin: 0 auto;
    }

    .site-header .header-image {
        vertical-align: middle;
        height: 50px;
        width: auto;
    }

    .inside-header,
    .sticky .inside-header {
        padding: 5px 15px;
        display: flex;
        align-items: center;
    }

    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover {
        background-color: transparent;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        background-color: #fff;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        margin-top: 0px;
        padding: 15px 0px;
        z-index: 99999;
        position: relative;
    }

    .home-hero {
        min-height: auto;
    }

    i .home-hero:before {
        height: 100px;
        bottom: 50px;
    }

    .home-product-section:before {
        left: 0px;
    }

    .reicon-top:before {
        content: '';
        width: 50px;
        height: 50px;
        top: 10px;
        margin-left: 0px;
        left: 10px;
        right: auto;
    }

    .home-recipe-pic {
        height: 320px;
    }

    .footer-widgets-container {
        padding: 50px 15px;
    }

    .inside-footer-widgets > div {
        flex: auto;
    }

    .footer-widget-1,
    .footer-widget-2,
    .footer-widget-5 {
        width: 100%;
    }

    .footer-widget-3,
    .footer-widget-4 {
        width: 50%;
    }

    .site-footer:before {
        content: '';
        top: 50px;
        left: 10px;
    }

    .inside-footer-widgets {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-bar .widget {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .site-info {
        text-align: center;
        font-size: 15px;
        padding: 0px 0px 0px 0px;
    }

    .re-community-header {
        background: url(../images/community-banner.jpg);
        background-size: contain;
        padding: 100px 0px 60px;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-color: #89B6E7;
    }

    .re-shop-header {
        background: url(../images/community-banner.jpg);
        background-size: contain;
        padding: 100px 0px 60px;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-color: #89B6E7;
    }

    .re-recipes-header {
        padding: 100px 10px 60px;
    }

    .re-community-header h2,
    .re-single-community-header h2,
    .re-shop-header h2,
    .re-recipes-header h2 {
        letter-spacing: 1.0px;
        line-height: 100%;
        font-size: 35px;
        margin: 0px;
    }

    .re-shop-header .grid-container,
    .re-community-header .grid-container,
    .re-recipes-header .grid-container {
        gap: 20px;
    }

    .re-shop-header h3,
    .re-community-header h3,
    .re-recipes-header h3 {
        font-size: 20px;
    }

    .re-recipes-header h3 br {
        display: none;
    }

    .post-type-archive #primary,
    .tax-re-product #primary {
        padding: 0px 15px;
    }

    .posts-heading h3 {
        font-size: 30px;
    }

    .re-community {
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

    .our-partners {
        border-top: 1px solid rgba(97, 39, 157, 0.10);
        background: #FCF9FF;
        padding: 50px 15px;
    }

    .partner-images img {
        width: auto;
        max-height: 180px;
        padding: 0px 5%;
    }

    .re-single-community-header {
        background: url(../images/community-banner.jpg);
        background-size: contain;
        padding: 100px 0px 120px;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-color: #89B6E7;
    }

    .re-single-community-header .grid-container {
        padding: 0px 15px;
    }

    .single-community.separate-containers .inside-article > .featured-image {
        margin-top: -80px;
        margin-bottom: 0px;
        padding: 0px 50px;
    }

    .single-recipes.separate-containers .inside-article > .featured-image {
        margin-top: -40px;
        margin-bottom: 0px;
        padding: 0px 50px;
    }

    .recipes-single-header {
        background-size: contain;
    }

    .re-single-meta {
        border-radius: 0px 0px 8px 8px;
        background: #FCF9FF;
        display: flex;
        padding: 20px;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
    }

    .re-single-meta-info {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .single-category h3 a,
    .re-single-meta-info p {
        font-size: 15px;
    }

    .re-meta-share {
        font-size: 18px;
    }

    .entry-content:not(:first-child) {
        padding: 0px 15px;
    }

    .single-community,
    .single-community li strong {
        font-size: 19px;
    }

    .single-community .site-content li {
        font-size: 17px;
    }

    .related-community-footer .grid-container {
        padding: 0px 15px;
    }

    .recipes-topbar {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .recipe-category-item {
        font-size: 15px;
        line-height: 56px;
        padding: 0px 10px 0px 3px;
    }

    .recipe-category-item img {
        width: 30px;
    }

    .recipe-category-item h5 {
        font-size: 13px;
    }

    .extra-category-padding {
        padding: 0px 20px 0px 20px !important;
    }

    .re-meal-type h4 {
        font-size: 15px;
    }

    .re-meal-type select {
        font-size: 15px;
        padding: 15px 15px;
        width: 180px;
    }

    .re-recipes-row {
        flex-direction: column;
    }

    .re-recipe {
        width: 100%;
        margin-bottom: 30px;
    }

    .single-recipe-info {
        flex-direction: column;
        margin-top: 30px;
        padding: 0px 15px;
    }

    .recipe-ingredients,
    .recipe-instructions {
        width: 100%;
    }

    .recipe-categories {
        width: 100%;
    }

    .nobr br {
        display: none;
    }

    .regen-section:before {
        content: '';
        width: 43px;
        height: 43px;
        position: absolute;
        top: -25px;
    }

    .butterfly-left:before {
        content: '';
        width: 43px;
        height: 43px;
        position: absolute;
        left: 0px;
        top: -25px;
    }

    .butterfly-left-cmp:before {
        content: '';
        width: 60px;
        height: 60px;
        position: absolute;
        left: 0px;
        top: 5px;
    }

    .community-posts-sc {
        flex-direction: column;
        align-items: center;
    }

    .community-post-sc {
        width: 100%;
        margin-bottom: 40px;
    }

    .shop-page-infobar {
        display: flex;
        justify-content: flex-start;
        padding: 0px;
        margin: 30px 0px;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .shop-sorting-info {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
    }

    .single-product .entry-content:not(:first-child) {
        padding: 0px 0px;
    }

    .woocommerce .woocommerce-ordering select,
    .woocommerce .woocommerce-result-count {
        font-size: 14px;
    }

    .products li.product .woocommerce-loop-product__title {
        font-size: 18px !important;
    }

    .products li.product .product-category {
        font-size: 14px;
    }

    .brmobile br {
        display: block;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
        padding: 0px 15px;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
        margin-left: 0px;
        padding: 0px 15px;
    }

    .single-product article {
        padding-top: 100px;
    }

    .spc-info {
        width: 100%;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: column;
        padding: 0px 15px;
    }

    .woocommerce div.product .woocommerce-tabs .panel#tab-additional_information {
        max-width: 100%;
        margin: 0 auto;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 20px 15px;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        line-height: normal;
    }

    .recipe-categories {
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .header-btn a{
        display: block;
    }
        .has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
        flex-basis: auto;
    }
    .site-header .header-widget {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        max-width: 200px;
    }
    .home-recipe-text {
        max-width: 100%;
    }

    .community-post-sc {
        width: 48%;
        margin-bottom: 40px;
    }

    .mobile-menu-control-wrapper {
        display: flex;
    }

    .menu-toggle,
    .mobile-bar-items,
    .sidebar-nav-mobile {
        display: block;
    }

    .nav-float-right #site-navigation {
        margin-left: auto;
        display: none;
    }

    .has-inline-mobile-toggle .inside-header {
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        margin-top: 0px;
        padding: 15px 0px;
        z-index: 99999;
        position: relative;
        background-color: #fff;
        display: block;
        width: 60%;
    }
    .main-navigation .main-nav ul .menu-btn a{
        display: none;
    }
    .inner-hero {
    min-height: 300px;
}
    .has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav) {
        display: none;
    }

    .home-hero {
        min-height: 60vh;
    }

    .partner-images {
        justify-content: space-around;
    }

    .partner-images img {
        max-height: 180px;
        width: auto;
        padding: 0px 5%;
    }

    .re-single-meta {
        margin: 0px 50px;
        flex-direction: row;
        justify-content: space-between;
    }

    .re-recipes-row {
        flex-direction: row;
    }

    .re-recipe {
        width: 49%;
        margin-bottom: 30px;
    }

    .shop-page-infobar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        justify-content: center;
        margin: 0 auto 20px;
        float: none;
        max-width: 575px;
        width: 100%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
        margin-left: 0px;
        padding: 0px 15px;
        float: none;
        margin: 0 auto;
    }

    .community-posts-sc {
        flex-direction: row;
    }

    .footer-widget-1{
        width: 100%;
        margin-bottom: 20px;
    }
 .footer-widget-2, .footer-widget-3 {
        width: 48%;
     margin-bottom: 20px;
    }
    .footer-widget-4,
    .footer-widget-5 {
        width: 33%;
    }

}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
    .archive #primary {
        padding: 0px 15px;
    }

    .re-single-meta {
        margin: 0px 0px;
    }

    .re-recipes-row {
        flex-direction: row;
    }

    .re-recipe {
        width: 32%;
        margin-bottom: 30px;
    }

    .tax-re-product #primary,
    .single-recipes #primary {
        padding: 0px 15px;
    }

    .inside-footer-widgets {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0px 15px;
    }

    .footer-widget-1{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-widget-2, .footer-widget-3 {
        width: 48%;
        margin-bottom: 20px;
    }
    .footer-widget-4,
    .footer-widget-5 {
        width: 33%;
    }

    .re-title span:before {
width: 45px;
        height: 45px;
        background-size: 45px;
        background-position: 0 0px;
    }

    .re-newsletter {
        display: flex;
        flex-direction: row;
    }

    .re-newsletter input[type="email"] {
        width: 60%;
    }


    .re-newsletter input[type="submit"] {
        padding: 10px 30px;
        width: 50%;
    }

    .main-navigation .main-nav ul .menu-btn a {
        background: #5f259f;
        color: #fff !important;
        text-transform: uppercase;
        border-radius: 6px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
        margin: 0px 40px;
    }
    .footer-bar-active .footer-bar .widget {
    padding: 0 15px;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

    .archive #primary,
    .single #primary,
    .single-product article {
        padding: 0px 15px;
    }

    .re-recipe {
        width: 32%;
        margin-bottom: 30px;
    }
    .footer-widget-2{
       width: 26%;
        margin-bottom: 20px;   
    } 
    
    .footer-widget-3, .footer-widget-4, .footer-widget-5  {
        width: 22%;
        margin-bottom: 20px;
    }

}

/*--------------------------------Responsive goend---------------------------------------------*/
