/* @font-face {
    font-family: 'SignPainter';
    src: url('../fonts/SignPainter-HouseScript.woff2') format('woff2'),
        url('../fonts/SignPainter-HouseScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

.page-header {
    display: none;
}

.recipes-archive-title,
.recipe-maltese-title {
    /* font-family: 'SignPainter'; */
    font-size: 34px;
    line-height: 34px;
    color: #b2cd6e;
}

.recipes-archive-title {
    text-align: center;
    font-weight: normal;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 50px;
}

.recipe-title {
    color: #182f5b;
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}

.recipe-meta {
    display: flex;
    margin-top: 10px;
}

.recipe-meta-item {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 30px 7px 30px;
    vertical-align: middle;
    text-align: center;
}

.recipe-chef {
    background-color: #b2cd6e;
    color: #182f5b;
}

.recipe-restaurant {
    color: #ffffff;
    background-color: #182f5b;
}

.recipe-heading {
    /* font-size: 24px; */
    margin: 10px 0;
    /* color: #182f5b; */
    /* font-weight: 700; */
}

.recipe-method-wrapper,
.recipe-ingredients-wrapper {
    margin-top: 25px;
    /* font-weight: 500; */
    /* color: #182f5b; */
    /* font-size: 20px; */
    /* line-height: 1.25; */
}

.recipe-ingredients-groups {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
}

.recipe-ingredients-group {
    width: calc(25% - 25px);
}

.ingredients-title {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 10px;
}

.ingredients-content {
    line-height: 1.5;
}

.recipe-image {
    margin-bottom: 45px;
}

.recipes-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.recipes-grid article {
    width: 33.333%;
    padding: 0 10px 20px 10px;
}

.recipes-grid .blog-wrapper {
    height: 100%;
    margin-bottom: 0;
}

.archive-recipe-maltese-title {
    /* font-family: 'SignPainter'; */
    font-size: 22px;
    font-weight: normal;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 22px;
    margin-bottom: 3px;
}

.archive-recipe-maltese-title a {
    line-height: 16px;
    text-decoration: none!important;
    color: #b2cd6e!important;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
}

.recipes-grid .blog-wrapper .entry-title a {
    text-decoration: none!important;
    line-height: 0.8;
    display: inline-block;
    color: #182f5b!important;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {

    .recipe-maltese-title {
        font-size: 56px;
        line-height: 28px;
    }
    
    .recipe-title {
        font-size: 24px;
    }

    .ingredients-content {
        column-count: 1;
    }

    .recipe-ingredients-group {
        width: calc(50% - 15px);
    }

    .recipe-meta {
        flex-direction: column;
    }

    .recipe-meta-item {
        width: 100%;
        font-size: 20px;
        padding: 8px 20px 6px 20px;
    }

    .recipe-heading {
        font-size: 22px;
    }

    .recipe-method-wrapper,
    .recipe-ingredients-wrapper {
        font-size: 18px;
    }

    .recipes-grid article {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {

    .recipe-ingredients-group {
        width: 100%;
    }

    .recipe-ingredients-groups {
        width: 100%;
    }
    
    .recipes-grid article {
        width: 100%;
    }
}
