.blogContain .blogWrap .content {
    margin-bottom: 40px;
}
.blogContain .blogWrap .content.hidden {
    display: none;
}
.blogContain .blogWrap .content .info {
    margin-top: 15px;
}
.article ul {
    columns: 1; /* was set as 2 */
    column-gap: 2rem;
}
.blogContain .blogWrap .content h5 {
    color: #1b1b19;
    font-size: 12px;
    font-weight: 300;
}
.blogContain .blogWrap .content h1 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #212121;
}
.blogArticle .article .info img{
    padding-right: 30px;
    padding-bottom: 25px;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}
.blogContain {
    margin-bottom: 100px;
}
.recipe-form .form-control {
    border-radius: 0;
    font-size: 14px;
    padding: 0 10px;
    line-height: 35px;
    height: 35px !important;
    margin-bottom: 25px;
}
.recipe-form button {
    display: block;
    float: left;
    width: 50%;
    line-height: 20px;
    height: 20px !important;
    padding: 0;
    font-weight: 600;
    border: none;
    color: #7a838a;
    background: none;
    margin-top: 7px;
    margin-bottom: 25px;
    border-right: 1px solid #7a838a;
}
.recipe-form button + a {
    color: #c1ac3a !important;
    display: block;
    float: left;
    width: 50%;
    line-height: 20px;
    height: 20px !important;
    padding: 0 10px;
    font-weight: 600;
    color: #777a52;
    margin-top: 7px;
    margin-bottom: 25px;
}
.recipe-block, .recipe-block:hover, .recipe-block:focus {
    text-decoration: none;
    margin-bottom: 40px;
}
.recipe-block div {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    background: #fcfbfb;
}
.recipe-block h2 {
    display: block;
    float: left;
    width: 100%;
    color: #000000;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    min-height: 40px;
    text-transform: uppercase;
}
.recipe-block div p {
    display: block;
    float: left;
    width: 100%;
    color: #1b1b19;
    font-size: 14px;
    margin-bottom: 30px;
}
.recipe-block div span {
    display: block;
    float: left;
    width: 100%;
    color: #1b1b19;
    font-size: 14px;
}
.time-block {
    padding-left: 45px;
}
.time-block img {
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(1);
}
.time-block p {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #c1ac3a;
    margin-bottom: 0;
    line-height: 14px;
}
.img {
    max-width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) { 
    .img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .article h5 {
        margin-top: 40px;
    }
    .recipe-form button + a {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        line-height: 20px;
        height: 20px !important;
        padding: 0 10px;
        font-weight: 600;
        color: ##c1ac3a;
        margin-top: 7px;
        margin-bottom: 25px;
    }
    .recipe-form {
        margin-top: 25px;
    }
    .time-block img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .time-block {
        padding-left: 15px;
        margin-top: 12px;
        text-align: left;
    }
    .article ul {
        text-align: left;
    }
}
@media (max-width: 576px) {
    .blogArticle {
        text-align: center;
    }
    .blogArticle .article .info img {
        padding-right: 0;
    }
    .pageHeader .breadCrumb {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 0;
    }
    
    a.moreLoad {
        margin-top: 15px;
    }
}