.mobile-padding .wrap {
    padding-left: 25px;
    padding-right: 25px;
}

.recipes-container {
    display: flex;
    gap: 50px;
}

.recipes-container .entry-header {
    display: none !important;
}

.recipes-container .recipes-categories {
    flex: .3;
}

.recipes-container .recipes-listing {
    flex: .7;
}

.recipes-container .recipes-listing-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.recipes-container .recipes-listing-wrapper article {
    width: 100%;
    margin: 0 !important;

    display: flex !important;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
    .recipes-container {
        flex-direction: column;
        padding: 0 30px;
    }

    .recipes-container .recipes-categories {
        flex: 1;
        width: 100%;
    }

    .recipes-container .recipes-listing-wrapper {
        flex: 1;
        width: 100%;
        grid-template-columns: 1fr;
    }

    .recipes-container .recipes-listing-wrapper article {
        width: 100%;
    }

    .recipes-container .recipes-listing-wrapper article .post-thumbnail {
        display: block !important;
    }
}

.recipes-container .recipes-listing-wrapper article header {
    display: none;
}

.recipes-container .recipes-listing-wrapper article .post-thumbnail {
    width: 100% !important;
    height: 300px;
}

.recipes-container .recipes-listing-wrapper article .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipes-container .recipes-listing-wrapper article .entry-content {
    width: 100% !important;
}

.recipes-container .recipes-listing-wrapper article h2 a {
    color: #333333;
}

.recipes-container .recipes-listing-wrapper article p {
    color: #333333;
    margin: 0;
    line-height: normal;
}

.recipes-container .sub-level {
    padding-left: 15px;
}

.recipes-container li.active > div > a,
.recipes-container li.active > a {
    font-weight: bold;
}

.recipes-container .recipes-categories .recipes-categories-wrapper {
    background-color: white;
}

.recipes-container .recipes-categories h3 {
    text-align: left;
    margin: 0;
}

.recipes-container .recipes-categories li {
    padding: 5px 0;
    margin-left: 0;
    color: #333333;
}

.subcategories-list.sub-level {
    display: none;
    margin-top: 10px;
}

.category-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #ac111d;
}

.category-toggle:hover,
.category-toggle:focus {
    border: none;
    color: #ac111d;
}

.category-toggle.activated {
    transform: rotate(180deg);
}

.category-item-wrapper,
.header-toggle-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#categories-list {
    margin-top: 20px;
}


#categories-toggle {
    display: none;
}

@media only screen and (min-width: 992px) {
    #categories-list {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    #categories-toggle {
        display: block;
    }

    .widget_category_widget {
        margin-bottom: 0 !important;
    }

    .widget_category_widget + * {
        display: none;
    }

    .recipes-container {
        gap: 10px;
    }
}

.cr_form_wrapper {
    padding: 100px 25px;
    text-align: center;
}
.cr_form_wrapper .editable_content {
    padding: 25px;
}
.cr_form_wrapper .submit_container {
    margin-top: 25px;
}
.cr_form_wrapper .button {
    margin-top: 0 !important;
}

.cr_form_wrapper p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.page-id-7631 .box-2.box {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-id-7631 .entry {
    margin-bottom: 0;
}

.page-id-7631 .cr_form_wrapper,
.page-id-2119 .cr_form_wrapper {
    padding-top: 0;
}