section.recent_recipes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.recent_recipes .loop_posts {
    width: calc(100% - 270px);
    margin-right: 0;
    padding-right: 65px;
}

.recent_recipes article {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
}

.recent_recipes article:nth-last-child(1) {
    margin-bottom: 0px;
}

.recent_recipes article a.featured_image {
    width: 35%;
    padding-right: 15px;
}

.recent_recipes article .post_meta {
    margin-top: 5px;
}

.recent_recipes .loop_posts article h2 {
    font-size: 28px;
}

.recent_recipes article .loop_content {
    display: flex;
    flex-direction: column;
    width: 65%;
    padding-left: 15px;
}

.recent_recipes_ad {
    display: block;
    width: 270px;
    margin-left: 20px;
    max-width: 270px;
    float: none;
    /* display: flex;
    justify-content: flex-end; */
}

.recent_recipes_ad_inner {
    float: left;
    width:100% !important;
}

.recent_recipes_ad div#loop_advertisement {
    margin: 0;
}


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

.recent_recipes_ad {
    margin-left: 0;
    width: 100%;
    display: block;
}

.recent_recipes .loop_posts {
    width: calc(100% + 30px);
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.recent_recipes article {
    width: calc(50% - 40px);
    margin: 0 15px 50px;
}


.recent_recipes article a.featured_image {
    width: 100%;
    padding-right: 0;
}

.recent_recipes article .loop_content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
}


}


@media only screen and (max-width: 767px) {
/*
.recent_recipes .loop_posts {
    width: auto;
    margin-right: 25px !important;
    margin-left: 0;
}


.recent_recipes article {
    width: 100%;
    padding-left: 0;
    padding-right: 30px;
    margin: 0;
}
*/

section.recent_recipes {
    margin-right: 55px;
}

.recent_recipes .loop_posts {
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
}

.recent_recipes .loop_posts .slick-list {
    overflow: visible;
}

.recent_recipes .loop_posts article {
    padding: 0 30px 0 0;
    margin: 0 0 12px 0;
}

}



