<>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}> <>
/* Add animation (ChromeSafariOpera) */
@-webkit-keyframes openmenu {
from {left:-100px;opacity: 0;}
to {left:0px;opacity:1;}
}
@-webkit-keyframes closebutton {
0% {opacity: 0;}
100% {opacity: 1;}
}
/* Add animation (Standard syntax) */
@keyframes openmenu {
from {left:-100px;opacity: 0;}
to {left:0px;opacity:1;}
}
@keyframes closebutton {
0% {opacity: 0;}
100% {opacity: 1;}
}
.mmmadminlinks {
position: absolute;
left: 20px;
top: 0;
width: 200px;
line-height: 25px;
text-align: left;
display: none;
}
@media only screen and ( min-width: 1000px ) {
.mmmadminlinks { display: block; }
}
/* The mmm's background */
.feastmobilemenu-background {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(000);
background-color: rgba(0000.4);
}
/* Display the mmm when targeted */
.feastmobilemenu-background:target {
display: table;
position: fixed;
}
/* The mmm box */
.mmm-dialog {
display: table-cell;
vertical-align: top;
font-size: 20px;
}
/* The mmm's content */
.mmm-dialog .mmm-content {
margin: 0;
padding: 10px 10px 10px 20px;
position: fixed;
left: 0;
background-color: #FEFEFE;
contain: strict;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
border-right: 1px #777 solid;
border-bottom: 1px #777 solid;
width: 320px;
height: 90%;
box-shadow: 0 4px 8px 0 rgba(0000.2)0 6px 20px 0 rgba(0000.19);
/* Add animation */
-webkit-animation-name: openmenu; /* ChromeSafariOpera */
-webkit-animation-duration: 0.6s; /* ChromeSafariOpera */
animation-name: openmenu;
animation-duration: 0.6s;
}
.mmm-content ul.sub-menu {
padding-left: 16px;
}
.mmm-content li {
list-: none;
}
#menu-feast-modern-mobile-menu li,
.desktop-inline-modern-menu > ul.menu li {
min-height: 50px;
margin-left: 5px;
list-: none;
}
#menu-feast-modern-mobile-menu li a,
.desktop-inline-modern-menu > ul.menu li a {
color: inherit;
text-decoration: inherit;
}
/* The button used to close the mmm */
.closebtn {
text-decoration: none;
float: right;
margin-right: 10px;
font-size: 50px;
font-weight: bold;
color: #333;
z-index: 1301;
top: 0;
position: fixed;
left: 270px;
-webkit-animation-name: closebutton; /* ChromeSafariOpera */
-webkit-animation-duration: 1.5s; /* ChromeSafariOpera */
animation-name: closebutton;
animation-duration: 1.5s;
}
.closebtn:hover,
.closebtn:focus {
color: #555;
cursor: pointer;
}
@media (prefers-reduced-motion) { /* accessibility animation fix */
.mmm-dialog .mmm-content.closebtn {
animation: none !important;
}
}
.mmmheader {
font-size: 25px;
color: #FFF;
height: 80px;
display: flex;
justify-content: space-between;
}
#mmmlogo {
max-width: 200px;
max-height: 70px;
}
#feast-mobile-search {
margin-bottom: 17px;
min-height: 50px;
overflow: auto;
}
#feast-mobile-search input[type=submit] {
border: 0;
height: 30px;
margin: 5px 0 0 -30px;
padding: 15px;
position: absolute;
width: 30px;
z-index: 200;
clip: unset;
color: transparent;
background: none;
}
#feast-mobile-search input[type=submit]:hover {
background: transparent;
}
#feast-mobile-search input[type=search] {
width: 100%;
}
#feast-mobile-menu-social-icons {
margin-top: 17px;
}
#feast-social .simple-social-icons {
list-: none;
margin: 0 !important;
}
.feastmobilenavbar {
position: fixed;
top: 0;
left: 0;
z-index: 1300;
width: 100%;
height: 80px;
padding: 0;
margin: 0 auto;
box-sizing: border-box;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #FFF;
display: grid;
grid-template-columns: repeat(7minmax(50px1fr));
text-align: center;
contain: strict;
overflow: hidden;
}
.feastmobilenavbar > div { height: 80px; }
.admin-bar .feastmobilenavbar {
top: 32px;
}
@media screen and (max-width:782px) {
.admin-bar .feastmobilenavbar {
top: 0;
position: sticky;
}
.admin-bar .site-container.admin-bar .body-template-content {
margin-top: 0;
}
}
.feastmobilenavbar .feastmenulogo > a {
display: flex;
align-items: center;
}
.feastmobilenavbar a img {
margin-bottom: inherit !important;
}
.feastmenutoggle.feastsearchtoggle.feastsubscribebutton {
display: flex;
align-items: center;
justify-items: center;
justify-content: center;
}
.feastsearchtoggle svg.feastmenutoggle svg {
width: 30px;
height: 30px;
padding: 10px;
box-sizing: content-box;
color: black;
}
.feastsubscribebutton {
overflow: hidden;
}
.feastsubscribebutton img {
max-width: 90px;
padding: 0;
display: block;
margin: 1px;
}
.feastsubscribebutton svg {
color: #000;
}
.feastmenulogo {
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
grid-column-end: span 4;
}
.desktop-inline-modern-menu .sub-menu { display: none; }
.desktop-inline-modern-menu.modern-menu-desktop-social { display: none; }
@media only screen and (min-width: 1200px) {
.desktop-inline-modern-menu.modern-menu-desktop-social { display: block; line-height: 1.2em; }
.feastmobilenavbar .feastmenutoggle { display: none; } /* hide menu toggle */
.feastmobilenavbar { grid-template-columns: 1fr 3fr 1fr 50px !important; } /* rearrange grid for desktop */
.feastmenulogo { grid-column-end: span 1 !important; }
.desktop-inline-modern-menu ul {
display: flex;
justify-content: center;
gap: 40px;
height: 80px;
overflow: hidden;
margin: 0 17px;
}
.desktop-inline-modern-menu ul li {
display: flex;
justify-content: center;
align-items: center;
min-height: 80px;
max-width: 20%;
margin-left: 0 !important;
}
.desktop-inline-modern-menu ul li:nth-child(n+6) { display: none; }
.modern-menu-desktop-social .simple-social-icons li:nth-child(n+4).modern-menu-desktop-social .widgettitle { display: none; }
.modern-menu-desktop-social { display: flex !important; justify-content: center; align-items: center; }
body .feastmobilenavbar a { color: #000; text-decoration: none; }
} /* end desktop query */
/* end testing */
@media only screen and ( max-width: 1199px ) {
.feastmenulogo {grid-column-end: span 3; }
.feastsubscribebutton { grid-column-end: span 2; }
}
@media only screen and (max-width: 359px) { /* 320px fix */
.feastmobilenavbar {
grid-template-columns: repeat(6minmax(50px1fr));
}
.feastmenulogo {grid-column-end: span 2; } }
header.site-header.nav-primary {
display: none !important;
visibility: hidden;
}
.site-container.body-template-content {
margin-top: 80px; /* prevents menu overlapping content */
}
@media only screen and ( min-width: 1200px ) {
.feastmobilenavbar {
width: 100%;
left: 0;
padding-left: calc(50% - 550px);
padding-right: calc(50% - 550px);
}
.feastsubscribebutton { display: none; }
}
@media print {
.feastmobilenavbar { position: static; }
}
>
< id="feast-edit-font-sizes">body { font-size: 22px; }> < id="feast-increase-content-width">@media only screen and (min-width: 1200px) { #genesis-content { min-width: 728px; } #content-container { min-width: 728px; } }>
< id="feast-plus-branding-s">
:root {
--font-fallback: BlinkMacSystemFont"Segoe UI""Roboto""Oxygen""Ubuntu""Cantarell""Fira Sans""Droid Sans""Helvetica Neue"sans-sans;
--branding-color-primary: #b15122;
--branding-color-primary-text: #FFFFFF;
/* primary black contrast: 4.068959743222; primary white contrast: 5.1610242728455 */
--branding-color-accents: #1c649c;
--branding-color-accents-text: #FFFFFF;
/* accent black contrast: 3.3469818059847; accent white contrast: 6.2743095771989 */
--branding-color-background: #fff8e7;
--branding-color-background-text: #000000;
/* background black contrast: 19.868135873903; background white contrast: 1.0569688134448 */
--branding-color-links: #1c649c;
--feast-spacing-xxxs: 8px;--feast-spacing-xxs: 8px;--feast-spacing-xs: 12px;--feast-spacing-s: 16px;--feast-spacing-m: 20px;--feast-spacing-l: 20px;--feast-spacing-xl: 20px;--feast-spacing-xxl: 24px;--feast-font-s: 20px;--feast-font-m: 24px;--feast-font-l: 28px;--feast-font-xl: 32px;--feast-border-radius: 7px;--feast-banner-height: 48px;--feast-modern-menu-height: 80px;--feast-top-offset-height: var(--feast-modern-menu-height);
--branding-body-font: "karla";
--branding-heading-font: "Montserrat";
}
/* end of feast plus branding root variables */
@media (min-width: 481px) { :root {--feast-spacing-xxxs: 8px;--feast-spacing-xxs: 12px;--feast-spacing-xs: 16px;--feast-spacing-s: 20px;--feast-spacing-m: 24px;--feast-spacing-l: 28px;--feast-spacing-xl: 32px;--feast-spacing-xxl: 44px;--feast-desktop-font-xxs: 12px;--feast-desktop-font-xs: 16px;} }
/* end of feast plus branding desktop root variables */
a {
text-decoration: none;
}
.feast-plugin a {
color: var(--branding-color-links);
}
.feast-plugin .entry-content a,
.feast-plugin .feast-modern-category-layout a {
text-underline-offset: 3px;
text-decoration-thickness: 3px;
}
.feast-button a,
.wp-block-group .wp-block-search__button,
.wp-block-group .wp-block-search__button,
#respond #submit,
body .editor-s-wrapper .wp-block-button__link,
.wp-block-button__link,
body .wp-block-button a {
background: var(--branding-color-primary) !important;
color: var(--branding-color-primary-text) !important;
text-decoration: none !important;
font-weight: bold;
padding: 11px;
}
.feast-plugin .feast-trusted-google-source .wp-block-button__link svg path,
.wp-block-button__link svg {
fill: var(--branding-color-primary-text) !important;
}
body .editor-s-wrapper .wp-block-button__link,
.wp-block-button__link,
body .wp-block-button a {
padding: 11px 18px;
}
.feast-button a.wp-block-group .wp-block-search__inside-wrapper.wp-block-group .wp-block-search__inside-wrapper#respond #submitbody .editor-s-wrapper .wp-block-button__link.wp-block-button__link { border-radius: var(--feast-border-radius); }.wp-block-group .wp-block-search__button.wp-block-group .wp-block-search__button { border-radius: 0; }.feast-button a.wp-block-group .wp-block-search__button.wp-block-group .wp-block-search__button#respond #submitbody .editor-s-wrapper .wp-block-button__link.wp-block-button__link { border: 0 !important; margin: 0 !important; }.feast-button a:hover#respond #submit:hoverbody .editor-s-wrapper .wp-block-button__link:hover.wp-block-button__link:hover { background: #FFF !important; outline: 2px solid #000 !important; color: #000 !important; }.fsri-list .listing-item { border-radius: 0; }.fsri-list .listing-item { box-shadow: 0 2px 6px rgba(0,0,0,0.16); background: #FFFFFF; }.fsri-list .listing-item img { border: 7px solid #FFF; }.full-width-feature-wrapper .wp-block-columns.is--full-width-feature-wrapper .wp-block-columns.is--full-width-feature-wrapper-cta .wp-block-columns.is--full-width-slanted .wp-block-columns.is--full-width-custom-background-feature-wrapper.wp-block-columns.is--feast-custom-background-feature-wrapper.wp-block-columns.is--feast-branding-background .wp-block-columns { padding: var(--feast-spacing-s); }.fsri-title { padding: 0 7px 17px; }.full-width-feature-wrapper .fsri-list svg.is--full-width-feature-wrapper .fsri-list svg.is--full-width-feature-wrapper-cta .fsri-list svg.is--full-width-slanted .fsri-list svg.is--full-width-custom-background-feature-wrapper .fsri-list svg.is--feast-custom-background-feature-wrapper .fsri-list svg.is--feast-feature-wrapper svg.is--feast-branding-background svg.is--feast-branding-background .fsri-list svg { fill: #000; }.full-width-feature-wrapper .fsri-list .fsri-time.is--full-width-feature-wrapper .fsri-list .fsri-time.is--full-width-feature-wrapper-cta .fsri-list .fsri-time.is--full-width-slanted .fsri-list .fsri-time.is--full-width-custom-background-feature-wrapper .fsri-list .fsri-time.is--feast-custom-background-feature-wrapper .fsri-list .fsri-time.full-width-feature-wrapper .fsri-list .fsri-recipe-cost.is--full-width-feature-wrapper .fsri-list .fsri-recipe-cost.is--full-width-feature-wrapper-cta .fsri-list .fsri-recipe-cost.is--full-width-slanted .fsri-list .fsri-recipe-cost.is--full-width-custom-background-feature-wrapper .fsri-list .fsri-recipe-cost.is--feast-custom-background-feature-wrapper .fsri-list .fsri-recipe-cost.is--feast-feature-wrapper .fsri-list .fsri-time.is--feast-feature-wrapper .fsri-list .fsri-recipe-cost.is--feast-branding-background .fsri-list .fsri-time.is--feast-branding-background .fsri-list .fsri-recipe-cost { color: #000; }.feast-film-strip .fsri-list { padding-bottom: 6px; }body .fsri-numbered .fsri-title::before { margin-top: -24px; }body .fsri-list:not(.fsri-numbered) .fsri-title { margin-top: 5px; }.full-width-feature-wrapper .wp-block-columns h2,
.full-width-feature-wrapper .wp-block-columns p,
.is--full-width-feature-wrapper .wp-block-columns h2,
.is--full-width-feature-wrapper-cta .wp-block-columns h2,
.is--full-width-slanted .wp-block-columns h2,
.is--full-width-custom-background-feature-wrapper .wp-block-columns h2,
.is--feast-custom-background-feature-wrapper .wp-block-columns h2,
.is--full-width-feature-wrapper .wp-block-columns p,
.is--full-width-feature-wrapper-cta .wp-block-columns p,
.is--full-width-slanted .wp-block-columns p,
.is--full-width-custom-background-feature-wrapper .wp-block-columns p,
.is--feast-custom-background-feature-wrapper .wp-block-columns p,
.page .wp-block-group p,
.category .wp-block-group p {
margin: var(--feast-spacing-xxs) 0;
}
.wp-block-group .wp-block-media-text h2,
.wp-block-media-text h2,
.wp-block-media-text p,
.page .wp-block-group .wp-block-media-text p {
margin: var(--feast-spacing-xs) 0;
}
.wp-block-media-text__content > *:first-child {
margin-top: 0 !important;
}
.wp-block-media-text__content > *:last-child {
margin-bottom: 0 !important;
}
.wp-block-group .wp-block-media-text { align-self: center; }.align-self-center { align-self: center; }.is--fancy-underline { background-image: var(--wpr-bg-5fa6fbc9-08cd-48a6-9961-d55621190f1a); background-repeat: no-repeat; background-position: bottom center; background-size: contain; width: auto; }.is--accent-font { font-family: var(--branding-accent-font) !important; }.fsri-title { color: #000; line-height: 1.3; text-wrap: balance; } aside .fsri-title { margin: 0; }.full-width-feature-wrapper svg.is--full-width-feature-wrapper svg.is--full-width-slanted svg.is--full-width-custom-background-feature-wrapper svg.is--feast-custom-background-feature-wrapper svg.is--feast-branding-background svg { fill: var(--branding-color-background-text); }.is--full-width-feature-wrapper-cta svg { fill: var(--branding-color-cta-text); }.wp-block-search__button svg.is--feast-cta-background svg { fill: var(--branding-color-primary-text) !important; }.entry-content a .fsci-title { color: #000; padding: 0; line-height: 1.2em; text-decoration: none !important; }.entry-content .wp-block-group .feast-category-index ul li { margin-bottom: 0; }.full-width-feature-wrapper .fsci-title.is--full-width-feature-wrapper .fsci-title.is--full-width-slanted .fsci-title.is--full-width-custom-background-feature-wrapper .fsci-title.is--feast-custom-background-feature-wrapper .fsci-title.feast-feature-wrapper .fsci-title.is--feast-feature-wrapper .fsci-title,
.is--feast-branding-background .fsci-title { color: var(--branding-color-background-text) !important; }.is--full-width-feature-wrapper-cta .fsci-title, .is--feast-cta-background .fsci-title { color: var(--branding-color-cta-text) !important; }.entry-content .feast-title-overlay a .fsci-title,
.feast-title-overlay .fsci-title {
background-color: var(--branding-color-background);
color: var(--branding-color-background-text);
}
.is--full-width-feature-wrapper .feast-title-overlay .fsci-title
.is--full-width-feature-wrapper-cta .feast-title-overlay .fsci-title
.is--full-width-slanted .feast-title-overlay .fsci-title {
background-color: #fff !important;
color: #000 !important;
}
.feast-category-index-list svg.fsci-placeholder rect {
fill: var(--branding-color-background) !important;
}
.feast-category-index-list.feast-title-overlay.feast-image-round .fsci-title.fsci-title--no-image {
color: var(--branding-color-background-text) !important;
}
hr { color: #D6D6D6; }.feast-category-index-list img {
transition: 0.4s; -webkit-transition: 0.4s;
}
.feast-category-index-list img:hover {
transform: scale(0.95);
}
.feast-recipe-index .fsri-list,
.feast-category-index-list {
grid-gap: var(--feast-spacing-xs);
}
.feast-category-index-list {
row-gap: var(--feast-spacing-m);
}
body .feast-category-index-list li {
min-height: 0;
}
.sidebar .feast-category-index-list li {
margin-bottom: 0;
}
.sidebar .feast-category-index-list li img {
display: block;
}
.sidebar .feast-category-index-list li .fsci-title {
line-height: 1.2;
margin-top: 6px;
margin-bottom: 0;
}
.feast-top-tip,
.feast-featured-review,
.is--group-asterisk,
.is--group-badge,
.is--group-check,
.is--group-envelope,
.is--group-heart,
.is--group-question,
.is--group-save,
.is--group-send,
.is--group-star,
.is--group-utensils,
.is--group-dollar,
.is--group-lightbulb,
.is--group-quote,
.is--group-plane,
#feast-advanced-jump-to,
.schema-faq-section,
.is--feast-branding-background,
.is--group-quote-bubble,
.wp-block-media-text.is--media-text-small-circle-image .wp-block-media-text__content,
.is--feast-inline-heading-group,
.is--feast-feature-wrapper {
border-radius: var(--feast-border-radius);
}
.feast-top-tip,
.feast-featured-review,
.is--group-asterisk,
.is--group-badge,
.is--group-check,
.is--group-envelope,
.is--group-heart,
.is--group-question,
.is--group-save,
.is--group-send,
.is--group-star,
.is--group-utensils,
.is--group-dollar,
.is--group-plane,
.is--group-lightbulb,
.is--group-quote,
body #feast-advanced-jump-to,
.schema-faq-section,
.is--feast-feature-wrapper,
.wp-block-media-text.is--media-text-small-circle-image .wp-block-media-text__content {
border: 1px solid #CCC;
box-shadow: 0 2px 6px rgba(0,0,0,0.16);
background: #FFFFFF;
}
.wp-block-media-text.is--media-text-small-circle-image .wp-block-media-text__content *:not(a) {
color: #000 !important;
}
.is--feast-feature-wrapper,
.wp-block-media-text.is--media-text-small-circle-image .wp-block-media-text__content {
background-color: #FFF !important;
color: initial !important;
}
body .is--feast-feature-wrapper a,
body .feast-feature-wrapper a,
.wp-block-media-text.is--media-text-small-circle-image .wp-block-media-text__content a {
color: var(--branding-color-links);
}
.is--feast-feature-wrapper .wp-block-heading {
color: #000;
}
#feast-advanced-jump-to ::marker {
display: none;
}
#feast-advanced-jump-to summary {
font-weight: bold !important;
}
.wp-block-group.feast-top-tip,
.wp-block-group.feast-featured-review,
.wp-block-group.is--group-asterisk,
.wp-block-group.is--group-badge,
.wp-block-group.is--group-check,
.wp-block-group.is--group-envelope,
.wp-block-group.is--group-heart,
.wp-block-group.is--group-question,
.wp-block-group.is--group-save,
.wp-block-group.is--group-send,
.wp-block-group.is--group-star,
.wp-block-group.is--group-utensils,
.wp-block-group.is--group-dollar,
.wp-block-group.is--group-plane,
.wp-block-group.is--group-lightbulb,
.wp-block-group.is--group-quote,
.wp-block-group.is--group-quote-bubble {
padding: 45px clamp(20pxcalc(1.25rem + ((1vw - 6px) * 2.1127))32px) 20px;
position: relative;
margin-bottom: 37px;
margin-top: calc(var(--feast-spacing-xl) + 25px);
}
.is--feast-branding-background,
.is--feast-custom-background-feature-wrapper {
padding: clamp(20pxcalc(1.25rem + ((1vw - 6px) * 2.1127))32px);
position: relative;
margin-bottom: 37px;
}
.feast-top-tip h2,
.feast-featured-review h2 {
margin: 0;
padding: var(--feast-spacing-xxxs) 0;
}
.feast-top-tip p,
.feast-featured-review p {
margin: 0;
padding: 0 0 var(--feast-spacing-xxs);
}
.is--full-width-feature-wrapper .wp-block-group__inner-container > *:first-child,
.is--full-width-feature-wrapper-cta .wp-block-group__inner-container > *:first-child,
.is--full-width-slanted .wp-block-group__inner-container > *:first-child,
.is--full-width-custom-background-feature-wrapper .wp-block-group__inner-container > *:first-child,
.is--feast-custom-background-feature-wrapper .wp-block-group__inner-container > *:first-child,
.is--feast-branding-background .wp-block-group__inner-container > *:first-child,
.feast-top-tip .wp-block-group__inner-container > *:first-child,
.feast-featured-review .wp-block-group__inner-container > *:first-child,
.is--group-asterisk .wp-block-group__inner-container > *:first-child,
.is--group-badge .wp-block-group__inner-container > *:first-child,
.is--group-check .wp-block-group__inner-container > *:first-child,
.is--group-envelope .wp-block-group__inner-container > *:first-child,
.is--group-heart .wp-block-group__inner-container > *:first-child,
.is--group-question .wp-block-group__inner-container > *:first-child,
.is--group-save .wp-block-group__inner-container > *:first-child,
.is--group-send .wp-block-group__inner-container > *:first-child,
.is--group-star .wp-block-group__inner-container > *:first-child,
.is--group-utensils .wp-block-group__inner-container > *:first-child,
.is--group-dollar .wp-block-group__inner-container > *:first-child,
.is--group-plane .wp-block-group__inner-container > *:first-child,
.is--group-lightbulb .wp-block-group__inner-container > *:first-child,
.is--group-quote .wp-block-group__inner-container > *:first-child,
.is--group-quote-bubble .wp-block-group__inner-container > *:first-child {
margin-top: 0;
}
.is--full-width-feature-wrapper .wp-block-group__inner-container > *:last-child,
.is--full-width-feature-wrapper-cta .wp-block-group__inner-container > *:last-child,
.is--full-width-slanted .wp-block-group__inner-container > *:last-child,
.is--full-width-custom-background-feature-wrapper .wp-block-group__inner-container > *:last-child,
.is--feast-custom-background-feature-wrapper .wp-block-group__inner-container > *:last-child,
.is--feast-branding-background .wp-block-group__inner-container > *:last-child,
.feast-top-tip .wp-block-group__inner-container > *:last-child,
.feast-featured-review .wp-block-group__inner-container > *:last-child,
.is--group-asterisk .wp-block-group__inner-container > *:last-child,
.is--group-badge .wp-block-group__inner-container > *:last-child,
.is--group-check .wp-block-group__inner-container > *:last-child,
.is--group-envelope .wp-block-group__inner-container > *:last-child,
.is--group-heart .wp-block-group__inner-container > *:last-child,
.is--group-question .wp-block-group__inner-container > *:last-child,
.is--group-save .wp-block-group__inner-container > *:last-child,
.is--group-send .wp-block-group__inner-container > *:last-child,
.is--group-star .wp-block-group__inner-container > *:last-child,
.is--group-utensils .wp-block-group__inner-container > *:last-child,
.is--group-dollar .wp-block-group__inner-container > *:last-child,
.is--group-plane .wp-block-group__inner-container > *:last-child,
.is--group-lightbulb .wp-block-group__inner-container > *:last-child,
.is--group-quote .wp-block-group__inner-container > *:last-child,
.is--group-quote-bubble .wp-block-group__inner-container > *:last-child {
margin-bottom: 0;
}
body .wp-block-group.is--group-quote-bubble {
background-color: var(--branding-color-background);
border-radius: 32px;
padding: 36px 54px;
margin-bottom: calc(37px + 38px);
color: var(--branding-color-background-text);
}
body .wp-block-group.is--group-quote-bubble::after {
content: "";
position: absolute;
width: 0;
height: 0;
top: 100%;
left: 54px;
border-top: 38px solid var(--branding-color-background);
border-left: 0 solid transparent;
border-right: 38px solid transparent;
}
body .entry-content .schema-faq-section > p:last-child {
margin-bottom: 0;
}
body .is--feast-inline-heading-group {
border-color: var(--branding-color-accents);
}
.feast-top-tip::before.is--group-lightbulb::before { background: var(--wpr-bg-363d9345-fe6b-47ab-a3f3-804426604fb9); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.feast-featured-review::before.is--group-quote::before { background: var(--wpr-bg-8fce2b52-5a20-4267-a476-9e39736cbae7); background-color: var(--branding-color-accents); }.is--group-asterisk::before { background: var(--wpr-bg-d50de653-950b-482d-a6c8-b44404d86d6a); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-badge::before { background: var(--wpr-bg-e11374cc-289f-4780-a1e5-96f058262025); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-check::before { background: var(--wpr-bg-e3720831-45f8-4ca3-9f25-0eeca3cc39fc); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-envelope::before { background: var(--wpr-bg-2ea83fca-1d2b-450b-b6b3-481c44271ac5); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-heart::before { background: var(--wpr-bg-2a714b40-1cfe-4164-8826-016debca0d1d); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-question::before { background: var(--wpr-bg-682f8dd0-c247-4fb6-bfc2-0711f5e433b6); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-save::before { background: var(--wpr-bg-d791a71c-de0d-46fe-ba06-c3c7436ea592); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-send::before { background: var(--wpr-bg-0fb3f302-0edf-45b9-9a85-0495446cd978); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-star::before { background: var(--wpr-bg-fdfc46a8-ae3a-4d59-a116-845832267003); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-utensils::before { background: var(--wpr-bg-61577a9b-4ac7-4680-9c93-38b54f9c0ba9); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-dollar::before { background: var(--wpr-bg-c559c111-3c6f-4be0-abba-d9b54212ebe0); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-plane::before { background: var(--wpr-bg-7be69fa9-9f16-4fb8-91b4-1c5f031e76d5); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is--group-quote-bubble::before { background: var(--wpr-bg-820abd7d-154d-4a03-8d67-7200d9e019d4); background-color: var(--branding-color-background); }.feast-featured-review::before.feast-top-tip::before.is--group-asterisk::before.is--group-badge::before.is--group-check::before.is--group-envelope::before.is--group-heart::before.is--group-question::before.is--group-save::before.is--group-send::before.is--group-star::before.is--group-utensils::before.is--group-dollar::before.is--group-plane::before.is--group-lightbulb::before.is--group-quote::before.is--group-quote-bubble::before { position: absolute; content: ''; top: -25px; left: clamp(20pxcalc(1.25rem + ((1vw - 6px) * 0.8803))25px); height: 50px; width: 50px; background-repeat: no-repeat !important; background-position: center; background-size: 30px 30px !important; border-radius: 100%; }.entry-content a:hoverbody .entry-content #feast-advanced-jump-to li a:hover { background: var(--branding-color-background); color: var(--branding-color-background-text) !important; }.feast-category-index-list a:hover.listing-item a:hover { background: none !important; }ul.inline-list li,
ul.is--inline-list li {
display: inline-block; margin: 17px !important;
}
ol.inline-list,
ol.is--inline-list {
display: flex;
flex-direction: column;
}
ol.inline-list li,
ol.is--inline-list li {
width: 100%;
}
.wp-block-group.is-content-justification-center ul.is--inline-list,
.wp-block-group.is-content-justification-center ol.is--inline-list {
padding-left: 0;
text-align: center;
}
.wp-block-group.is-content-justification-center ul.is--inline-list li,
.wp-block-group.is-content-justification-center ol.is--inline-list li {
text-align: center;
}
.home .entry-title {
font-size: 1.2em;
line-height: 1.2em;
margin: -30px -6% 0;
background: var(--branding-color-background);
color: var(--branding-color-background-text);
padding: var(--feast-spacing-xxl);
text-align: center;
}
.sociallandingpage .feast-button a {
width: 90% !important;
}
.sociallandingpage li {
display: block;
margin: 21px 0 !important;
}
.sociallandingpage ul {
text-align: center;
}
.schema-faq-section {
padding: var(--feast-spacing-s);
}
body #simple-social-icons-2 ul li abody #simple-social-icons-2 ul li a:hoverbody #simple-social-icons-2 ul li a:focus {
color: var(--branding-color-accents-text) !important;
background-color: var(--branding-color-accents) !important;
}
.wp-block-group .wp-block-search {
margin: var(--feast-spacing-s) 0 !important;
background: transparent !important;
}
.wp-block-group .wp-block-search__inside-wrapper {
display: flex;
flex-direction: column;
margin: 0;
border: 3px solid #000;
background: #FFF !important;
padding: 0;
width: 100%;
}
@media(max-width:600px) {
.wp-block-group .wp-block-search__inside-wrapper {
width: 100% !important;
}
}
.wp-block-group .wp-block-search__input {
border: none !important;
margin: 0 37px;
width: unset;
}
@media(max-width:482px) {
.wp-block-group .wp-block-search__input {
max-width: calc(100% - 10px);
margin: 0 5px;
}
}
.wp-block-group .wp-block-search__button {
display: block !important;
visibility: visible !important;
margin: 13px;
font-weight: bold;
}
.feast-plus-author img {
padding: var(--feast-spacing-xs);
}
.round-image img {
padding: var(--feast-spacing-s);
object-fit: cover;
aspect-ratio: 1;
border-radius: 50%;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio {
background-color: var(--branding-color-background);
margin-top: 32px;
row-gap: 0;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media {
margin-top: -32px;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media img {
width: 178px;
max-width: 100%;
height: auto;
border-radius: 178px;
border: 6px solid white;
box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.wp-block-media-text .wp-block-media-text__content {
padding-top: var(--feast-spacing-s);
padding-bottom: var(--feast-spacing-s);
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content * {
color: var(--branding-color-background-text);
}
@media(max-width:600px) {
.wp-block-media-text .wp-block-media-text__content {
padding: var(--feast-spacing-s);
}
}
.wp-block-group {
margin: var(--feast-spacing-xl) 0;
}
.wp-block-group h2 {
line-height: 1.2em;
margin-bottom: var(--feast-spacing-xs);
}
.wp-block-group h2:first-child {
margin-top: 0;
}
.entry-content ul:not(.is--inline-list):not(.fsri-list):not(.feast-category-index-list),
.feast-modern-category-layout ul:not(.is--inline-list):not(.fsri-list):not(.feast-category-index-list) {
padding-left: 37px;
}
@media(max-width:600px) {
.entry-content ul:not(.is--inline-list):not(.fsri-list):not(.feast-category-index-list),
.feast-modern-category-layout ul:not(.is--inline-list):not(.fsri-list):not(.feast-category-index-list) {
padding-left: 17px;
}
}
.entry-content ul:not(.fsri-list):not(.feast-category-index-list) li,
.feast-modern-category-layout ul:not(.fsri-list):not(.feast-category-index-list) li {
line-height: 1.6;
margin-left: 0;
}
.entry-content ul:not(.is--inline-list):not(.fsri-list):not(.feast-category-index-list):not(.wp-block-social-links) li:not(:last-child),
.feast-modern-category-layout ul:not(.is--inline-list):not(.fsri-list):not(.feast-category-index-list):not(.wp-block-social-links) li:not(:last-child) {
margin-bottom: var(--feast-spacing-xs);
}
@media only screen and (max-width: 600px) {
.entry-content ul:not(.is--inline-list):not(.fsri-list):not(.feast-category-index-list) li:not(:last-child),
.feast-modern-category-layout ul:not(.is--inline-list):not(.fsri-list):not(.feast-category-index-list) li:not(:last-child) {
margin-bottom: var(--feast-spacing-s);
}
}
.feast-modern-category-layout ul:not(.is--inline-list):not(.fsri-list):not(.feast-category-index-list):not(.wp-block-social-links) {
margin-bottom: 37px;
}
ul.is--circle-number-list {
display: flex;
flex-direction: column;
}
ul.is--circle-number-list li {
width: 100%;
}
ol.is--circle-number-list li::before {
background-color: var(--branding-color-background);
color: var(--branding-color-background-text);
}.is--step-count::before,
.is--step-count-above::before {
background-color: var(--branding-color-background);
color: var(--branding-color-background-text);
}
.wp-block-group.is--full-width-feature-wrapper .is--step-count::before,
.wp-block-group.is--full-width-feature-wrapper-cta .is--step-count::before,
.wp-block-group.is--full-width-slanted .is--step-count::before,
.wp-block-group.is--feast-branding-background .is--step-count::before,
.wp-block-group.is--full-width-feature-wrapper .is--step-count-above::before,
.wp-block-group.is--full-width-feature-wrapper-cta .is--step-count-above::before,
.wp-block-group.is--full-width-slanted .is--step-count-above::before,
.wp-block-group.is--feast-branding-background .is--step-count-above::before {
background-color: #fff;
}
.is--media-text-background-only ol.is--circle-number-list li::before {
color: #fff;
background-color: #000;
}
hr.has-background
.wp-block-separator {
margin-top: var(--feast-spacing-xxl);
margin-bottom: var(--feast-spacing-xxl);
}
@media only screen and (max-width: 482px) {
.site-container .site-inner .full-width-feature-wrapper,
.site-container .site-inner .is--full-width-feature-wrapper,
.site-container .site-inner .is--full-width-feature-wrapper-cta,
.site-container .site-inner .is--full-width-slanted,
.site-container .site-inner .is--full-width-custom-background-feature-wrapper {
margin: var(--feast-spacing-xl) -4%;
}
.site-container .full-width-feature-wrapper,
.site-container .is--full-width-feature-wrapper,
.site-container .is--full-width-feature-wrapper-cta,
.site-container .is--full-width-slanted,
.site-container .is--full-width-custom-background-feature-wrapper,
.site-container .feast-feature-wrapper,
.site-container .is--feast-feature-wrapper {
margin: var(--feast-spacing-xl) 0;
padding: clamp(20pxcalc(1.25rem + ((1vw - 6px) * 2.1127))32px);
}
}
.full-width-feature-wrapper,
.is--full-width-feature-wrapper,
.is--full-width-slanted,
.is--full-width-custom-background-feature-wrapper,
.is--feast-custom-background-feature-wrapper,
.feast-feature-wrapper
.is--feast-feature-wrapper,
.is--feast-branding-background {
background: var(--global-palette7var(--branding-color-background));
}
.is--full-width-feature-wrapper-cta {
background: var(--branding-color-cta);
}
.full-width-feature-wrapper,
.full-width-feature-wrapper a,
.full-width-feature-wrapper :is(h1,h2,h3,h4,h5,h6),
.is--full-width-feature-wrapper,
.is--full-width-slanted,
.is--full-width-feature-wrapper a,
.is--full-width-feature-wrapper :is(h1,h2,h3,h4,h5,h6),
.is--full-width-slanted a,
.is--full-width-slanted :is(h1,h2,h3,h4,h5,h6),
.is--full-width-custom-background-feature-wrapper,
.is--feast-custom-background-feature-wrapper,
.is--full-width-custom-background-feature-wrapper a,
.is--full-width-custom-background-feature-wrapper :is(h1,h2,h3,h4,h5,h6),
.is--feast-custom-background-feature-wrapper a,
.is--feast-custom-background-feature-wrapper :is(h1,h2,h3,h4,h5,h6),
.feast-feature-wrapper,
.feast-feature-wrapper a,
.feast-feature-wrapper :is(h1,h2,h3,h4,h5,h6),
.is--feast-feature-wrapper,
.is--feast-feature-wrapper a,
.is--feast-feature-wrapper :is(h1,h2,h3,h4,h5,h6),
.is--feast-branding-background,
.is--feast-branding-background a,
.is--feast-branding-background :is(h1,h2,h3,h4,h5,h6),
.is--group-tip-3,
.is--group-tip-4,
.is--group-tip-3 a,
.is--group-tip-3 :is(h1,h2,h3,h4,h5,h6),
.is--group-tip-4 a,
.is--group-tip-4 :is(h1,h2,h3,h4,h5,h6) {
color: var(--branding-color-background-text);
}
.is--full-width-feature-wrapper-cta,
.is--full-width-feature-wrapper-cta a,
.is--full-width-feature-wrapper-cta :is(h1,h2,h3,h4,h5,h6),
.is--feast-branding-cta,
.is--feast-brandaing-cta a {
color: var(--branding-color-cta-text);
}
.is--full-width-feature-wrapper .has-white-background-color,
.is--full-width-feature-wrapper-cta .has-white-background-color,
.is--full-width-feature-wrapper-cta .has-white-background-color :is(h1,h2,h3,h4,h5,h6),
.is--full-width-slanted .has-white-background-color,
.is--full-width-feature-wrapper .has-white-background-color a,
.is--full-width-feature-wrapper-cta .has-white-background-color a,
.is--full-width-slanted .has-white-background-color a,
.is--full-width-custom-background-feature-wrapper .has-white-background-color,
.is--feast-custom-background-feature-wrapper .has-white-background-color,
.is--full-width-custom-background-feature-wrapper .has-white-background-color a,
.is--feast-custom-background-feature-wrapper .has-white-background-color a,
.is--feast-feature-wrapper .has-white-background-color,
.is--feast-feature-wrapper .has-white-background-color a,
.is--feast-branding-background .has-white-background-color,
.is--feast-branding-background .has-white-background-color a,
.is--feast-branding-cta .has-white-background-color,
.is--feast-branding-cta .has-white-background-color a {
color: #000;
}
.site-container .full-width-feature-wrapper .wp-block-columns {
padding: 17px;
}
.feast-feature-wrapper
.is--feast-feature-wrapper {
margin: var(--feast-spacing-xl) 0;
padding: clamp(20pxcalc(1.25rem + ((1vw - 6px) * 2.1127))32px);
}
.feast-feature-wrapper .wp-block-group__inner-container > *:last-child
.is--feast-feature-wrapper .wp-block-group__inner-container > *:last-child {
margin-bottom: 0;
}
.feast-feature-wrapper .wp-block-group__inner-container > *:first-child
.is--feast-feature-wrapper .wp-block-group__inner-container > *:first-child {
margin-top: 0;
}
.wp-block-group > .wp-block-group__inner-container {
margin: 0;
}
.editor-s-wrapper .is--full-width-custom-background-feature-wrapper::after,
.editor-s-wrapper .is--feast-custom-background-feature-wrapper::after {
content: "You don't have a Custom Background set on the Feast+ Branding page. Please set a background for it to show.";
width: 100%;
display: block !important;
color: red;
text-align: center;
margin-top: 24px;
}
.bypostauthor article {
background: var(--branding-color-background);
color: var(--branding-color-background-text);
}
.bypostauthor article a {
color: var(--branding-color-background-text);
}
.bypostauthor article .comment-time,
.bypostauthor article .comment-time a {
color: var(--branding-color-background-text);
}
body,
body .has-feast-branding-body-font-font-family {
font-family: var(--branding-body-font)var(--font-fallback) !important;
font-weight: 400;
letter-spacing: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.has-feast-branding-heading-font-font-family {
font-family: var(--branding-heading-font)var(--font-fallback) !important;
font-weight: 800;
letter-spacing: normal;
text-transform: none;
}
h1h2h3h4h5h6 { font-weight: 700 !important; } .feast-numbered-images .wp-block-image {
position: relative !important;
}
.feast-numbered-images figure::before {
counter-increment: instruction-step;
content: counter(instruction-step);
position: absolute;
top: 15px;
left: 15px;
width: 30px;
height: 30px;
background: #FFFFFFDD;
padding: 7px;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
.fsri-numbered {
counter-reset: fsri-counter;
}
.fsri-numbered .fsri-title::before {
display: block;
position: relative;
z-index: 2;
text-align: center;
border-radius: 27px;
font-weight: bold;
color: var(--branding-color-accents-text);
background: var(--branding-color-accents);
content: counter(fsri-counter);
counter-increment: fsri-counter;
margin: -18px auto 7px;
height: 35px;
width: 35px;
line-height: 35px;
pointer-events: none;
}
body nav.pagination {
margin-bottom: 0;
padding-bottom: 37px;
}
body nav.pagination .nav-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0;
gap: 14px;
}
body .nav-links .page-numbers {
margin: 0;
padding: 12px 16px;
font-weight: 700;
border: 2px solid var(--branding-color-primary);
background-color: white;
color: #000;
line-height: 12px;
min-height: 48px;
display: flex;
align-items: center;
border-radius: 0;
}
body .nav-links .page-numbers.current,
body .nav-links .page-numbers.next,
body .nav-links .page-numbers.prev {
background-color: var(--branding-color-primary);
color: var(--branding-color-primary-text);
}
body .nav-links .page-numbers:not(.dots):hover {
background-color: var(--branding-color-primary);
color: var(--branding-color-primary-text);
}
body .nav-links .page-numbers.dots:hover {
opacity: 1;
}
body .site-footer {
letter-spacing: normal;
}
body .site-footer:has(.feast-modern-footer) {
padding-bottom: 0;
text-transform: initial;
text-align: inherit;
}
body .site-footer:has(.feast-modern-footer) ul.wp-block-list {
padding-left: 0;
}
body .nav-links .page-numbers {
border-radius: var(--feast-border-radius);
}
#feast-advanced-jump-to summary::-webkit-details-marker,
#feast-advanced-jump-to summary::marker {
display: none;
content: "";
}
#feast-advanced-jump-to summary {
position: relative;
cursor: pointer;
}
#feast-advanced-jump-to summary::after {
content: "";
position: absolute;
top: calc(50% - 7px);
right: 30px;
background-image: var(--wpr-bg-c04002bd-973e-4f17-852e-17bfd18b940c);
width: 26px;
height: 15px;
background-size: cover;
transition: all 0.2s ease-in-out;
transform: rotate(180deg);
}
#feast-advanced-jump-to[open] summary::after {
transform: rotate(0);
}
body #feast-advanced-jump-to li a {
text-decoration: underline;
color: var(--branding-color-links) !important;
}
.feast-jump-to-buttons {
gap: 12px;
}
.feast-jump-to-buttons .wp-block-button__link {
padding: 0 16px;
height: 48px;
line-height: 44px;
white-space: nowrap;
}
.feast-trusted-google-source .wp-block-button__link:hover svg path,
.feast-jump-to-buttons .wp-block-button__link:hover svg path {
fill: #000;
}
@media(max-width:1023px) {
body .entry {
padding-top: 0;
}
}
.feast-hook--feast_alternate_header_right_top,
.feast-hook--feast_alternate_header_right_bottom {
width: 100%;
}
/* end of feast branding s */
/* start of feast plus branding desktop s */
@media (min-width: 481px) { .fsri-time {
font-size: var(--feast-desktop-font-xs); margin-bottom: var(--feast-spacing-xxs);
}
.aside {
font-size: var(--feast-desktop-font-xs); line-height: 1.3em;
}
.feast-button a,
#respond #submit,
body .editor-s-wrapper .wp-block-button__link,
.wp-block-button__link {
display: inline-block;
transition: 0.4s;
-webkit-transition: 0.4s;
}
.feast-button a:hover,
#respond #submit:hover,
body .editor-s-wrapper .wp-block-button__link:hover,
.wp-block-button__link:hover {
transform: scale(0.90);
}
.link-align-top {
position: relative;
}
.link-align-top .feast-category-link {
position: absolute;
top: 0;
right: 0;
}
.home .entry-title {
box-shadow: 0 0 0 100vmax var(--global-palette7var(--branding-color-background));
-webkit-clip-path: inset(0 -100vmax);
clip-path: inset(0 -100vmax);
}
.wp-block-group .wp-block-search__inside-wrapper {
flex-direction: row;
width: inherit;
}
.wp-block-group .wp-block-search__button {
width: auto;
margin: 3px;
padding: 11px 20px;
}
.site-container .full-width-feature-wrapper,
.site-container .is--full-width-feature-wrapper,
.site-container .is--full-width-feature-wrapper-cta,
.site-container .is--full-width-slanted,
.site-container .is--full-width-custom-background-feature-wrapper {
margin: var(--feast-spacing-xl) auto;
padding: clamp(20pxcalc(1.25rem + ((1vw - 6px) * 2.1127))32px) 0;
box-shadow: 0 0 0 100vmax var(--global-palette7var(--branding-color-background));
-webkit-clip-path: inset(0 -100vmax);
clip-path: inset(0 -100vmax);
}
.site-container .is--full-width-feature-wrapper-cta {
box-shadow: 0 0 0 100vmax var(--branding-color-cta);
}
.site-container .sidebar .full-width-feature-wrapper,
.site-container .sidebar .is--full-width-feature-wrapper,
.site-container .sidebar .is--full-width-feature-wrapper-cta,
.site-container .sidebar .is--full-width-slanted,
.site-container .sidebar .is--full-width-custom-background-feature-wrapper {
box-shadow: none;
-webkit-clip-path: none;
clip-path: none;
background-color: var(--global-palette7var(--branding-color-background));
}
.site-container .sidebar .is--full-width-feature-wrapper-cta {
background-color: var(--branding-color-cta);
}
.site-container .full-width-feature-wrapper .wp-block-group__inner-container,
.site-container .is--full-width-feature-wrapper .wp-block-group__inner-container,
.site-container .is--full-width-feature-wrapper-cta .wp-block-group__inner-container,
.site-container .is--full-width-slanted .wp-block-group__inner-container,
.site-container .is--full-width-custom-background-feature-wrapper .wp-block-group__inner-container {
width: 100%;
max-width: 1080px;
}
.site-container .full-width-feature-wrapper .wp-block-group__inner-container > :last-child,
.site-container .is--full-width-feature-wrapper .wp-block-group__inner-container > :last-child,
.site-container .is--full-width-feature-wrapper-cta .wp-block-group__inner-container > :last-child,
.site-container .is--full-width-slanted .wp-block-group__inner-container > :last-child,
.site-container .is--full-width-custom-background-feature-wrapper .wp-block-group__inner-container > :last-child {
margin-bottom: 0;
}
.site-container .full-width-feature-wrapper .wp-block-group__inner-container > :first-child,
.site-container .is--full-width-feature-wrapper .wp-block-group__inner-container > :first-child,
.site-container .is--full-width-feature-wrapper-cta .wp-block-group__inner-container > :first-child,
.site-container .is--full-width-slanted .wp-block-group__inner-container > :first-child,
.site-container .is--full-width-custom-background-feature-wrapper .wp-block-group__inner-container > :first-child {
margin-top: 0;
}
.single-post .entry-content .full-width-feature-wrapper,
.single-post .entry-content .is--full-width-feature-wrapper,
.single-post .entry-content .is--full-width-feature-wrapper-cta,
.single-post .entry-content .is--full-width-slanted,
.single-post .entry-content .is--full-width-custom-background-feature-wrapper {
width: 100%;
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-primary-background-color,
.site-container .is--full-width-feature-wrapper.has-feast-branding-color-primary-background-color,
.site-container .is--full-width-feature-wrapper-cta.has-feast-branding-color-primary-background-color,
.site-container .is--full-width-slanted.has-feast-branding-color-primary-background-color,
.site-container .is--full-width-custom-background-feature-wrapper.has-feast-branding-color-primary-background-color {
box-shadow: 0 0 0 100vmax var(--branding-color-primary);
box-shadow: 0 0 0 100vmax var(--global-palette1var(--branding-color-primary));
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-accents-background-color,
.site-container .is--full-width-feature-wrapper.has-feast-branding-color-accents-background-color,
.site-container .is--full-width-feature-wrapper-cta.has-feast-branding-color-accents-background-color,
.site-container .is--full-width-slanted.has-feast-branding-color-accents-background-color,
.site-container .is--full-width-custom-background-feature-wrapper.has-feast-branding-color-accents-background-color {
box-shadow: 0 0 0 100vmax var(--branding-color-accents);
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-background-background-color,
.site-container .is--full-width-feature-wrapper.has-feast-branding-color-background-background-color,
.site-container .is--full-width-feature-wrapper-cta.has-feast-branding-color-background-background-color,
.site-container .is--full-width-slanted.has-feast-branding-color-background-background-color,
.site-container .is--full-width-custom-background-feature-wrapper.has-feast-branding-color-background-background-color {
box-shadow: 0 0 0 100vmax var(--global-palette7var(--branding-color-background));
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-links-background-color,
.site-container .is--full-width-feature-wrapper.has-feast-branding-color-links-background-color,
.site-container .is--full-width-feature-wrapper-cta.has-feast-branding-color-links-background-color,
.site-container .is--full-width-slanted.has-feast-branding-color-links-background-color,
.site-container .is--full-width-custom-background-feature-wrapper.has-feast-branding-color-links-background-color {
box-shadow: 0 0 0 100vmax var(--branding-color-links);
}
}
/* end of feast plus branding desktop s */
>
< id="wp-custom-css">
/* NerdPress Edits to prevent overflow PC May 8th 2025 */
.wp-block-list {
overflow-wrap:break-word;
}
#genesis-content > article > div > div.wprm-recipe.wprm-recipe-snippet.wprm-recipe-template-np-button-edits > a#genesis-content > article > div > div.wprm-recipe.wprm-recipe-snippet.wprm-recipe-template-np-button-edits > a:hover#genesis-content > article > div > div.wprm-recipe.wprm-recipe-snippet.wprm-recipe-template-np-button-edits > a:focus {
transition:none;
opacity:1;
}
.feastmobilemenu-background {
z-index: 9999999;
}
.mmmadminlinks {
display: none;
}
.aff-dis-post-meta {
display: block;
font-: italic;
}
.home .entry-title {
font-size: 2em;
}
body .feast-modern-footer .feast-back-to-top a {
color: #ffffff !important;
}
.feast-button a:hover#respond #submit:hoverbody .editor-s-wrapper .wp-block-button__link:hover.wp-block-button__link:hover {
background: var(--branding-color-primary) !important;
}
.mmmadminlinks {
display: none;
}
@media only screen and (min-width: 1200px) {
.desktop-inline-modern-menu ul li {
max-width: unset;
/* font-size: .9rem; */
}
.desktop-inline-modern-menu ul {
gap: 20px;
}
}
@media screen and (min-width: 768px) {
h1.entry-title {
font-size: 2em;
}
}
@media (max-width: 767px) {
.shop-page-wp-grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.shop-page-wp-grid .shop-page-wp-item {
display: flex;
flex-direction: column;
width: 50%;
box-sizing: border-box;
}
body .shop-page-wp-grid a.shop-page-wp-item {
padding: 10px !important;
}
.single a {
transition:none;
opacity:1;
}
}
/*feast mobile menu*/
@media only screen and (min-width: 1200px) {
.feastmobilenavbar {
grid-template-columns: 3fr 8fr 2fr 50px !important;
}
.feastmenulogo {
justify-content: start;
}
.feastmobilenavbar a img {
height: 75px;
width: 100%;
padding-left: 0;
padding-top: 10px;
}
.desktop-inline-modern-menu ul {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.feastmobilenavbar .simple-social-icons ul li {
margin-bottom: 0 !important;
}
.desktop-inline-modern-menu ul li a {
font-size: .9em;
font-weight: normal;
letter-spacing: .1em;
}
}
/*feast blocks*/
.sidebar .feast-category-index-list.sidebar .fsri-list {
grid-gap: 10px;
}
.sidebar .fsri-list .fsri-title {
margin: 0;
}
body .feast-category-index .listing-item img {
margin-bottom: 5px;
}
body .fsri-title body .fsci-titlebody .feast-category-index a {
line-height: 1.2;
color: #000;
text-decoration: none;
font-size: .9em;
}
body .fsri-title:hover.feast-category-index a:hover {
text-decoration: underline;
}
/*comments*/
.bypostauthor article {background: rgb(223 223 223 / 20%);}
.comment-header {
margin-bottom: 5px;
}
.comment-reply a {
text-transform: capitalize;
font-size: .9em;
border-radius: 0;
padding: 10px 20px;
}
.button.button-secondarya.more-linkbuttoninput[type="button"]input[type="reset"]input[type="submit"].more-from-category a.sidebar .button.sidebar .more-from-category a {
font-weight: 300;
text-transform: capitalize;
padding: 10px 20px;
font-size: .9em;
}
.comment-respond input[type="checkbox"] {
display: inline-block;
width: 20px;
}
/*footer*/
.site-footer li a {
font-size: 16px;
}
.site-footer ul.wp-block-navigation__container{
gap: .5em;
}
body .site-footer {padding: 0; font-size: 16px;
text-transform: unset;
}
.site-footer .footer-social a {opacity: 1;}
.site-footer li a {
font-size: 16px;
}
.site-footer ul.wp-block-navigation__container{
gap: .5em;
}
body .site-footer {padding: 0; font-size: 16px; color: #000000;}
body footer.site-footer {background: rgb(223 223 223 / 40%);}
body .feast-modern-footerbody .feast-modern-footer a{
color: #4c4c4c !important;
}
/*grow*/
.dpsp-total-share-wrapper span {
color: #000000;
letter-spacing: .05em;
font-family: unset;
text-transform: lowercase;
}
.dpsp-total-share-wrapper .dpsp-total-share-count {
font-size: 13px;
margin-top: 4px;
line-height: 1;
}
.dpsp-total-share-wrapper .dpsp-icon-total-share svg {
color: #000000;
}
/*table of contents*/
#ez-toc-container label {
border-radius: 0;
}
#ez-toc-container .ez-toc-title {
font-weight: 700;
font-size: 1em;
padding-bottom: 10px;
}
.ez-toc-list {
font-size: 1em;
line-height: 1.2;
margin-top: 5px;
}
#ez-toc-container .ez-toc-list li {
list--type: none;
font-size: .9em;
margin-left: 0px;
}
div#ez-toc-container {
width: 100%;
border-radius: 0;
background: rgba(223,223,223,.1);
margin: 15px auto;
}
div#ez-toc-container nav {
display: unset;
}
body #ez-toc-container {
padding: 20px 20px 0 20px;
}
body #ez-toc-container .toc-toggle-lt {
width: calc(100% + 42px);
margin-left: -21px;
margin-top: 25px;
}
body #ez-toc-container .toc-toggle-lt button {
font-size: .7em;
}
/* added by JB of Np 10.28.2022 to hav the snippet buttons on one line on smaller devices */
@media only screen and (max-width: 345px) {
.wprm-recipe-link-inline-button{
font-size:9px;}
}
/*NerdPress: Make post images full width*/
.wp-block-image {
margin: 1em 0;
}
/* NerdPress - ConvertPro mobile top bar position */
.cp-module-info_bar .cp-popup.cp-top {
top: 52px !important;
z-index: 8 !important;
}
@media only screen and (max-width: 600px) {
.site-header {
margin-top: 120px;
}
}
/* Reduce spacing on homepage */
.home-middle .entry-content p {
margin-bottom: 5px;
}
.post-7843 .entry-title{ margin-top: 25px;
margin-left:2px;
}
.post-7843 .fsci-title {
font-size:1.2em;
font-weight:500;
}
/*NerdPress: Set desktop menu height to fix CLS */
#menu-dennis-top-new-2013 {
height: 78.4px;
}
/* skylar: fix desktop header being flagged in PSI on mobile devices */
@media only screen and (max-width: 600px) {
.site-title img {
display: none;
}
}
/*NerdPress: clear on category pages to fix CLS */
@media only screen and (max-width: 1023px) {
.content-sidebar-wrap {
float:none !important;
}
main.content {
float:none !important;
}
aside.sidebar.feast-modern-sidebar {
float:none!important;
}
}
/*.wprm-recipe-template-np-button-edits svg {
display:inline-block !important;
}*/
/*NerdPress fix - decrease font size for post meta text and fix line height for Recipe Index - CD 10.23.23*/
header.entry-header#breadcrumbs{
font-size: 14px;
}
#menu-feast-modern-mobile-menu li a{
line-height: 1.5;
}
/*Mediavine Fix - Mobile Content Width to Accomidate Ads*/
@media only screen and (max-width: 359px) {
.site-container {
padding-left: 10px !important;
padding-right: 10px !important;
}
.site-inner{
padding-left: 0px !important;
padding-right: 0px !important;
}
.wprm-recipe {
padding-left: 0px !important;
padding-right: 0px !important;
border-left: 0px !important;
border-right: 0px !important;
}
div[class*="mv-size-320"]{
margin-left: -10px !important;
}
}
/* NP - Prevent Animations - 03/24/2025 - Rowdy */
aa:hover {
opacity: 1 !important;
filter: none !important;
animation: none !important;
transition: none !important;
}
/* End Animation Adjustments */
/* Created by Code Snippet - https://www.askchefdennis.com/wp-admin/admin.php?page=wpcode-snippet-manager&snippet_id=195952 */
@media only screen and (max-width: 768px) {
.np-instaread-container {
min-height: 140px !important;
}
}
/* JG - NerdPress - 07/17/2025 - Hubbub Save This form adjustments */
.hubbub-save-this-submit-button-paragraph-wrapper {
width: 150px !important;
margin-left: auto !important;
margin-right: auto !important;
margin-top: 10px !important;
margin-bottom: 0px !important;
}
.hubbub-block-save-this-submit-button:hover {
color: white !important;
}
@media only screen and (min-width: 769px) {
.hubbub-save-this-emailaddress-paragraph-wrapper {
width: 60% !important;
float: left !important;
}
.hubbub-save-this-content-paragraph-wrapper.hubbub-save-this-consent-paragraph-wrapper {
width: 100% !important;
clear:both !important;
margin-bottom: 10px !important;
}
.hubbub-save-this-consent {
width: 15px !important;
}
.hubbub-save-this-submit-button-paragraph-wrapper {
width: 30% !important;
float: right !important;
}
.hubbub-save-this-emailaddress-paragraph-wrapper .hubbub-save-this-emailaddress {
padding: 10px !important;
width: 100% !important;
}
.hubbub-save-this-emailaddress-paragraph-wrapper {
margin-left: auto !important;
margin-right: auto !important;
width: 450px !important;
margin-top: auto !important;
margin-bottom: auto !important;
}
.hubbub-save-this-submit-button-paragraph-wrapper {
margin-top: auto !important;
margin-bottom: auto !important;
}
}
.hubbub-save-this-message {
font-size: 14px !important;
}
/*NP fix - remove middle action button on mobile - CD 2.5.26*/
@media (max-width: 768px) {
.wp-block-social-pug-action-buttons {
display: none !important;
}
.wprm-recipe .wp-block-social-pug-action-buttons {
display: flex !important;
margin: 5px 0px;
padding: 5px 1px;
border-radius: 5px;
font-size: 19px;
}
.dpsp-action-button__label{
text-decoration: underline !important;
}
}
/* NP edits for all spice start cooking button - TR 6/12/26*/
.allspice-custom {
color: #ffffff;
background-color: #ad5b18;
border-color: #ad5b18;
border-radius: 5px;
padding: 10px 5px;
}
span.asx-guidedcta-r45h__label {visibility: hidden;}
span.asx-guidedcta-r45h__label::after {
content:"Start Cooking";
visibility: visible;
position: absolute;
top: 0;
left: 0;
}
#grow-me-root {
display:none;
}
>
< id="rocket-lazyload-no-css">.rll-youtube-player[data-lazy-src]{display:none !important;}> < id="core-block-supports-inline-css">
.wp-container-core-buttons-is-layout-fe48e5de{justify-content:center;}.wp-container-core-columns-is-layout-8f761849{flex-wrap:nowrap;}
/*# sourceURL=core-block-supports-inline-css */
>
< id="wpr-lazyload-bg-container">>< id="wpr-lazyload-bg-exclusion">>
< id="wpr-lazyload-bg-no">#convertkit-restrict-content-modal-loading{--wpr-bg-5f02bb8f-9e1f-4510-afdb-3e2a740737f9: url('https://www.askchefdennis.com/wp-content/plugins/convertkit/resources/frontend/images/spinner.gif');}.convertkit-broadcasts.convertkit-broadcasts-loading{--wpr-bg-e517ea3c-5e08-477b-a903-a6f5cfe23acf: url('https://www.askchefdennis.com/wp-content/plugins/convertkit/resources/frontend/images/spinner.gif');}.editor-s-wrapper .convertkit-broadcasts.convertkit-broadcasts-loading{--wpr-bg-088b799d-e9fb-4829-aec6-ff86c560bfaa: url('https://www.askchefdennis.com/wp-content/plugins/convertkit/resources/frontend/images/spinner.gif');}.convertkit-restrict-content-notice{--wpr-bg-55a11155-1e5a-4cdf-8589-ddbc15572c03: url('https://www.askchefdennis.com/wp-content/plugins/convertkit/resources/frontend/images/error.svg');}form.convertkit-restrict-content-form div#convertkit-restrict-content-email-field{--wpr-bg-c22d7318-ac54-41dd-8462-965efa75e8dd: url('https://www.askchefdennis.com/wp-content/plugins/convertkit/resources/frontend/images/email.svg');}#convertkit-restrict-content-modal #convertkit-restrict-content-modal-close{--wpr-bg-fccec6d3-181e-4b41-92b0-7d920119f6a3: url('https://www.askchefdennis.com/wp-content/plugins/convertkit/resources/frontend/images/cross.svg');}.wpel-icon-1{--wpr-bg-7b325d54-93c9-4721-ab51-5987036b0868: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-1.png');}.wpel-icon-2{--wpr-bg-5f357314-2421-4d85-9845-602c071ba317: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-2.png');}.wpel-icon-3{--wpr-bg-d3f3562a-9a11-4c2e-8ee9-e22d9e04dd3a: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-3.png');}.wpel-icon-4{--wpr-bg-08aaf2af-ff33-4dfe-8696-bc3309583b5e: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-4.png');}.wpel-icon-5{--wpr-bg-c50d83c8-fda3-4995-8c60-0d96e6328c85: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-5.png');}.wpel-icon-6{--wpr-bg-234c7dc1-9b8a-44a9-bee9-2fc5fa7ccf5c: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-6.png');}.wpel-icon-7{--wpr-bg-0718db5f-0437-44b6-958c-ee223c7d7dca: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-7.png');}.wpel-icon-8{--wpr-bg-9c14f6c3-a1fd-4a30-8990-7db3f292ed0b: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-8.png');}.wpel-icon-9{--wpr-bg-306aa517-3bee-4fc7-b43a-72dad0a1495b: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-9.png');}.wpel-icon-10{--wpr-bg-f528703c-648a-4022-9755-2b10dd1420f5: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-10.png');}.wpel-icon-11{--wpr-bg-7fd490d7-b1ac-473a-9fff-9ef697f16fe9: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-11.png');}.wpel-icon-12{--wpr-bg-67a7f3f3-b850-46fd-81b9-0c9c7d14a4f6: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-12.png');}.wpel-icon-13{--wpr-bg-587fe7e7-7942-49b7-a672-f02389e22b44: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-13.png');}.wpel-icon-14{--wpr-bg-5238ff31-758e-464d-97b6-0f11b9dc21e0: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-14.png');}.wpel-icon-15{--wpr-bg-454ad918-4e88-46d9-b559-7b6fa51c01f6: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-15.png');}.wpel-icon-16{--wpr-bg-c6c42fee-1b43-4343-b07b-6f29d1f68e46: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-16.png');}.wpel-icon-17{--wpr-bg-0f82a6a1-f31a-4455-87a2-1ed33e77189b: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-17.png');}.wpel-icon-18{--wpr-bg-a5e4a66e-acfc-4e6c-9b72-cb256c86b984: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-18.png');}.wpel-icon-19{--wpr-bg-fd6368c2-64ff-4ab0-8906-ba3c5b6bba4c: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-19.png');}.wpel-icon-20{--wpr-bg-e50bfcb5-7451-49d4-9270-5e77d4092821: url('https://www.askchefdennis.com/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-20.png');}.search-form input{--wpr-bg-ca899336-3b8b-49fd-b392-5f29e9f51be2: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/search.svg');}.rll-youtube-player .play{--wpr-bg-afa7813d-c131-481d-85af-c4713ed1a6a5: url('https://www.askchefdennis.com/wp-content/plugins/wp-rocket/assets/img/youtube.png');}.oc-wprm-total-time:before{--wpr-bg-d407b3c8-ec0a-4b1a-9d4e-5dd38213b4a7: url('https://www.askchefdennis.com/wp-content/uploads/2017/08/chef_dennis_icon-30.png');}.feast-top-tip::before.is--group-lightbulb::before{--wpr-bg-363d9345-fe6b-47ab-a3f3-804426604fb9: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/lightbulb-white.svg');}.feast-featured-review::before.is--group-quote::before{--wpr-bg-8fce2b52-5a20-4267-a476-9e39736cbae7: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/quote-white.svg');}.is--group-asterisk::before{--wpr-bg-d50de653-950b-482d-a6c8-b44404d86d6a: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/asterisk-white.svg');}.is--group-badge::before{--wpr-bg-e11374cc-289f-4780-a1e5-96f058262025: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/badge-white.svg');}.is--group-check::before{--wpr-bg-e3720831-45f8-4ca3-9f25-0eeca3cc39fc: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/check-white.svg');}.is--group-envelope::before{--wpr-bg-2ea83fca-1d2b-450b-b6b3-481c44271ac5: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/envelope-white.svg');}.is--group-heart::before{--wpr-bg-2a714b40-1cfe-4164-8826-016debca0d1d: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/heart-white.svg');}.is--group-question::before{--wpr-bg-682f8dd0-c247-4fb6-bfc2-0711f5e433b6: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/question-white.svg');}.is--group-save::before{--wpr-bg-d791a71c-de0d-46fe-ba06-c3c7436ea592: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/save-white.svg');}.is--group-send::before{--wpr-bg-0fb3f302-0edf-45b9-9a85-0495446cd978: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/send-white.svg');}.is--group-star::before{--wpr-bg-fdfc46a8-ae3a-4d59-a116-845832267003: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/star-white.svg');}.is--group-utensils::before{--wpr-bg-61577a9b-4ac7-4680-9c93-38b54f9c0ba9: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/utensils-white.svg');}.is--group-dollar::before{--wpr-bg-c559c111-3c6f-4be0-abba-d9b54212ebe0: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/dollar-white.svg');}.is--group-plane::before{--wpr-bg-7be69fa9-9f16-4fb8-91b4-1c5f031e76d5: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/airplane-white.svg');}.is--group-quote-bubble::before{--wpr-bg-820abd7d-154d-4a03-8d67-7200d9e019d4: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/quote.svg');}.is--fancy-underline{--wpr-bg-5fa6fbc9-08cd-48a6-9961-d55621190f1a: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/underline.svg');}#feast-advanced-jump-to summary::after{--wpr-bg-c04002bd-973e-4f17-852e-17bfd18b940c: url('https://www.askchefdennis.com/wp-content/plugins/feast-plugin/assets/images/chevron-down.svg');}>
< type="text/css">.wprm-recipe-template-chef-dennis {
margin: 20px auto;
background-color: #ffffff; /*wprm_background type=color*/
font-family: -apple-systemBlinkMacSystemFont"Segoe UI"RobotoOxygen-SansUbuntuCantarell"Helvetica Neue"sans-serif; /*wprm_main_font_family type=font*/
font-size: 1em; /*wprm_main_font_size type=font_size*/
line-height: 1.5em !important; /*wprm_main_line_height type=font_size*/
color: #000000; /*wprm_main_text type=color*/
max-width: 950px; /*wprm_max_width type=size*/
}
.wprm-recipe-template-chef-dennis a {
color: #ad5b18; /*wprm_link type=color*/
}
.wprm-recipe-template-chef-dennis p.wprm-recipe-template-chef-dennis li {
font-family: -apple-systemBlinkMacSystemFont"Segoe UI"RobotoOxygen-SansUbuntuCantarell"Helvetica Neue"sans-serif; /*wprm_main_font_family type=font*/
font-size: 1em !important;
line-height: 1.5em !important; /*wprm_main_line_height type=font_size*/
}
.wprm-recipe-template-chef-dennis li {
margin: 0 0 0 32px !important;
padding: 0 !important;
}
.rtl .wprm-recipe-template-chef-dennis li {
margin: 0 32px 0 0 !important;
}
.wprm-recipe-template-chef-dennis ol.wprm-recipe-template-chef-dennis ul {
margin: 0 !important;
padding: 0 !important;
}
.wprm-recipe-template-chef-dennis br {
display: none;
}
.wprm-recipe-template-chef-dennis .wprm-recipe-name,
.wprm-recipe-template-chef-dennis .wprm-recipe-header {
font-family: -apple-systemBlinkMacSystemFont"Segoe UI"RobotoOxygen-SansUbuntuCantarell"Helvetica Neue"sans-serif; /*wprm_header_font_family type=font*/
color: #000000; /*wprm_header_text type=color*/
line-height: 1.3em; /*wprm_header_line_height type=font_size*/
}
.wprm-recipe-template-chef-dennis h1,
.wprm-recipe-template-chef-dennis h2,
.wprm-recipe-template-chef-dennis h3,
.wprm-recipe-template-chef-dennis h4,
.wprm-recipe-template-chef-dennis h5,
.wprm-recipe-template-chef-dennis h6 {
font-family: -apple-systemBlinkMacSystemFont"Segoe UI"RobotoOxygen-SansUbuntuCantarell"Helvetica Neue"sans-serif; /*wprm_header_font_family type=font*/
color: #000000; /*wprm_header_text type=color*/
line-height: 1.3em; /*wprm_header_line_height type=font_size*/
margin: 0 !important;
padding: 0 !important;
}
.wprm-recipe-template-chef-dennis .wprm-recipe-header {
margin-top: 1.2em !important;
}
.wprm-recipe-template-chef-dennis h1 {
font-size: 2em; /*wprm_h1_size type=font_size*/
}
.wprm-recipe-template-chef-dennis h2 {
font-size: 1.8em; /*wprm_h2_size type=font_size*/
}
.wprm-recipe-template-chef-dennis h3 {
font-size: 1.2em; /*wprm_h3_size type=font_size*/
}
.wprm-recipe-template-chef-dennis h4 {
font-size: 1em; /*wprm_h4_size type=font_size*/
}
.wprm-recipe-template-chef-dennis h5 {
font-size: 1em; /*wprm_h5_size type=font_size*/
}
.wprm-recipe-template-chef-dennis h6 {
font-size: 1em; /*wprm_h6_size type=font_size*/
}.wprm-recipe-template-chef-dennis {
font-size: 1em; /*wprm_main_font_size type=font_size*/
border-: solid; /*wprm_border_ type=border*/
border-width: 1px; /*wprm_border_width type=size*/
border-color: #E0E0E0; /*wprm_border type=color*/
padding: 10px;
background-color: #ffffff; /*wprm_background type=color*/
max-width: 950px; /*wprm_max_width type=size*/
}
.wprm-recipe-template-chef-dennis a {
color: #ad5b18; /*wprm_link type=color*/
}
.wprm-recipe-template-chef-dennis .wprm-recipe-name {
line-height: 1.3em;
font-weight: bold;
}
.wprm-recipe-template-chef-dennis .wprm-template-chic-buttons {
clear: both;
font-size: 0.9em;
text-align: center;
}
.wprm-recipe-template-chef-dennis .wprm-template-chic-buttons .wprm-recipe-icon {
margin-right: 5px;
}
.wprm-recipe-template-chef-dennis .wprm-recipe-header {
margin-bottom: 0.5em !important;
}
.wprm-recipe-template-chef-dennis .wprm-nutrition-label-container {
font-size: 0.9em;
}
.wprm-recipe-template-chef-dennis .wprm-call-to-action {
border-radius: 3px;
}
.wprm-recipe-container span.wprm-qr-code.wprm-qr-code-recipe {
display: none;
}>
Leave a Comment Cancel reply