@keyframes headerAnimation {
	0% { transform: translateY(-100%); }
	100% { transform: translateY(0px); }
}


body, body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body p, body a, body .wprm-recipe-container, body li, body button, .sg-expand-section {
    font-family: 'Arial', sans-serif;
}

.nav .nav-list .menu-item a {
    padding-right: 13px;
    padding-left: 13px;
}

body.sticky-header-content {
	padding-top: 134px
}

body.admin-bar header.header {
	top: 32px;
}

header.header.fixed-header {
	top: 0;
	position: fixed;
	animation: headerAnimation 0.3s forwards;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	width: 100%;
	z-index: 9999;
}

header.fixed-header .header-container {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 50px;
}

header.fixed-header .header-logo-img {
	max-height: 40px;
}

header.fixed-header #primary-nav a {
	font-size: 1rem;
}

header.fixed-header button.search-toggle {
	padding-top: 0;
	padding-bottom: 0;
}

header.fixed-header button.search-toggle .magnifying-glass {
	width: 28px;
}

header.fixed-header input.search-field {
	margin: 0px !important;
}

header.fixed-header #search-container .search-close {
	margin-bottom: 16px;
}

/* Single Recipe Template */
.sg-recipe-header {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    margin-bottom: 10px;
}

.sg-recipe-header .sg-recipe-left {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 40px;
}

.sg-recipe-header .sg-recipe-right {
    width: 50%;
    padding-left: 0px;
}

.sg-recipe-header h1 {
    font-size: 60px;
    line-height: 64px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    color: #373435;
}

body .sidebar-primary {
    border-left-width: 2px;
    border-left-color: #cbcbcb;
    border-radius: 0 !important;
    border-style: dotted;
}

body .footer {
    border-top-width: 2px;
    border-top-color: #cbcbcb;
    border-style: dotted;
}

.post-template-single-recipe h1, .post-template-single-recipe h2, .post-template-single-recipe h3, .post-template-single-recipe h4, .post-template-single-recipe h5, .post-template-single-recipe h6 {
    color: #373435;
}


.sg-recipe-intro {
    border: 2px dotted #F9C48B;
    border-radius: 20px;
    padding: 10px 40px 20px;
    position: relative;
    margin-top: 20px;
}

.sg-recipe-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}

.sg-recipe-author h4 {
    margin: 0;
    line-height: normal;
    font-weight: 500;
    font-size: 18px;
}

.sg-author-right strong {
    font-weight: 900;
}

.sg-recipe-author p {
    margin: 0;
    font-size: 14px;
    color: #575757;
}

.sg-recipe-author  .sg-author-left {
    display: flex;
    margin-right: 10px;
}

.sg-recipe-author .sg-author-left img {
    border-radius: 50%;
}

.sg-recipe-shorts ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 15px 0 0;
}

/*.sg-recipe-shorts ul li {
    border-right: 1px solid #dfdfdf;
    padding-right: 25px;
    margin-right: 25px;
    margin-bottom: 2px;
}*/

.sg-recipe-shorts ul li {
    border-right: 1px solid #dfdfdf;
    padding-right: 35px;
    margin-right: 35px;
    margin-bottom: 2px;
}

/*.sg-recipe-shorts ul li h4 {
    margin: 0;
    font-weight: 400;
    color: #474b50;
    font-size: 24px;
}*/

.sg-recipe-shorts ul li h4 {
    margin: 0;
    font-weight: 400;
    color: #474b50;
    font-size: 32px;
}

/*.sg-recipe-shorts ul li p {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
}*/

.sg-recipe-shorts ul li p {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 38px;
    color: #373435;
}

.sg-recipe-shorts ul li:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

.sg-recipe-buttons a, .sg-recipe-buttons a:visited, .sg-recipe-buttons a:focus {
    background: #F9C48B !important;
    color: #fff !important;
}


.sg-recipe-buttons a {
    background: #F9C48B !important;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
    font-size: 24px;
    transition: all ease 300ms;
}

.sg-recipe-buttons a {
    padding-left: 40px;
    padding-right: 40px;
}

.sg-recipe-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.sg-recipe-buttons a:hover {
    background: #E06D36 !important;
    color: #fff !important;
}

.sg-recipe-intro:before {content: "";background-image: url(../img/small-cat-1.png);position: absolute;width: 70px;height: 40px;background-size: contain;background-repeat: no-repeat;background-position: bottom center;top: -39px;right: 80px;}

.sg-recipe-right img, .sg-recipe-image-mobile img {
    width: 100%;
    border-radius: 20px;
    border: 2px dotted #F9C48B;
    /* max-height: 400px; */
    object-fit: cover;
    margin-top: 0;
}

.wp-block-kadence-show-more.sg-expand-section, .sg-non-expand-sec {
    border: 2px dotted #8BC0F9;
    border-radius: 20px;
    padding: 10px 20px 20px;
}

.sg-non-expand-sec p:last-child {
    margin-bottom: 0;
}

/*.sg-recipe-reviews {
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
    color: #777;
    margin-top: 5px;
}*/

.sg-recipe-reviews {
    text-align: center;
    margin-bottom: 13px;
    font-size: 26px;
    color: #777;
    margin-top: 10px;
}

body.post-template-single-recipe .wprm-recipe {
    border: 2px dotted #8BC0F9;
    border-radius: 20px;
    padding: 10px 20px 20px;
    color: #000;
    overflow: visible
}

body .wprm-recipe .wprm-recipe-rating-details {
    font-size: 16px;
    font-weight: 700;
}

.wprm-recipe-author-container {
    font-size: 16px;
}

body .wprm-recipe .wprm-recipe-rating {
    font-size: 18px;
}

.wprm-recipe-details-label {
    font-weight: 700;
}

.wprm-recipe-author-container span a {
    color: #000;
    font-weight: 500;
}

body ul.wprm-advanced-list li:before {
    border-radius: 5px !important;
    box-shadow: 3px 3px 0 #000;
    border: 2px solid #000;
    margin-top: 5px;
}

body .wprm-recipe li span {
    font-size: 18px;
    font-weight: 500;
}

body .wprm-recipe li {
    margin-bottom: 10px !important;
}

body input[type=number].wprm-recipe-servings {
    margin-top: 3px;
    border-width: 1px;
}

body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-summary {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.wprm-recipe-summary * {
    color: #000;
}

.wprm-recipe-template-saltyginger-template---aug-2024 h2.wprm-recipe-header, .post-template-single-recipe h2, .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-name {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
    font-size: 42px;
    font-weight: 700 !important;
    text-align: center;
    color: #373435 !important;
}

body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-name {
    line-height: 1em;
    margin-bottom: 15px !important;
}

/*body .wprm-recipe-servings-container:before {
    content: "";
    background: url(../img/food.png);
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}*/

body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-servings-container, body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-meta-container {
    padding-left: 38px;
    position: relative;
    margin-top: 0px;
}

.sg-image-side-recipe {
    width: 40%;
}

/*body .wprm-recipe-meta-container:before {
    content: "";
    background: url(../img/clock.png);
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}*/

body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-block-image-rounded img, body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-block-image-rounded > div {
    border-radius: 20px !important;
    margin-bottom: 20px;
    width: 100%;
    /*max-height: 240px;*/
    object-fit: cover;
}

body .wprm-recipe-meta-container {
    padding-left: 25px;
    position: relative;
}

body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-meta-container:after {
    content: "";
    background-image: url(../img/cat-2.png);
    position: absolute;
    width: 55px;
    height: 100px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    right: -77px;
    top: 0;
    left: auto;
}

.wp-block-kadence-spacer.sg-custom-border .kt-divider-stripe svg {
    display: none;
}

.wp-block-kadence-spacer.sg-custom-border .kt-divider-stripe:before {
    content: "";
    background-image: url(../img/border.png);
    width: 50%;
    height: 100%;
    position: absolute;
    background-size: contain;
    left: 0;
    background-position: right center;
}

.wp-block-kadence-spacer.sg-custom-border .kt-divider-stripe:after {
    content: "";
    background-image: url(../img/border.png);
    width: 50%;
    height: 100%;
    position: absolute;
    background-size: contain;
    right: 0;
    background-position: left center;
}

.wp-block-kadence-spacer.sg-custom-border {
    margin-bottom: 17px;
}

.sg-expand-section h3, .sg-non-expand-sec h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #373435;
}

.sg-expand-section button.kb-button {
    font-family: inherit;
}

.post-template-single-recipe div#recipe+h2 {
    display: none;
}

.wp-block-column.sg-step-col {
    border: 2px dotted #8BC0F9;
    border-radius: 20px;
    padding: 4px 15px 15px;
    position: relative;
    margin-bottom: 1em;
}

.wp-block-column.sg-step-col img {
    border-radius: 20px;
}

.wp-block-column.sg-step-col h4.wp-block-heading {
    margin-bottom: 7px;
    line-height: normal;
    font-weight: 700;
}

.wp-block-column.sg-step-col figure {
    margin-bottom: 10px;
}

.wp-block-column.sg-step-col p {line-height: 26px;font-size: 18px;margin-bottom: 10px;}

.wp-block-column.sg-step-col p:last-child {
    margin-bottom: 0;
}

.wp-block-columns.sg-step-cols {
    gap: 1em;
}

.post-template-single-recipe .sg-step-inst h2:after {
    content: "";
    width: 94px;
    height: 100px;
    background: url(../img/cat-3.png);
    position: absolute;
    bottom: -15px;
    right: 20px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.post-template-single-recipe .sg-step-inst h2 {
    position: relative;
    margin-bottom: 15px !important;
    color: #373435;
}

.sg-recipe-excerpt:not(:first-child) {margin-top: 20px;font-size: 20px;color: #000;}

.sg-recipe-excerpt p:last-child {
    margin-bottom: 0;
}

.sg-recipe-excerpt p:not(:last-child) {
    margin-bottom: 20px;
}

.sg-recipe-video figure.wp-block-video {
    margin: 0;
    background: #000;
}

.sg-video-heading {
    background: #fff;
    position: absolute;
    border-radius: 15px;
    padding: 2px 20px;
    color: #c37241;
    top: 20px;
    left: 30px;
    transform: rotate(-2deg);
    letter-spacing: 3px;
}

.wp-block-kadence-column.sg-recipe-video {
    width: 80%;
    margin: 0 auto;
    border: 2px dotted #c37241;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.sg-recipe-video figure.wp-block-video:not(.sg-video-play):before {
    content: "";
    background: url(../img/play-button.png);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1
}

.sg-recipe-video figure.wp-block-video video {
    transition: all ease 300ms;
}

.sg-recipe-video figure.wp-block-video:hover video:not([controls]) {
    cursor: pointer;
    opacity: 0.7;
}

.sg_main_border {
    display: block;
    border-bottom: 2px dotted #cbcbcb;
    width: 100%;
    grid-column: 1 / span 2 !important;
    margin-bottom: 50px;
    position: relative;
}

.sg_main_border:before {
    content: "";
    background-image: url(../img/cat-4.png);
    position: absolute;
    right: 51%;
    width: 120px;
    height: 94px;
    background-position: center bottom;
    background-size: contain;
    bottom: 0px;
    background-repeat: no-repeat;
}

.plyr button.plyr__control--overlaid[data-plyr="play"] {color: #fff;background: #8BC0F9;opacity: 1;width: 80px;height: 80px;display: flex !important;align-items: center;justify-content: center;}

.plyr__control.plyr__control--overlaid[data-plyr="play"] svg {
    width: 40px;
    height: 30px;
}

.sg-recipe-right .dpsp-pin-it-wrapper, .sg-recipe-image-mobile .dpsp-pin-it-wrapper {
    width: 100%;
}

.sg-recipe-author .sg-author-left img {
    max-width: 60px;
    max-height: 60px;
    width: 100%;
}
.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #000;
}

.h5vp_player_temp .plyr__poster {
    background-size: cover;
}

.sg-recipe-vid-wrap  {width: 80%;margin: 0 auto}

.sg-recipe-vid-wrap .plyr_wrapper {
    border: 2px dotted #8BC0F9;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.plyr--full-ui input[type=range] {
    color: #8BC0F9;
}

.sg-hide-desktop {display: none;}

.sg-recipe-meta {
    display: flex;
    justify-content: space-between;
}

.sg-recipe-reviews .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 14px;
}

.sg-recipe-reviews {
    font-size: 21px;
    margin: 0;
    margin-left: 20px;
}

.sg-recipe-buttons {
    margin-top: 20px;
}

.sg-recipe-shorts ul {
    margin-top: 5px;
}



body .nav .menu-item {
    text-transform: capitalize;
}

.wprm-container.sg-recipe-sr {
    display: flex;
    justify-content: space-between;
}

.wprm-container.sg-recipe-sr > div {
    width: 50%;
}

.wprm-container.sg-recipe-sr > div .wprm-icon-shortcode {
    position: absolute;
    left: 0;
    top: 0;
}

.wprm-recipe-servings-container {
    text-align: left;
}

body .wprm-recipe-meta-container {
    padding-top: 0;
    padding-bottom: 0;
}

.wprm-template-chic-buttons {
    margin-top: 16px;
}

.wprm-toggle-switch-container .wprm-prevent-sleep-description {
    position: relative;
    top: 1px;
}


.wprm-container.sg-recipe-fr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
    font-weight: 400;
}

 body.post-template-single-recipe {
    font-size: 20px;
}



/* MOBILE RESPONSIVE SUPPORT */

@media all and (min-width: 1160px){
    div#search-container {
        position: initial !important;
        display: block;
        width: auto;
        height: auto;
        order: 3;
    }

    button.search-toggle {
        display: none;
    }

    #search-container button.search-close {
        display: none;
    }

    .header-container #search-container form {
        width: 100%;
        display: flex;
        padding-left: 15px;
        min-width: 200px;
    }
    .header-container #search-container form input.search-field {
        margin-bottom: 0;
        border-color: var(--mv-trellis-color-link, #000);
        font-size: 16px;
        height: 38px;
        padding: 8px;
    }

    .header-container #search-container button.search-submit {
        margin: 0;
        position: absolute;
        background: transparent;
        border: 0;
        padding: 0;
        min-width: initial;
        right: 0;
        box-shadow: none;
        height: 42px;
        width: 40px;
        line-height: 55px;
        transition: all ease 300ms;
    }

    .header-container #search-container form {
        position: relative;
    }

    .header-container #search-container button.search-submit svg {
        fill: #373435;
    }

    .header-container #search-container button.search-submit:hover {
        transform: scale(1.2);
    }

    .wp-block-search__inside-wrapper input {
        padding-right: 50px;
    }

    .header-container #search-container form input.search-field {
        padding-right: 40px;
    }

    input[type="search"]::-webkit-search-decoration {
        display: none;
    }

    .birch-header-regular .wrapper-header .header-container {
        padding-right: 48px;
    }

    .header-container #search-container button.search-submit {
        height: 38px;
        line-height: 52px;
    }

    body #primary-nav .nav-list>li:last-child>a {
        padding-right: var(--mv-trellis-gutter-small, 12px);
    }
    body .searchform .search-submit {
        display: block;
    }

    body .searchform label {
        margin-right: 0;
    }

    span.wprm-recipe-icon.wprm-recipe-grow-icon.wprm-recipe-grow-not-saved-icon {
        display: none;
    }
}

@media all and (max-width: 1159px){
    .header.fixed-header .header-container {
        height: 50px;
    }
    a.header-logo picture {
        display: flex;
    }
    header.fixed-header button.search-toggle {
        margin-top: 4px;
    }
    .sg_main_border:before {
        display: none;
    }
    .header-container #search-container button.search-submit {
        margin: 0;
        position: absolute;
        background: transparent;
        border: 0;
        padding: 0;
        min-width: initial;
        right: 0;
        box-shadow: none;
        height: 42px;
        width: 40px;
        line-height: 55px;
        transition: all ease 300ms;
        display: block;
        top: 0;
    }

    .header-container #search-container form.searchform {
        position: relative;
    }

    .header-container #search-container form.searchform input.search-field {
        padding-right: 40px;
    }
}

@media all and (max-width: 800px){
    .sg-recipe-header .sg-recipe-left {
        margin-bottom: 0;
    }
    body .searchform .search-field {
        height: 40px;
        padding: 0 15px;
    }
    .sg-recipe-reviews {
        font-size: 16px;
        margin-bottom: 7px;
        margin-top: 5px;
        margin-left: 5px;
    }
    .sg-recipe-author .sg-author-left {
        width: 40px;
    }
    .sg-hide-mobile {display: none;}
    .sg-hide-desktop {display: block;}
    .sg-recipe-image-mobile {
        margin-top: 30px;
    }
    .sg-recipe-vid-wrap  {width: 100%;margin: 0 auto}
    .sg-recipe-header .sg-recipe-left, .sg-recipe-header .sg-recipe-right {
        width: 100%;
        padding: 0;
    }

    .sg-recipe-header h1 {
        margin-bottom: 40px;
        font-size: 45px;
        line-height: 52px;
    }

    .sg-recipe-shorts ul li h4 {
        font-size: 18px;
    }

    .sg-recipe-shorts ul li {
        padding-right: 25px;
        margin-right: 25px;
    }

    .sg-recipe-shorts ul li p {
        font-size: 30px;
    }

    .sg-recipe-buttons {
        /*flex-direction: column;*/
        text-align: center;
    }

    .sg-recipe-header .sg-recipe-right {
        margin-top: 30px;
    }

    .sg_main_border:before {
        display: none;
    }

    .sg_main_border {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .wp-block-kadence-column.sg-recipe-video {
        width: 100%;
    }

    .wprm-container-float-right.sg-image-side-recipe {
        width: 100%;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-meta-container:before {
        display: none;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-meta-container {
        padding: 0;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-details-container-table.wprm-recipe-table-borders-none .wprm-recipe-block-container-table {min-width: 70px;}

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-meta-container:after {
        display: none;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 input[type=number].wprm-recipe-servings {
        height: 45px;
        font-size: 22px;
        min-width: 80px;
    }

    .post-template-single-recipe .sg-step-inst h2:after {
        display: none;
    }

    .wprm-recipe-template-saltyginger-template---aug-2024 h2.wprm-recipe-header, .post-template-single-recipe h2, .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-name {
        line-height: normal;
    }

    .post-template-single-recipe .sg-step-inst h2 {
        margin-bottom: 30px !important;
    }

    .wp-block-column.sg-step-col {
        padding: 10px 20px;
    }

    .sg-expand-section h3, .sg-non-expand-sec h3 {
        line-height: normal;
    }

    .wp-block-kadence-show-more.sg-expand-section, .sg-non-expand-sec {
        padding: 20px 20px 30px;
    }
    body .nav-toggle {
        padding-top: 0;
        padding-bottom: 0;
    }

    .wprm-container.sg-recipe-sr > div .wprm-icon-shortcode {
        position: absolute;
        left: 0;
        top: 0;
    }

    .wprm-recipe-servings-container {
        text-align: left;
    }

    body .wprm-recipe-meta-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .wprm-template-chic-buttons {
        margin-top: 16px;
    }

    .wprm-toggle-switch-container .wprm-prevent-sleep-description {
        position: relative;
        top: 1px;
    }
    a.wprm-recipe-print.wprm-recipe-link.wprm-print-recipe-shortcode.wprm-block-text-bold.wprm-recipe-print-wide-button.wprm-recipe-link-wide-button.wprm-color-accent {}

    .wprm-container.sg-recipe-fr {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
        font-weight: 400;
    }

    

    .sg-recipe-intro {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sg-recipe-buttons a {
        padding-left: 20px;
        font-size: 19px;
        text-align: center;
        padding-right: 20px;
    }

    .wprm-container.sg-recipe-sr > div {
        width: 100%;
        margin-top: 10px;
    }

    .wprm-container.sg-recipe-sr {
        flex-direction: column;
    }

    .wprm-template-chic-buttons.wprm-container-columns-spaced-middle.wprm-container-columns-gutter {flex-wrap: wrap;}

    .wprm-template-chic-buttons.wprm-container-columns-spaced-middle.wprm-container-columns-gutter > * {width: 100%;flex: initial;}

    div#mv-trellis-comments {
        width: 100%;
        margin-top: 20px;
    }

    .wprm-recipe-container {
        margin: 0 !important;
        /* padding: 10px 20px; */
    }

    .wprm-recipe-link.wprm-recipe-link-wide-button {
        margin-left: 0 !important;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-meta-container {
        padding-left: 32px;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-recipe-details-container-table.wprm-recipe-table-borders-none .wprm-recipe-block-container-table {
        text-align: left;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a, body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-template-chic-buttons.wprm-container-columns-spaced-middle.wprm-container-columns-gutter > * {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-toggle-switch-container {
        flex-wrap: wrap;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-toggle-switch-container .wprm-prevent-sleep-description {
        margin-left: 0;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024  .wprm-toggle-switch-container label {
        margin-right: 10px;
    }
    .sg-recipe-excerpt p, body.post-template-single-recipe {
        font-size: 20px;
    }
    .wp-block-column.sg-step-col p {font-size: 20px;line-height: inherit;}
    .wprm-recipe-image img {
        margin-bottom: 0 !important;
    }
    .sg-recipe-fr .wprm-container-float-left {
        margin-bottom: 0;
    }
    .sg-recipe-author h4 {
        font-size: 17px;
    }
    .sg-recipe-author p, .sg-recipe-reviews .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
        font-size: 13px;
    }
    body.post-template-single-recipe {
        font-size: 20px;
    }

    .wprm-container.sg-recipe-fr {
        font-size: 16px;
    }

    .wprm-container.sg-recipe-fr .wprm-recipe-author-container {
        font-size: 14px;
    }

    body .wprm-recipe .wprm-container.sg-recipe-fr .wprm-recipe-rating {
        font-size: 14px;
    }

    .wprm-container.sg-recipe-fr .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
        font-size: 14px;
        line-height: normal;
        position: relative;
        top: 1px;
    }

    html body {
        padding-top: 84px
    }

    header.header {
        top: 0;
        position: fixed;
        animation: headerAnimation 0.3s forwards;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        width: 100%;
        z-index: 9999;
    }
    header .header-container {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 50px;
    }

    header .header-logo-img {
        max-height: 40px;
    }

    header #primary-nav a {
        font-size: 1rem;
    }

    header button.search-toggle {
        padding-top: 0;
        padding-bottom: 0;
    }

    header button.search-toggle .magnifying-glass {
        width: 28px;
    }

    header input.search-field {
        margin: 0px !important;
    }

    header #search-container .search-close {
        margin-bottom: 16px;
    }

    .header .header-container {
        height: 50px;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-template-chic-buttons.wprm-container-columns-spaced-middle.wprm-container-columns-gutter {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 16px;
        margin: 0;
        display: flex;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-template-chic-buttons.wprm-container-columns-spaced-middle.wprm-container-columns-gutter a {
        font-size: 0;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 11px 21px !important;

    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-template-chic-buttons.wprm-container-columns-spaced-middle.wprm-container-columns-gutter > span {
        width: auto;
    }

    body .wprm-recipe-template-saltyginger-template---aug-2024 .wprm-template-chic-buttons.wprm-container-columns-spaced-middle.wprm-container-columns-gutter a > span {
        font-size: 16px;
        margin: 0;
    }

    body .header .header-container {
        height: 50px;
    }
}

@media all and (max-width: 380px){
    .sg-recipe-buttons a {
        padding-left: 10px;
        font-size: 19px;
        text-align: center;
        padding-right: 10px;
    }

    .sg-recipe-shorts ul li {
        padding-right: 15px;
        margin-right: 15px;
    }
    .sg-recipe-meta {
        flex-wrap: wrap;
        justify-content: center;
    }
    .wprm-container.sg-recipe-fr {
        flex-wrap: wrap;
        flex-direction: column;
    }
}