.elementor-68 .elementor-element.elementor-element-9053b1f{--display:flex;}.elementor-68 .elementor-element.elementor-element-9053b1f:not(.elementor-motion-effects-element-type-background), .elementor-68 .elementor-element.elementor-element-9053b1f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3E9D8;}.elementor-68 .elementor-element.elementor-element-e793d83{--display:flex;}.elementor-68 .elementor-element.elementor-element-9c27880{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68 .elementor-element.elementor-element-2d2b3a3{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-68 .elementor-element.elementor-element-1814e44{text-align:center;}.elementor-68 .elementor-element.elementor-element-1814e44 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-68 .elementor-element.elementor-element-6c7cf2e{--display:flex;}.elementor-68 .elementor-element.elementor-element-6f72655{padding:10px 10px 10px 10px;}@media(min-width:768px){.elementor-68 .elementor-element.elementor-element-2d2b3a3{--width:70%;}.elementor-68 .elementor-element.elementor-element-6c7cf2e{--width:30%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-68 .elementor-element.elementor-element-1814e44 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-68 .elementor-element.elementor-element-1814e44 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-2d2b3a3 *//* =========================================================
   ALL SIS RECIPES
   RECIPE CONTENT SYSTEM
   GLOBAL REUSABLE CLASS
   ========================================================= */


/* =========================================================
   MAIN RECIPE CONTAINER
   ========================================================= */

.asr-recipe-content {

    --recipe-bg: #F3E9D8;
    --recipe-card: #FBF6EC;
    --recipe-brown: #2B1116;
    --recipe-text: #655A53;
    --recipe-muted: #81766D;
    --recipe-gold: #D99A28;
    --recipe-red: #C65B48;

    width: 100%;

    box-sizing: border-box;
}


/* =========================================================
   RECIPE TITLE
   ========================================================= */

.asr-recipe-content > .asr-recipe-body,
.asr-recipe-content .asr-recipe-title {

    width: 100%;

    box-sizing: border-box;
}


/* =========================================================
   MAIN POST TITLE
   ========================================================= */

.asr-recipe-content
h2:first-child {

    margin-top: 0 !important;

    color: var(--recipe-brown) !important;

    font-family: "DM Serif Display", serif !important;

    font-size: 48px !important;

    font-weight: 400 !important;

    line-height: 1.05 !important;

    letter-spacing: -.7px !important;
}


/* =========================================================
   FEATURED IMAGE
   ========================================================= */

.asr-recipe-content img {

    display: block;

    width: 100%;

    max-width: 100%;

    height: auto;

    border-radius: 18px;

    object-fit: cover;

    box-sizing: border-box;
}


/* Featured image directly inside recipe layout */

.asr-recipe-content
.elementor-widget-theme-post-featured-image img {

    width: 100% !important;

    max-height: 520px;

    object-fit: cover;

    border-radius: 18px;

    margin: 0 0 30px !important;
}


/* =========================================================
   RECIPE BODY
   ========================================================= */

.asr-recipe-body {

    color: var(--recipe-text);

    font-family: "DM Sans", sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.8;

    box-sizing: border-box;
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

.asr-recipe-body p {

    margin: 0 0 18px !important;

    color: var(--recipe-text) !important;

    font-family: "DM Sans", sans-serif !important;

    font-size: 15px !important;

    font-weight: 400 !important;

    line-height: 1.8 !important;
}


/* =========================================================
   STRONG TEXT
   ========================================================= */

.asr-recipe-body strong {

    color: var(--recipe-brown) !important;

    font-weight: 700 !important;
}


/* =========================================================
   H2
   ========================================================= */

.asr-recipe-body h2 {

    margin: 55px 0 20px !important;

    padding: 0 !important;

    color: var(--recipe-brown) !important;

    font-family: "DM Serif Display", serif !important;

    font-size: 35px !important;

    font-weight: 400 !important;

    line-height: 1.1 !important;

    letter-spacing: -.4px !important;
}


/* First H2 should not have huge top margin */

.asr-recipe-body h2:first-child {

    margin-top: 0 !important;
}


/* =========================================================
   H3
   ========================================================= */

.asr-recipe-body h3 {

    margin: 32px 0 12px !important;

    padding: 0 !important;

    color: var(--recipe-brown) !important;

    font-family: "DM Serif Display", serif !important;

    font-size: 23px !important;

    font-weight: 400 !important;

    line-height: 1.2 !important;
}


/* =========================================================
   LISTS
   ========================================================= */

.asr-recipe-body ul,
.asr-recipe-body ol {

    margin: 0 0 25px !important;

    padding-left: 23px !important;

    color: var(--recipe-text) !important;

    font-family: "DM Sans", sans-serif !important;

    font-size: 14px !important;

    line-height: 1.8 !important;
}


.asr-recipe-body li {

    margin: 0 0 7px !important;

    padding-left: 4px !important;

    color: var(--recipe-text) !important;
}


/* =========================================================
   LIST BULLETS
   ========================================================= */

.asr-recipe-body ul li::marker {

    color: var(--recipe-gold);
}


/* =========================================================
   HORIZONTAL RULE
   ========================================================= */

.asr-recipe-body hr {

    width: 100%;

    height: 1px;

    margin: 45px 0 !important;

    border: 0 !important;

    background: rgba(43,17,22,.13) !important;
}


/* =========================================================
   LINKS
   ========================================================= */

.asr-recipe-body a {

    color: var(--recipe-red);

    text-decoration: underline;

    text-decoration-color: rgba(198,91,72,.35);

    text-underline-offset: 3px;

    transition: all .2s ease;
}


.asr-recipe-body a:hover {

    color: var(--recipe-brown);

    text-decoration-color: var(--recipe-brown);
}


/* =========================================================
   EMOJI
   ========================================================= */

.asr-recipe-body img.emoji {

    display: inline !important;

    width: 18px !important;

    height: 18px !important;

    max-width: 18px !important;

    margin: 0 3px !important;

    vertical-align: -3px !important;

    border-radius: 0 !important;
}


/* =========================================================
   FIRST INTRO PARAGRAPH
   ========================================================= */

.asr-recipe-body > p:first-child {

    font-size: 17px !important;

    line-height: 1.75 !important;

    color: var(--recipe-brown) !important;
}


/* =========================================================
   RECIPE HIGHLIGHT
   ========================================================= */

.asr-recipe-body
p strong:first-child {

    color: var(--recipe-brown) !important;
}


/* =========================================================
   INGREDIENT / STEP LISTS
   ========================================================= */

.asr-recipe-body ul {

    list-style-position: outside;
}


/* =========================================================
   STEP HEADINGS
   ========================================================= */

.asr-recipe-body h3 {

    position: relative;
}


/* =========================================================
   H2 DECORATIVE ACCENT
   ========================================================= */

.asr-recipe-body h2::after {

    content: "";

    display: block;

    width: 35px;

    height: 2px;

    margin-top: 12px;

    background: var(--recipe-gold);
}


/* =========================================================
   FINAL SECTION
   ========================================================= */

.asr-recipe-body h2:last-of-type {

    margin-top: 60px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .asr-recipe-body {

        font-size: 14px;
    }


    .asr-recipe-body p {

        font-size: 14px !important;

        line-height: 1.75 !important;
    }


    .asr-recipe-body h2 {

        font-size: 32px !important;

        margin-top: 48px !important;
    }


    .asr-recipe-body h3 {

        font-size: 21px !important;
    }


    .asr-recipe-content
    .elementor-widget-theme-post-featured-image img {

        max-height: 450px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .asr-recipe-body {

        font-size: 13.5px;
    }


    .asr-recipe-body p {

        font-size: 13.5px !important;

        line-height: 1.75 !important;

        margin-bottom: 16px !important;
    }


    .asr-recipe-body > p:first-child {

        font-size: 15px !important;

        line-height: 1.7 !important;
    }


    .asr-recipe-body h2 {

        margin: 42px 0 18px !important;

        font-size: 29px !important;

        line-height: 1.1 !important;
    }


    .asr-recipe-body h3 {

        margin: 27px 0 10px !important;

        font-size: 20px !important;
    }


    .asr-recipe-body ul,
    .asr-recipe-body ol {

        padding-left: 20px !important;

        font-size: 13.5px !important;

        line-height: 1.75 !important;
    }


    .asr-recipe-body li {

        margin-bottom: 5px !important;
    }


    .asr-recipe-body hr {

        margin: 35px 0 !important;
    }


    .asr-recipe-content
    .elementor-widget-theme-post-featured-image img {

        max-height: 350px;

        border-radius: 14px;

        margin-bottom: 25px !important;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .asr-recipe-body p {

        font-size: 13px !important;
    }


    .asr-recipe-body > p:first-child {

        font-size: 14px !important;
    }


    .asr-recipe-body h2 {

        font-size: 27px !important;

        margin-top: 38px !important;
    }


    .asr-recipe-body h3 {

        font-size: 19px !important;
    }


    .asr-recipe-content
    .elementor-widget-theme-post-featured-image img {

        max-height: 280px;

        border-radius: 12px;
    }
}/* End custom CSS */