:root{--comment-rating-star-color:#343434}.wprm-comment-rating svg path{fill:var(--comment-rating-star-color)}.wprm-comment-rating svg polygon{stroke:var(--comment-rating-star-color)}.wprm-comment-rating .wprm-rating-star-full svg path{stroke:var(--comment-rating-star-color);fill:var(--comment-rating-star-color)}.wprm-comment-rating .wprm-rating-star-empty svg path{stroke:var(--comment-rating-star-color);fill:none}.wprm-comment-ratings-container svg .wprm-star-full{fill:var(--comment-rating-star-color)}.wprm-comment-ratings-container svg .wprm-star-empty{stroke:var(--comment-rating-star-color)}body:not(:hover) fieldset.wprm-comment-ratings-container:focus-within span{outline:1px solid #4d90fe}.comment-form-wprm-rating{margin-bottom:20px;margin-top:5px;text-align:left}.comment-form-wprm-rating .wprm-rating-stars{display:inline-block;vertical-align:middle}fieldset.wprm-comment-ratings-container{background:none;border:0;display:inline-block;margin:0;padding:0;position:relative}fieldset.wprm-comment-ratings-container legend{left:0;opacity:0;position:absolute}fieldset.wprm-comment-ratings-container br{display:none}fieldset.wprm-comment-ratings-container input[type=radio]{border:0;cursor:pointer;float:left;height:16px;margin:0!important;min-height:0;min-width:0;opacity:0;padding:0!important;width:16px}fieldset.wprm-comment-ratings-container input[type=radio]:first-child{margin-left:-16px}fieldset.wprm-comment-ratings-container span{font-size:0;height:16px;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:80px}fieldset.wprm-comment-ratings-container span svg{height:100%!important;width:100%!important}fieldset.wprm-comment-ratings-container input:checked+span,fieldset.wprm-comment-ratings-container input:hover+span{opacity:1}fieldset.wprm-comment-ratings-container input:hover+span~span{display:none}.rtl .comment-form-wprm-rating{text-align:right}.rtl img.wprm-comment-rating{transform:scaleX(-1)}.rtl fieldset.wprm-comment-ratings-container span{left:inherit;right:0}.rtl fieldset.wprm-comment-ratings-container span svg{transform:scaleX(-1)}:root{--wprm-popup-font-size:16px;--wprm-popup-background:#fff;--wprm-popup-title:#000;--wprm-popup-content:#444;--wprm-popup-button-background:#5a822b;--wprm-popup-button-text:#fff}body.wprm-popup-modal-open{height:100%;left:0;overflow:hidden;position:fixed;right:0;width:100%}.wprm-popup-modal{display:none}.wprm-popup-modal.is-open{display:block}.wprm-popup-modal__overlay{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;touch-action:none;z-index:2147483646}.wprm-popup-modal__container{background-color:var(--wprm-popup-background);border-radius:4px;box-sizing:border-box;font-size:var(--wprm-popup-font-size);max-height:100vh;max-height:100dvh;max-width:100%;overflow-y:auto;padding:30px}.wprm-popup-modal__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.wprm-popup-modal__title{box-sizing:border-box;color:var(--wprm-popup-title);font-size:1.2em;font-weight:600;line-height:1.25;margin-bottom:0;margin-top:0}.wprm-popup-modal__header .wprm-popup-modal__close{background:transparent;border:0;cursor:pointer;width:18px}.wprm-popup-modal__header .wprm-popup-modal__close:before{color:var(--wprm-popup-title);content:"✕";font-size:var(--wprm-popup-font-size)}.wprm-popup-modal__content{color:var(--wprm-popup-content);line-height:1.5}.wprm-popup-modal__content p{font-size:1em;line-height:1.5}.wprm-popup-modal__footer{margin-top:20px}.wprm-popup-modal__btn{-webkit-appearance:button;background-color:var(--wprm-popup-button-background);border-radius:.25em;border-style:none;border-width:0;color:var(--wprm-popup-button-text);cursor:pointer;font-size:1em;line-height:1.15;margin:0;overflow:visible;padding:.5em 1em;text-transform:none;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.wprm-popup-modal__btn.wprm-popup-modal__btn--secondary{background-color:var(--wprm-popup-button-text);border:1px solid var(--wprm-popup-button-background);color:var(--wprm-popup-button-background);margin-left:20px}.wprm-popup-modal__btn:disabled{cursor:not-allowed;opacity:.3}.wprm-popup-modal__btn:not(:disabled):focus,.wprm-popup-modal__btn:not(:disabled):hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@keyframes wprmPopupModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wprmPopupModalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes wprmPopupModalSlideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes wprmPopupModalSlideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.wprm-popup-modal[aria-hidden=false] .wprm-popup-modal__overlay{animation:wprmPopupModalFadeIn .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=false] .wprm-popup-modal__container{animation:wprmPopupModalSlideIn .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=true] .wprm-popup-modal__overlay{animation:wprmPopupModalFadeOut .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=true] .wprm-popup-modal__container{animation:wprmPopupModalSlideOut .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal .wprm-popup-modal__container,.wprm-popup-modal .wprm-popup-modal__overlay{will-change:transform}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}.tippy-box[data-theme=wprm] .tippy-content p:first-child{margin-top:0}.tippy-box[data-theme=wprm] .tippy-content p:last-child{margin-bottom:0}.tippy-box[data-theme~=wprm-variable]{background-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=top]>.tippy-arrow:before{border-top-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=left]>.tippy-arrow:before{border-left-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=right]>.tippy-arrow:before{border-right-color:var(--wprm-tippy-background)}#wp-admin-bar-wp-recipe-maker{display:block!important}#wp-admin-bar-wp-recipe-maker .ab-icon{margin:2px 4px 0 0}#wp-admin-bar-wp-recipe-maker .ab-icon:before{content:""}#wp-admin-bar-wp-recipe-maker .ab-label{align-items:center;display:flex}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-badge{background-color:#d63638;border-radius:9px;box-sizing:border-box;color:#fff;display:inline!important;float:right;height:18px;line-height:1;margin:1px 0 -1px 5px;min-width:18px;padding:0 5px;text-align:center;z-index:26}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-badge span{font-size:11px;line-height:18px}#wp-admin-bar-wp-recipe-maker .ab-sub-wrapper .ab-empty-item{font-weight:200;text-align:center}@media(max-width:782px){#wp-admin-bar-wp-recipe-maker .ab-icon{margin-left:4px}#wp-admin-bar-wp-recipe-maker .ab-label{display:none}}img.wprm-comment-rating{display:block;margin:5px 0}img.wprm-comment-rating+br{display:none}.wprm-rating-star svg{display:inline;height:16px;margin:0;vertical-align:middle;width:16px}.wprm-rating-star.rated svg polygon{fill:#000}.wprm-loader{animation:wprmSpin 1s ease-in-out infinite;-webkit-animation:wprmSpin 1s ease-in-out infinite;border:2px solid hsla(0,0%,78%,.3);border-radius:50%;border-top-color:#444;display:inline-block;height:10px;width:10px}@keyframes wprmSpin{to{-webkit-transform:rotate(1turn)}}@-webkit-keyframes wprmSpin{to{-webkit-transform:rotate(1turn)}}.wprm-automatic-recipe-snippets{margin-bottom:10px}.wprm-automatic-recipe-snippets.align-center{text-align:center}.wprm-automatic-recipe-snippets.align-right{text-align:right}.wprm-automatic-recipe-snippets .wprm-jump-to-recipe-shortcode,.wprm-automatic-recipe-snippets .wprm-jump-to-video-shortcode,.wprm-automatic-recipe-snippets .wprm-print-recipe-shortcode{display:inline-block;margin:0 5px;padding:5px 10px;text-decoration:none}.wprm-recipe-container{outline:none}.wprm-recipe{overflow:hidden;zoom:1;clear:both;text-align:left}.wprm-recipe *{box-sizing:border-box}.wprm-recipe ol,.wprm-recipe ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0;margin:0;padding:0}.wprm-recipe li{font-size:1em;margin:0 0 0 32px;padding:0}.wprm-recipe p{font-size:1em;margin:0;padding:0}.wprm-recipe li,.wprm-recipe li.wprm-recipe-instruction{list-style-position:outside}.wprm-recipe li:before{display:none}.wprm-recipe h1,.wprm-recipe h2,.wprm-recipe h3,.wprm-recipe h4,.wprm-recipe h5,.wprm-recipe h6{clear:none;font-variant:normal;letter-spacing:normal;margin:0;padding:0;text-transform:none}.wprm-recipe a.wprm-recipe-link,.wprm-recipe a.wprm-recipe-link:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wprm-recipe .wprm-nutrition-label{margin-top:10px}body:not(.wprm-print) .wprm-recipe p:first-letter{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:inherit;padding:inherit}.rtl .wprm-recipe{text-align:right}.rtl .wprm-recipe li{margin:0 32px 0 0}.wprm-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.wprm-recipe-author-with-image{align-items:center;display:inline-flex}.wprm-recipe-author-with-image .wprm-recipe-author-image{line-height:0;margin-right:10px}.wprm-call-to-action.wprm-call-to-action-simple{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:10px;padding:5px 10px}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon{font-size:2.2em;margin:5px 0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon svg{margin-top:0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container{margin:5px 0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container .wprm-call-to-action-header{display:block;font-size:1.3em;font-weight:700}@media (max-width:450px){.wprm-call-to-action.wprm-call-to-action-simple{flex-wrap:wrap}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container{text-align:center}}.wprm-condition-width{display:none}.wprm-recipe.wprm-max-400 .wprm-condition-max-width-400,.wprm-recipe.wprm-max-500 .wprm-condition-max-width-500,.wprm-recipe.wprm-max-600 .wprm-condition-max-width-600,.wprm-recipe.wprm-max-700 .wprm-condition-max-width-700,.wprm-recipe.wprm-max-800 .wprm-condition-max-width-800,.wprm-recipe.wprm-min-400 .wprm-condition-min-width-400,.wprm-recipe.wprm-min-500 .wprm-condition-min-width-500,.wprm-recipe.wprm-min-600 .wprm-condition-min-width-600,.wprm-recipe.wprm-min-700 .wprm-condition-min-width-700,.wprm-recipe.wprm-min-800 .wprm-condition-min-width-800{display:block}.wprm-meta-container-custom-color{--wprm-meta-container-block-color:inherit;--wprm-meta-container-label-color:inherit;--wprm-meta-container-link-color:inherit}.wprm-meta-container-custom-color .wprm-recipe-block-container{color:var(--wprm-meta-container-block-color)}.wprm-meta-container-custom-color .wprm-recipe-block-container .wprm-recipe-details-label{color:var(--wprm-meta-container-label-color)}.wprm-meta-container-custom-color .wprm-recipe-block-container * a,.wprm-meta-container-custom-color .wprm-recipe-block-container a{color:var(--wprm-meta-container-link-color)}.wprm-recipe-block-container-inline{display:inline-block;margin-right:1.2em}.rtl .wprm-recipe-block-container-inline{margin-left:1.2em;margin-right:0}.wprm-recipe-details-container-inline{--wprm-meta-container-separator-color:#aaa}.wprm-recipe-details-container-inline .wprm-recipe-block-container-inline{display:inline-block;margin-right:1.2em}.wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline{margin-right:0}.wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline:not(:last-child):after{color:var(--wprm-meta-container-separator-color);white-space:nowrap}.wprm-recipe-details-container-inline.wprm-inline-separator-dot .wprm-recipe-block-container-inline:not(:last-child):after{content:"  •  "}.wprm-recipe-details-container-inline.wprm-inline-separator-short-dash .wprm-recipe-block-container-inline:not(:last-child):after{content:"  -  "}.wprm-recipe-details-container-inline.wprm-inline-separator-long-dash .wprm-recipe-block-container-inline:not(:last-child):after{content:"  —  "}.wprm-recipe-details-container-inline.wprm-inline-separator-long-line .wprm-recipe-block-container-inline:not(:last-child):after,.wprm-recipe-details-container-inline.wprm-inline-separator-short-line .wprm-recipe-block-container-inline:not(:last-child):after{background-color:var(--wprm-meta-container-separator-color);content:"";display:inline-block;height:1em;margin:0 .8em;vertical-align:middle;width:1px}.wprm-recipe-details-container-inline.wprm-inline-separator-long-line .wprm-recipe-block-container-inline:not(:last-child):after{height:1.3em}.rtl .wprm-recipe-details-container-inline .wprm-recipe-block-container-inline{margin-left:1.2em;margin-right:0}.rtl .wprm-recipe-details-container-inline.wprm-inline-separator{overflow:hidden}.rtl .wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline{margin-left:0}.wprm-recipe-block-container-columns,.wprm-recipe-block-container-separate,.wprm-recipe-block-container-separated,.wprm-recipe-block-container-separated .wprm-recipe-details-label{display:block}.wprm-recipe-block-container-columns .wprm-recipe-details-label{display:inline-block;min-width:130px}.wprm-recipe-details-container-inline{display:inline}.wprm-recipe-details-container-pills{align-items:center;display:flex;flex-wrap:wrap;gap:10px;--pill-padding-vertical:5px;--pill-padding-horizontal:15px;--pill-border-radius:100px;--pill-background-color:#333;--pill-text-color:#fff;--pill-border-color:#333;--pill-borderwidth:0px}.wprm-recipe-details-container-pills .wprm-recipe-meta-container-pill{background-color:var(--pill-background-color);border-color:var(--pill-border-color);border-radius:var(--pill-border-radius);border-style:solid;border-width:var(--pill-borderwidth);color:var(--pill-text-color);padding:var(--pill-padding-vertical) var(--pill-padding-horizontal)}.wprm-recipe-details-container-table{border:1px dotted #666;display:flex;margin:5px 0;padding:5px}.wprm-recipe-details-container-table .wprm-recipe-block-container-table{display:flex;flex:1;flex-direction:column;text-align:center}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom{border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right{border-bottom:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top{border-bottom:none!important;border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom{border-left:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left{border-bottom:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-right{border-bottom:none!important;border-left:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-inside-only{border:none!important}@media (min-width:451px){.wprm-recipe-table-borders-empty .wprm-recipe-block-container-table{border:none!important}.wprm-recipe-table-borders-inside .wprm-recipe-block-container-table{border-bottom:none!important;border-right:none!important;border-top:none!important}.rtl .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table,.wprm-recipe-table-borders-inside .wprm-recipe-block-container-table:first-child{border-left:none!important}.rtl .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table:first-child{border-right:none!important}}@media (max-width:450px){.wprm-recipe-details-container-table{border:none!important;display:block;margin:5px 0;padding:0}.wprm-recipe-details-container-table.wprm-recipe-table-borders-none{display:flex;flex-wrap:wrap}.wprm-recipe-details-container-table.wprm-recipe-table-borders-none .wprm-recipe-block-container-table{max-width:100%;min-width:120px}.wprm-recipe-details-container-table .wprm-recipe-block-container-table{padding:5px}.wprm-recipe-details-container-table.wprm-recipe-table-borders-all .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom .wprm-recipe-block-container-table{border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right .wprm-recipe-block-container-table{border-bottom:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top .wprm-recipe-block-container-table{border-bottom:none!important;border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom .wprm-recipe-block-container-table{border-left:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom .wprm-recipe-block-container-table:not(:last-child){border-bottom:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left .wprm-recipe-block-container-table{border-bottom:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-right .wprm-recipe-block-container-table{border-bottom:none!important;border-left:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-inside-only .wprm-recipe-block-container-table{border:none!important}.wprm-recipe-block-container-columns .wprm-recipe-details-label{margin-right:.4em;min-width:0}}.wprm-recipe-details-unit{font-size:.8em}@media only screen and (max-width:600px){.wprm-recipe-details-unit{font-size:1em}}.wprm-container-columns-spaced,.wprm-container-columns-spaced-middle{display:flex;flex-wrap:wrap;justify-content:space-between}.wprm-container-columns-spaced-middle.wprm-container-columns-spaced-middle,.wprm-container-columns-spaced.wprm-container-columns-spaced-middle{align-items:center}.wprm-container-columns-spaced-middle>*,.wprm-container-columns-spaced>*{flex:1}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter,.wprm-container-columns-spaced.wprm-container-columns-gutter{margin-left:-8px;margin-right:-8px}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>*,.wprm-container-columns-spaced.wprm-container-columns-gutter>*{margin-left:8px!important;margin-right:8px!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container{margin-left:0!important;margin-right:0!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container a{margin-left:8px!important;margin-right:8px!important}@media (max-width:450px){.wprm-container-columns-spaced,.wprm-container-columns-spaced-middle{display:block}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>*,.wprm-container-columns-spaced.wprm-container-columns-gutter>*{margin-bottom:16px!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container{margin-bottom:0!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container a{margin-bottom:16px!important}}.wprm-container-float-left{float:left;margin:0 10px 10px 0;position:relative;text-align:center;z-index:1}.rtl .wprm-container-float-left,.wprm-container-float-right{float:right;margin:0 0 10px 10px}.wprm-container-float-right{position:relative;text-align:center;z-index:1}.rtl .wprm-container-float-right{float:left;margin:0 10px 10px 0}@media only screen and (max-width:640px){.rtl .wprm-container-float-left,.rtl .wprm-container-float-right,.wprm-container-float-left,.wprm-container-float-right{float:none;margin-left:0;margin-right:0}}.wprm-header-decoration-icon-line,.wprm-header-decoration-line,.wprm-header-decoration-spacer,.wprm-icon-decoration-line{align-items:center;display:flex;flex-wrap:wrap}.wprm-header-decoration-icon-line.wprm-align-left .wprm-decoration-line,.wprm-header-decoration-line.wprm-align-left .wprm-decoration-line,.wprm-header-decoration-spacer.wprm-align-left .wprm-decoration-line,.wprm-icon-decoration-line.wprm-align-left .wprm-decoration-line{margin-left:15px}.wprm-header-decoration-icon-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-icon-line.wprm-align-right .wprm-decoration-line,.wprm-header-decoration-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-line.wprm-align-right .wprm-decoration-line,.wprm-header-decoration-spacer.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-spacer.wprm-align-right .wprm-decoration-line,.wprm-icon-decoration-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-icon-decoration-line.wprm-align-right .wprm-decoration-line{margin-right:15px}.wprm-header-decoration-icon-line.wprm-align-center .wprm-decoration-line:last-child,.wprm-header-decoration-line.wprm-align-center .wprm-decoration-line:last-child,.wprm-header-decoration-spacer.wprm-align-center .wprm-decoration-line:last-child,.wprm-icon-decoration-line.wprm-align-center .wprm-decoration-line:last-child{margin-left:15px}.wprm-decoration-line{border:0;border-bottom:1px solid #000;flex:auto;height:1px}.wprm-decoration-spacer{flex:auto}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-faded{opacity:.7}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-smaller{font-size:.8em}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-smaller-faded{font-size:.8em;opacity:.7}.wprm-expandable-container,.wprm-expandable-container-separated{--wprm-expandable-text-color:#333;--wprm-expandable-button-color:#fff;--wprm-expandable-border-color:#333;--wprm-expandable-border-radius:0px;--wprm-expandable-vertical-padding:5px;--wprm-expandable-horizontal-padding:5px}.wprm-expandable-container a.wprm-expandable-button,.wprm-expandable-container button.wprm-expandable-button,.wprm-expandable-container-separated a.wprm-expandable-button,.wprm-expandable-container-separated button.wprm-expandable-button{color:var(--wprm-expandable-text-color)}.wprm-expandable-container button.wprm-expandable-button,.wprm-expandable-container-separated button.wprm-expandable-button{background-color:var(--wprm-expandable-button-color);border-color:var(--wprm-expandable-border-color);border-radius:var(--wprm-expandable-border-radius);padding:var(--wprm-expandable-vertical-padding) var(--wprm-expandable-horizontal-padding)}.wprm-expandable-container-separated.wprm-expandable-collapsed .wprm-expandable-button-hide,.wprm-expandable-container-separated.wprm-expandable-collapsed .wprm-expandable-content,.wprm-expandable-container-separated.wprm-expandable-expanded .wprm-expandable-button-show,.wprm-expandable-container.wprm-expandable-collapsed .wprm-expandable-button-hide,.wprm-expandable-container.wprm-expandable-collapsed .wprm-expandable-content,.wprm-expandable-container.wprm-expandable-expanded .wprm-expandable-button-show{display:none}.wprm-expandable-separated-content-collapsed{display:none!important}.wprm-block-text-normal{font-style:normal;font-weight:400;text-transform:none}.wprm-block-text-light{font-weight:300!important}.wprm-block-text-light-bold{font-weight:500!important}.wprm-block-text-semi-bold{font-weight:600!important}.wprm-block-text-bold{font-weight:700!important}.wprm-block-text-italic{font-style:italic!important}.wprm-block-text-uppercase{text-transform:uppercase!important}.wprm-block-text-faded{opacity:.7}.wprm-block-text-uppercase-faded{opacity:.7;text-transform:uppercase!important}.wprm-block-text-smaller{font-size:.9em}.wprm-block-text-larger{font-size:1.1em}.wprm-block-text-faded .wprm-block-text-faded,.wprm-block-text-uppercase-faded .wprm-block-text-uppercase-faded{opacity:1}.wprm-block-text-larger .wprm-block-text-larger,.wprm-block-text-smaller .wprm-block-text-smaller{font-size:1em}.wprm-align-left{text-align:left}.wprm-align-center{text-align:center}.wprm-align-right{text-align:right}.wprm-align-top{align-items:start}.wprm-align-middle{align-items:center}.wprm-align-bottom{align-items:end}.wprm-recipe-header .wprm-recipe-icon:not(.wprm-collapsible-icon){margin-right:10px}.wprm-recipe-header .wprm-recipe-icon.wprm-collapsible-icon{margin-left:10px}.wprm-recipe-header.wprm-header-has-actions{align-items:center;display:flex;flex-wrap:wrap}.wprm-recipe-header .wprm-recipe-adjustable-servings-container,.wprm-recipe-header .wprm-recipe-media-toggle-container,.wprm-recipe-header .wprm-unit-conversion-container{font-size:16px;font-style:normal;font-weight:400;opacity:1;text-transform:none}.wprm-recipe-header .wprm-header-toggle{float:right}.wprm-recipe-header .wprm-header-toggle a.wprm-expandable-button{color:#333;cursor:pointer;text-decoration:none}.wprm-recipe-icon svg{display:inline;height:1.3em;margin-top:-.15em;overflow:visible;vertical-align:middle;width:1.3em}.wprm-icon-shortcode{font-size:16px;height:16px}.wprm-icon-shortcode.wprm-icon-shortcode-inline{display:inline}.wprm-icon-shortcode .wprm-recipe-icon svg{display:inline;height:1em;margin-top:0;overflow:visible;vertical-align:middle;width:1em}.wprm-interactivity-container{display:flex;gap:10px;margin:10px 20px 0}.wprm-internal-container{background-color:#fff;border:0 solid #fff;border-radius:20px;padding:20px}.wprm-internal-container ul li{margin-left:16px}.wprm-internal-container .wprm-internal-container-toggle+.wprm-recipe-ingredient-group .wprm-recipe-group-name,.wprm-internal-container .wprm-internal-container-toggle+.wprm-recipe-instruction-group .wprm-recipe-group-name,.wprm-internal-container .wprm-recipe-ingredient-group:first-child .wprm-recipe-group-name,.wprm-internal-container .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name{margin-top:0!important}.wprm-internal-container .wprm-internal-container-toggle{float:right;position:relative;z-index:2}.wprm-internal-container .wprm-internal-container-toggle a.wprm-expandable-button{color:#333;cursor:pointer;text-decoration:none}.wprm-internal-container.wprm-expandable-collapsed{mask-image:linear-gradient(180deg,#000 50%,transparent);max-height:60px;overflow:hidden}.wprm-recipe-image img{display:block;margin:0 auto}.wprm-recipe-image .dpsp-pin-it-wrapper{margin:0 auto}.wprm-recipe-image picture{border:none!important}.wprm-block-image-circle img{border-radius:50%}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name{margin-top:.8em!important}.wprm-recipe-ingredients-container.wprm-recipe-images-before .wprm-recipe-ingredient-image{margin-right:10px}.wprm-recipe-ingredients-container.wprm-recipe-images-after .wprm-recipe-ingredient-image{margin-left:10px}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image{flex-shrink:0}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image .wprm-recipe-ingredient-no-image-placeholder{display:inline-block}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image img{vertical-align:middle}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded{opacity:.7}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-smaller{font-size:.8em}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-smaller-faded{font-size:.8em;opacity:.7}.wprm-ingredient-style-grouped ul.wprm-recipe-ingredients{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.wprm-ingredient-style-grouped .wprm-recipe-ingredient-details-container{align-items:center;display:flex}.wprm-ingredient-style-grouped .wprm-recipe-ingredient-details-container .wprm-recipe-ingredient-notes{display:block}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient{display:flex}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit{flex-shrink:0;margin-right:10px}.wprm-ingredient-style-table-2-align.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-2.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3-align.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient{align-items:center}.wprm-ingredient-style-table-2-align .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3-align .wprm-recipe-ingredient-amount-unit{text-align:right}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient .wprm-recipe-ingredient-name-notes,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-name-notes{flex:1}.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-name,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-name{margin-right:10px}.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-notes,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-notes{flex:1}.wprm-recipe-shop-instacart-loading{cursor:wait;opacity:.5}.wprm-recipe-shop-instacart{align-items:center;border:1px solid #003d29;border-radius:23px;cursor:pointer;display:inline-flex;font-family:Instacart,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;height:46px;padding:0 18px}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-dark{background-color:#003d29;color:#faf1e5}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-light{background-color:#faf1e5;border-color:#efe9e1;color:#003d29}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-white{background-color:#fff;border-color:#e8e9eb;color:#000}.wprm-recipe-shop-instacart>img{height:22px!important;margin:0!important;padding:0!important;width:auto!important}.wprm-recipe-shop-instacart>span{margin-left:10px}.wprm-recipe-instructions-container .wprm-recipe-instruction-group-name{margin-top:.8em!important}.wprm-recipe-instructions-container .wprm-recipe-instruction-text{font-size:1em}.wprm-recipe-instructions-container .wprm-recipe-instruction-media{margin:5px 0 15px;max-width:100%}.wprm-recipe-instructions-container .wprm-recipe-instruction-video iframe{max-width:100%}.wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient{display:inline-block;padding-right:5px}.wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:last-child{padding-right:0}.rtl .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient{display:inline-block;padding-left:5px;padding-right:0}.rtl .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:first-child{padding-left:5px}.wprm-recipe-jump-to-section-container{--wprm-jump-to-section-gap:10px;--wprm-jump-to-section-alignment:flex-start;--wprm-jump-to-section-background:#fff;--wprm-jump-to-section-text-color:#333;--wprm-jump-to-section-borderwidth:0px;--wprm-jump-to-section-border:#333;--wprm-jump-to-section-border-radius:10px;--wprm-jump-to-section-vertical-padding:5px;--wprm-jump-to-section-horizontal-padding:15px;align-items:center;display:flex;flex-wrap:wrap;gap:var(--wprm-jump-to-section-gap);justify-content:var(--wprm-jump-to-section-alignment);text-wrap:nowrap}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-nowrap{flex-wrap:nowrap}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll{flex-wrap:nowrap;overflow-x:scroll;scrollbar-width:none;--wprm-jump-to-section-fade-width:50px;mask-image:linear-gradient(to right,transparent 0,#000 var(--wprm-jump-to-section-fade-width),#000 calc(100% - var(--wprm-jump-to-section-fade-width)),transparent 100%);mask-repeat:no-repeat;mask-size:100% 100%}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll::-webkit-scrollbar{display:none}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-left{mask-image:linear-gradient(to right,#000 0,#000 calc(100% - var(--wprm-jump-to-section-fade-width)),transparent 100%)}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-right{mask-image:linear-gradient(to right,transparent 0,#000 var(--wprm-jump-to-section-fade-width),#000 100%)}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-left.scrolled-right{mask-image:none}.wprm-recipe-jump-to-section-container a.wprm-recipe-jump-to-section{align-items:center;background-color:var(--wprm-jump-to-section-background);border-color:var(--wprm-jump-to-section-border);border-radius:var(--wprm-jump-to-section-border-radius);border-style:solid;border-width:var(--wprm-jump-to-section-borderwidth);color:var(--wprm-jump-to-section-text-color);display:flex;gap:5px;padding:var(--wprm-jump-to-section-vertical-padding) var(--wprm-jump-to-section-horizontal-padding);text-decoration:none}.wprm-recipe-jump-to-section-container .wprm-recipe-icon svg{margin-top:0}.wprm-recipe-jump-to-section-icon-above .wprm-recipe-jump-to-section{flex-direction:column}.wprm-recipe-jump-to-section-icon-right .wprm-recipe-jump-to-section{flex-direction:row-reverse}.wprm-recipe-jump-to-section-icon-below .wprm-recipe-jump-to-section{flex-direction:column-reverse}.wprm-layout-container{--wprm-layout-container-text-color:inherit;--wprm-layout-container-background-color:inherit;background-color:var(--wprm-layout-container-background-color);color:var(--wprm-layout-container-text-color)}.wprm-layout-column-container{display:flex;flex-wrap:nowrap}.wprm-layout-column{--wprm-layout-column-text-color:inherit;--wprm-layout-column-background-color:inherit;background-color:var(--wprm-layout-column-background-color);color:var(--wprm-layout-column-text-color)}.wprm-padding-5{padding:5px}.wprm-padding-10{padding:10px}.wprm-padding-20{padding:20px}.wprm-padding-30{padding:30px}.wprm-padding-40{padding:40px}.wprm-padding-50{padding:50px}.wprm-column-gap-5{column-gap:5px}.wprm-column-gap-10{column-gap:10px}.wprm-column-gap-20{column-gap:20px}.wprm-column-gap-30{column-gap:30px}.wprm-column-gap-40{column-gap:40px}.wprm-column-gap-50{column-gap:50px}.wprm-row-gap-5{row-gap:5px}.wprm-row-gap-10{row-gap:10px}.wprm-row-gap-20{row-gap:20px}.wprm-row-gap-30{row-gap:30px}.wprm-row-gap-40{row-gap:40px}.wprm-row-gap-50{row-gap:50px}.wprm-layout-column{flex:auto}.wprm-column-width-20{flex:1 1 20%}.wprm-column-width-25{flex:1 1 25%}.wprm-column-width-33{flex:1 1 33.33%}.wprm-column-width-40{flex:1 1 40%}.wprm-column-width-50{flex:1 1 50%}.wprm-column-width-60{flex:1 1 60%}.wprm-column-width-66{flex:1 1 66.66%}.wprm-column-width-75{flex:1 1 75%}.wprm-column-width-80{flex:1 1 80%}@media (max-width:480px){.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400){flex-direction:column}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400).wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400) .wprm-layout-column{width:100%}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-left{text-align:left}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-right{text-align:right}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-center{text-align:center}}@media (max-width:768px){.wprm-column-rows-tablet{flex-direction:column}.wprm-column-rows-tablet.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-column-rows-tablet .wprm-layout-column{width:100%}.wprm-column-rows-tablet>.wprm-align-rows-left{text-align:left}.wprm-column-rows-tablet>.wprm-align-rows-right{text-align:right}.wprm-column-rows-tablet>.wprm-align-rows-center{text-align:center}}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900{flex-direction:column}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800{flex-direction:column}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700{flex-direction:column}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600{flex-direction:column}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500{flex-direction:column}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400{flex-direction:column}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-center{text-align:center}.wprm-recipe-link{cursor:pointer;text-decoration:none}.wprm-recipe-link.wprm-recipe-link-inline-button{display:inline-block;margin:0 5px 5px 0}.wprm-recipe-link.wprm-recipe-link-button{display:table;margin:5px auto}.wprm-recipe-link.wprm-recipe-link-wide-button{display:block;margin:5px 0;text-align:center;width:auto}.wprm-recipe-link.wprm-recipe-link-button,.wprm-recipe-link.wprm-recipe-link-inline-button,.wprm-recipe-link.wprm-recipe-link-wide-button{border-style:solid;border-width:1px;padding:5px}.wprm-recipe-link.wprm-recipe-link-disabled{cursor:not-allowed}.rtl .wprm-recipe-link.wprm-recipe-link-inline-button{margin:0 0 5px 5px}.wprm-nutrition-label-container-simple .wprm-nutrition-label-text-nutrition-unit{font-size:.85em}.wprm-nutrition-label-container-grouped{display:flex;flex-wrap:wrap;justify-content:flex-start}.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container{white-space:nowrap}.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container-separate{column-gap:5px;display:flex;justify-content:space-between}.wprm-nutrition-label-container-grouped-pills{--wprm-nutrition-pills-row-gap:10px;--wprm-nutrition-pills-background:#fff;--wprm-nutrition-pills-border:#333;--wprm-nutrition-pills-border-width:1px;--wprm-nutrition-pills-border-radius:100px;--wprm-nutrition-pills-horizontal-padding:15px;--wprm-nutrition-pills-vertical-padding:5px;row-gap:var(--wprm-nutrition-pills-row-gap)}.wprm-nutrition-label-container-grouped-pills .wprm-nutrition-label-text-nutrition-container:not(.wprm-nutrition-label-text-nutrition-container-empty){background-color:var(--wprm-nutrition-pills-background);border:var(--wprm-nutrition-pills-border-width) solid var(--wprm-nutrition-pills-border);border-radius:var(--wprm-nutrition-pills-border-radius);padding:var(--wprm-nutrition-pills-vertical-padding) var(--wprm-nutrition-pills-horizontal-padding)}.wprm-recipe-rating{white-space:nowrap}.wprm-recipe-rating svg{height:1.1em;margin-top:-.15em!important;margin:0;vertical-align:middle;width:1.1em}.wprm-recipe-rating.wprm-recipe-rating-inline{align-items:center;display:inline-flex}.wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details{display:inline-block;margin-left:10px}.wprm-recipe-rating .wprm-recipe-rating-details{font-size:.8em}.wprm-recipe-smart-with-food-button{display:block}.wprm-spacer{background:none!important;display:block!important;font-size:0;height:10px;line-height:0;width:100%}.wprm-spacer+.wprm-spacer{display:none!important}.wprm-recipe-instruction-text .wprm-spacer,.wprm-recipe-notes .wprm-spacer,.wprm-recipe-summary .wprm-spacer{display:block!important}.wprm-temperature-container .wprm-temperature-icon img{display:inline-block;height:auto;margin-bottom:-.2em;vertical-align:text-bottom;width:1.6em}.wprm-toggle-switch-container{align-items:center;display:flex;margin:10px 0}.wprm-toggle-switch-container label{cursor:pointer;flex-shrink:0;font-size:1em;margin:0}.wprm-toggle-switch-container .wprm-prevent-sleep-description{font-size:.8em;line-height:1.1em;margin-left:10px}.wprm-toggle-switch{align-items:center;display:inline-flex;position:relative}.wprm-toggle-switch input{height:0;margin:0;min-width:0;opacity:0;padding:0;width:0}.wprm-toggle-switch .wprm-toggle-switch-slider{align-items:center;cursor:pointer;display:inline-flex;gap:5px;position:relative;-webkit-transition:.4s;transition:.4s;--switch-height:28px;height:var(--switch-height);--knob-size:calc(var(--switch-height)*0.8);--switch-off-color:#ccc;--switch-off-text:#333;--switch-off-knob:#fff;--switch-on-color:#333;--switch-on-text:#fff;--switch-on-knob:#fff;background-color:var(--switch-off-color)}.wprm-toggle-switch .wprm-toggle-switch-slider:before{background-color:var(--switch-off-knob);content:"";height:var(--knob-size);left:calc(var(--knob-size)/5);position:absolute;-webkit-transition:.4s;transition:.4s;width:var(--knob-size)}.wprm-toggle-switch input:checked+.wprm-toggle-switch-slider{background-color:var(--switch-on-color)}.wprm-toggle-switch input:focus+.wprm-toggle-switch-slider{box-shadow:0 0 0 3px rgba(0,0,0,.12)}.wprm-toggle-switch input:checked+.wprm-toggle-switch-slider:before{background-color:var(--switch-on-knob);left:calc(100% - var(--knob-size) - var(--knob-size)/5)}.wprm-toggle-switch .wprm-toggle-switch-label{margin-left:10px}.wprm-toggle-switch-outside .wprm-toggle-switch-slider{width:calc(var(--switch-height)*2)}.wprm-toggle-switch-inside .wprm-toggle-switch-text{display:grid}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on{align-items:center;color:#fff;display:flex;font-size:calc(var(--switch-height)*.5);gap:5px;grid-area:1/1;opacity:0;transition:opacity .4s;white-space:nowrap}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off .wprm-recipe-icon,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on .wprm-recipe-icon{align-items:center;display:inline-flex;margin-right:0}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off .wprm-recipe-icon svg,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on .wprm-recipe-icon svg{margin-top:0}.wprm-toggle-switch-inside .wprm-toggle-switch-slider{padding:5px 10px;padding-left:calc(var(--knob-size) + var(--knob-size)/5 + 5px);padding-right:10px}.wprm-toggle-switch-inside .wprm-toggle-switch-slider .wprm-toggle-switch-off{color:var(--switch-off-text);opacity:1}.wprm-toggle-switch-inside .wprm-toggle-switch-slider .wprm-toggle-switch-on{color:var(--switch-on-text);opacity:0}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider{padding-left:10px;padding-right:calc(var(--knob-size) + var(--knob-size)/5 + 5px)}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider .wprm-toggle-switch-off{opacity:0}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider .wprm-toggle-switch-on{opacity:1}.wprm-toggle-switch-rounded .wprm-toggle-switch-slider{border-radius:999px}.wprm-toggle-switch-rounded .wprm-toggle-switch-slider:before{border-radius:50%}.wprm-toggle-container button.wprm-toggle{border:none;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none;text-transform:inherit;white-space:nowrap}.wprm-toggle-container button.wprm-toggle:focus{outline:none}.wprm-toggle-buttons-container{--wprm-toggle-button-background:#fff;--wprm-toggle-button-accent:#333;--wprm-toggle-button-radius:3px;align-items:stretch;background-color:var(--wprm-toggle-button-background);border:1px solid var(--wprm-toggle-button-accent);border-radius:var(--wprm-toggle-button-radius);color:var(--wprm-toggle-button-accent);display:inline-flex;flex-shrink:0;overflow:hidden}.wprm-toggle-buttons-container button.wprm-toggle{background-color:var(--wprm-toggle-button-accent);border-left:1px solid var(--wprm-toggle-button-accent);color:var(--wprm-toggle-button-background);padding:5px 10px}.wprm-toggle-buttons-container button.wprm-toggle:first-child{border-left:0;border-right:0}.wprm-toggle-buttons-container button.wprm-toggle.wprm-toggle-active .wprm-toggle-icon-inactive{display:none}.wprm-toggle-buttons-container button.wprm-toggle:not(.wprm-toggle-active){background:none!important;color:inherit!important}.wprm-toggle-buttons-container button.wprm-toggle:not(.wprm-toggle-active) .wprm-toggle-icon-active{display:none}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon{margin:0}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon svg{margin-top:-.3em}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon+.wprm-toggle-text{margin-left:10px}.rtl .wprm-toggle-buttons-container button.wprm-toggle{border-left:0;border-right:1px solid var(--wprm-toggle-button-accent)}.wprm-toggle-pills-container{--wprm-toggle-pills-height:28px;--wprm-toggle-pills-gap:10px;--wprm-toggle-pills-radius:999px;--wprm-toggle-pills-background:#fff;--wprm-toggle-pills-border:#333;--wprm-toggle-pills-text:#333;--wprm-toggle-pills-active-background:#333;--wprm-toggle-pills-active-border:#333;--wprm-toggle-pills-active-text:#fff;align-items:center;display:inline-flex;gap:var(--wprm-toggle-pills-gap)}.wprm-toggle-pills-container button.wprm-toggle{align-items:center;background-color:var(--wprm-toggle-pills-background);border:1px solid var(--wprm-toggle-pills-border);border-radius:var(--wprm-toggle-pills-radius);color:var(--wprm-toggle-pills-text);display:inline-flex;font-size:calc(var(--wprm-toggle-pills-height)*.5);height:var(--wprm-toggle-pills-height);justify-content:center;margin:0;min-width:var(--wprm-toggle-pills-height);padding:0;width:auto}.wprm-toggle-pills-container button.wprm-toggle.wprm-toggle-active{background-color:var(--wprm-toggle-pills-active-background);border:1px solid var(--wprm-toggle-pills-active-border);color:var(--wprm-toggle-pills-active-text)}.wprm-recipe-header+.wprm-recipe-video{margin-top:10px}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
div:focus {
outline: none;
}
:focus{
outline:0 !important;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
h1 a{
color:#333;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0 0 30px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
border-radius: 0;
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} blockquote:before,
.back-top:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.dropdown-toggle:before,
.main-navigation .menu-item-has-children > a:after,
.menu-toggle:before,
.posts-navigation .nav-next a:after,
.posts-navigation .nav-previous a:before,
.search-form:before,
.search-toggle:before,
.sidebar-toggle:before,
.social-navigation a:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-family: Genericons;
font-size: 24px;
font-style: normal;
font-weight: normal;
height: 30px;
line-height: 1.25;
speak: none;
text-decoration: inherit;
vertical-align: top;
width: 30px;
} body,
button,
input,
select,
textarea {
color: #333;
font-family: "PT Serif", serif;
font-size: 16px;
}
body {
line-height: 1.5;
}
button,
input,
select,
textarea {
line-height: 1.875;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: "PT Sans", sans-serif;
font-weight: bold;
margin-top: 0;
}
h1 {
font-size: 49px;
line-height: 1.225;
margin-bottom: 30px;
}
h2 {
font-size: 39px;
line-height: 1.54;
margin-bottom: 30px;
}
h3 {
font-size: 31px;
line-height: 1.452;
margin-bottom: 30px;
}
h4 {
font-size: 25px;
line-height: 1.2;
margin-bottom: 30px;
}
h5 {
font-size: 20px;
line-height: 1.5;
margin-bottom: 30px;
}
h6 {
font-size: 16px;
line-height: 1.5;
margin-bottom: 30px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-weight: inherit;
}
p {
margin-top: 0;
margin-bottom: 30px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
cite {
font-weight: bold;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
blockquote {
color: #98a61e;
font-style: italic;
margin: 0 0 30px;
padding: 0;
position: relative;
}
blockquote:before {
color: #ddd;
content: "\f106";
float: left;
}
blockquote * {
margin-bottom: 0;
}
blockquote blockquote {
margin-left: 30px;
margin-top: 30px;
}
blockquote cite {
font-style: normal;
}
address {
margin: 0 0 30px;
}
code,
kbd,
pre,
tt,
var {
font-family: Inconsolata, monospace;
}
pre {
background: #eee;
border-left: 2px solid #d11415;
max-width: 100%;
overflow: auto;
padding: 30px;
}
abbr,
acronym {
border-bottom: 1px dotted #222;
cursor: help;
}
mark,
ins {
background: #d11415;
color: #fff;
padding: 0 0.2em;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
background: #fff;
}
hr {
background-color: #ddd;
border: 0;
height: 1px;
margin-bottom: 30px;
}
ul,
ol {
margin: 0 0 30px 0;
padding: 0;
}
ul {
list-style: square inside;
}
ol {
list-style: decimal inside;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 30px;
}
dl {
margin: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 30px;
}
img {
height: auto;
max-width: 100%;
}
table {
border-top: 1px solid #ddd;
margin: 0 0 30px;
text-align: left;
width: 100%;
}
caption,
th {
font-family: Lato, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
caption {
color: #777;
}
th,
td {
border-bottom: 1px solid #ddd;
padding: 5px;
}
thead {
background: #eee;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #d11415;
border: 2px solid #d11415;
color: #fff;
font-family: Lato, sans-serif;
font-weight: bold;
padding: 5.5px 13px;
text-transform: uppercase;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #fff;
color: #d11415;
outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
-webkit-appearance: none;
background: #fff;
border: 1px solid #ddd;
border-radius: 0;
box-sizing: border-box;
padding: 6.5px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.075);
outline: none;
} ::input-placeholder {
color: #777;
}
::-webkit-input-placeholder {
color: #777;
}
:-moz-placeholder {
color: #777;
opacity: 1;
}
::-moz-placeholder {
color: #777;
opacity: 1;
}
:-ms-input-placeholder {
color: #777;
} .search-form {
margin-bottom: 30px;
position: relative;
}
.search-form:before {
background: #fff;
border-radius: 50%;
color: #000;
content: "\f400";
font-size: 16px;
height: 28px;
line-height: 28px;
position: absolute;
right: 8.5px;
top: 8.5px;
text-align: center;
width: 28px;
}
.search-form.hover:before {
background: #eee;
}
.search-form .search-field {
padding-right: 45px;
}
.search-form .search-submit {
background: transparent;
border: 1px solid #ddd;
border-radius: 50%;
color: transparent;
display: block;
height: 30px;
overflow: hidden;
padding: 0;
position: absolute;
right: 7.5px;
top: 7.5px;
width: 30px;
z-index: 2;
}
.search-form .search-submit:active,
.search-form .search-submit:focus,
.search-form .search-submit:hover {
background: transparent;
border-color: #ddd;
color: transparent;
} .post-password-form input[type="submit"] {
margin-top: 30px;
}  a {
color: #98a61e;
font-weight: normal;
text-decoration: none;
}
a:active,
a:focus,
a:hover {
color: inherit;
outline: none;
}
a:focus {
outline: 2px solid #ddd;
}
a:visited {
font-weight: normal;
}  .menu-toggle {
background: #fff;
border: 1px solid #ddd;
border-radius: 50%;
color: #222;
height: 45px;
margin-top: -22.5px;
padding: 0;
position: absolute;
right: 0;
top: 50%;
width: 45px;
z-index: 2;
}
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
background: #eee;
border-color: #ddd;
color: #d11415;
}
.menu-toggle:before {
content: "\f419";
font-size: 12px;
height: 43px;
line-height: 43px;
width: 43px;
}
.toggled .menu-toggle {
background: #222;
border-color: #222;
color: #fff;
}
.toggled .menu-toggle:active,
.toggled .menu-toggle:focus,
.toggled .menu-toggle:hover {
background: #444;
border-color: #444;
}
.toggled .menu-toggle:before {
content: "\f406";
} .dropdown-toggle {
background: #fff;
border: 1px solid #ddd;
border-radius: 50%;
color: #d11415;
height: 30px;
margin-top: -15px;
padding: 0;
position: absolute;
right: 0;
top: 50%;
width: 30px;
z-index: 1;
}
.dropdown-toggle:active,
.dropdown-toggle:focus,
.dropdown-toggle:hover {
background: #eee;
border-color: #ddd;
color: #d11415;
}
.dropdown-toggle:before {
content: "\f431";
font-size: 16px;
height: 28px;
line-height: 28px;
width: 28px;
}
.dropdown-toggle.toggled:before {
content: "\f432";
} .main-navigation {
font-size: 16px;
line-height: 1.875;
margin: 0;
z-index: 2;
}
.main-navigation > div {
display: none;
}
.main-navigation.toggled > div {
background: #222;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.075);
display: block;
position: absolute;
top: 100%;
margin-top: 8px;
padding: 7.5px;
width: 100%;
left: 0;
z-index: 9998;
}
.main-navigation.toggled > div:before {
border-bottom: 6px solid #222;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
top: -6px;
content: "";
display: block;
right: 16.5px;
position: absolute;
}
.main-navigation > div > ul {
background: #fff;
border: 1px solid #ddd;
padding: 30px;
position: relative;
}
.main-navigation > div > ul > li:last-child {
border-bottom: 1px solid #eee;
}
.main-navigation ul {
border-bottom: 1px solid #eee;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
border-top: 1px solid #eee;
padding-bottom: 7.5px;
padding-top: 7.5px;
position: relative;
}
.main-navigation ul ul {
display: none;
}
.main-navigation ul.toggled {
border-bottom: 0;
display: block;
margin-bottom: -7.5px;
margin-top: 7.5px;
padding-left: 30px;
}
.main-navigation a {
display: block;
text-decoration: none;
font-size:20px;
text-transform:uppercase;
}
#menu-item-17 a{
color:#98a61e;
}
#menu-item-20 a{
color:#ec961b;
}
#menu-item-18 a{
color:#6bc3cc;
}
#menu-item-19 a{
color:#e64733;
}
#menu-item-3302 a{
color:#2e3678;
}
.main-navigation a:hover {
color:#98a61e !important;
opacity:0.8;
}
.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover {
color: #d11415;
}
.main-navigation .page_item_has_children > a,
.main-navigation .menu-item-has-children > a {
padding-right: 45px;
position: relative;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
color: #d11415;
} .social-navigation {
background: #fff;
border-bottom: 1px solid #444;
display: block;
padding: 7.5px 0;
text-align: center;
}
.social-navigation > div {
display: block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}
.social-navigation ul {
display: block;
margin: 0;
padding: 0;
}
.social-navigation li {
display: block;
float: left;
margin: 0 5px;
line-height: 1;
}
.social-navigation li:first-child {
margin-left: 0;
}
.social-navigation li:last-child {
margin-right: 0;
}
.social-navigation a {
display: block;
position: relative;
width: 30px;
height: 30px;
color: #ccc;
}
.social-navigation a:before {
height: 30px;
font-size: 30px;
line-height: 30px;
width: 30px;
}
.social-navigation a:active,
.social-navigation a:focus,
.social-navigation a:hover {
color: #98a61e;
}
.social-navigation a:focus {
outline-color: #555;
}
.social-navigation a:before {
content: "\f415";
} .social-navigation a[href*="codepen.io"]:before {
content: "\f216";
} .social-navigation a[href*="digg.com"]:before {
content: "\f221";
} .social-navigation a[href*="dribbble.com"]:before {
content: "\f201";
} .social-navigation a[href*="dropbox.com"]:before {
content: "\f225";
} .social-navigation a[href*="mailto:"]:before {
content: "\f410";
} .social-navigation a[href*="facebook.com"]:before {
content: "\f203";
} .social-navigation a[href*="flickr.com"]:before {
content: "\f211";
} .social-navigation a[href*="foursquare.com"]:before {
content: "\f226";
} .social-navigation a[href*="github.com"]:before {
content: "\f200";
} .social-navigation a[href*="plus.google.com"]:before {
content: "\f206";
} .social-navigation a[href*="instagram.com"]:before {
content: "\f215";
} .social-navigation a[href*="linkedin.com"]:before {
content: "\f208";
} .social-navigation a[href*="path.com"]:before {
content: "\f219";
} .social-navigation a[href*="pinterest.com"]:before {
content: "\f210";
} .social-navigation a[href*="polldaddy.com"]:before {
content: "\f217";
} .social-navigation a[href*="reddit.com"]:before {
content: "\f222";
} .social-navigation a[href$="/feed/"]:before {
content: "\f413";
} .social-navigation a[href*="spotify.com"]:before {
content: "\f515";
} .social-navigation a[href*="stumbleupon.com"]:before {
content: "\f223";
} .social-navigation a[href*="tumblr.com"]:before {
content: "\f214";
} .social-navigation a[href*="twitch.tv"]:before {
content: "\f516";
} .social-navigation a[href*="twitter.com"]:before {
content: "\f202";
} .social-navigation a[href*="vimeo.com"]:before {
content: "\f212";
} .social-navigation a[href*="vine.co"]:before {
content: "\f517";
} .social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
content: "\f205";
} .social-navigation a[href*="youtube.com"]:before {
content: "\f213";
} .secondary-navigation {
font-size: 15px;
line-height: 1.845;
padding: 0 15px 0 0;
text-align: center;
}
.secondary-navigation ul {
display: block;
margin: 0;
padding: 3px 0;
}
.secondary-navigation li {
display: block;
float: left;
margin: 0;
padding: 0 20px;
}
.secondary-navigation li:first-child {
padding-left: 0;
}
.secondary-navigation li:last-child {
padding-right: 0;
}
.secondary-navigation li + li {
border-left: 0px;
}
.secondary-navigation a {
display: block;
position: relative;
color: #868686;
}
.secondary-navigation a:active,
.secondary-navigation a:focus,
.secondary-navigation a:hover {
color: #98a61e;
}
.secondary-navigation a:focus {
outline-color: #555;
} .footer-navigation {
border-top: 1px solid #ddd;
display: block;
font-size: 13px;
line-height: 1.845;
padding: 15px 0;
text-align: center;
}
.footer-navigation > div {
display: block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}
.footer-navigation ul {
display: block;
margin: 0;
padding: 0;
}
.footer-navigation li {
display: block;
margin: 0;
}
.footer-navigation a {
display: block;
padding: 3px 0;
position: relative;
color: #777;
}
.footer-navigation a:active,
.footer-navigation a:focus,
.footer-navigation a:hover {
color: #d11415;
} .bottom-navigation {
background: #222;
border-bottom: 1px solid #444;
display: block;
font-size: 13px;
line-height: 1.845;
padding: 15px 0;
text-align: center;
}
.bottom-navigation ul {
display: block;
margin: 0;
}
.bottom-navigation li {
display: block;
margin: 0;
}
.bottom-navigation a {
display: block;
padding: 3px 0;
position: relative;
color: #ccc;
}
.bottom-navigation a:active,
.bottom-navigation a:focus,
.bottom-navigation a:hover {
color: #fff;
}
.bottom-navigation a:focus {
outline-color: #555;
} .comment-navigation,
.post-navigation,
.posts-navigation {
clear: both;
font-family: Lato, sans-serif;
margin: 0 0 30px;
overflow: hidden;
}
.posts-navigation {
border-top: 1px solid #eee;
padding: 30px 0 0;
}
.comment-navigation .meta-nav {
display: none;
}
.comment-navigation + .comment-respond {
border-top: 1px solid #ddd;
padding-top: 30px;
position: relative;
}
.comment-navigation a, .posts-navigation a, .comment-navigation a:hover, .posts-navigation a:hover {
border: 0px;
color: #fff;
display: inline-block;
font-size: 16px;
line-height: 1.875;
padding: 5.5px 13px;
text-transform: uppercase;
background:url(//echtlessig.de/wp-content/uploads/2016/02/button.png) no-repeat bottom right;
width:270px;
height:69px;
}
.comment-navigation a:hover, .posts-navigation a:hover{
opacity:0.8;
background:#a0af20 !important;
}
.post-navigation a {
border: 1px solid #eee;
color: #222;
display: block;
padding: 30px;
}
.post-navigation a:active,
.post-navigation a:focus,
.post-navigation a:hover {
background-color: #eee;
}
.post-navigation .nav-previous + .nav-next a {
border-top: 0;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.post-navigation .meta-nav {
color: #777;
display: block;
font-size: 13px;
line-height: 1.54;
text-transform: uppercase;
}
.post-navigation .post-title {
font-family: "Playfair Display", serif;
font-size: 25px;
font-weight: bold;
line-height: 1.2;
}
.post-navigation a:active .post-title,
.post-navigation a:focus .post-title,
.post-navigation a:hover .post-title {
color: #d11415;
}
.comment-navigation a:active,
.comment-navigation a:focus,
.comment-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:focus,
.posts-navigation a:hover {
background: #d11415;
border-color: #d11415;
color: #fff;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #fff;
border-radius: 0;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.7);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.alignright {
display: inline;
float: right;
margin-left: 30px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .author-info:before,
.author-info:after,
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.comment-meta:before,
.comment-meta:after,
.entry-content:before,
.entry-content:after,
.entry-meta:before,
.entry-meta:after,
.featured-content-inner:before,
.featured-content-inner:after,
.footer-navigation > div:before,
.footer-navigation > div:after,
.footer-widget:before,
.footer-widget:after,
.hentry:before,
.hentry:after,
.main-navigation ul:before,
.main-navigation ul:after,
.sd-block:before,
.sd-block:after,
.sharedaddy:before,
.sharedaddy:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-content-inner:before,
.site-content-inner:after,
.site-footer:before,
.site-footer:after,
.site-top-inner:before,
.site-top-inner:after,
.social-navigation > div:before,
.social-navigation > div:after,
.secondary-navigation > div:before,
.secondary-navigation > div:after {
content: "";
display: table;
}
.author-info:after,
.clear:after,
.comment-content:after,
.comment-meta:after,
.entry-content:after,
.entry-meta:after,
.featured-content-inner:after,
.footer-navigation > div:after,
.footer-widget:after,
.hentry:after,
.main-navigation ul:after,
.sd-block:after,
.sharedaddy:after,
.site-header:after,
.site-content:after,
.site-content-inner:after,
.site-footer:after,
.site-top-inner:after,
.social-navigation > div:after,
.secondary-navigation > div:after {
clear: both;
} .widget {
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
word-break: break-word;
}
.widget-title,
.widgettitle {
font-size: 25px;
line-height: 1.2;
margin-bottom: 30px;
}
.widget select {
margin-bottom: 30px;
max-width: 100%;
}
.widget-area:before {
background: #ddd;
content: "";
display: block;
height: 1px;
left: 0;
margin-top: -30px;
position: absolute;
width: 100%;
} .sidebar-toggle {
background: #fff;
border: 1px solid #ddd;
border-radius: 50%;
color: #222;
height: 45px;
margin-bottom: 30px;
margin-left: -22.5px;
padding: 0;
position: relative;
left: 50%;
width: 45px;
z-index: 1;
}
.sidebar-toggle:active,
.sidebar-toggle:focus,
.sidebar-toggle:hover {
background: #eee;
border-color: #ddd;
color: #d11415;
}
.sidebar-toggle.toggled {
background: #222;
border-color: #222;
color: #fff;
}
.sidebar-toggle.toggled:active,
.sidebar-toggle.toggled:focus,
.sidebar-toggle.toggled:hover {
background: #444;
border-color: #444;
}
.sidebar-toggle:before {
content: "\f476";
font-size: 16px;
height: 43px;
line-height: 43px;
width: 43px;
}
.toggled.sidebar-toggle:before {
content: "\f406";
}
.widget-area {
display: none;
}
.toggled.widget-area {
display: block;
} .footer-widget {
border-top: 1px solid #ddd;
padding: 30px 0 0;
}
.footer-widget-inner .widget {
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
}
.footer-widget-inner .widget:last-of-type {
border-bottom: 0;
margin-bottom: 0;
}
.footer-widget-inner .widget:nth-of-type(4n+1) {
clear: left;
margin-left: 0;
}
.footer-widget-inner .widget:nth-of-type(4n+4) {
clear: right;
margin-right: 0;
} .widget_calendar table {
text-align: center;
}
.widget_calendar tfoot {
font-family: Lato, sans-serif;
text-transform: uppercase;
} .widget_nav_menu .page_item_has_children > a,
.widget_nav_menu .menu-item-has-children > a {
display: block;
padding-right: 45px;
position: relative;
}
.widget_nav_menu .sub-menu {
display: none;
}
.widget_nav_menu .sub-menu.toggled {
display: block;
} .widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
border-bottom: 1px solid #eee;
list-style: none;
margin-left: 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
border-top: 1px solid #eee;
padding-bottom: 7.5px;
padding-top: 7.5px;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
border-bottom: 0;
margin-bottom: -7.5px;
margin-top: 7.5px;
padding-left: 30px;
} .widget_recent_entries .post-date {
color: #777;
display: block;
font-family: Lato, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 1.54;
padding: 5px 0;
text-transform: uppercase;
} .widget_rss cite,
.widget_rss .rss-date {
color: #777;
display: block;
font-family: Lato, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: 1.54;
padding: 5px 0;
text-transform: uppercase;
} .widget_tag_cloud > div {
padding-bottom: 30px;
}
.widget_tag_cloud a {
font-size: inherit !important;
line-height: 1.5;
text-decoration: none;
font-weight:bold;
}
.widget_tag_cloud a:before {
color: #222;
content: "\0023";
margin-right: 0.125em;
}   .bottom-navigation > div,
.bottom-social > div,
.entry-header-inner,
.featured-content-inner,
.footer-navigation > div,
.footer-widget-inner,
.search-navigation-inner,
.site-branding,
.site-content-inner,
.site-info,
.site-top-inner {
width: 90%;
} .author-info {
border: 1px solid #ddd;
margin: 0 0 30px;
padding: 30px 30px 0;
}
.bottom-navigation > div,
.bottom-social > div,
.entry-header-inner,
.featured-content-inner,
.footer-navigation > div,
.footer-widget-inner,
.header-image-inner,
.search-navigation-inner,
.site-branding,
.site-content-inner,
.site-info,
.site-top-inner {
margin: 0 auto;
}
.site-main,
.widget-area {
padding-top: 30px;
}  .site-header {
border-bottom: 1px solid #ddd;
padding: 30px 0;
position: relative;
width: 100%;
} .site-top {
background: #fff;
color: #ccc;
display: none;
margin-bottom: 30px;
margin-top: -30px;
padding: 7.5px 0;
} .search-navigation {
position: absolute;
top: 30px;
left: 0;
width: 100%;
}
.search-navigation-inner {
position: relative;
}
.search-header {
min-width: 30px;
}
.search-toggle {
background: transparent;
border: 1px solid #ddd;
border-radius: 50%;
color: #222;
height: 45px;
padding: 0;
position: relative;
width: 45px;
z-index: 2;
}
.search-toggle:active,
.search-toggle:focus,
.search-toggle:hover {
background: #eee;
border-color: #ddd;
color: #d11415;
}
.search-toggle:before {
content: "\f400";
font-size: 16px;
height: 43px;
line-height: 43px;
width: 43px;
}
.toggled .search-toggle {
background: #222;
border-color: #222;
color: #fff;
}
.toggled .search-toggle:active,
.toggled .search-toggle:focus,
.toggled .search-toggle:hover {
background: #444;
border-color: #444;
}
.toggled .search-toggle:before {
content: "\f406";
font-size: 12px;
}
.search-header .search-form {
display: none;
position: absolute;
right: 0;
z-index: 1;
}
.search-header.toggled .search-form {
display: block;
}
.search-header .search-form {
background: #222;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.075);
margin-top: 8px;
padding: 7.5px;
width: 100%;
}
.search-header.toggled .search-toggle:after {
border-bottom: 6px solid #222;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
bottom: -9px;
content: "";
display: block;
left: 50%;
margin-left: -6px;
position: absolute;
}
.search-header .search-form:before {
right: 16px;
top: 16px;
}
.search-header .search-form .search-submit {
right: 15px;
top: 15px;
} .site-branding {
align-items: center;
display: block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
min-height: 45px;
position: relative;
text-align: center;
word-break: break-word;
z-index: 1;
}
.site-title {
color: #d11415;
font-size: 25px;
line-height: 1.2;
margin: 0 60px;
padding: 0;
}
.site-title a {
color: inherit;
}
.site-title a:active,
.site-title a:focus,
.site-title a:hover {
color: #222;
}
.site-description {
color: #777;
display: none;
font-family: Lato, sans-serif;
font-size: 16px;
line-height: 1.875;
margin: 0 60px;
padding: 3px 0;
text-transform: uppercase;
} .site-social {
background: #222;
border-bottom: 1px solid #444;
padding: 7.5px 0;
}
.site-social-inner {
display: block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
} .header-image {
margin: 30px 0 -31px;
}
.header-image a,
.header-image img {
display: block;
margin: 0 auto;
padding:20px;
}
.header-image a:active,
.header-image a:focus,
.header-image a:hover {
opacity: 0.7;
} .site-footer {
background: #222;
padding: 7.5px 0;
position: relative;
}
.site-info {
color: #ccc;
font-size: 13px;
line-height: 1.845;
padding: 3px 0;
text-align: center;
}
.site-info a {
color: #ccc;
}
.site-info a:active,
.site-info a:focus,
.site-info a:hover {
color: #fff;
}
.site-info a:focus {
outline-color: #555;
}
.site-info .sep {
color: #444;
font-size: 16px;
line-height: 1.5;
vertical-align: bottom;
}
.site-info .sep:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
} .featured-content {
border-bottom: 1px solid #ddd;
padding: 30px 0 0;
}
.featured-content .hentry {
background-color: #1f1f1f;
background-position: 50% 50%;
background-size: cover;
color: #fff;
float: left;
overflow: hidden;
position: relative;
}
.blog .featured-content .hentry {
border-bottom: 0;
border-top: 0;
margin: 0 0 30px;
height: 300px;
width: 100%;
}
.blog .featured-content .hentry:first-child {
margin-top: 0;
}
.featured-content .has-post-thumbnail {
text-shadow: 0 0 0.125em rgba(0, 0, 0, 0.7);
}
.featured-content a {
color: #fff;
}
.featured-content a:focus {
outline-color: rgba(255, 255, 255, 0.7);
}
.featured-content .post-thumbnail {
background-size: cover;
margin: 0;
opacity: 0.7;
position: absolute;
top: 0;
}
.featured-content .hentry:not(.has-post-thumbnail) .post-thumbnail {
opacity: 0;
}
.featured-content .post-thumbnail img {
opacity: 0;
visibility: hidden;
}
.featured-content .hentry:hover .post-thumbnail,
.featured-content .hentry .post-thumbnail:focus {
background-color: #000;
opacity: 0.3;
}
.featured-content .hentry:not(.has-post-thumbnail):hover .post-thumbnail,
.featured-content .hentry:not(.has-post-thumbnail) .post-thumbnail:focus {
background: #d11415;
opacity: 1;
}
.featured-content .entry-header {
bottom: 0;
position: absolute;
}
.featured-content .entry-title {
font-size: 25px;
line-height: 1.2;
padding: 0 30px 30px;
}
.featured-content .entry-meta {
padding-left: 30px;
padding-right: 30px;
width: 100%;
}  .sticky {
display: block;
}
.archive .sticky .posted-on,
.blog .sticky .posted-on,
.search .sticky .posted-on {
display: none;
}
.archive .sticky .byline:before,
.blog .sticky .byline:before,
.search .sticky .byline:before {
display: none;
}
.sticky-post {
background: #d11415;
color: #fff;
display: block;
height: 30px;
position: absolute;
right: 15px;
text-align: center;
top: 0;
width: 30px;
}
.sticky-post .genericon {
height: 30px;
line-height: 30px;
} .hentry {
margin: 0 0 30px;
}
.archive .hentry,
.blog .hentry,
.search .hentry {
border-top: 1px solid #eee;
padding-top: 30px;
}
.archive .hentry:first-of-type,
.blog .hentry:first-of-type,
.search .hentry:first-of-type {
border-top: 0;
margin-top: -30px;
}
.byline,
.updated:not(.published) {
display: none;
}
.group-blog .byline {
display: inline;
}
.byline img {
border-radius: 50%;
float: left;
margin-right: 5px;
}
.entry-summary + .entry-meta > span:not(:first-of-type):before {
content: "\002F";
font-weight: bold;
margin: 0 5px;
}
body:not(.group-blog) .entry-summary + .entry-meta > span:nth-of-type(2):before,
body:not(.group-blog) .sticky .entry-summary + .entry-meta > span:nth-of-type(3):before {
display: none;
}
.entry-summary {
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 3px 0;
position: relative;
word-wrap: break-word;
}
.entry-summary p {
margin-bottom: 0;
}
.entry-summary img {
display: none;
}
.entry-content,
.page-content {
margin: 0;
}
.more-link {
white-space: nowrap;
} .page-header {
border-bottom: 1px solid #eee;
margin-bottom: 30px;
padding-bottom: 0;
}
.page-title {
font-size: 39px;
line-height: 1.54;
} .archive .hentry .entry-title,
.blog .hentry .entry-title,
.search .hentry .entry-title {
font-size: 28px;
line-height: 1.2;
margin: 0;
padding-bottom:10px;
}
.archive .hentry.type-page .entry-title,
.blog .hentry.type-page .entry-title,
.search .hentry.type-page .entry-title {
margin: 0;
}
.page .entry-title,
.single .entry-title {
font-size: 39px;
line-height: 1.54;
margin: 0;
}
.page .hentry:not(.has-post-thumbnail) .entry-header,
.single .hentry:not(.has-post-thumbnail) .entry-header,
.single .hentry.format-quote .entry-header,
.single .hentry.format-video .entry-header {
margin-bottom: 30px;
}
.single .hentry.format-aside .entry-header {
margin-bottom: 0;
}
.page .hentry.has-post-thumbnail .entry-header,
.single .hentry.has-post-thumbnail .entry-header {
display: none;
} .entry-hero {
position: relative;
}
.entry-header-wrapper {
padding: 30px 0 0;
width: 100%;
}
.entry-hero .post-thumbnail {
background: #000;
}
.entry-hero .post-thumbnail img {
margin: 0 auto;
}
.entry-hero .entry-meta a {
color: #777;
}
.entry-hero .entry-meta a:active,
.entry-hero .entry-meta a:focus,
.entry-hero .entry-meta a:hover {
color: #222;
}
.page .hentry.has-post-thumbnail .entry-hero,
.single .hentry.has-post-thumbnail .entry-hero {
display: block;
} .entry-meta {
font-family: Lato, sans-serif;
font-size: 14px;
line-height: 1.54;
padding: 5px 0;
text-transform: uppercase;
font-weight:bold;
}
.entry-meta a{
font-weight:bold;
}
.content-area .entry-meta,
.content-area .entry-meta a {
color: #6b6b6b;
}
.content-area .entry-meta a:active,
.content-area .entry-meta a:focus,
.content-area .entry-meta a:hover {
color: #222;
}
.content-area .entry-meta .cat-links a{
color:#98a61e;
} .entry-footer {
color: #777;
display: block;
float: left;
font-family: Lato, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 1.54;
margin-bottom: 30px;
text-transform: uppercase;
width: 100%;
}
.page .entry-footer {
float: none;
margin-bottom: 0;
width: 100%;
}
.entry-footer a {
color: #777;
}
.entry-footer a:active,
.entry-footer a:focus,
.entry-footer a:hover {
color: #222;
}
.entry-footer .byline,
.entry-footer .cat-links,
.entry-footer .comments-link,
.entry-footer .edit-link,
.entry-footer .posted-on,
.entry-footer .tags-links {
border-top: 1px solid #eee;
display: block;
padding: 5px 0;
}
.entry-footer > span:last-of-type {
border-bottom: 1px solid #eee;
}
.entry-footer .cat-links,
.entry-footer .comments-link {
float: none;
}
.tags-links a:before {
content: "\0023";
margin-right: 0.125em;
} .post-thumbnail {
background: #000;
display: block;
height: 100%;
position: relative;
width: 100%;
}
.post-thumbnail img {
display: block;
}
a.post-thumbnail:active,
a.post-thumbnail:focus,
a.post-thumbnail:hover {
background-color: #000;
}
a.post-thumbnail:focus {
outline: none;
}
a.post-thumbnail:active img,
a.post-thumbnail:focus img,
a.post-thumbnail:hover img {
opacity: 0.7;
}
.content-area .format-standard a.post-thumbnail {
height: 180px;
margin-bottom: 15px;
overflow: hidden;
position: relative;
z-index: 1;
}
.content-area .format-standard a.post-thumbnail img {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} .page-links {
border-top: 1px solid #eee;
clear: both;
color: #777;
font-family: Lato, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 2.3077;
margin-bottom: 25px;
padding: 30px 0 0;
text-transform: uppercase;
width: 100%;
}
.page-links a,
.page-links > span {
background: #eee;
border: 1px solid #ddd;
display: inline-block;
margin: 0 5px 5px 0;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.page-links > span {
color: #d11415;
}
.page-links a {
background: #fff;
color: #222;
}
.page-links a:active,
.page-links a:focus,
.page-links a:hover {
background: #eee;
border-color: #ddd;
color: #d11415;
}
.page-links a:focus {
outline: none;
}
.page-links > .page-links-title {
background: transparent;
border: 0;
color: #777;
display: block;
height: auto;
margin: 0;
padding-right: 5px;
text-align: left;
width: auto;
} .author-info .author-title {
clear: none;
color: #777;
font-family: Lato, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 1.54;
margin: 0;
padding: 5px 0;
text-transform: uppercase;
}
.author-info .author-name {
clear: none;
font-size: 25px;
line-height: 1.2;
margin-bottom: 30px;
}
.author-info .author-avatar {
display: none;
}
.author-info .author-avatar img {
border-radius: 50%;
}
.author-info .author-bio {
clear: both;
font-size: 16px;
line-height: 1.5;
}
.author-info .author-link {
display: block;
}  body:not(.single) .content-area .format-gallery.has-post-thumbnail,
body:not(.single) .content-area .format-image.has-post-thumbnail {
color: #fff;
padding: 60px 0 30px;
position: relative;
overflow: hidden;
}
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-header,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-header {
position: relative;
}
body:not(.single) .content-area .format-gallery.has-post-thumbnail a:focus,
body:not(.single) .content-area .format-image.has-post-thumbnail a:focus {
color: #fff;
outline-color: rgba(255, 255, 255, 0.7);
}
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-meta,
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-meta a,
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-summary,
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-title a,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-meta,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-meta a,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-summary,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-summary a,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-title a {
color: #fff;
text-shadow: 0 0 0.125em rgba(0, 0, 0, 0.7);
}
body:not(.single) .content-area .format-gallery.has-post-thumbnail .author img,
body:not(.single) .content-area .format-image.has-post-thumbnail .author img {
box-shadow: 0 0 0.125em rgba(0, 0, 0, 0.7);
}
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-meta a:active,
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-meta a:focus,
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-meta a:hover,
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-title a:active,
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-title a:hover,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-meta a:active,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-meta a:focus,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-meta a:hover,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-summary a:active,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-summary a:focus,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-summary a:hover,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-title a:active,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-title a:hover {
opacity: 0.7;
}
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-meta,
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-summary,
body:not(.single) .content-area .format-gallery.has-post-thumbnail .entry-title,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-meta,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-summary,
body:not(.single) .content-area .format-image.has-post-thumbnail .entry-title {
padding-left: 30px;
padding-right: 30px;
position: relative;
}
body:not(.single) .content-area .format-gallery .post-thumbnail,
body:not(.single) .content-area .format-image .post-thumbnail {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
position: absolute;
bottom: 0;
width: 100%;
}
body:not(.single) .content-area .format-gallery .post-thumbnail img,
body:not(.single) .content-area .format-image .post-thumbnail img {
opacity: 0;
}
body:not(.single) .content-area .format-gallery .post-thumbnail:before,
body:not(.single) .content-area .format-image .post-thumbnail:before {
background: #000;
content: "";
display: block;
height: 100%;
left: 0;
opacity: 0.3;
bottom: 0;
width: 100%;
z-index: -1
} .post-link {
background: #d11415;
display: block;
height: 180px;
margin-bottom: 15px;
position: relative;
}
.post-link .genericon {
background: #fff;
border-radius: 50%;
color: #d11415;
font-size: 24px;
height: 60px;
left: 50%;
line-height: 60px;
margin-left: -30px;
margin-top: -30px;
position: absolute;
text-align: center;
top: 50%;
width: 60px;
z-index: 1;
}
.post-link:active .genericon,
.post-link:focus .genericon,
.post-link:hover .genericon {
opacity: 0.7;
}
.post-link:focus {
outline: none;
} .comments-area {
border-top: 1px solid #ddd;
font-size: 16px;
line-height: 1.5;
padding-top: 30px;
}
.comment-reply-title,
.comments-title,
.no-comments {
font-size: 25px;
line-height: 1.2;
margin-bottom: 30px;
}
.no-comments {
font-family: "Playfair Display", serif;
font-weight: bold;
margin-bottom: 30px;
}
.comment-form,
.comment-form code {
font-size: 16px;
line-height: 1.5;
}
.comment-content {
word-wrap: break-word;
}
.comment-content blockquote:before {
font-size: 16px;
height: 24px;
line-height: 1.5;
width: 24px;
}
.comment-list {
border-bottom: 1px solid #ddd;
list-style: none;
margin-bottom: 30px;
padding-bottom: 0;
position: relative;
}
.comment-list .children {
list-style: none;
}
.comment-list .comment:not(:last-of-type),
.comment-list .depth-1:not(:last-of-type) {
border-bottom: 1px solid #eee;
margin-bottom: 30px;
}
.comment-list .comment .comment:first-of-type {
border-top: 1px solid #eee;
padding-top: 30px;
}
.comment-list .comment-respond {
border-top: 1px solid #eee;
margin-left: 30px;
padding-top: 30px;
}
.comment-list .comment-form {
padding-bottom: 0;
}
.pingback .comment-body {
padding-bottom: 30px;
}
.comment-author {
font-family: "Playfair Display", serif;
font-size: 16px;
font-weight: bold;
line-height: 1.875;
}
.comment-author a,
.comment-author b {
font-weight: bold;
}
.comment-author img {
border-radius: 50%;
vertical-align: middle;
}
.comment-meta {
margin-bottom: 30px;
}
.comment-author .avatar {
float: left;
margin-right: 15px;
}
.comment-author .says {
display: none;
}
.comment-metadata .edit-link:before {
content: "\002F";
font-weight: bold;
margin-right: 0.2em;
}
.comment-list .comment-reply-title small,
.comment-metadata,
.comment-reply-link {
color: #777;
font-family: Lato, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 1.54;
padding: 5px 0;
text-transform: uppercase;
}
.comment-list .comment-reply-title small {
float: right;
}
.comment-metadata a,
.comment-list .comment-reply-title small a {
color: #777;
}
.comment-list .comment-reply-title small a:active,
.comment-list .comment-reply-title small a:focus,
.comment-list .comment-reply-title small a:hover,
.comment-metadata a:active,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-reply-link:active,
.comment-reply-link:focus,
.comment-reply-link:hover {
color: #222;
}
.bypostauthor .fn {
outline: 2px solid #ddd;
padding: 0 0.2em;
}
.comment-reply-link {
display: inline-block;
margin-bottom: 30px;
}
.required {
color: #d11415;
font-weight: bold;
}
.comment-awaiting-moderation {
margin-bottom: 0;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
embed,
iframe,
object,
video,
.fb_iframe_widget,
.video-player,
.wp-audio-shortcode {
margin-bottom: 30px;
max-width: 100%;
} .wp-caption {
color: #777;
font-family: Lato, sans-serif;
font-size: 16px;
line-height: 1.25;
margin-bottom: 25px;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0;
padding: 5px 0;
} .gallery {
border: 1px solid #eee;
margin: 0 0 30px;
padding: 3.75px;
}
.gallery-item {
display: inline-block;
margin-bottom: 0;
padding: 3.75px;
position: relative;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
color: #777;
font-family: Lato, sans-serif;
font-size: 16px;
left: 0;
line-height: 1.25;
max-width: 100%;
margin: 0;
min-width: 100%;
padding: 5px 0;
}
.gallery-icon img {
display: block;
margin: 0 auto;
} .googlemaps {
margin-bottom: 30px;
}
.googlemaps br {
display: none;
}
.googlemaps iframe {
margin-bottom: 0;
}  .site-content .contact-form > div {
margin-bottom: 30px;
}
.site-content .contact-form label {
margin-bottom: 0;
}
.site-content .contact-form input[type="text"],
.site-content .contact-form input[type="email"],
.site-content .contact-form input[type="url"],
.site-content .contact-form textarea {
margin-bottom: 0;
width: 100%;
max-width: 100%;
}
.site-content .contact-form label span {
color: #d11415;
} .site .slideshow-window {
border-radius: 0;
border-width: 15px;
z-index: 0;
}
.site .tiled-gallery {
margin-bottom: 30px;
} .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
}
.infinity-end.neverending .site-footer {
display: block;
}
#infinite-handle {
border-top: 1px solid #eee;
clear: both;
font-family: Lato, sans-serif;
font-weight: bold;
margin: 0 0 30px;
overflow: hidden;
padding: 30px 0 0;
text-align: center;
}
#infinite-handle span {
background: transparent;
border-radius: 0;
display: inline-block;
padding: 0;
}
#infinite-handle span button,
#infinite-handle span button:active,
#infinite-handle span button:focus,
#infinite-handle span button:hover {
background: #fff;
border: 2px solid #eee;
display: inline-block;
font-size: 16px;
line-height: 1.875;
padding: 5.5px 13px;
text-transform: uppercase;
}
#infinite-handle span button {
color: #d11415;
}
#infinite-handle span button:active,
#infinite-handle span button:focus,
#infinite-handle span button:hover {
background: #d11415;
border-color: #d11415;
color: #fff;
}
.infinite-loader {
border-top: 1px solid #eee;
clear: both;
margin: 0 0 30px;
overflow: hidden;
padding: 75px 0 0;
position: relative;
text-align: center;
}
.infinite-loader .spinner {
position: absolute;
top: -22.5px !important;
left: 50% !important;
}
.archive .infinite-wrap .hentry:first-of-type,
.blog .infinite-wrap .hentry:first-of-type,
.search .infinite-wrap .hentry:first-of-type {
border-top: 1px solid #eee;
padding-top: 30px;
}
#infinite-footer {
background: #222;
border-top: 0;
color: #ccc;
font-size: 13px;
line-height: 1.54;
padding: 12.5px 0;
z-index: 99999;
}
#infinite-footer a:active,
#infinite-footer a:focus,
#infinite-footer a:hover {
text-decoration: none;
}
#infinite-footer .container {
background: transparent;
border: 0;
padding: 0;
width: 90% !important;
}
#infinite-footer .blog-info a {
color: #ccc;
font-size: inherit;
}
#infinite-footer .blog-credits a {
color: inherit;
}
#infinite-footer .blog-credits a:active,
#infinite-footer .blog-credits a:focus,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a:active,
#infinite-footer .blog-info a:focus,
#infinite-footer .blog-info a:hover {
color: #fff;
text-decoration: none;
}
#infinite-footer .blog-credits a:focus,
#infinite-footer .blog-info a:focus {
outline-color: rgba(255, 255, 255, 0.7)
}
#infinite-footer .blog-credits,
#infinite-footer .blog-info {
color: inherit;
font-size: inherit;
line-height: inherit;
} .site-content .jetpack-recipe {
margin: 0 0 30px;
padding: 30px 30px 0;
}
.site-content .jetpack-recipe blockquote {
margin-left: 0;
}
.site-content .jetpack-recipe ol,
.site-content .jetpack-recipe ul {
list-style-position: inside;
}
.site-content .jetpack-recipe-title {
padding: 0;
margin: 0 auto 30px;
border-bottom: 0;
}
.site-content .jetpack-recipe-content br {
display: none;
}
.site-content .jetpack-recipe .jetpack-recipe-meta {
color: #777;
font-size: inherit;
line-height: inherit;
overflow: inherit;
}
.site-content .jetpack-recipe-meta:before,
.site-content .jetpack-recipe-meta:after {
content: "";
display: table;
}
.site-content .jetpack-recipe-meta:after {
clear: both;
} .jetpack-video-wrapper {
margin: 0 0 30px;
}
.jetpack-video-wrapper:empty {
display: none;
} .hentry #jp-post-flair {
padding: 0;
}
.entry-summary .sharedaddy {
display: none !important;
}
.sd-like.jetpack-likes-widget-wrapper,
.sd-rating,
.sd-sharing-enabled:not(#jp-post-flair) {
border-bottom: 1px solid #eee;
margin: 0;
padding: 7.5px 0;
}
.sd-like.jetpack-likes-widget-wrapper iframe {
margin-bottom: 0;
}
.hentry div.sd-rating h3.sd-title,
.hentry div.sharedaddy h3.sd-title {
font-family: Lato, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 1.2;
margin: 0 0 7.5px;
}
.hentry div.sharedaddy .sd-content ul {
margin-bottom: 0 !important;
}
div#jp-relatedposts {
border-top: 1px solid #ddd;
margin: 0;
padding-top: 30px;
position: relative;
width: 100%;
}
div#jp-relatedposts a:focus {
background: transparent;
outline: 2px solid #ddd;
}
.hentry div#jp-relatedposts h3.jp-relatedposts-headline {
font-family: "Playfair Display", serif;
font-size: 25px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 30px;
}
.hentry div#jp-relatedposts h3.jp-relatedposts-headline em {
font-weight: inherit;
}
.comment .pd-rating,
.hentry .pd-rating,
.hentry .sd-sharing .share-count {
line-height: 1 !important;
}
.comment .pd-rating {
margin-bottom: 30px;
}
.hentry .post-likes-widget {
margin-bottom: 30px;
position: inherit !important;
top: auto !important;
}
.hentry .pd-rating + br,
.hentry div.sharedaddy h3.sd-title:before,
.hentry div#jp-relatedposts h3.jp-relatedposts-headline em:before {
display: none;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items {
width: 100%;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items p {
font-size: 16px;
line-height: 1.5;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post,
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context {
opacity: 1;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
padding: 0;
margin-bottom: 30px;
width: 100%;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:last-of-type {
margin-bottom: 0;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items.jp-relatedposts-items-minimal .jp-relatedposts-post {
margin: 0 0 30px;
padding: 0;
width: 100%;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context {
color: #777;
font-family: Lato, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 1.54;
padding: 5px 0;
text-transform: uppercase;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title {
font-family: "PT Serif", serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 0;
line-height: 1.5;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title a {
border-bottom: 0;
font-weight: inherit;
text-decoration: none !important;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items span.jp-relatedposts-post-title {
font-size: inherit;
line-height: inherit;
}
.hentry div#jp-relatedposts div.jp-relatedposts-post-thumbs .jp-relatedposts-post-title {
padding: 15px 0 0;
}
.hentry div#jp-relatedposts .jp-relatedposts-post-a {
border-bottom: 0;
}
.hentry .pd-rating {
line-height: 1;
}
.hentry .rating-msg {
display: none;
} .site-logo-link {
align-items: center;
display: block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 0 auto;
max-height: 90px;
max-width: 100%;
padding: 0 60px;
}
.site-logo-link:active,
.site-logo-link:focus,
.site-logo-link:hover {
opacity: 0.7;
}
.site-logo-link:focus {
outline: none;
}
.site-logo-link img {
display: block;
height: auto;
max-height: 90px;
max-width: 100%;
}  .widget_contact_info .contact-map {
margin-bottom: 15px;
}
.widget_contact_info > div:last-of-type {
margin-bottom: 30px;
} .widget_jetpack_display_posts_widget .jetpack-display-remote-posts {
margin: 0;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
font-size: 20px;
line-height: 1.5;
margin: 0 auto 30px;
padding: 0;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts img {
margin-bottom: 30px;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
font-size: 16px;
line-height: 1.5 !important;
margin: 0 0 30px !important;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 + p {
margin-top: -30px !important;
} .widget_goodreads .gr_custom_widget {
margin-bottom: 30px;
}
.widget_goodreads br,
.widget_goodreads center {
display: none;
}
.widget_goodreads h2[class^="gr_custom_header"] {
font-size: 20px;
line-height: 1.5;
margin: 0 auto 30px;
}
.widget_goodreads div[class^="gr_custom_title"] a {
color: #d11415;
}
.widget_goodreads div[class^="gr_custom_title"] a:active,
.widget_goodreads div[class^="gr_custom_title"] a:focus,
.widget_goodreads div[class^="gr_custom_title"] a:hover {
color: #222;
}
.widget_goodreads div[class^="gr_custom_container"] {
padding: 0;
background: transparent;
border: 0;
color: inherit;
border-radius: 0;
}
.widget_goodreads div[class^="gr_custom_each_container"] {
padding: 15px 0;
margin: 0;
border-top: 1px solid #eee;
border-bottom: 0;
}
.widget_goodreads div[class^="gr_custom_each_container"]:last-of-type {
border-bottom: 1px solid #eee;
}
.widget_goodreads div[class^="gr_custom_title"] {
font-weight: bold;
}
.widget_goodreads div[class^="gr_custom_author"] {
color: #777;
font-family: Lato, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 1.54;
padding: 5px 0;
text-transform: uppercase;
}
.widget_goodreads div[class^="gr_custom_container"] div[class^="gr_custom_author"] a {
border-bottom: 0;
color: inherit;
}
.widget_goodreads div[class^="gr_custom_container"] div[class^="gr_custom_author"] a:active,
.widget_goodreads div[class^="gr_custom_container"] div[class^="gr_custom_author"] a:focus,
.widget_goodreads div[class^="gr_custom_container"] div[class^="gr_custom_author"] a:hover {
color: #222;
}
.widget_goodreads center a {
border-bottom: 0;
} .widget-grofile .grofile-thumbnail {
border-radius: 50%;
float: right;
margin-bottom: -60px;
max-width: 60px;
}
.widget-grofile h4 {
font-size: 20px;
line-height: 1.5;
margin: 0 0 45px !important;
max-width: 180px;
}
.widget-grofile .grofile-meta {
clear: both;
}
.widget-grofile .grofile-meta + p {
clear: both;
margin-top: -30px;
}
.widget-grofile .grofile-full-link {
display: inline-block;
} .widget_image .jetpack-image-container {
margin-bottom: 30px;
}
.widget_image .jetpack-image-container img {
vertical-align: middle;
}
.widget_image .jetpack-image-container .wp-caption {
margin-bottom: 0;
} .widget_rss_links ul {
border-bottom: 1px solid #eee;
list-style: none;
margin-left: 0;
}
.widget_rss_links li {
border-top: 1px solid #eee;
padding-bottom: 15px;
padding-top: 15px;
}
.widget_rss_links a {
border-bottom: 0;
}
.widget_rss_links p {
border-top: 1px solid #eee;
margin-bottom: 15px;
padding-top: 15px;
}
.widget_rss_links p:last-of-type {
border-bottom: 1px solid #eee;
margin-bottom: 30px;
padding-bottom: 15px;
}
.widget_rss_links p a + a {
margin-left: 11px;
}
.widget_rss_links img {
vertical-align: middle;
} .eventbrite-event .entry-header span {
padding-right: 12px;
}
.eventbrite-event .entry-header span:last-of-type {
padding-right: 0;
} button,
input,
textarea,
#infinite-handle button,
.featured-content .post-thumbnail,
.post-link .genericon,
.post-navigation .meta-nav,
.post-navigation .post-title,
.hentry:not(.format-gallery):not(.format-image) .post-thumbnail,
.post-thumbnail:before,
.post-thumbnail img,
.search-form:before,
.site,
.site-info .sep,
.sticky-post {
transition: all 350ms ease-in-out;
}
a {
transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
}  @media screen and (min-width: 600px) { .site-logo-link {
max-width: 580px;
} .menu-toggle {
height: 60px;
margin-top: -30px;
width: 60px;
}
.menu-toggle:before {
font-size: 16px;
height: 58px;
line-height: 58px;
width: 58%;
}
.main-navigation.toggled > div:before {
right: 24px;
} .comment-navigation,
.post-navigation,
.posts-navigation {
margin-bottom: 60px;
}
.comment-navigation + .comment-respond,
.posts-navigation  {
padding-top: 0px;
}
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.posts-navigation .nav-previous a:before {
content: '\f429';
font-size: 16px;
line-height: 1.875;
width: 20px;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before {
content: '\f430';
} .sidebar-toggle {
height: 60px;
margin-bottom: 60px;
margin-left: -30px;
width: 60px;
}
.sidebar-toggle:before {
height: 58px;
line-height: 58px;
width: 58px;
}
.widget {
padding-bottom: 30px;
}
.footer-widget {
padding-top: 60px;
}
.footer-widget-inner .widget {
border-bottom: 0;
margin-bottom: 0;
} .author-info {
margin: 30px 0 60px;
}
.site-main,
.widget-area {
padding-top: 60px;
}
.widget-area:before {
margin-top: -60px;
} .site-branding {
min-height: 60px;
}
.site-description,
.site-title {
margin: 0 90px;
}
.site-title {
font-size: 31px;
line-height: 1.452;
}
.search-toggle {
height: 60px;
width: 60px;
}
.search-toggle:before {
font-size: 24px;
height: 58px;
line-height: 58px;
width: 58px;
}
.toggled .search-toggle:before {
font-size: 16px;
} .archive .hentry,
.blog .hentry,
.search .hentry {
margin-bottom: 60px;
padding-top: 60px;
}
.archive .hentry:first-of-type,
.blog .hentry:first-of-type,
.search .hentry:first-of-type {
margin-top: -60px;
}
.page .entry-footer {
margin-bottom: 30px;
margin-top: 30px;
}
.page-header {
margin-bottom: 60px;
padding-bottom: 30px;
}
.page .hentry:not(.has-post-thumbnail) .entry-header,
.single .hentry:not(.has-post-thumbnail) .entry-header,
.single .hentry.format-quote .entry-header,
.single .hentry.format-video .entry-header {
margin-bottom: 30px;
}
.entry-header-wrapper {
padding-top: 60px;
}
.page-content {
padding-bottom: 30px;
}
.content-area .format-standard a.post-thumbnail {
height: 240px;
} body:not(.single) .content-area .format-gallery.has-post-thumbnail,
body:not(.single) .content-area .format-image.has-post-thumbnail {
padding-top: 90px;
}
.post-link {
height: 240px;
} .comments-area {
padding-top: 60px;
}
.no-comments {
margin-bottom: 60px;
}
.comment-list {
margin-bottom: 60px;
padding-bottom: 30px;
}
.comment-form {
padding-bottom: 30px;
} #infinite-handle {
margin-bottom: 60px;
padding-top: 60px;
}
.infinite-loader {
margin-bottom: 60px;
padding-top: 105px;
}
.archive .infinite-wrap .hentry:first-of-type,
.blog .infinite-wrap .hentry:first-of-type,
.search .infinite-wrap .hentry:first-of-type {
padding-top: 60px;
} div#jp-relatedposts {
margin-top: 30px;
padding-top: 61px;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:last-of-type {
margin-bottom: 30px;
} .site-logo-link {
padding: 0 90px;
}
} @media screen and (min-width: 768px) { body {
font-size: 20px;
} .bottom-navigation > div,
.bottom-social > div,
.entry-header-inner,
.featured-content-inner,
.footer-navigation > div,
.footer-widget-inner,
.search-navigation-inner,
.site-branding,
.site-content-inner,
.site-info,
.site-top-inner {
width: 648px;
}
.footer-widget-inner .widget {
width: 294px;
}
.author-info .author-heading {
max-width: 496px;
}
.footer-widget-inner .widget {
float: left;
}
.footer-widget-inner .widget {
margin-left: 30px;
margin-right: 30px;
}
.footer-widget-inner .widget:nth-of-type(even) {
clear: right;
margin-right: 0;
}
.footer-widget-inner .widget:nth-of-type(odd) {
clear: left;
margin-left: 0;
} .site-title {
font-size: 49px;
line-height: 1.225;
} .blog .featured-content .hentry {
height: 350px;
width: 309px;
}
.blog .featured-content .hentry:first-of-type {
height: 300px;
width: 100%;
}
.blog .featured-content .hentry:nth-of-type(2),
.blog .featured-content .hentry:nth-of-type(4) {
margin-right: 30px;
} .content-area .format-standard a.post-thumbnail {
float: left;
height: 100%;
margin-bottom: 0;
margin-right: 30px;
overflow: visible;
width: 196px;
}
.content-area .format-standard a.post-thumbnail img {
position: inherit;
top: auto;
-webkit-transform: none;
transform: none;
}
.content-area .format-standard.has-post-thumbnail .entry-header {
float: right;
width: 422px;
}
.content-area .format-standard.has-post-thumbnail > .entry-meta,
.content-area .format-standard.has-post-thumbnail .entry-summary {
clear: right;
}
.author-info .author-avatar {
display: block;
float: right;
width: 60px;
} .post-link {
float: left;
height: 174px;
margin-bottom: 0;
margin-right: 30px;
width: 196px;
}
.archive .format-link .entry-header,
.blog .format-link .entry-header,
.search .format-link .entry-header {
float: right;
width: 422px;
}
.archive .format-link > .entry-meta,
.blog .format-link > .entry-meta,
.search .format-link > .entry-meta,
.archive .format-link .entry-summary,
.blog .format-link .entry-summary,
.search .format-link .entry-summary {
clear: right;
} #infinite-footer .container {
width: 648px !important;
}
} @media screen and (min-width: 840px) { .bottom-navigation > div,
.bottom-social > div,
.entry-header-inner,
.featured-content-inner,
.footer-navigation > div,
.footer-widget-inner,
.search-navigation-inner,
.site-branding,
.site-content-inner,
.site-info,
.site-top-inner {
width: 720px;
}
.footer-widget-inner .widget {
width: 330px;
}
.author-info .author-heading {
max-width: 568px;
} .blog .featured-content .hentry {
height: 300px;
width: 345px;
} .content-area .format-standard a.post-thumbnail {
width: 220px;
}
.content-area .format-standard.has-post-thumbnail .entry-header {
width: 470px;
} .post-link {
height: 195px;
width: 220px;
}
.archive .format-link .entry-header,
.blog .format-link .entry-header,
.search .format-link .entry-header {
width: 470px;
} #infinite-footer .container {
width: 720px !important;
}
} @media screen and (min-width: 1100px) { .menu-toggle {
display: none;
}
.main-navigation {
float: left;
}
.main-navigation {
z-index: 1;
}
.main-navigation > div {
display: block;
margin: 0 auto;
width: auto;
}
.main-navigation.toggled > div {
background: #fff;
border: 0;
box-shadow: none;
position: relative;
top: auto;
margin-top: 0;
width: 100%;
left: auto;
padding: 0;
z-index: 9998;
}
.main-navigation > div:before {
background: #fff;
content: "";
display: block;
height: 100%;
position: absolute;
width: 1px;
z-index: 1;
}
.main-navigation > div > ul {
border: 0;
padding: 0;
}
.main-navigation > div > ul > li:last-child {
border-bottom: 0;
}
.main-navigation ul {
border-bottom: 0;
}
.main-navigation ul.toggled {
border-bottom: 0;
display: none;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
}
.main-navigation li {
border-top: 0;
float: left;
padding: 0 20px;
}
.main-navigation .nav-menu > li + li {
border-left: 0px;
}
.main-navigation .menu-item-has-children {
padding-right: 38.5px;
position: relative;
}
.main-navigation .page_item_has_children > a,
.main-navigation .menu-item-has-children > a {
padding-right: 0;
position: static;
}
.main-navigation .menu-item-has-children > a:after {
color: #d11415;
content: "\f431";
font-size: 16px;
height: 16px;
line-height: 1;
margin-top: -8px;
position: absolute;
top: 50%;
right: 15px;
width: 16px;
}
.main-navigation ul ul .menu-item-has-children > a:after {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.main-navigation ul ul {
background: #fff;
border: 1px solid #ddd;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.075);
float: left;
padding: 15px 0;
position: absolute;
top: 1.875em;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: -16px;
}
.main-navigation ul ul a {
width: 208px;
}
.main-navigation ul ul li {
background: #fff;
}
.main-navigation ul li:hover > ul,
.main-navigation ul .focus > ul {
display: block;
left: auto;
margin-left: -16px;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul .focus > ul {
left: 100%;
} .bottom-social {
display: none;
}
.social-navigation {
border-bottom: 0;
float: right;
padding-bottom: 0;
padding-left: 15px;
padding-top: 0;
}
.social-navigation a:before {
font-size: 30px;
} .secondary-navigation {
display: block;
float: left;
} .bottom-navigation {
display: none;
} .footer-navigation ul {
padding: 3px 0;
}
.footer-navigation li {
border-top: 0;
float: left;
padding: 0 10px;
}
.footer-navigation li:first-child {
padding-left: 0;
}
.footer-navigation li:last-child {
padding-right: 0;
}
.footer-navigation li + li {
border-left: 1px solid #eee;
}
.footer-navigation a {
padding: 0;
} .sidebar-toggle {
display: none;
}
.widget-area {
display: block;
}
.widget_calendar td,
.widget_calendar tr {
padding-left: 0;
padding-right: 0;
} .entry-header-inner,
.featured-content-inner,
.footer-navigation > div,
.footer-widget-inner,
.header-image-inner,
.search-navigation-inner,
.site-branding,
.site-content-inner,
.site-info,
.site-top-inner {
width: 840px;
}
.site-main {
width: 615px;
}
.widget-area {
width: 226px;
}
.author-info {
width: 225px;
}
.footer-widget-inner .widget {
width: 165px;
}
.comments-area {
margin-right: -60px;
padding-right: 60px;
}
.site-main {
border-right: 1px solid #ddd;
float: left;
padding-right: 60px;
}
.widget-area {
border-left: 1px solid #ddd;
float: right;
margin-left: -1px;
padding-left: 60px;
padding-top: 60px;
}
.widget-area:before {
display: none;
}
.footer-widget-inner .widget:nth-of-type(even),
.footer-widget-inner .widget:nth-of-type(odd) {
clear: none;
margin-left: 30px;
margin-right: 30px;
}
.footer-widget-inner .widget:nth-of-type(4n+1) {
clear: left;
margin-left: 0;
}
.footer-widget-inner .widget:nth-of-type(4n+4) {
clear: right;
margin-right: 0;
} .no-site-branding .site-header {
padding-top: 0;
}
.site-top {
display: block;
}
.no-site-branding .site-top {
margin: 0;
}
.site-branding {
min-height: 0;
}
.site-description,
.site-title {
padding-left: 0;
padding-right: 0;
}
.search-navigation {
border-top: 1px solid #ddd;
margin-bottom: -15px;
margin-top: 30px;
padding-top: 15px;
position: relative;
top: auto;
}
.no-site-branding .site-branding + .search-navigation {
margin-top: 0;
}
.search-navigation-inner {
align-items: center;
-webkit-align-items: center;
display: block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}
.search-toggle {
height: 40px;
width: 40px;
z-index: 0;
}
.search-toggle:before {
font-size: 25px;
height: 28px;
line-height: 28px;
width: 28px;
}
.search-header.toggled .search-toggle:before {
font-size: 12px;
}
.header-image {
border-top: 0px;
margin: 30px 0 -15px;
padding: 30px 0 15px;
}
.no-site-branding .header-image {
margin-top: 0;
} .blog .featured-content .hentry {
height: 350px;
width: 345px;
}
.blog .featured-content .hentry:first-of-type {
margin-right: 30px;
height: 350px;
width: 550px;
}
.blog .featured-content .hentry:nth-of-type(2) {
margin-right: 0;
width: 260px;
}
.blog .featured-content .hentry:nth-of-type(3),
.blog .featured-content .hentry:nth-of-type(4),
.blog .featured-content .hentry:nth-of-type(5) {
width: 260px;
}
.blog .featured-content .hentry:nth-of-type(3) {
margin-right: 30px;
} .entry-header-wrapper {
background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
bottom: 0;
left: 0;
padding-bottom: 60px;
position: absolute;
}
.entry-hero .entry-title {
color: #fff;
}
.entry-hero .entry-meta,
.entry-hero .entry-title {
max-width: 930px;
text-shadow: 0 0 0.125em rgba(0, 0, 0, 0.7);
}
.entry-hero .entry-meta,
.entry-hero .entry-meta a {
color: #fff;
}
.entry-hero .entry-meta a:active,
.entry-hero .entry-meta a:focus,
.entry-hero .entry-meta a:hover {
color: #fff;
opacity: 0.7;
}
.entry-hero .entry-meta a:focus {
outline-color: rgba(255, 255, 255, 0.7);
}
.content-area .format-standard a.post-thumbnail {
position: inherit;
width: 165px;
}
.content-area .format-standard.has-post-thumbnail .entry-header {
width: 359px;
}
.author-info {
border-left: 0;
border-right: 0;
border-top: 0;
margin: 0;
margin-bottom: 60px;
margin-left: -60px;
padding: 0;
padding-bottom: 30px;
padding-left: 60px;
}
.author-info .author-avatar {
display: none;
}
.author-info .author-heading {
float: none;
max-width: 100%;
} .post-link {
height: 147px;
width: 165px;
}
.archive .format-link .entry-header,
.blog .format-link .entry-header,
.search .format-link .entry-header {
width: 359px;
} .comment-list:before,
.comment-navigation + .comment-respond:before {
background: #ddd;
content: "";
display: block;
height: 1px;
position: absolute;
right: -60px;
width: 100%;
}
.comment-list:before {
bottom: -1px;
}
.comment-navigation + .comment-respond:before {
top: -1px;
} #infinite-footer .container {
width: 840px !important;
} div#jp-relatedposts:before {
background: #ddd;
content: "";
display: block;
height: 1px;
position: absolute;
right: -60px;
top: -1px;
width: 100%;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
margin: 0 15px;
width: 164.6666667px;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:first-of-type {
margin-left: 0;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:last-of-type {
margin-right: 0;
}
} @media screen and (min-width: 1080px) { .entry-header-inner,
.featured-content-inner,
.footer-navigation > div,
.footer-widget-inner,
.header-image-inner,
.search-navigation-inner,
.site-branding,
.site-content-inner,
.site-info,
.site-top-inner {
width: 960px;
}
.site-main {
width: 705px;
}
.widget-area {
width: 256px;
}
.author-info {
width: 255px;
}
.footer-widget-inner .widget {
width: 195px;
} .blog .featured-content .hentry:first-of-type {
height: 430px;
margin-right: 0;
width: 630px;
}
.blog .featured-content .hentry:nth-of-type(2),
.blog .featured-content .hentry:nth-of-type(3) {
height: 370px;
margin-left: 30px;
margin-right: 0;
width: 300px;
}
.blog .featured-content .hentry:nth-of-type(4),
.blog .featured-content .hentry:nth-of-type(5) {
height: 310px;
margin-right: 0;
margin-top: -340px;
width: 300px;
}
.blog .featured-content .hentry:nth-of-type(5) {
margin-left: 330px;
} .content-area .format-standard a.post-thumbnail {
width: 195px;
}
.content-area .format-standard.has-post-thumbnail .entry-header {
width: 419px;
}
.author-info .author-avatar {
display: block;
}
.author-info .author-heading {
float: left;
max-width: 120px;
} .post-link {
height: 173px;
width: 195px;
}
.archive .format-link .entry-header,
.blog .format-link .entry-header,
.search .format-link .entry-header {
width: 419px;
} #infinite-footer .container {
width: 960px !important;
} .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
width: 194.6666667px;
}
} @media screen and (min-width: 1380px) { .entry-header-inner,
.featured-content-inner,
.footer-navigation > div,
.footer-widget-inner,
.header-image-inner,
.search-navigation-inner,
.site-branding,
.site-content-inner,
.site-info,
.site-top-inner {
width: 1260px;
}
.page .comments-area,
.site-main {
width: 930px;
}
.comments-area  {
width: 600px;
}
div#jp-relatedposts,
.single .entry-content {
width: 540px;
}
.author-info {
width: 330px;
}
.widget-area {
width: 331px;
}
.entry-footer,
.footer-widget-inner .widget {
width: 270px;
}
div#jp-relatedposts,
.comments-area,
.single .entry-content {
float: right;
} .blog .featured-content .hentry:first-of-type {
height: 500px;
width: 830px;
}
.blog .featured-content .hentry:nth-of-type(2),
.blog .featured-content .hentry:nth-of-type(3) {
height: 375px;
margin-left: 30px;
width: 400px;
}
.blog .featured-content .hentry:nth-of-type(4),
.blog .featured-content .hentry:nth-of-type(5) {
height: 250px;
margin-top: -280px;
width: 400px;
}
.blog .featured-content .hentry:nth-of-type(5) {
margin-left: 430px;
} .content-area .format-standard a.post-thumbnail {
width: 270px;
}
.content-area .format-standard.has-post-thumbnail .entry-header {
width: 569px;
}
.author-info .author-heading {
max-width: 180px;
} .post-link {
height: 240px;
width: 270px;
}
.archive .format-link .entry-header,
.blog .format-link .entry-header,
.search .format-link .entry-header {
width: 569px;
} #infinite-footer .container {
width: 1260px !important;
} .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
width: 160px;
}
}
@media (max-width: 1380px) {
.main-navigation li{
padding:0px 10px;
}
.main-navigation li a {
font-size:16px;
}
}
@media (max-width: 1100px) {
.main-navigation li{
padding:20px;
}
.main-navigation li a {
font-size:20px;
}
}