/*
Theme Name: Del's Cooking Twist
Description: Custom theme
Version: 1.0
Author: cre8d design
Author URI: https://www.cre8d-design.com
Update URI: false
*/

:root {
	--del-black: #222;	
	--del-white: #FFFFFF;
	--del-palepink: #fbf8f7;
	--del-lightpink: #f8f2f0;
	--del-pink: #f1ded9;
	--del-darkpink: #e3c1b8;
	--del-darkerpink: #D7AA9E;
	--del-brown: #8d695f;
	--del-red: #CB1F25;
}

img,legend{border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body,figure{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}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:bolder;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{box-sizing:content-box}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}select{text-transform:none}button{overflow:visible}button,input,select,textarea{max-width:100%}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default;opacity:.5}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;margin-right:.4375em;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #d1d1d1;margin:0 0 1.75em;padding:.875em}fieldset>:last-child{margin-bottom:0}legend{padding:0}textarea{overflow:auto;vertical-align:top}

body {font-family:Georgia,Times,"Times New Roman",serif;}

h1,h2,h3,h4,h5,h6, 
.imagegrid .gridtitle,
#topbar,
.wp-block-pullquote,
.largelist li:before,
ul.is-style-check-horz {font-family:"miller-banner",serif;}

.imagegrid .gridcat,
.featurebox .gridcat,
.subscribeform input[type="submit"],
#bodyel .customckform button.formkit-submit,
.menubar,
#footer,
#footer h2,
#langswitch,
.catswiper .swipertitle,
a.btn, .facetwp-load-more, .togglefacets,
p.more-link,
.breadcrumb,
ol.is-style-circles li:before, ul.is-style-circles li:before,
.postmeta>ul>li.jump>a,
.postmeta>ul>li.share>a,
.del-tasty-wrap .del-tasty-meta>ul>li.review>a,
.contentswiper .swiper-custom-prevnext,
.postcats,
.conversiontable table,
.conversion-calculator input, .conversion-calculator select, .conversion-calculator button,
blockquote cite, .wp-block-quote cite, .wp-block-pullquote cite,
h2.small,
.comdiv .commeta,
#respond .comment-form label,
#respond .tasty-recipes-comment-form legend,
#respond .comment-form input[type="submit"],
#fullwrap .gform_wrapper .gfield_label,
#fullwrap .gform_wrapper .gform_button, #fullwrap .gform_wrapper .gform_page_footer .button,
.recipeindex .ri-facets,
.recipeindex .ri-facets .facet-label,
.del-tasty-wrap .tasty-recipes-units-scale-container .tasty-recipes-scale-label,
.del-tasty-wrap .tasty-recipes-units-scale-container .tasty-recipes-convert-label {font-family:"proxima-nova",sans-serif;}

.postmeta ul li.rating .ratingicons,
.comdiv .tasty-recipes-ratings,
.del-tasty-wrap .tasty-recipes-rating-wrap .tasty-recipes-rating-icons,
.tasty-recipes-comment-form .tasty-recipes-ratings-buttons {font-family:Arial,Helvetica,sans-serif;}

/***** GENERAL STYLING *****/

.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;width:1px;word-wrap:normal!important}

.skip-to-content:focus {clip:auto !important;clip-path:none;margin:0;height:auto;width:auto;top:5px;left:5px;display:block;font-size:14px;line-height:20px;text-transform:uppercase;letter-spacing:0.13em;padding:14px 30px;background:var(--del-lightpink);color:var(--del-black);z-index:10000000;transition:none;border-radius:24px;font-weight:600;}

body,html {min-width:320px;}

img, .wp-caption {max-width:100%;height:auto;}

.clearfix:before, .clearfix:after {content:" ";display:table;}
.clearfix:after {clear:both;}
.clearfix {*zoom:1;}

.container {display:block;width:1280px;max-width:100%;margin:0 auto;padding:0 40px;min-width:320px;box-sizing:border-box;}

@media screen and (max-width:1023px) {
	.container {padding:0 20px;}
}
@media screen and (max-width:339px) {
	.container {padding:0 10px;}
}

body {font-size:18px;line-height:1.77777;color:var(--del-black);background:var(--del-white);word-wrap:break-word;}

a {transition:color 0.3s, background 0.3s;color:var(--del-brown);text-decoration:underline;}
a:hover, a:active {color:var(--del-black);}
a[data-pin-log] {cursor:pointer;}

a img, .imagegrid .gridimage img, .catswiper .swiperimage {transition:opacity 0.3s;vertical-align:bottom;}
a:hover img, a:active img, .imagegrid .gridlink:hover .gridimage img, .catswiper .swiper-slide:hover .swiperimage {opacity:0.75;}

p, address {margin-top:0;margin-bottom:1em;}

ul, ol {margin:1em 0;padding:0 0 0 1.6em;}
ul ul, ul ol, ol ul, ol ol {margin-top:4px;margin-bottom:0;}
li {margin:0 0 4px 0;padding:0 0 0 0.3125em;}
li::marker {line-height:1;}

ul.is-style-check, ol.is-style-check {list-style:none;}
ul.is-style-check>li, ol.is-style-check>li {padding-left:1.9125em;margin-left:-1.6em;position:relative;list-style:none;}
ul.is-style-check>li:before, ol.is-style-check>li:before {content:"";position:absolute;top:0.38888888888888888888888888888889em;left:0.16666666666666666666666666667em;width:1em;height:1em;background-size:100%;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%238d695f' d='M16 32c8.837 0 16-7.163 16-16s-7.163-16-16-16-16 7.162-16 16 7.162 16 16 16zM23.063 13.063l-9.063 9.063-6.125-6.125 2.125-2.119 4 4 8-8.006 2.119 2.125-1.063 1.063z'%3E%3C/path%3E%3C/svg%3E%0A");}

ol.is-style-circles, ul.is-style-circles {padding:0;list-style:none;counter-reset:ol-circles;}
ol.is-style-circles li, ul.is-style-circles li {padding:0 0 0 1.925em;counter-increment:ol-circles;position:relative;list-style:none !important;} 
ol.is-style-circles li:before, ul.is-style-circles li:before {content:counter(ol-circles);width:1.5em;height:1.5em;line-height:1.5em;display:block;position:absolute;top:0.58333333333333333333333333333333em;left:0.25em;background:var(--del-brown);border-radius:50%;text-align:center;font-size:0.66666666666666666666666666666667em;font-weight:600;color:var(--del-white)}

ul.is-style-check-horz, ol.is-style-check-horz {display:flex;flex-wrap:wrap;justify-content:center;font-size:28px;line-height:1.5;padding-left:0;margin-left:-1em;list-style:none;}
ul.is-style-check-horz>li {padding-left:0;margin-left:1em;padding-left:1.6em;position:relative;list-style:none;}
ul.is-style-check-horz>li:before, ol.is-style-check-horz>li:before {content:"";position:absolute;top:0.25em;left:0.16666666666666666666666666667em;width:1em;height:1em;background-size:100%;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23e3c1b8' d='M16 32c8.837 0 16-7.163 16-16s-7.163-16-16-16-16 7.162-16 16 7.162 16 16 16zM23.063 13.063l-9.063 9.063-6.125-6.125 2.125-2.119 4 4 8-8.006 2.119 2.125-1.063 1.063z'%3E%3C/path%3E%3C/svg%3E%0A");}

@media screen and (max-width:767px) {
	ul.is-style-check-horz, ol.is-style-check-horz {display:block;margin-left:0;font-size:24px;}
	ul.is-style-check-horz>li {margin-left:0;margin-bottom:8px;}
}

h1, h2, h3, h4, h5, h6 {position:relative;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {font-weight:inherit;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight:inherit;}

h1 {font-size:48px;line-height:56px;font-weight:normal;margin:60px 0 40px 0;text-align:center;}
h2 {font-size:42px;line-height:50px;font-weight:normal;margin:60px 0 30px 0;text-align:center;}
h3, .maincol h2 {font-size:36px;line-height:44px;font-weight:normal;margin:40px 0 25px 0;}
h4, .maincol h3 {font-size:32px;line-height:40px;font-weight:normal;margin:30px 0 20px 0;}
h5, .maincol h4 {font-size:28px;line-height:36px;font-weight:normal;margin:30px 0 20px 0;}
h6, .maincol h5 {font-size:24px;line-height:32px;font-weight:normal;margin:30px 0 20px 0;}

.maincol h2 {text-align:inherit;}

h1.has-text-align-left, h2.has-text-align-left {text-align:left;}
h1.has-text-align-center, h2.has-text-align-center {text-align:center;}
h1.has-text-align-right, h2.has-text-align-right {text-align:right;}

.underlined {border-bottom:1px solid var(--del-pink);padding-bottom:10px;}

.sidebar h2 {font-size:24px;line-height:32px;text-align:center;margin:30px 0 20px 0;}

.posttitle {margin:0 0 30px 0;text-align:left;}

.withbranch:before {content:"";display:block;margin:0 auto 20px auto;font-size:32px;}

@media screen and (max-width:767px) {
	h1 {font-size:36px;line-height:44px;margin:40px 0 30px 0;}
	h2 {font-size:32px;line-height:40px;margin:40px 0 25px 0;}
	h3 {font-size:28px;line-height:36px;}
	h4 {font-size:24px;line-height:32px;}
}

h2.small {font-size:16px;line-height:24px;text-transform:uppercase;letter-spacing:0.13em;font-weight:600;margin:40px auto 20px auto;text-align:left;width:730px;max-width:100%;}

.btnswrap-a {display:flex;justify-content:center;margin-left:-20px;row-gap:20px;flex-wrap:wrap;justify-content:center;}
.btnswrap a.btn {margin-left:20px;row-gap:20px;}

@media screen and (max-width:767px) {
	.btnswrap-a {margin-left:-15px;row-gap:15px;}
	.btnswrap a.btn {margin-left:15px;row-gap:15px;}
}

.btnswrap-center .btnswrap-a {justify-content:center;}
.btnswrap-left .btnswrap-a {justify-content:flex-start;}
.btnswrap-right .btnswrap-a {justify-content:flex-end;}

a.btn, .facetwp-load-more, .togglefacets {background:var(--del-lightpink);color:var(--del-black) !important;font-size:14px;line-height:20px;font-weight:600;padding:14px 30px;border-radius:24px;text-align:center;display:inline-block;text-decoration:none !important;text-transform:uppercase;letter-spacing:0.13em;border:none;transition:background 0.3s;}
a.btn:hover, a.btn:active, .facetwp-load-more:hover, .togglefacets:hover {background:var(--del-pink);}

a.btn-pink {background:var(--del-pink);}
a.btn-pink:hover, a.btn-pink:active {background:var(--del-darkpink);}

a.btn .cicon {height:20px;vertical-align:top;margin-right:3px;}
a.btn:focus-visible {outline:auto;}
a.btn.clicked {position:relative;color:transparent !important;transition:none;}
a.btn.clicked:before {content:"Loading...";color:var(--del-black);position:absolute;top:0;left:0;width:100%;box-sizing:border-box;padding:14px 30px;}

p.more-link {text-transform:uppercase;letter-spacing:0.13em;font-size:14px;line-height:20px;text-align:center;font-weight:600;}
p.more-link a {border-bottom:1px solid currentColor;text-decoration:none;display:inline-block;padding-bottom:3px;}

p.fineprint {font-size:14px;font-style:italic;margin-top:20px;margin-bottom:20px;}

hr, hr.wp-block-separator {width:100% !important;height:0;background:none;color:var(--del-pink);border-bottom:1px solid var(--del-pink);clear:both;max-width:none !important;opacity:1 !important;}

hr.wp-block-separator.is-style-branch {font-size:32px;margin-left:auto;margin-right:auto;border:none;background-color:transparent;}

hr.wp-block-separator.is-style-branch, .withbranch:before {
	width:0.875em !important;height:1em;background-repeat:no-repeat;background-position:center center;background-size:100%;background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='28' height='32' viewBox='0 0 28 32'%3E%3Cpath fill='%238d695f' d='M10.877 26.483c4.952-2.689 10.265-0.852 12.816 3.003-2.113 0.419-4.95 1.825-8.507 1.601l-0.642-0.049c-2.019-0.194-2.928-0.729-5.682-3.053-0.134 0.239-0.275 0.485-0.426 0.736l-0.777 1.256c-0.457 0.72-0.421 0.49-1.201 0.405 1.443-2.027 2.266-3.535 2.982-5.721l-0.914-0.341c-3.28-1.249-4.056-1.864-5.434-3.958-2.115-3.221-2.345-6.639-3.092-8.854 4.928 0.321 9.481 4.325 9.659 10.418-0.063 0.044 0.071 0.693 0.208 1.346 0.814-2.817 1.075-4.607 2.196-6.786l-0.816-0.461c-2.65-1.521-3.222-2.135-4.103-4.089-1.332-2.977-1.044-5.865-1.366-7.81 4.115 0.941 7.399 4.906 6.695 10.023-0.076 0.032-0.021 0.912 0.003 1.585 0.627-1.078 1.48-2.277 2.706-3.752l0.234-0.246 0.584-1.736c0.1-0.317 0.157-0.547 0.12-0.58 1.010-6.583 6.491-9.998 11.881-9.34-1.108 2.249-1.812 5.917-4.543 8.978l-0.406 0.445c-1.706 1.814-2.821 2.204-7.293 2.963-0.291 0.35-0.563 0.687-0.814 1.016l0.843-0.241c0.187-0.058 0.316-0.106 0.32-0.133 3.709-1.781 7.521-0.254 9.24 2.639-1.56 0.234-3.68 1.151-6.266 0.865-1.836-0.206-2.396-0.523-4.57-2.549-1.889 2.611-2.593 4.671-3.124 6.69l0.682-0.466c0.254-0.178 0.437-0.319 0.427-0.358 3.603-3.526 8.617-3.17 11.736-0.397-1.712 0.866-3.811 2.768-6.922 3.412-2.182 0.455-2.957 0.3-6.173-1.218l-0.281 1.113c-0.342 1.31-0.759 2.674-1.516 4.227l1.024-0.344c0.239-0.085 0.424-0.159 0.49-0.207l0.025-0.031zM14.748 13.739c-0.060 0.078-0.12 0.156-0.174 0.237l1.74 0.188c-0.072 0.612 0.153 1.212 0.485 1.599-0.214-0.35-0.463-1.042-0.317-1.579l1.386 0.153c-0.103 0.639 0.129 1.266 0.476 1.672-0.223-0.365-0.483-1.107-0.29-1.649 0.567 0.061 1.156 0.136 1.753 0.214-0.067 0.686 0.21 1.343 0.595 1.756-0.25-0.371-0.556-1.135-0.407-1.727 0.469 0.065 0.939 0.135 1.4 0.212-0.047 0.617 0.208 1.209 0.555 1.588-0.223-0.338-0.5-1.012-0.389-1.555 0.374 0.061 0.742 0.131 1.098 0.206 0.063 0.419 0.322 0.771 0.611 0.964-0.191-0.182-0.477-0.575-0.496-0.943 0.572 0.122 1.115 0.252 1.613 0.402-0.247-0.156-0.597-0.299-1.014-0.428 0.098-0.281 0.428-0.491 0.63-0.567-0.27 0.048-0.567 0.236-0.719 0.537-0.256-0.078-0.54-0.152-0.836-0.222 0.091-0.499 0.59-0.938 0.907-1.116-0.435 0.156-0.882 0.538-1.064 1.076-0.457-0.102-0.948-0.199-1.46-0.284 0.042-0.568 0.551-1.122 0.88-1.36-0.463 0.226-0.913 0.703-1.051 1.329-0.554-0.092-1.124-0.179-1.684-0.25 0.038-0.571 0.549-1.126 0.88-1.36-0.468 0.222-0.919 0.705-1.057 1.335l-1.055-0.132c-0.172-0.020-0.34-0.039-0.505-0.056 0.054-0.562 0.547-1.101 0.878-1.331-0.463 0.221-0.907 0.692-1.054 1.315l-2.316-0.221zM16.040 11.425l0.174 0.081c0.070 0.030 0.153 0.064 0.255 0.097l0.804-0.905c0.142-0.161 0.287-0.327 0.436-0.497 0.739 0.705 1.741 1.004 2.55 0.963-0.649-0.072-1.8-0.441-2.371-1.165l0.954-1.082c0.165-0.186 0.333-0.374 0.503-0.564 0.749 0.772 1.8 1.095 2.647 1.051-0.684-0.072-1.908-0.474-2.451-1.265 0.601-0.674 1.234-1.365 1.883-2.058 0.839 0.768 1.964 1.065 2.861 0.982-0.719-0.051-2.009-0.415-2.654-1.202 0.509-0.54 1.029-1.074 1.547-1.599 0.779 0.679 1.792 0.941 2.608 0.862-0.65-0.043-1.799-0.364-2.417-1.050 0.426-0.421 0.848-0.827 1.27-1.216 0.613 0.337 1.317 0.348 1.835 0.169-0.416 0.074-1.196 0.049-1.695-0.293 0.676-0.621 1.345-1.192 1.986-1.686-0.426 0.166-0.928 0.474-1.483 0.886-0.284-0.405-0.259-1.048-0.174-1.378-0.181 0.4-0.209 0.966 0.054 1.47-0.339 0.251-0.689 0.542-1.054 0.857-0.576-0.615-0.706-1.698-0.652-2.284-0.19 0.713-0.088 1.674 0.463 2.451-0.551 0.486-1.128 1.027-1.707 1.604-0.716-0.625-0.989-1.831-1-2.492-0.127 0.823 0.101 1.877 0.8 2.687-0.626 0.626-1.253 1.28-1.858 1.93-0.718-0.622-0.995-1.829-1.004-2.494-0.128 0.825 0.098 1.89 0.811 2.703l-1.129 1.237c-0.181 0.202-0.359 0.4-0.532 0.595-0.692-0.628-0.959-1.809-0.967-2.462-0.129 0.817 0.095 1.866 0.785 2.673l-1.173 1.338c-0.35 0.406-0.656 0.765-0.907 1.059zM9.147 27.441l-0.179 0.339 0.821 0.055c0.441 0.027 0.926 0.054 1.444 0.081-0.060 0.847 0.296 1.648 0.773 2.156-0.314-0.462-0.701-1.398-0.538-2.142l1.908 0.116c-0.099 0.879 0.263 1.731 0.763 2.262-0.325-0.483-0.737-1.49-0.509-2.247l1.597 0.116c0.271 0.021 0.543 0.044 0.815 0.068-0.047 0.938 0.377 1.823 0.931 2.366-0.367-0.498-0.836-1.521-0.672-2.342 0.642 0.058 1.289 0.123 1.925 0.197-0.024 0.854 0.368 1.648 0.869 2.143-0.33-0.447-0.754-1.358-0.639-2.112 0.518 0.062 1.023 0.135 1.518 0.21 0.111 0.57 0.495 1.038 0.903 1.283-0.281-0.237-0.694-0.757-0.742-1.261 0.788 0.128 1.537 0.273 2.226 0.443-0.349-0.194-0.834-0.368-1.413-0.521 0.113-0.392 0.552-0.7 0.82-0.814-0.365 0.086-0.757 0.356-0.948 0.781-0.358-0.091-0.745-0.174-1.158-0.251 0.094-0.69 0.745-1.328 1.167-1.588-0.584 0.238-1.164 0.793-1.382 1.548-0.627-0.11-1.31-0.211-2.015-0.296 0.022-0.784 0.673-1.573 1.108-1.918-0.62 0.337-1.197 1.023-1.35 1.89-0.764-0.092-1.546-0.17-2.317-0.232 0.016-0.787 0.668-1.582 1.106-1.924-0.619 0.335-1.205 1.028-1.352 1.903-0.744-0.061-1.469-0.11-2.145-0.151 0.040-0.776 0.676-1.547 1.11-1.886-0.613 0.334-1.191 1.012-1.349 1.871l-1.616-0.085c-0.605-0.028-1.112-0.047-1.48-0.061zM12.272 16.086c-0.149-0.353-0.387-0.922-0.69-1.623l-0.5-1.139c0.685-0.41 1.076-1.121 1.163-1.759-0.152 0.478-0.606 1.279-1.257 1.56-0.084-0.191-0.17-0.385-0.259-0.582l-0.558-1.21c0.701-0.408 1.106-1.128 1.193-1.775-0.153 0.489-0.622 1.307-1.289 1.572-0.305-0.641-0.621-1.291-0.943-1.912 0.694-0.409 1.090-1.127 1.179-1.769-0.151 0.485-0.616 1.298-1.281 1.567-0.302-0.576-0.605-1.124-0.905-1.63 0.576-0.427 0.861-1.106 0.88-1.683-0.089 0.448-0.424 1.209-0.982 1.512-0.199-0.329-0.398-0.639-0.589-0.914 0.303-0.299 0.409-0.723 0.362-1.066-0.007 0.268-0.132 0.747-0.429 0.971-0.319-0.45-0.619-0.809-0.897-1.047 0.364 0.538 0.733 1.135 1.093 1.769-0.445 0.123-1.022-0.066-1.318-0.228 0.341 0.27 0.868 0.449 1.389 0.36 0.23 0.398 0.452 0.81 0.677 1.233-0.611 0.343-1.523 0.272-2.013 0.134 0.582 0.273 1.389 0.351 2.106 0.057 0.271 0.52 0.535 1.052 0.794 1.585-0.651 0.408-1.678 0.331-2.222 0.177 0.643 0.303 1.537 0.38 2.322 0.036 0.109 0.227 0.216 0.453 0.322 0.679l0.617 1.334c-0.579 0.442-1.568 0.413-2.085 0.286 0.611 0.258 1.454 0.295 2.177-0.075l0.713 1.599c-0.582 0.381-1.508 0.352-2.002 0.229 0.587 0.246 1.389 0.289 2.089-0.033 0.147 0.335 0.287 0.653 0.419 0.951l0.538 1.185 0.184-0.348zM9.653 23.984c-0.255-0.408-0.615-0.983-1.048-1.66l-0.702-1.084c0.715-0.608 1.026-1.515 1.005-2.272-0.080 0.586-0.453 1.604-1.147 2.052-0.401-0.616-0.834-1.268-1.291-1.931 0.729-0.612 1.055-1.53 1.032-2.298-0.083 0.596-0.465 1.638-1.184 2.077-0.472-0.689-0.968-1.387-1.458-2.050 0.722-0.612 1.039-1.524 1.018-2.287-0.083 0.596-0.463 1.635-1.176 2.072-0.454-0.615-0.913-1.201-1.356-1.733 0.582-0.61 0.78-1.45 0.687-2.127-0.012 0.532-0.252 1.488-0.835 1.945-0.298-0.345-0.583-0.663-0.857-0.95 0.287-0.409 0.328-0.922 0.212-1.315 0.037 0.316-0.014 0.899-0.312 1.216-0.454-0.465-0.874-0.827-1.241-1.051 0.528 0.557 1.061 1.184 1.605 1.859-0.492 0.223-1.193 0.114-1.562-0.022 0.444 0.249 1.083 0.356 1.67 0.156 0.336 0.421 0.672 0.862 1.008 1.312-0.635 0.513-1.702 0.602-2.29 0.534 0.723 0.208 1.668 0.146 2.443-0.332 0.412 0.556 0.818 1.128 1.217 1.699-0.67 0.6-1.869 0.708-2.523 0.628 0.797 0.229 1.841 0.153 2.686-0.396 0.169 0.244 0.336 0.487 0.501 0.73l0.967 1.439c-0.577 0.624-1.724 0.778-2.349 0.73 0.756 0.181 1.737 0.066 2.498-0.501l1.131 1.73c-0.601 0.555-1.67 0.692-2.266 0.646 0.725 0.177 1.658 0.076 2.406-0.432 0.207 0.318 0.405 0.623 0.593 0.912l0.771 1.174 0.147-0.468zM11.188 21.513c0.11-0.022 0.225-0.045 0.343-0.069l1.615-0.344c0.152 0.755 0.653 1.376 1.187 1.706-0.384-0.331-0.942-1.056-0.982-1.751l1.668-0.347c0.129 0.795 0.646 1.455 1.201 1.802-0.401-0.346-0.992-1.129-0.98-1.848l2.123-0.415c0.182 0.839 0.763 1.511 1.37 1.854-0.434-0.346-1.088-1.133-1.142-1.895 0.567-0.099 1.136-0.191 1.7-0.277 0.188 0.749 0.714 1.354 1.264 1.665-0.391-0.311-0.977-1.005-1.058-1.694 0.454-0.064 0.907-0.126 1.349-0.175 0.235 0.473 0.679 0.792 1.086 0.912-0.298-0.142-0.779-0.498-0.943-0.927 0.711-0.076 1.392-0.126 2.022-0.141-0.346-0.084-0.803-0.125-1.341-0.122 0.004-0.365 0.306-0.738 0.508-0.905-0.289 0.16-0.562 0.491-0.626 0.908-0.326 0.009-0.68 0.023-1.053 0.056-0.086-0.626 0.32-1.336 0.62-1.666-0.447 0.348-0.813 0.97-0.811 1.682-0.57 0.050-1.181 0.124-1.808 0.217-0.17-0.687 0.197-1.542 0.494-1.945-0.453 0.442-0.787 1.176-0.703 1.975-0.681 0.099-1.371 0.218-2.049 0.343-0.174-0.69 0.193-1.542 0.487-1.946-0.454 0.444-0.786 1.187-0.702 1.99-0.217 0.040-0.433 0.081-0.646 0.122l-1.234 0.249c-0.155-0.683 0.209-1.513 0.495-1.912-0.448 0.438-0.78 1.168-0.707 1.96-0.283 0.060-0.554 0.118-0.811 0.175l-1.849 0.418-0.087 0.346z'%3E%3C/path%3E%3C/svg%3E%0A");
}

.wp-block-image,
.wp-block-archives,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-embed,
.wp-block-gallery,
.gallery,
.wp-block-group,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-separator,
.wp-block-table,
.wp-block-verse,
.wp-block-video,
.wp-video,
.wp-block-quote,
.wprm-recipe,
.pagination,
.fluid-width-video-wrapper-b,
.contentbox,
.boite_del,
.gridresults,
.togglelist,
.ajaxnav,
.gridmore,
.postcats,
.tasty-recipes {margin-top:40px;margin-bottom:40px;}

.postcontent .wp-block-image {margin-top:30px;margin-bottom:30px;}

.mainsection, 
hr, hr.wp-block-separator,
.wp-block-pullquote {margin-top:80px;margin-bottom:80px;}

.maincol .mainsection, .maincol .wp-block-pullquote {margin-top:60px;margin-bottom:60px;}
.maincol hr, .maincol hr.wp-block-separator {margin-top:40px;margin-bottom:40px;}

.sidebar .mainsection {margin-top:60px;margin-bottom:60px;}

.btnswrap {margin-top:30px;margin-bottom:30px;}

h2 + * {margin-top:0 !important;}
h2 + h3 {margin-top:30px !important;}

h2 + .mainsection {margin-top:40px !important;}
h2 + .narrow>:first-child {margin-top:0 !important;}
.maincol h2 + .mainsection {margin-top:30px !important;}
h1 + .mainsection {margin-top:0;}

.imagegrid + .ajaxnav, .imagegrid + .gridmore, .imagegrid + .facetwp-type-pager {margin-top:-20px;}

@media screen and (max-width:767px) {	
	.mainsection,
	hr, hr.wp-block-separator,
	.wp-block-pullquote {margin-top:40px;margin-bottom:40px;}

	h2 + .mainsection {margin-top:30px !important;}

	.imagegrid + .ajaxnav, .imagegrid + .gridmore, .imagegrid + .facetwp-type-pager {margin-top:0;}

}

div.wp-block-image {margin:0 !important;}

.alignleft, .wp-block-image .alignleft, .wp-block-image.alignleft {float:left;margin:5px 40px 1em 0;max-width:calc(50% - 20px);}
.alignright, .wp-block-image .alignright, .wp-block-image.alignright {float:right;margin:5px 0 1em 40px;max-width:calc(50% - 20px);}
.aligncenter, .wp-block-image .aligncenter {margin:40px auto;}

img.alignnone {margin:40px 0;display:block;}
img.aligncenter {display:block;}

.postcontent .aligncenter, .postcontent .wp-block-image .aligncenter {margin-top:30px;margin-bottom:30px;}
.postcontent img.alignnone {margin-top:30px;margin-bottom:30px;}

.wp-caption img, .wp-block-image img {vertical-align:bottom;}
.wp-caption .wp-caption-text, 
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-table figcaption,
.blocks-gallery-caption {margin:12px 0 0 0;font-size:16px;line-height:24px;color:inherit;color:var(--del-black);text-align:left;}

@media screen and (max-width:479px) {
	.alignleft, .wp-block-image .alignleft, .wp-block-image.alignleft,
	.alignright, .wp-block-image .alignright, .wp-block-image.alignright {float:none;display:block;max-width:100%;margin:40px auto;}

	.postcontent .alignleft, .postcontent .wp-block-image .alignleft, .postcontent .wp-block-image.alignleft,
	.postcontent .alignright, .postcontent .wp-block-image .alignright, .postcontent .wp-block-image.alignright {margin-top:30px;margin-bottom:30px;}
}

.wp-block-image.lessspace {margin-top:25px;margin-bottom:25px;}

.featuredpostswrap .mainsection:first-child {margin-top:0;}
.featuredpostswrap .mainsection:last-child {margin-bottom:0;}

/***** HEADER ******/

#topbar {background:var(--del-lightpink);padding:8px 0;font-size:16px;line-height:24px;}

#topbar a {color:inherit;padding-right:20px;text-decoration:none;}
#topbar a:hover, #topbar a:active {text-decoration:underline;}
#topbar a:after {content:"";display:inline-block;width:14px;height:24px;margin-right:-20px;margin-left:6px;position:relative;vertical-align:top;top:0;background-size:100%;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23222' d='M22.706 6.294l9 9c0.194 0.194 0.294 0.45 0.294 0.65s-0.098 0.512-0.293 0.707l-9 9c-0.391 0.391-1.024 0.391-1.414 0s-0.391-1.024 0-1.414l7.294-7.294h-27.587c-0.553 0-1-0.447-1-0.944 0-0.553 0.447-1 1-1h27.587l-7.294-7.294c-0.391-0.391-0.391-1.024 0-1.414s1.025-0.389 1.413 0.002z'%3E%3C/path%3E%3C/svg%3E%0A");}

#wpadminbar {z-index:100005;}
body.menuopen #wpadminbar, body.searchopen #wpadminbar, body.facetsopen #wpadminbar {z-index:9;}

#header {height:160px;}

body.withbanner #header {position:absolute;left:0;width:100%;z-index:10;}

#header-a {background:var(--del-white);}
#header-b {position:relative;}

body.fixedheader #header-a {position:fixed;top:0;left:0;width:100%;z-index:10000;-webkit-animation:scrollheader 0.3s;animation:scrollheader 0.3s;box-sizing:border-box;box-shadow:0 0 18px rgba(0,0,0,.15);}

body.admin-bar.fixedheader #header-a {top:32px;}
@media screen and (max-width:782px) {
	body.admin-bar.fixedheader #header-a {top:46px;}
}
@media screen and (max-width:600px) {
	body.admin-bar.fixedheader #header-a {top:0;}
}

@-webkit-keyframes scrollheader {
	0% {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%)
	}
	to {
		-webkit-transform: translateY(0);
		        transform: translateY(0)
	}
}
@keyframes scrollheader {
	0% {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%)
	}
	to {
		-webkit-transform: translateY(0);
		        transform: translateY(0)
	}
}

html {scroll-padding-top:90px;}
html.has-admin-bar {scroll-padding-top:132px;}
@media screen and (max-width:782px) {
	html.has-admin-bar {scroll-padding-top:136px;}
}
@media screen and (max-width:600px) {
	html.has-admin-bar {scroll-padding-top:90px;}
}

#logo {width:344px;margin:0 auto;line-height:1;font-weight:normal;position:absolute;top:60px;left:0;z-index:1;}
#logo a {display:block;font-weight:inherit;}
#logo img {display:block;width:100%;opacity:1;}

body.fixedheader #logo {width:258px;top:20px;}

.menubar a {display:block;color:inherit;text-decoration:none;}
.menubar a:hover, .menubar a:active {color:var(--del-brown);}

.menubar li>.linkwrap>span {display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;}

.menubar {position:relative;}
.menubar>ul {margin:0;padding:0;list-style:none;}
.menubar>ul>li {margin:0;padding:0;}

.menubar>ul>li>.submenu {display:none;}
.menubar>ul>li>.submenu>ul {margin:0;padding:0;list-style:none;}
.menubar>ul>li>.submenu>ul>li {margin:0;padding:0;}
.menubar>ul>li>.submenu>ul>li>ul {margin:0;padding:0;list-style:none;}
.menubar>ul>li>.submenu>ul>li>ul>li {margin:0;padding:0;}

button.closebtn {font-size:18px;border:none;border-radius:0;padding:0;line-height:40px;max-width:none;display:inline-block;vertical-align:top;transition:color 0.3s;background:none;}
button.closebtn:hover {color:var(--del-brown);}
button.closebtn .cicon {padding:0;height:40px;vertical-align:top;}

button.closemenu {display:none;}

#toggles {display:none;}

button.togglesearch, button.togglemenu {font-size:22px;border:none;border-radius:0;padding:0;line-height:40px;max-width:none;display:inline-block;vertical-align:top;transition:color 0.3s;background:none;margin:0 -10px;}
button.togglesearch:hover, button.togglemenu:hover {color:var(--del-brown);}
button.togglesearch .cicon, button.togglemenu .cicon {height:40px;vertical-align:top;padding:0 10px;}

button.togglesearch {font-size:20px;}

#langswitch {position:absolute;top:20px;right:0;z-index:1;}
#langswitch .wpml-ls-legacy-list-horizontal {border:none;padding:0;}
#langswitch a {background:var(--del-palepink);border-radius:16px;display:block;font-size:11px;line-height:16px;text-transform:uppercase;letter-spacing:0.133em;font-weight:600;padding:6px 15px;text-decoration:none;color:inherit;}
#langswitch a:hover, #langswitch a:active {background:var(--del-lightpink);}

body.fixedheader #langswitch {display:none;}

@media screen and (min-width:1280px) {
	#menu {height:160px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;padding-top:28px;}

	body.fixedheader #menu {height:70px;padding-top:17px;}

	#menuoverlay {display:none;}

	.menubar {font-size:14px;line-height:20px;}

	.menubar>ul {display:flex;justify-content:flex-end;flex-wrap:wrap;margin:0 -20px 0 -30px;padding-left:364px;}
	.menubar>ul>li {margin-left:10px;}
	.menubar>ul>li>a, .menubar>ul>li>.linkwrap>a, .menubar>ul>li>.linkwrap>span {padding:10px 20px;text-transform:uppercase;letter-spacing:0.13em;font-weight:600;}
	
	.menubar>ul>li.menu-item-has-children>.linkwrap {position:relative;}
	.menubar>ul>li.menu-item-has-children {position:relative;}

	.menubar>ul>li.menu-item-has-children>.linkwrap>.dropdown-toggle {position:absolute;top:50%;right:20px;border:none;border-radius:0;margin:-11px 0 0 0;padding:0;background:none;pointer-events:none;line-height:1;}
	.menubar>ul>li.menu-item-has-children>.linkwrap>a, .menubar>ul>li.menu-item-has-children>.linkwrap>span {padding-right:34px;}
	.menubar>ul>li.menu-item-has-children>.linkwrap>.dropdown-toggle .cicon {font-size:14px;height:22px;display:inline-block;vertical-align:top;transition:color 0.3s;}
	.menubar>ul>li.menu-item-has-children>.linkwrap>a:hover + .dropdown-toggle, #menu>ul>li.menu-item-has-children>.linkwrap>a:active + .dropdown-toggle {color:var(--del-brown);}

	.menubar>ul>li>.submenu {display:none !important;visibility:hidden;opacity:0;position:absolute;top:40px;padding-top:6px;left:0;z-index:10000;min-width:100%;min-width:max(100%,150px);font-size:14px;line-height:22px;}
	.menubar>ul>li>.submenu>ul {white-space:nowrap;background:var(--del-palepink);overflow:hidden;padding:12px 20px;border-radius:8px;}
	.menubar>ul>li>.submenu>ul>li>a {padding:6px 0;}
		
	.menubar>ul>li.active>.submenu, .menubar>ul>li.accopen>.submenu {visibility:visible;opacity:1;display:block !important;animation:fadein 0.3s;}

	.menubar .megamenu-wrap {background:var(--del-palepink);overflow:hidden;padding:30px 40px 40px 40px;border-radius:8px;}
	.menubar .megamenu-cols>ul {margin:0;padding:0;list-style:none;display:flex;}
	.menubar .megamenu-cols>ul>li {margin:0 0 0 40px;padding:0;width:140px;}
	.menubar .megamenu-cols>ul>li:first-child {margin-left:0;}
	.menubar .megamenu-cols>ul>li>ul {margin:0;padding:0;list-style:none;display:block !important;}
	.menubar .megamenu-cols>ul>li>ul>li {margin:0;padding:0;}
	.menubar .megamenu-cols>ul>li>ul>li>a {padding:6px 0;}

	.menubar .megamenu-wrap .megamenu-all {margin-top:24px;}

	.menubar .megamenu-cols>ul>li>.linkwrap>a, .menubar .megamenu-cols>ul>li>.linkwrap>span {padding:6px 0;text-transform:uppercase;letter-spacing:0.13em;font-weight:bold;}

	.menubar .megamenu-cols>ul>li>.linkwrap>.dropdown-toggle {display:none;}

	.menubar .megamenu-wrap a.btn {padding-top:10px;padding-bottom:10px;}

	.menubar>ul>li.search {padding:0 20px;}

	body.resizing #menu a {transition:none;}
}
@keyframes fadein {
	0% {opacity:0;visibility:hidden;}
	to {opacity:1;visibility:visible;}
}

@media screen and (max-width:1279px) {	

	#toggles {display:block;height:160px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;padding-top:20px;}
	body.fixedheader #toggles {height:70px;padding-top:12px;}

	#toggles ul {margin:0 0 0 -30px;padding:0;list-style:none;display:flex;justify-content:flex-end;}
	#toggles ul li {margin:0 0 0 30px;padding:0;}	

	body.menuopen #header-a {z-index:10006 !important;}
	#menuwrap {position:fixed;top:0;right:-320px;width:320px;height:100%;z-index:10012;overflow-y:auto;transition:right 0.5s, visibility 0.5s;box-sizing:border-box;padding:20px 20px 0 20px !important;background:var(--del-white);visibility:hidden;}
		
	body.menuopen {overflow:hidden;}
	body.menuopen #menuwrap {right:0;visibility:visible;}
	body.menuopen #menuoverlay {width:100%;height:100%;background:rgba(0,0,0,0.3);position:fixed;top:0;right:0;z-index:10011;}
		
	button.closemenu {margin:-10px 0 0 auto;display:block;}
				
	.menubar {font-size:18px;line-height:28px;padding-bottom:20px;}
	.menubar>ul>li>a, .menubar>ul>li>.linkwrap>a, .menubar>ul>li>.linkwrap>span, .menubar>ul>li>.submenu a {padding:10px 0;}

	.menubar li.menu-item-has-children>.linkwrap {padding-right:39px;cursor:pointer;position:relative;}
	.menubar li.menu-item-has-children>.linkwrap>span {cursor:pointer;}
	.menubar li.menu-item-has-children>.linkwrap>span:hover {color:var(--del-brown);}
	.menubar li.menu-item-has-children>.linkwrap>.dropdown-toggle {display:block;position:absolute;top:0;right:-18px;width:48px;height:48px;border:none;border-radius:0;margin:0;padding:0;background:none;transition:color 0.3s;text-align:center;}
	.menubar li.menu-item-has-children>.linkwrap>.dropdown-toggle:hover {color:var(--del-brown);}
	.menubar li.menu-item-has-children>.linkwrap>.dropdown-toggle .cicon {-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);transition:transform 0.3s;height:40px;vertical-align:top;font-size:16px;}
	.menubar li.menu-item-has-children.open>.linkwrap>.dropdown-toggle .cicon {-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
	
	.menubar li.menu-item-has-children>.submenu {left:auto !important;}
	.menubar li.menu-item-has-children>.submenu>ul {margin-left:20px;}
	.menubar li.menu-item-has-children>.submenu>ul>li>ul {margin-left:20px;}	

	.menubar .megamenu-cols>ul {margin:0 0 0 20px;padding:0;list-style:none;}
	.menubar .megamenu-cols>ul>li {margin:0;padding:0;}
	.menubar .megamenu-cols>ul>li>ul {margin:0 0 0 20px;padding:0;list-style:none;display:none;}
	.menubar .megamenu-cols>ul>li>ul>li {margin:0;padding:0;}
	.menubar .megamenu-cols>ul>li>ul>li>a {padding:10px 0;}

	.menubar .megamenu-cols>ul>li>.linkwrap>a, .menubar .megamenu-cols>ul>li>.linkwrap>span {padding:10px 0;}	

	.menubar .megamenu-wrap .megamenu-all {margin:15px 0 15px 20px;}

	.menubar li.search {display:none;}
}
 
@media screen and (max-width:767px) {
	#logo {width:258px;}
	#header {height:150px;}
	#toggles {height:150px;padding-top:14px;}
}

@media screen and (max-width:409px) {
	#header {height:118px;}
	#toggles {height:118px;padding-top:42px;}
	#logo {width:189px;top:65px;}

	body.fixedheader #logo {width:189px;top:24px;}
	body.fixedheader #toggles {padding-top:6px;}
}

#searchwrap {background:var(--del-white);position:fixed;top:0;left:0;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%);z-index:10000;float:none;display:block;margin:0;transition:transform 0.3s;padding:0;}
body.searchopen #searchwrap {transform:translateY(0);z-index:90000;margin-left:0;box-shadow:0 0 18px rgba(0,0,0,.15);}

body.fixedheader #searchwrap {margin-left:0;}

body.resizing #searchwrap {-webkit-transition:none;transition:none;}

#searchwrap h2 {margin:0 0 20px 0;padding:0 40px;text-align:center;}
#searchwrap .closebtn {display:block;top:10px;right:20px;position:absolute;z-index:1;}

#searchwrap-a {padding:20px;}	

.searchform {background:var(--del-white);color:var(--del-black);position:relative;box-sizing:border-box;margin:0 auto;max-width:100%;width:730px;border-radius:30px;border:1px solid var(--del-pink);}
.searchform .input {margin-right:76px;}
.searchform .input input {background:none;border:none;margin:0;padding:14px 0 14px 28px;width:100%;box-sizing:border-box;border-radius:30px 0 0 30px;font-size:18px;line-height:30px;}
.searchform button[type="submit"] {margin:0;padding:0;border:none;background:none;width:76px;height:60px;position:absolute;top:0;right:0;transition:color 0.3s;font-size:20px;border-radius:0 30px 30px 0;}
.searchform button[type="submit"] .cicon {display:block;margin:0 auto;}
.searchform button[type="submit"]:hover {color:var(--del-brown);}

@media screen and (max-width:767px) {
	.searchform .input {margin-right:60px;}
	.searchform .input input {padding:9px 0 9px 20px;}
	.searchform button[type="submit"] {height:48px;font-size:20px;width:60px;}
}

#body .searchform {margin-top:40px;margin-bottom:40px;}

blockquote>:first-child {margin-top:0;}
blockquote>:first-child>:first-child {margin-top:0;}
blockquote>:last-child {margin-bottom:0;}
blockquote>:last-child>:last-child {margin-bottom:0;}

.has-small-font-size, .has-normal-font-size, .has-regular-font-size, .has-medium-font-size, .has-large-font-size, .has-huge-font-size, .has-larger-font-size {font-size:inherit !important;}

iframe.instagram-media, twitter-widget {margin-left:auto !important;margin-right:auto !important;margin-bottom:0 !important;}

blockquote, .wp-block-quote {margin-left:auto;margin-right:auto;border-left:1px solid var(--del-pink);padding:0 0 0 30px;}
blockquote cite, .wp-block-quote cite, .wp-block-pullquote cite {color:inherit;font-size:14px;line-height:20px;letter-spacing:0.13em;text-transform:uppercase;display:block;margin:20px 0 0 0;font-weight:600;font-style:normal;}

.wp-block-pullquote {border:none;padding:0;}
.wp-block-pullquote blockquote {border:none;padding:0 86px;font-size:28px;line-height:42px;position:relative;}
.wp-block-pullquote blockquote:before {position:absolute;top:0;left:0;}
.wp-block-pullquote blockquote:after {position:absolute;bottom:8px;right:0;transform:rotate(180deg);}
.wp-block-pullquote p {font-size:inherit;line-height:inherit;}

.wp-block-pullquote blockquote:before, .wp-block-pullquote blockquote:after {content:"";width:1.15625em;height:1em;font-size:32px;background-repeat:no-repeat;background-size:100%;background-position:center center;background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='37' height='32' viewBox='0 0 37 32'%3E%3Cpath fill='%23F1DED9' d='M9.375 31.172c2.148 0 3.848-0.713 5.098-2.139s1.875-2.959 1.875-4.6c0-1.719-0.576-3.32-1.729-4.805s-3.193-2.227-6.123-2.227h-3.809c0-3.242 1.055-6.26 3.164-9.053s4.902-5.186 8.379-7.178l-0.762-1.172c-4.883 2.617-8.682 5.508-11.396 8.672s-4.072 6.66-4.072 10.488c0 3.594 0.723 6.494 2.168 8.701s3.848 3.311 7.207 3.311zM29.531 31.172c2.148 0 3.848-0.713 5.098-2.139s1.875-2.959 1.875-4.6c0-1.719-0.566-3.32-1.699-4.805s-3.164-2.227-6.094-2.227h-3.867c0-3.242 1.055-6.26 3.164-9.053s4.902-5.186 8.379-7.178l-0.762-1.172c-4.883 2.617-8.682 5.508-11.396 8.672s-4.072 6.66-4.072 10.488c0 3.594 0.723 6.494 2.168 8.701s3.848 3.311 7.207 3.311z'%3E%3C/path%3E%3C/svg%3E%0A");}

@media screen and (max-width:767px) {
	.wp-block-pullquote blockquote {padding:0 46px;font-size:24px;line-height:38px;}
	.wp-block-pullquote blockquote:before, .wp-block-pullquote blockquote:after {font-size:24px;}
	.wp-block-pullquote blockquote:before {top:3px;}
	.wp-block-pullquote blockquote:after {bottom:9px;}
}

/*** BODY STYLES ***/

.bodysection {position:relative;padding:80px 0;}
.bodysection-white:first-child {padding-top:30px;}

.bodysection-palepink {background:var(--del-palepink);padding:60px 0;}
.bodysection-lightpink {background:var(--del-lightpink);padding:60px 0;}

.bodysection>.container>h1:last-child {margin-bottom:-40px !important;}

@media screen and (max-width:767px) {
	.bodysection {padding:40px 0;}
	.bodysection-white:first-child {padding-top:10px;}

	.bodysection>.container>h1:last-child {margin-bottom:0 !important;}
}

body.home .bodysection-white:first-child {padding-top:0;}

.bodysection-white:last-child {padding-bottom:0;}

.narrow {width:730px;max-width:100%;margin-left:auto;margin-right:auto;}

.imagegrid {margin-left:auto;margin-right:auto;max-width:100%;position:relative;}

.imagegrid>ul {margin:0 0 0 -30px;padding:0;list-style:none;display:flex;flex-wrap:wrap;row-gap:30px;}

.imagegrid>ul>li {margin:0;padding:0;display:flex;}
.imagegrid>ul>li>.li-a {margin-left:30px;position:relative;flex-grow:1;min-width:0;}

.imagegrid .gridlink {position:relative;}

.imagegrid .gridimage {position:relative;margin-bottom:20px;}
.imagegrid6 .gridimage {margin-bottom:15px;}

.imagegrid .gridimage .gridimage-a {position:relative;height:0;padding-bottom:144.4%;flex-grow:1;overflow:hidden;}
.imagegrid-square .gridimage .gridimage-a {padding-bottom:100%;}
.imagegrid-video .gridimage .gridimage-a {padding-bottom:56.25%;}

.imagegrid .gridimage-a img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.imagegrid .gridimage-a span.noimage {display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#eee;}

.imagegrid-video .gridimage .gridimage-a:before {content:"";width:30px;height:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;background-size:100%;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M0.761 31.725c-0.199 0.159-0.477 0.119-0.656-0.080-0.080-0.099-0.119-0.219-0.099-0.358v-30.765c-0.040-0.259 0.139-0.477 0.378-0.517 0.139-0.020 0.259 0.020 0.378 0.080l30.765 15.452c0.418 0.219 0.418 0.557 0 0.756l-30.765 15.432z'%3E%3C/path%3E%3C/svg%3E");pointer-events:none;}

.imagegrid4 {width:1198px;}
.imagegrid4-index {width:958px;}

.imagegrid4>ul>li, .imagegrid4-main>ul>li, .imagegrid4-index>ul>li {width:25%;}
.imagegrid6>ul>li {width:16.6666666666%;}
.imagegrid-cg2>ul>li {width:50%;}
.imagegrid-cg1>ul>li {width:100%;}

.imagegrid .gridtitle {font-size:24px;line-height:30px;margin:0;position:static;text-align:center;}
.imagegrid .gridtitle a {color:inherit;text-decoration:none;}
.imagegrid .gridtitle a:after {content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;}
.imagegrid .gridtitle a:hover, .imagegrid .gridtitle a:active {color:var(--del-brown);}

.imagegrid6 .gridtitle,
.imagegrid4-main .gridtitle {font-size:18px;line-height:24px;}
.imagegrid4-index .gridtitle {font-size:20px;line-height:26px;}
.imagegrid-cg1 .gridtitle {font-size:32px;line-height:38px;}

.imagegrid .gridcat {font-size:13px;line-height:20px;color:var(--del-brown);text-transform:uppercase;letter-spacing:0.13em;font-weight:600;text-align:center;margin-bottom:10px;}
.imagegrid .gridcat span {display:inline-block;border-bottom:1px solid currentColor;padding-bottom:3px;}

@media screen and (max-width:1279px) {
	.imagegrid4 .gridtitle,
	.imagegrid-cg2 .gridtitle {font-size:20px;line-height:26px;}
	.imagegrid-cg1 .gridtitle {font-size:28px;line-height:34px;}

}
@media screen and (max-width:1023px) {
	.imagegrid4-index {width:auto;}

	.imagegrid4 .gridtitle,
	.imagegrid-cg2 .gridtitle,
	.imagegrid4-index .gridtitle {font-size:18px;line-height:24px;}
	.imagegrid-cg1 .gridtitle {font-size:24px;line-height:30px;}
	.imagegrid6 .gridtitle {font-size:20px;line-height:26px;}
}
@media screen and (max-width:767px) {
	.imagegrid .gridtitle {font-size:18px;line-height:24px;}
	.imagegrid-cg1 .gridtitle {font-size:24px;line-height:30px;}
}

@media screen and (max-width:1023px) {
	.imagegrid6>ul>li {width:33.3333333333%;}
}
@media screen and (max-width:767px) {
	.imagegrid>ul>li {width:50%;}
	.imagegrid-cg1>ul>li {width:100%;}

	.imagegrid>ul {margin-left:-20px;}
	.imagegrid>ul>li>.li-a {margin-left:20px;}
}

.ajaxnav, .gridmore {text-align:center;}

.collagegrid {width:1198px;max-width:100%;margin-left:auto;margin-right:auto;}
.collagegrid .collagegrid-a {display:flex;margin-left:-30px;}
.collagegrid .col {width:50%;}
.collagegrid .col-a {margin-left:30px;}

.collagegrid .cg-main .gridimage .gridimage-a {padding-bottom:calc(100% + 114px);}
.collagegrid .cg-side ul li:nth-child(1) .gridtitle,
.collagegrid .cg-side ul li:nth-child(2) .gridtitle {height:60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

@media screen and (max-width:1279px) {
	.collagegrid .cg-main .gridimage .gridimage-a {padding-bottom:calc(100% + 106px);}
	.collagegrid .cg-side ul li:nth-child(1) .gridtitle,
	.collagegrid .cg-side ul li:nth-child(2) .gridtitle {height:52px;}
}

@media screen and (max-width:1023px) {
	.collagegrid .cg-main .gridimage .gridimage-a {padding-bottom:calc(100% + 102px);}
	.collagegrid .cg-side ul li:nth-child(1) .gridtitle,
	.collagegrid .cg-side ul li:nth-child(2) .gridtitle {height:48px;}
}

@media screen and (max-width:767px) {
	.collagegrid .collagegrid-a {display:block;margin-left:0;}
	.collagegrid .col {width:auto;}
	.collagegrid .col-a {margin-left:0;}
	.collagegrid .cg-main {margin-bottom:40px;}
	.collagegrid .cg-side ul li:nth-child(1) .gridtitle,
	.collagegrid .cg-side ul li:nth-child(2) .gridtitle {height:auto;-webkit-line-clamp:none;}
}

.catswiper {padding:0 36px;position:relative;}
		
.catswiper .swiper-custom-prev {left:-10px;}
.catswiper .swiper-custom-next {right:-10px;}
.catswiper .swiper-custom-prev, .catswiper .swiper-custom-next {position:absolute;top:50%;font-size:30px;line-height:1;margin-top:-15px;cursor:pointer;transition:color 0.3s;}
.catswiper .swiper-custom-prev .cicon, .catswiper .swiper-custom-next .cicon {display:block;padding:0 10px;}
.catswiper .swiper-custom-prev:hover, .catswiper .swiper-custom-next:hover {color:var(--del-brown);}

.catswiper .swiper-slide {width:calc(16.6666666666% - 25px);margin-right:30px;position:relative;}

.catswiper .swiperimage {position:relative;height:0;padding-bottom:100%;overflow:hidden;}
.catswiper .swiperimage:after {content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(34,34,34,0.30);}
.catswiper .swiperimage img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;}

.catswiper .swipertitle {position:absolute;top:0;left:0;font-size:13px;line-height:20px;text-transform:uppercase;letter-spacing:0.13em;font-weight:600;text-shadow: 0 0 20px var(--del-black);color:var(--del-white);width:100%;text-align:center;height:100%;display:flex;}
.catswiper .swipertitle a {color:inherit;text-decoration:none;flex-grow:1;display:flex;justify-content:center;align-items:center;width:100%;padding:0 10px;box-sizing:border-box;}
	
@media screen and (max-width:1279px) {
	.catswiper .swiper-slide {width:calc(20% - 24px);}
}
@media screen and (max-width:1086px) {
	.catswiper .swiper-slide {width:calc(25% - 22.5px);}
}
@media screen and (max-width:853px) {
	.catswiper .swiper-slide {width:calc(33.33333% - 20px);}
}
@media screen and (max-width:767px) {
	.catswiper .swiper-slide {width:calc(33.33333% - 13.33333px);}
}
@media screen and (max-width:640px) {
	.catswiper .swiper-slide {width:calc(50% - 10px);}
}

.featurebox {display:flex;margin-left:auto;margin-right:auto;max-width:100%;background:var(--del-lightpink);}
.featurebox-border {background:var(--del-white);border:1px solid var(--del-pink);}
.featurebox-palepink {background:var(--del-palepink);}
.featurebox .featurebox-text {padding:60px;box-sizing:border-box;display:flex;width:35.8333333333%;align-items:center;}
.featurebox .featurebox-text-a {flex-grow:1;}
.featurebox .featurebox-image {width:64.1666666666%;position:relative;}
.featurebox .featurebox-image a {color:inherit;display:block;}
.featurebox .featurebox-image .featurebox-image-a:before {content:"";height:0;padding-bottom:133.3333333333%;display:block;}
.featurebox .featurebox-image img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;outline:inherit;}

.featurebox-video .featurebox-text {padding:40px;text-align:center;}
.featurebox-video .featurebox-image .featurebox-image-a:before {display:none;}

.featurebox-video .featurebox-image .featurebox-image-a {height:0;padding-bottom:56.25%;position:relative;}

.featurebox-video .featurebox-image .featurebox-video-youtube {display:none;}
.featurebox-video .featurebox-image .featurebox-video-adthrive {position:absolute;top:0;left:0;width:100%;height:100%;}
.featurebox-video .featurebox-image .featurebox-video-youtube iframe {width:100%;height:100%;position:absolute;top:0;left:0;}

.adblocker-detected .featurebox-video .featurebox-image .featurebox-video-youtube {display:block;}
.adblocker-detected .featurebox-video .featurebox-image .featurebox-video-adthrive {display:none;}

.featurebox-video .featurebox-image {align-self:center;}

.featurebox-right {flex-direction:row-reverse;}
.featurebox-narrow .featurebox-image {width:32.5%;}
.featurebox-narrow .featurebox-text {width:67.5%;}
.featurebox-swiper {background:var(--del-palepink);}
.featurebox-swiper .featurebox-text {width:50%;padding:60px 60px 142px 60px;align-self:flex-end;text-align:left;}
.featurebox-swiper .featurebox-image {width:50%;}
.featurebox-swiper .featurebox-image .featurebox-image-a:before {padding-bottom:120%;}

.featurebox-video h3 {margin:0 0 20px 0;}
.featurebox-video h3 a {color:inherit;text-decoration:none;font-weight:inherit;}
.featurebox-video h3 a:hover, .featurebox-video h3 a:active {color:var(--del-brown);}

.featurebox .gridcat {font-size:13px;line-height:20px;color:var(--del-brown);text-transform:uppercase;letter-spacing:0.13em;font-weight:600;text-align:center;margin-bottom:10px;}
.featurebox .gridcat span {display:inline-block;border-bottom:1px solid currentColor;padding-bottom:3px;}

.featurebox + .imagegrid-video {margin-top:-50px;}

@media screen and (min-width:1024px) {
	.featurebox h1:not(.has-text-align-center),
	.featurebox h2:not(.has-text-align-center) {text-align:inherit;}
	.featurebox .btnswrap:not(.btnswrap-center) .btnswrap-a {justify-content:flex-start;}
	.featurebox .more-link:not(.has-text-align-center) {text-align:left;}
}

@media screen and (max-width:1023px) {
	.featurebox {display:block;}
	.featurebox .featurebox-text {display:block;width:auto;}
	.featurebox .featurebox-image {width:auto;}
}
@media screen and (max-width:767px) {
	.featurebox {display:block;font-size:18px;}
	.featurebox .featurebox-text {display:block;padding:30px 20px;}
	.featurebox .featurebox-text, .featurebox .featurebox-image {width:auto;}

	.featurebox + .imagegrid-video {margin-top:-10px;}

	.featurebox-swiper .featurebox-text {padding-bottom:92px;}
}

.wp-block-media-text {margin-left:auto;margin-right:auto;max-width:100%;grid-gap:80px;}

.wp-block-media-text:not(.is-style-custom) {grid-template-columns:1fr 1fr !important;}
.wp-block-media-text.has-media-on-the-right:not(.is-style-custom) {grid-template-columns:1fr 1fr !important;}

.wp-block-media-text.is-style-narrower {grid-template-columns:60fr 52fr !important;}
.wp-block-media-text.has-media-on-the-right.is-style-narrower {grid-template-columns:52fr 60fr !important;}

.wp-block-media-text .wp-block-media-text__media {padding:0;align-self:start;position:relative;}
.wp-block-media-text .wp-block-media-text__content {padding:0;min-width:0;}
.wp-block-media-text .wp-block-media-text__content>:first-child {margin-top:0;}
.wp-block-media-text .wp-block-media-text__content>:first-child>:first-child {margin-top:0;}
.wp-block-media-text .wp-block-media-text__content>:last-child {margin-bottom:0;}
.wp-block-media-text .wp-block-media-text__content>:last-child>:last-child {margin-bottom:0;}

@media screen and (min-width:1024px) {
	.wp-block-media-text h1:not(.has-text-align-center),
	.wp-block-media-text h2:not(.has-text-align-center) {text-align:inherit;}
	.wp-block-media-text .btnswrap:not(.btnswrap-center) .btnswrap-a {justify-content:flex-start;}
	.wp-block-media-text .more-link:not(.has-text-align-center) {text-align:left;}

	.wp-block-media-text .subscribeform-horz .inputs {justify-content:flex-start;}
}
@media screen and (max-width:1023px) {
	#fullwrap .wp-block-media-text.is-stacked-on-mobile {grid-template-columns:100% !important;}
	.wp-block-media-text {grid-gap:40px;}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {display:block;width:100%;margin:0 auto !important;grid-column:1;grid-row:1;}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {padding:0 !important;width:730px;max-width:100%;grid-column:1;grid-row:2;margin-left:auto;margin-right:auto;}
	.wp-block-media-text>figure img, .wp-block-media-text>figure video {width:100%;max-width:100%;}	
}

.conversion-notes {margin:20px 0;text-align:center;font-size:16px;}

.conversion-calculator {font-size:16px;margin-top:60px;}

@media screen and (max-width:767px) {
	.conversion-calculator {margin-top:40px;}
}

.conversion-calculator + .conversion-calculator {margin-top:20px;}

.conversion-calculator .inputs {margin-left:-15px;text-align:center;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:15px;}
.conversion-calculator span.label {margin-left:15px;}

.conversion-calculator input[type="text"], .conversion-calculator select {border:1px solid var(--del-pink);background:var(--del-white);border-radius:4px;padding:11px 20px;font-size:16px;line-height:24px;margin-left:15px;}
.conversion-calculator input[type="text"] {width:100px;box-sizing:border-box;}
.conversion-calculator select {-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23222222' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E"),linear-gradient(to bottom, #fff 0%,#fff 100%);background-repeat: no-repeat, repeat;background-position: right 17px top 50%, 0 0;background-size: .625em auto, 100%;padding-right:45px;}
.conversion-calculator select::-ms-expand {display:none;}

.conversion-calculator button {background:var(--del-pink);color:var(--del-black);border:none;font-size:14px;line-height:20px;font-weight:600;transition:background 0.3s;padding:14px 30px;box-sizing:border-box;border-radius:24px;text-transform:uppercase;letter-spacing:0.13em;margin-left:15px;}
.conversion-calculator button:hover {background:var(--del-darkpink);}

.conversion-calculator input[readonly] {background:var(--del-palepink);}

.conversiontable table {width:100%;font-size:16px;line-height:22px;border-collapse:collapse;border:1px solid var(--del-pink);}
.conversiontable td, .conversiontable th {text-align:left;padding:7px 20px;border-top:1px solid var(--del-pink);border-bottom:1px solid var(--del-pink);white-space:nowrap;}
.conversiontable td:first-child, .conversiontable th:first-child {white-space:normal;}

.conversiontable thead th {background:var(--del-pink);}

.conversiontable tbody tr:nth-child(2n) td {background:var(--del-palepink);}

@media screen and (max-width:1023px) and (min-width:768px) {
	.conversiontable table {font-size:14px;line-height:20px;}
	.conversiontable td, .conversiontable th {padding-left:15px;padding-right:15px;}
}

@media screen and (max-width:767px) {  	
	.conversiontable table, .conversiontable table thead, .conversiontable table tbody, .conversiontable table th, .conversiontable table td, .conversiontable table tr {display:block;}
	.conversiontable table thead tr {position:absolute;top:-9999px;left:-9999px;}

	.conversiontable table {border:none;}
	.conversiontable table tbody tr {display:flex;flex-wrap:wrap;}
	.conversiontable table tbody td:before {content:attr(data-label) ": ";text-align:left;}
	.conversiontable table tbody td:first-child:before {content:normal;display:none;}

	.conversiontable table tbody tr {border:1px solid var(--del-pink);padding-bottom:5px;}
	.conversiontable table tbody td {border:none;padding-top:5px;padding-bottom:5px;}
	.conversiontable tbody tr:nth-child(2n) td {background:none;}
	.conversiontable table tbody td:first-child {background:var(--del-pink);width:100%;padding-top:7px;padding-bottom:7px;margin-bottom:5px;}
}	

.contentswiper {position:relative;}
.contentswiper .swiper-custom-prevnext {text-transform:uppercase;font-size:13px;line-height:18px;letter-spacing:0.13em;color:var(--del-brown);display:flex;justify-content:space-between;font-weight:600;position:absolute;bottom:60px;left:0;width:50%;z-index:50;padding:0 60px;box-sizing:border-box;}
.contentswiper .swiper-custom-prev, .contentswiper .swiper-custom-next {border-bottom:1px solid currentColor;padding-bottom:3px;cursor:pointer;display:block;}
.contentswiper .swiper-button-disabled {visibility:hidden;}

@media screen and (max-width:1023px) {
	.contentswiper .swiper-custom-prevnext {width:100%;}
}

@media screen and (max-width:767px) {
	.contentswiper .swiper-custom-prevnext {bottom:30px;padding:0 20px;width:100%;}
}


.contentswiper .cs-thumbs {margin-top:30px;}
.contentswiper .cs-thumbs ul {margin:0 0 0 -30px;padding:0;list-style:none;display:flex;flex-wrap:wrap;row-gap:30px;}
.contentswiper .cs-thumbs ul li {margin:0;padding:0;width:16.6666666666%;}
.contentswiper .cs-thumbs ul li .li-a {margin-left:30px;}
.contentswiper .cs-thumbs ul li a {height:0;display:block;padding-bottom:100%;position:relative;}
.contentswiper .cs-thumbs ul li img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}

@media screen and (max-width:767px) {
	.contentswiper .cs-thumbs {margin-top:20px;}
	.contentswiper .cs-thumbs ul {margin-left:-20px;row-gap:20px;}
	.contentswiper .cs-thumbs ul li {width:33.3333333333%;}
	.contentswiper .cs-thumbs ul li .li-a {margin-left:20px;}
}

.largelist {font-size:16px;}
.largelist ol, .largelist ul {margin:-20px 0 0 0;padding:0;list-style:none;column-count:2;column-gap:80px;counter-reset:largelist;}
.largelist li {margin:0;padding:20px 0;counter-increment:largelist;border-bottom:1px solid var(--del-pink);padding-bottom:20px;display:flex;break-inside:avoid-column;}
.largelist li:before {content:counter(largelist) ".";font-size:48px;line-height:1;color:var(--del-darkpink);min-width:62px;margin-right:30px;flex-shrink:0;text-align:right;}
.largelist li>span {align-self:center;}

@media screen and (max-width:1023px) {
	.largelist ol, .largelist ul {column-gap:60px;}
}

@media screen and (max-width:767px) {
	.largelist ol, .largelist ul {column-count:auto;}
	.largelist li:before {font-size:42px;min-width:56px;}
}

.recipeindex {display:flex;}
.recipeindex .ri-facets {width:180px;margin-right:60px;flex-shrink:0;font-size:14px;line-height:1.4;min-width:0;}
.recipeindex .ri-facets .facetwp-checkbox {margin-bottom:8px;background-position:left 3px;}
.recipeindex .ri-facets .facetwp-facet>.facetwp-checkbox:last-child {margin-bottom:0;}
.recipeindex .ri-facets .facetwp-counter {display:none;}
.recipeindex .ri-facets .facetwp-expand {display:none;}
.recipeindex .ri-facets .facetwp-depth {margin-left:20px;}

.recipeindex .ri-facets .facetwp-facet-reset {text-transform:uppercase;letter-spacing:0.13em;font-size:14px;line-height:20px;font-weight:600;}
.recipeindex .ri-facets .facetwp-facet-reset a {border-bottom:1px solid currentColor;text-decoration:none;display:inline-block;padding-bottom:3px;}

.recipeindex .ri-facets .facet-wrap .facetwp-facet {display:none;margin-bottom:0;}

.recipeindex .ri-results {flex-grow:1;min-width:0;}

.recipeindex .ri-showfilters {display:none;}
.recipeindex button.closefacets {display:none;}

@media screen and (max-width:1023px) {
	.recipeindex {display:block;}
	.recipeindex .ri-facets {margin:0;position:fixed;top:0;left:-320px;width:320px;height:100%;z-index:10012;overflow-y:auto;transition:left 0.5s, visibility 0.5s;box-sizing:border-box;padding:20px 20px 0 20px !important;background:var(--del-white);visibility:hidden;}
	body.facetsopen {overflow:hidden;}
	body.facetsopen .ri-facets {left:0;visibility:visible;}
	body.facetsopen #facetoverlay {width:100%;height:100%;background:rgba(0,0,0,0.3);position:fixed;top:0;right:0;z-index:10011;}
	.recipeindex button.closefacets {margin:-10px 0 10px auto;display:block;}

	.recipeindex .ri-showfilters {display:block;text-align:center;margin-bottom:40px;}
	
}

.recipeindex .ri-facets .facet-label {font-size:15px;line-height:22px;text-transform:uppercase;letter-spacing:0.13em;font-weight:600;margin:0 0 20px 0;cursor:pointer;position:relative;padding-right:20px;}
.recipeindex .ri-facets .facet-label .facet-label-toggle {position:absolute;top:0;right:0;}
.recipeindex .ri-facets .facet-label .facet-label-toggle .cicon {-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);transition:transform 0.3s;height:22px;vertical-align:top;font-size:14px;}
.recipeindex .ri-facets .expanded .facet-label .facet-label-toggle .cicon {-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}

.recipeindex .ri-facets .facet-wrap {margin-bottom:30px;}

.facetwp-type-pager {text-align:center;}

.collagebox-a {margin-left:-80px;display:flex;align-items:center;}
.collagebox-right .collagebox-a {flex-direction:row-reverse;}
.collagebox .cb-image {width:50%;}
.collagebox .cb-image-a {margin-left:80px;}
.collagebox .cb-image img {display:block;}
.collagebox .cb-text {width:65.625%;margin-left:-15.625%;}
.collagebox-right .cb-text {margin-left:0;margin-right:-15.625%;}
.collagebox .cb-text-a {margin-left:80px;padding:60px;}
.collagebox-border .cb-text-a {outline:1px solid var(--del-pink);background:var(--del-white);}
.collagebox-palepink .cb-text-a {background:var(--del-palepink);}
.collagebox-lightpink .cb-text-a {background:var(--del-lightpink);}

@media screen and (max-width:1023px) {
	.collagebox-a {display:block;margin-left:0;}	
	.collagebox .cb-image {width:auto;}
	.collagebox .cb-image-a {margin-left:0;}
	.collagebox .cb-text {width:auto;margin-left:0;margin-right:0;}
	.collagebox .cb-text-a {margin-left:0;}
}
@media screen and (max-width:767px) {
	.collagebox .cb-text-a {margin-left:0;padding:30px;}
}

.welcome {display:flex;align-items:center;}
.welcome-main {display:flex;flex-grow:1;margin-left:-80px;align-items:center;min-width:0;}
.welcome-image {width:360px;margin-left:80px;min-width:0;align-self:flex-start;}
.welcome-text {width:500px;margin-left:80px;min-width:0;}

.welcome-image img {display:block;}
.welcome-text h2 {text-align:left;}
.welcome-text h2.has-text-align-center {text-align:center;}
.welcome-text h2.has-text-align-right {text-align:right;}
.welcome-text .more-link {text-align:left;}
.welcome-text .more-link.has-text-align-center {text-align:center;}
.welcome-text .more-link.has-text-align-right {text-align:right;}

.welcome-follow {width:180px;flex-shrink:0;margin-left:80px;}
.welcome-follow h3 {font-size:24px;line-height:32px;text-align:center;margin:20px 0 30px 0;}
.welcome-follow ul {margin:0;padding:0;list-style:none;text-align:center;}
.welcome-follow ul li {margin:0 0 20px 0;padding:0;}
.welcome-follow ul li:last-child {margin-bottom:0;}
.welcome-follow ul li .cicon {font-size:20px;height:20px;margin-right:12px;vertical-align:top;}
.welcome-follow ul li a {display:block;padding-left:0;padding-right:0;}

@media screen and (max-width:1023px) {
	.welcome {display:block;}
	.welcome-main {margin-left:-60px;}
	.welcome-image {margin-left:60px;}
	.welcome-text {margin-left:60px;}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.welcome-follow {width:auto;margin-left:0;margin-top:60px;}
	.welcome-follow ul {display:flex;flex-wrap:wrap;row-gap:20px;margin-left:-20px;justify-content:center;}
	.welcome-follow ul li {margin-bottom:0;margin-left:20px;}
	.welcome-follow ul li a {width:180px;}
}

@media screen and (max-width:767px) {
	.welcome-main {display:block;margin-left:0;}
	.welcome-image {width:auto;margin-left:0;margin-bottom:40px;}
	.welcome-text {width:auto;margin-left:0;}
	.welcome-follow {margin:40px auto 0 auto;}
}

.subcats {padding:0 30px;position:relative;margin-bottom:40px;}
.subcats .swiper-button-prev-outside, .subcats .swiper-button-next-outside {position:absolute;top:0px;font-size:20px;cursor:pointer;transition:color 0.3s;text-align:center;padding:0 10px;line-height:1;}
.subcats .swiper-button-prev-outside:hover, .subcats .swiper-button-next-outside:hover {color:var(--del-brown);}
.subcats .swiper:not(.swiper-initialized) ~ .swiper-button-prev-outside, .subcats .swiper:not(.swiper-initialized) ~ .swiper-button-next-outside {visibility:hidden;}
.subcats .swiper-button-prev-outside .cicon, .subcats .swiper-button-next-outside .cicon {height:48px;vertical-align:top;}
.subcats .swiper-button-prev-outside {left:-10px;}
.subcats .swiper-button-next-outside {right:-10px;}

.subcats .swiper-button-disabled {display:none;}

.subcats .swiper {visibility:hidden;}
.subcats .swiper-initialized {visibility:visible;}

.subcats .swiper-slide {width:auto;margin-right:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.subcats .swiper-slide:last-child {margin-right:0;}

.subcats a.active {background:var(--del-pink);}

.filterresults .filterresult {display:none;}
.filterresults .filterresult.active {display:block;}

.breadcrumb {font-size:13px;line-height:24px;text-transform:uppercase;letter-spacing:0.13em;font-weight:bold;margin-bottom:20px;}
.postheader .breadcrumb {text-align:left;}

.breadcrumb a {color:inherit;font-weight:inherit;text-decoration:none;}
.breadcrumb a:hover, .breadcrumb a:active {color:var(--del-brown);}

.breadcrumb .cicon {display:inline-block;font-size:11px;height:24px;vertical-align:top;margin:0 4px;position:relative;}

.breadcrumb + * {margin-top:0;}

.subscribebar {background:var(--del-lightpink);padding:40px 0;}

.subscribebar-wrap {display:flex;flex-wrap:wrap;margin-left:-20px;justify-content:center;align-items:center;row-gap:20px;}
.subscribebar h2 {margin:0 0 0 20px;text-align:left;font-size:24px;line-height:30px;font-weight:normal;}
.subscribebar .subscribeform {margin:0 0 0 20px;flex-shrink:0;}

@media screen and (max-width:767px) {
	.subscribebar {width:auto;}
	.subscribebar-wrap {display:block;margin-left:0;}
	.subscribebar h2 {margin:0 0 20px 0;text-align:center;}
	.subscribebar .subscribeform {margin-left:0;}
}		

.subscribeform {margin:20px 0;}

.subscribeform .response {margin-top:20px;}

.subscribeform .input {position:relative;margin-bottom:20px;}
.subscribeform .input-name, .subscribeform .input-email {width:100%;}
.subscribeform .input-submit {margin-bottom:0;}

.subscribeform label {position:absolute;top:0;left:0;padding:12px 15px;box-sizing:border-box;max-width:100%;height:48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:24px;pointer-events:none;transform-origin:0 0;transition: opacity .2s ease-in-out, transform .2s ease-in-out, padding .2s ease-in-out;border-radius:4px;}
.subscribeform label span {transition:opacity .2s ease-in-out;}

.subscribeform input[type="text"], .subscribeform input[type="email"] {display:block;margin:0;box-sizing:border-box;background:var(--del-white);padding:11px 15px;font-size:16px;line-height:24px;min-width:0;border-radius:4px;box-sizing:border-box;width:100%;color:inherit;border:none;color:var(--del-black);border:1px solid var(--del-pink);}

.subscribeform input::placeholder {color:transparent;}

.subscribeform input:focus + label,
.subscribeform input:not(:placeholder-shown) + label {
	/*
	scale to 12px / 18px label font size
	height: 18px / the scale
	padding: 3 / the scale
	translate: (padding-3) / scale, -9/scale
	*/
	transform: scale(0.75) translate(16px, -12px);padding:0 4px;height:24px;background:var(--del-white);
}

.subscribeform input:focus + label span,
.subscribeform input:not(:placeholder-shown) + label span {
	opacity:0.7;
}

.subscribeform input:-webkit-autofill + label {
	transform: scale(0.75) translate(16px, -12px);padding:0 4px;height:24px;background:var(--del-white);
}

.subscribeform input:-webkit-autofill + label span {
	opacity:0.7;
}

.subscribeform input[type="submit"] {background:var(--del-pink);color:var(--del-black);border:none;font-size:14px;line-height:20px;font-weight:600;transition:background 0.3s;padding:14px 30px;display:block;box-sizing:border-box;width:100%;border-radius:24px;text-transform:uppercase;letter-spacing:0.13em;}
.subscribeform input[type="submit"]:hover {background:var(--del-darkpink);}

@media screen and (min-width:768px) {
	.subscribeform-horz .inputs {display:flex;margin-left:-20px;row-gap:20px;justify-content:center;min-width:0;}
	.subscribeform-horz .inputs .input {margin:0 0 0 20px;position:relative;min-width:0;}
	.subscribeform-horz .inputs .input-submit {flex-shrink:0;}

	.subscribeform-horz .input-name {width:160px;}
	.subscribeform-horz .input-email {width:240px;}
	.subscribeform-horz .input-submit {flex-shrink:0;}	
}

@media screen and (max-width:767px) {
	.subscribebar {padding:40px 0;}
	
	.subscribeform label {padding:10px 20px;height:48px;}
	.subscribeform input[type="text"], .subscribeform input[type="email"] {padding:10px 20px;}	
	.subscribeform input[type="submit"] {font-size:16px;line-height:24px;padding:12px 20px;}	
}
.postcols>.maincol {float:left;display:inline;width:100%;margin-right:-420px;}
.postcols>.maincol>.maincol-a {margin-right:420px;max-width:730px;}
.postcols>.sidebar {float:right;display:inline;width:360px;}

.sidebar {font-size:16px;}

@media screen and (max-width:1200px) {
	.postcols>.maincol {margin-right:-360px;}
	.postcols>.maincol>.maincol-a {margin-right:360px;}
	.postcols>.sidebar {width:300px;}
}
@media screen and (max-width:1023px) {
	.postcols>.maincol {float:none;display:block;width:730px;max-width:100%;margin:0 auto;}
	.postcols>.maincol>.maincol-a {margin-right:0;max-width:none;}
	.postcols>.sidebar {float:none;display:block;margin:60px auto 0 auto;max-width:100%;}
}
@media screen and (max-width:767px) {
	.postcols>.sidebar {margin-top:40px;}
}

.sidesubscribe {background:var(--del-lightpink);padding:40px 30px;}

.contentbox, .boite_del {padding:40px;display:flow-root;}
.contentbox-border {outline:1px solid var(--del-pink);}
.contentbox-palepink, .boite_del {background:var(--del-palepink);}
.contentbox-lightpink {background:var(--del-lightpink);}

@media screen and (max-width:767px) {
	.contentbox, .boite_del {padding:30px 20px;}
}

.togglelist .togglereveal {display:none;}
.togglelist .open .togglereveal {display:block;}
.togglelist .toggleitem>:first-child {font-size:18px;line-height:28px;padding-left:30px;position:relative;cursor:pointer;transition:color 0.3s;margin:0;color:var(--del-brown);text-align:left;}
.togglelist .toggleitem>:first-child:hover {text-decoration:underline;}
.togglelist .toggleitem.open>:first-child {margin-bottom:15px;}
.togglelist .toggleitem {margin-bottom:20px;}
.togglelist .toggleitem.open {margin-bottom:25px;}
.togglelist .togglereveal {padding-left:30px;}
.togglelist .toggleitem>:first-child:before {content:"";position:absolute;top:0;left:0;display:block;width:14px;height:28px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='28' height='32' viewBox='0 0 28 32'%3E%3Cpath d='M27 16c0 1.106-0.896 2.001-2 2.001h-9v9c0 1.106-0.896 1.999-2 1.999s-2-0.894-2-1.999v-9h-9c-1.104 0-2-0.895-2-2.001s0.896-1.999 2-1.999h9v-9c0-1.106 0.896-2.001 2-2.001s2 0.895 2 2.001v9h9c1.106-0.001 2 0.893 2 1.999z'%3E%3C/path%3E%3C/svg%3E%0A") center center no-repeat;mask:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='28' height='32' viewBox='0 0 28 32'%3E%3Cpath d='M27 16c0 1.106-0.896 2.001-2 2.001h-9v9c0 1.106-0.896 1.999-2 1.999s-2-0.894-2-1.999v-9h-9c-1.104 0-2-0.895-2-2.001s0.896-1.999 2-1.999h9v-9c0-1.106 0.896-2.001 2-2.001s2 0.895 2 2.001v9h9c1.106-0.001 2 0.893 2 1.999z'%3E%3C/path%3E%3C/svg%3E%0A") center center no-repeat;-webkit-mask-size:100%;mask-size:100%;}
.togglelist .toggleitem.open>:first-child:before {-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='28' height='32' viewBox='0 0 28 32'%3E%3Cpath d='M25 18h-22c-1.106 0-2-0.895-2-2.001s0.894-1.999 2-1.999h22c1.106 0 2 0.894 2 1.999s-0.894 2.001-2 2.001z'%3E%3C/path%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='28' height='32' viewBox='0 0 28 32'%3E%3Cpath d='M25 18h-22c-1.106 0-2-0.895-2-2.001s0.894-1.999 2-1.999h22c1.106 0 2 0.894 2 1.999s-0.894 2.001-2 2.001z'%3E%3C/path%3E%3C/svg%3E%0A");}

.postheader {margin-bottom:60px;}

.postmeta {font-size:16px;}
.postmeta>ul {margin:0 0 0 -20px;padding:0;list-style:none;display:flex;flex-wrap:wrap;row-gap:20px;}
.postmeta>ul>li {margin:0 0 0 20px;padding:0;}

.postmeta>ul>li.rating .rating-a {display:flex;align-items:center;margin-left:-10px;}
.postmeta>ul>li.rating .ratingicons {font-size:26px;line-height:1;}
.postmeta>ul>li.rating .ratingicons span {display:inline-block;}
.postmeta>ul>li.rating .rating-a>span {margin-left:10px;}

.postmeta>ul>li.jump>a, .postmeta>ul>li.share>a {font-size:11px;line-height:16px;color:inherit;text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:0.13em;padding:6px 15px;background:var(--del-pink);border-radius:14px;display:block;}
.postmeta>ul>li.jump>a:hover, .postmeta>ul>li.jump>a:active, .postmeta>ul>li.share>a:hover, .postmeta>ul>li.share>a:active {background:var(--del-darkpink);}

.sharebuttons {margin:30px 0;}
.sharebuttons ul {margin:0 0 0 -20px;padding:0;list-style:none;display:flex;flex-wrap:wrap;row-gap:20px;}
.sharebuttons ul li {margin:0 0 0 20px;padding:0;}
.sharebuttons ul li a {display:block;border-radius:50%;box-sizing:border-box;width:48px;height:48px;border:1px solid var(--del-pink);color:inherit;transition:none;}
.sharebuttons ul li a:hover, .sharebuttons ul li a:active {background:var(--del-black);color:var(--del-white);border-color:var(--del-black);}
.sharebuttons ul li a .cicon {font-size:20px;display:block;height:46px;margin:0 auto;}

.sharebuttonwrap {position:relative;}

.sharebuttonwrap .sharepopup {position:absolute;top:40px;left:0;opacity:0;visibility:hidden;transition:visibility 0.3s, opacity 0.3s;z-index:100;display:none;}
.sharebuttonwrap.open .sharepopup {display:block;opacity:1;visibility:visible;}

.sharebuttonwrap .sharebuttons {background:var(--del-white);border:1px solid var(--del-pink);border-radius:8px;padding:20px;margin:0;}
.sharebuttonwrap .sharebuttons>ul {flex-wrap:nowrap;}

.postfooter {margin-top:60px;}

.postcats {font-size:13px;line-height:24px;text-transform:uppercase;letter-spacing:0.1em;font-weight:600;text-align:center;}
.postcats a {display:inline-block;text-decoration:none;}
.postcats a:hover, .postcats a:active {text-decoration:underline;}

.minifeature {display:flex;margin-left:auto;margin-right:auto;max-width:100%;font-size:16px;}
.minifeature-palepink {background:var(--del-palepink);}
.minifeature-lightpink {background:var(--del-lightpink);}
.minifeature-border {background:var(--del-white);border:1px solid var(--del-pink);}
.minifeature .minifeature-text {padding:40px;box-sizing:border-box;display:flex;width:67.123287671232876712328767123288%;align-items:center;}
.minifeature .minifeature-text-a {flex-grow:1;}
.minifeature .minifeature-image {width:32.876712328767123287671232876712%;position:relative;}
.minifeature .minifeature-image a {color:inherit;display:block;}
.minifeature .minifeature-image .minifeature-image-a:before {content:"";height:0;padding-bottom:133.3333333333%;display:block;}
.minifeature .minifeature-image img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;outline:inherit;}

.minifeature-right {flex-direction:row-reverse;}

.minifeature h2 {font-size:24px;line-height:32px;margin:0 0 15px 0;}

.minifeature .btnswrap {margin:20px 0;}

@media screen and (min-width:768px) {
	.minifeature .btnswrap:not(.btnswrap-center) .btnswrap-a {justify-content:flex-start;}
	.minifeature .more-link:not(.has-text-align-center) {text-align:left;}
}

@media screen and (max-width:767px) {
	.minifeature {display:block;}
	.minifeature .minifeature-text {display:block;padding:30px 20px;}
	.minifeature .minifeature-text, .minifeature .minifeature-image {width:auto;}
}

/***** COMMENT LIST *****/

ul.commentlist {margin:0;padding:0;list-style:none;}
ul.commentlist li.comment-li {margin:0 0 30px 0;padding:0;}
ul.commentlist li.comment-li>ul {margin:30px 0 0 40px;padding:0;list-style:none;}

ul.commentlist li #respond {margin:40px 0;}
ul.commentlist li li #respond {margin-left:-40px;}
ul.commentlist li li li #respond {margin-left:-80px;}
ul.commentlist li li li li #respond {margin-left:-120px;}
ul.commentlist li li li li li #respond {margin-left:-160px;}

@media screen and (max-width:619px) {
	ul.commentlist li.comment-li li.comment-li>ul {margin-left:0;}
	ul.commentlist li li li #respond {margin-left:-40px !important;}
}

#respond #reply-title small {display:block;font-size:11px;line-height:16px;letter-spacing:0.13em;text-transform:uppercase;margin-top:12px;font-weight:500;}
#respond #reply-title small a {color:inherit;display:inline-block;border-bottom:1px solid currentColor;padding-bottom:2px;text-decoration:none;vertical-align:bottom;}

.comdiv {font-size:16px;}

.comdiv .comavatar {width:48px;float:left;margin-right:20px;padding-top:3px;}
.comdiv .comavatar img {display:block;border-radius:50%;}

.comdiv .comright {overflow:hidden;}

.comdiv.bypostauthor, .comdiv.byadmin {background:var(--del-palepink);padding:30px;}

.comdiv .comauth {font-size:18px;line-height:26px;margin:0 0 5px 0;font-weight:normal;}

.comdiv .commeta {margin-bottom:10px;display:flex;justify-content:space-between;font-size:13px;line-height:20px;text-transform:uppercase;letter-spacing:0.13em;font-weight:600;flex-wrap:wrap;row-gap:12px;}

.comdiv .comactions ul {display:flex;flex-wrap:wrap;margin:0 0 0 -20px;row-gap:12px;padding:0;list-style:none;align-items:center;justify-content:flex-end;}
.comdiv .comactions ul li {margin:0 0 0 20px;padding:0;}

.comdiv .comactions a {text-decoration:none;}
.comdiv .comactions a:hover, .comdiv .comactions a:active {text-decoration:underline;}

.comdiv .tasty-recipes-ratings {color:var(--del-darkpink);font-size:26px;line-height:1;margin-bottom:13px;margin-top:-7px !important;}
.comdiv .tasty-recipes-ratings .tasty-recipes-rating {display:inline-block;vertical-align:top;}

/***** COMMENT FORM *****/

#respond .comment-form .wprm-comment-ratings-container {display:block;}

#respond .comment-form .comtwocol {margin-left:-20px;display:flex;}
#respond .comment-form .comtwocol p {margin-left:20px;width:50%;}

#respond .comment-form input[type="text"],
#respond .comment-form input[type="email"],
#respond .comment-form input[type="url"],
#respond .comment-form textarea {border:1px solid var(--del-pink);background:var(--del-white);border-radius:4px;box-sizing:border-box;width:100%;padding:12px 20px;font-size:16px;line-height:24px;}

#respond .comment-form textarea {height:122px;transition:height 0.3s;}
#respond .comment-form.expanded textarea {height:218px;}

#respond .comment-form .form-submit {margin-bottom:0;}

#respond .comment-form input[type="submit"] {background:var(--del-pink);color:var(--del-black);transition:background 0.3s;margin:0;padding:14px 30px;border:none;display:block;font-size:14px;line-height:20px;border-radius:24px;font-weight:600;text-transform:uppercase;letter-spacing:0.13em;}

#respond .comment-form input[type="submit"]:hover {background:var(--del-darkpink);}

#respond .comment-form label, #respond .tasty-recipes-comment-form legend {display:block;margin:0 0 5px 0;font-size:14px;line-height:20px;font-weight:600;display:block;text-transform:uppercase;letter-spacing:0.13em;}

#respond .comment-form label .required {color:var(--del-black);}

#respond .comment-form p {margin-bottom:30px;}
#respond .tasty-recipes-comment-form  {margin-bottom:25px;}

#respond .comment-form .comment-form-cookies-consent, #respond .comment-form .comment-subscription-form {position:relative;}

#respond .comment-form .comment-form-cookies-consent input[type="checkbox"], #respond .comment-form .comment-subscription-form input[type="checkbox"] {opacity:0;position:absolute;top:2px;left:0;width:20px;height:20px;z-index:-1;}

#respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:focus + label:before, #respond .comment-form .comment-subscription-form input[type="checkbox"]:focus + label:before {box-shadow:0 0 3px var(--del-black);}

#respond .comment-form .comment-form-cookies-consent input[type="checkbox"] + label, #respond .comment-form .comment-subscription-form input[type="checkbox"] + label {position:relative;display:block;padding-left:32px;margin:0;font-size:14px;line-height:20px;text-transform:none;letter-spacing:0;font-weight:normal;}

#respond .comment-form .comment-form-cookies-consent input[type="checkbox"] + label:before, #respond .comment-form .comment-subscription-form input[type="checkbox"] + label:before {content:"";display:block;position:absolute;top:0;left:0;width:20px;height:20px;background:#fff;border:1px solid var(--del-pink);box-sizing:border-box;}
#respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label:after, #respond .comment-form .comment-subscription-form input[type="checkbox"]:checked + label:after {content:"";display:block;position:absolute;top:3px;left:3px;width:14px;height:14px;background-size:100%;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23231f20' d='M27.241 5.217l-16.44 16.44-6.041-6.041c-0.293-0.293-0.768-0.293-1.061 0l-1.768 1.768c-0.293 0.293-0.293 0.768 0 1.061l8.339 8.339c0.293 0.293 0.768 0.293 1.061 0l18.738-18.738c0.293-0.293 0.293-0.768 0-1.061l-1.768-1.768c-0.293-0.293-0.768-0.293-1.061 0z'%3E%3C/path%3E%3C/svg%3E%0A");}

#commentform .tasty-recipes-comment-form .tasty-recipes-ratings-buttons {font-size:26px;line-height:1;display:flex;justify-content:flex-end;color:var(--del-black);}
#commentform .tasty-recipes-comment-form .tasty-recipes-ratings-buttons > input {margin-left:-26px;width:26px;height:26px;}
#commentform .tasty-recipes-comment-form .tasty-recipes-ratings-buttons > span {width:26px;height:26px;display:block;}

p.akismet_comment_form_privacy_notice {margin:30px 0;}

#footer {padding:80px 0;}

#footer .ftcols {margin-left:-40px;display:flex;}
#footer .ftcols .ftcol {width:213px;}
#footer .ftcols .ftcol-a {margin-left:40px;}
#footer .ftcols .ftcol-logo {flex-grow:1;max-width:none;}

#footer .ftlogo {width:344px;max-width:100%;}
#footer .ftlogo img {display:block;opacity:1;}

#footer h2 {font-size:15px;line-height:22px;text-transform:uppercase;letter-spacing:0.13em;font-weight:600;margin:0 0 15px 0;text-align:inherit;}

#footer .ftmenu {margin:0;padding:0;list-style:none;font-size:14px;line-height:20px;}
#footer .ftmenu li {margin:0 0 12px 0;padding:0;}
#footer .ftmenu li a {color:inherit;text-decoration:none;}
#footer .ftmenu li a:hover, #footer .ftmenu li a:active {color:var(--del-brown);text-decoration:underline;}
#footer .ftmenu li:last-child {margin-bottom:0;}

.socialicons {font-size:16px;line-height:1;}
.socialicons ul {margin:0 0 0 -20px;row-gap:10px;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;}
.socialicons ul li {margin:0 0 0 20px;padding:0;}
.socialicons-plain ul li a {display:block;margin:0 -10px;font-weight:inherit;color:inherit;padding:2px 0;}
.socialicons-plain ul li a:hover, .socialicons ul li a:active {color:var(--del-brown);}
.socialicons-plain ul li a .cicon {padding:0 10px;display:block;}

.socialicons-circles ul {justify-content:center;}
.socialicons-circles ul li a {display:block;border-radius:50%;box-sizing:border-box;width:48px;height:48px;background:var(--del-lightpink);color:inherit;}
.socialicons-circles ul li a:hover, .socialicons-circles ul li a:active {background:var(--del-pink);}
.socialicons-circles ul li a .cicon {font-size:20px;display:block;height:48px;margin:0 auto;}

#footer .ftsmall {font-size:15px;line-height:22px;margin-top:80px;}
#footer .ftsmall ul {margin:0 0 0 -40px;row-gap:15px;padding:0;list-style:none;display:flex;flex-wrap:wrap;}
#footer .ftsmall ul li {margin:0 0 0 40px;padding:0;}
#footer .ftsmall ul li.right {margin-left:auto;padding-left:40px;}
#footer .ftsmall ul li a {font-weight:inherit;color:inherit;text-decoration:none;}
#footer .ftsmall ul li a:hover, #footer .ftsmall ul li a:active {color:var(--del-brown);text-decoration:underline;}

@media screen and (max-width:1279px) {
	#footer .ftcols {flex-wrap:wrap;justify-content:center;}
	#footer .ftcols .ftcol-logo {width:100%;}
	#footer .ftlogo {margin:0 auto 60px auto;}
}

@media screen and (max-width:767px) {
	#footer {padding:40px 0;}
	
	#footer .ftlogo {margin-bottom:40px;}
	#footer .ftcols {display:block;}
	#footer .ftcols .ftcol {width:100%;text-align:center;margin-top:40px;}
	#footer .socialicons ul {justify-content:center;}
	#footer .ftsmall {margin-top:40px;}

	#footer .wpml-ls-menu-item a {justify-content:center;}

	#footer .ftsmall ul {display:block;margin-left:0;text-align:center;}
	#footer .ftsmall ul li {margin-left:0;margin-bottom:15px;}
	#footer .ftsmall ul li.right {margin-left:0;padding-left:0;}
	#footer .ftsmall ul li:last-child {margin-bottom:0;}
}


/** GRAVITY FORMS **/

#fullwrap .custom-gform-wrap, #fullwrap .gform_confirmation_wrapper {margin-top:40px;margin-bottom:40px;}

#fullwrap .custom-gform-wrap {position:relative;}

#fullwrap .gform_wrapper .gfield_label {font-size:14px;line-height:20px;font-weight:600;display:block;margin-bottom:5px;color:inherit;text-transform:uppercase;letter-spacing:0.13em;}

#fullwrap .gform_wrapper input[type=color],
#fullwrap .gform_wrapper input[type=date],
#fullwrap .gform_wrapper input[type=datetime-local],
#fullwrap .gform_wrapper input[type=datetime],
#fullwrap .gform_wrapper input[type=email],
#fullwrap .gform_wrapper input[type=month],
#fullwrap .gform_wrapper input[type=number],
#fullwrap .gform_wrapper input[type=password],
#fullwrap .gform_wrapper input[type=search],
#fullwrap .gform_wrapper input[type=tel],
#fullwrap .gform_wrapper input[type=text],
#fullwrap .gform_wrapper input[type=time],
#fullwrap .gform_wrapper input[type=url],
#fullwrap .gform_wrapper input[type=week],
#fullwrap .gform_wrapper select,
#fullwrap .gform_wrapper textarea,
#fullwrap .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	border:1px solid var(--del-pink);background:var(--del-white);border-radius:4px;padding:12px 20px;font-size:16px;line-height:24px;
}

#fullwrap .gform_wrapper input[type="file"] {font-size:16px;line-height:24px;}

#fullwrap .gform_wrapper .gfield textarea.small {height:122px;}
#fullwrap .gform_wrapper .gfield textarea.medium {height:170px;}
#fullwrap .gform_wrapper .gfield textarea.large {height:218px;}

#fullwrap .gform_wrapper select.gfield_select, #fullwrap .gform_wrapper .ginput_complex select, #fullwrap .gform_wrapper .gfield_time_ampm select, #fullwrap .gform_wrapper .ginput_container_date select {
	-moz-appearance:none;-webkit-appearance:none;appearance: none;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23222222' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E"),linear-gradient(to bottom, #fff 0%,#fff 100%);background-repeat: no-repeat, repeat;background-position: right 17px top 50%, 0 0;background-size: .625em auto, 100%;padding-right:45px;
}

/* Hide arrow icon in IE browsers */
#fullwrap .gform_wrapper select.gfield_select::-ms-expand, #fullwrap .gform_wrapper .ginput_complex select::-ms-expand, #fullwrap .gform_wrapper .gfield_time_ampm select::-ms-expand, #fullwrap .gform_wrapper .ginput_container_date select::-ms-expand {
	display: none;	
}

#fullwrap .gform_wrapper select.gfield_select[multiple], #fullwrap .gform_wrapper .ginput_complex select[multiple] {background-image:none;padding-right:20px;}

#fullwrap .gform_wrapper .ginput_container_time {min-width:90px;max-width:90px;}
#fullwrap .gform_wrapper .gfield_time_ampm {min-width:95px;max-width:95px;}

#ui-datepicker-div {z-index:99999 !important;}

#fullwrap .gform_wrapper .description, #fullwrap .gform_wrapper .gfield_description, #fullwrap .gform_wrapper .gsection_description, #fullwrap .gform_wrapper .instruction, #fullwrap .gform_wrapper .ginput_complex label, #fullwrap .gform_wrapper .gform_fileupload_rules {font-size:14px;line-height:20px;padding-top:6px;}

@media screen and (min-width:641px) {
	#fullwrap .gform_wrapper .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), 
	#fullwrap .gform_wrapper .ginput_full:not(:last-of-type) {margin-bottom:15px;}
}
@media screen and (max-width:640px) {
	#fullwrap .gform_wrapper .ginput_complex span {margin-bottom:15px;}
	#fullwrap .gform_wrapper .ginput_complex span:last-of-type {margin-bottom:0;}	
}

#fullwrap .gform_wrapper .field_description_above .description, #fullwrap .gform_wrapper .field_description_above .gfield_description, #fullwrap .gform_wrapper .gfield_description_above .gsection_description, #fullwrap .gform_wrapper .gfield_description_above .instruction {padding-top:0;padding-bottom:10px;}

#fullwrap .gform_wrapper .gform_fields {grid-row-gap:30px;}

#fullwrap .gform_wrapper .gchoice {position:relative;}

#fullwrap .gform_wrapper .gfield_checkbox label, #fullwrap .gform_wrapper .gfield_radio label, #fullwrap .gform_wrapper .ginput_container_consent label {font-size:17px;line-height:24px;margin:0;max-width:none;display:block;position:relative;padding-left:32px;font-weight:inherit;}

#fullwrap .gform_wrapper .gfield_checkbox .gchoice, #fullwrap .gform_wrapper .gfield_radio .gchoice {margin-bottom:10px;}

#fullwrap .gform_wrapper .gfield_checkbox .gchoice:last-child, #fullwrap .gform_wrapper .gfield_radio .gchoice:last-child {margin-bottom:0;}

#fullwrap .gform_wrapper .gfield_radio input[type="radio"] {opacity:0;position:absolute;top:2px;left:0;width:20px;height:20px;z-index:-1;}
#fullwrap .gform_wrapper .gfield_radio input[type="radio"]:focus + label:before {box-shadow:0 0 3px var(--del-pink);}
#fullwrap .gform_wrapper .gfield_radio label:before {content:"";display:block;position:absolute;top:2px;left:0;width:20px;height:20px;background:#fff;border-radius:50%;border:1px solid var(--del-pink);box-sizing:border-box;}
#fullwrap .gform_wrapper .gfield_radio input[type="radio"]:checked + label:after {content:"";display:block;position:absolute;top:8px;left:6px;width:8px;height:8px;border-radius:50%;background:var(--del-pink);}

#fullwrap .gform_wrapper .gfield_checkbox input[type="checkbox"], #fullwrap .gform_wrapper .ginput_container_consent input[type="checkbox"] {opacity:0;position:absolute;top:2px;left:0;width:20px;height:20px;z-index:-1;}

#fullwrap .gform_wrapper .gfield_checkbox input[type="checkbox"]:focus + label:before, #fullwrap .gform_wrapper .ginput_container_consent input[type="checkbox"]:focus + label:before {box-shadow:0 0 3px var(--del-pink);}

#fullwrap .gform_wrapper .gfield_checkbox label:before, #fullwrap .gform_wrapper .ginput_container_consent label:before {content:"";display:block;position:absolute;top:2px;left:0;width:20px;height:20px;background:#fff;border:1px solid var(--del-pink);box-sizing:border-box;}
#fullwrap .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:after, #fullwrap .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked + label:after {content:"";display:block;position:absolute;top:5px;left:3px;width:14px;height:14px;background-size:100%;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23231f20' d='M27.241 5.217l-16.44 16.44-6.041-6.041c-0.293-0.293-0.768-0.293-1.061 0l-1.768 1.768c-0.293 0.293-0.293 0.768 0 1.061l8.339 8.339c0.293 0.293 0.768 0.293 1.061 0l18.738-18.738c0.293-0.293 0.293-0.768 0-1.061l-1.768-1.768c-0.293-0.293-0.768-0.293-1.061 0z'%3E%3C/path%3E%3C/svg%3E%0A");}

#fullwrap .gform_wrapper .gfield_checkbox input[value="gf_other_choice"] + label + br,
#fullwrap .gform_wrapper .gfield_radio input[value="gf_other_choice"] + label + br {display:none;}

#fullwrap .gform_wrapper .gfield_checkbox button, #fullwrap .gform_wrapper .gfield_radio button {margin-top:5px;font-size:16px;}
#fullwrap .gform_wrapper .gfield_checkbox input[type="text"], #fullwrap .gform_wrapper .gfield_radio input[type="text"] {margin-top:15px;width:100%;}

#fullwrap .gform_wrapper select.gfield_select, #fullwrap .gform_wrapper .ginput_complex select, #fullwrap .gform_wrapper .gfield_time_ampm select {height:50px;}

#fullwrap .gform_wrapper .hour_minute_colon {align-self:center;}

#fullwrap .gform_wrapper select[multiple] {height:auto;}
#fullwrap .gform_wrapper select option {padding:2px;}

#fullwrap .gform_wrapper .gform_button, #fullwrap .gform_wrapper .gform_page_footer .button {background:var(--del-pink);color:var(--del-black);border:none;border-radius:24px;font-size:14px;line-height:20px;font-weight:bold;padding:14px 30px;overflow:visible;cursor:pointer;-webkit-appearance:none;margin:0;transition:color 0.3s, background 0.3s;width:auto;text-transform:uppercase;letter-spacing:0.13em;}
#fullwrap .gform_wrapper .gform_button:hover, #fullwrap .gform_wrapper .gform_page_footer .button:hover {background:var(--del-darkpink);}

#fullwrap .gform_wrapper .gform_footer, #fullwrap .gform_wrapper .gform_page_footer {margin-top:30px;padding-top:0;padding-bottom:0;}

#fullwrap .gform_wrapper .ginput_container_checkbox + .gfield_description, #fullwrap .gform_wrapper .ginput_container_radio + .gfield_description, #fullwrap .gform_wrapper .ginput_container_consent + .gfield_description {margin-top:10px;}

#fullwrap .gform_wrapper .ginput_container_consent + .gfield_description {border:none;max-height:none;overflow-y:visible;padding:0;}

#fullwrap .gform_wrapper .gfield_required {font-size:inherit;padding-left:5px;font-style:normal;font-weight:600;}
#fullwrap .gform_wrapper .gfield_required .gfield_required {padding-left:0;}
#fullwrap .gform_wrapper .gform_required_legend .gfield_required {padding-left:0;}
#fullwrap .gform_wrapper .gform_required_legend {font-size:14px;line-height:20px;}

#fullwrap #gf_form_focus {outline:none;}

#fullwrap .gform_wrapper .gfield_required {color:inherit;}

#fullwrap .gform_wrapper .gfield_error .gfield_label,
#fullwrap .gform_wrapper div.validation_error,
#fullwrap .gform_wrapper ol.validation_list,
#fullwrap .gform_wrapper .validation_message,
#fullwrap .gform_wrapper .gf_submission_limit_message,
#fullwrap .gform_wrapper .gfield.gfield_error div.ginput_complex.ginput_container label, 
#fullwrap .gform_wrapper .gfield.gfield_error .gfield_checkbox, 
#fullwrap .gform_wrapper .gfield.gfield_error ul.gfield_radio,
#fullwrap .gform_wrapper .gform_validation_errors > h2 {color:var(--del-red);}

#fullwrap .gform_wrapper .gfield.gfield_error input[type="text"],
#fullwrap .gform_wrapper .gfield.gfield_error input[type="url"],
#fullwrap .gform_wrapper .gfield.gfield_error input[type="email"],
#fullwrap .gform_wrapper .gfield.gfield_error input[type="tel"], 
#fullwrap .gform_wrapper .gfield.gfield_error input[type="number"], 
#fullwrap .gform_wrapper .gfield.gfield_error input[type="password"], 
#fullwrap .gform_wrapper .gfield.gfield_error textarea,
#fullwrap .gform_wrapper .gfield.gfield_error select.gfield_select {border-color:var(--del-red);}

#fullwrap .gform_wrapper .gfield_error label {color:inherit;}

#fullwrap .gform_wrapper .gfield_validation_message, #fullwrap .gform_wrapper .validation_message {border:none;padding:0;background:none;font-size:14px;line-height:20px;margin-top:6px;}

#fullwrap .gform_wrapper .gform_validation_errors {border:none;border-radius:0;box-shadow:none;background:none;margin:0 0 30px 0;padding:0;}
#fullwrap .gform_wrapper .gform_validation_errors .gform-icon {display:none;}
#fullwrap .gform_wrapper .gform_validation_errors h2 {font-size:inherit;line-height:inherit;font-weight:normal;margin:0 0 15px 0;text-align:left;font-family:inherit;}
#fullwrap .gform_wrapper .gform_validation_errors>h2.hide_summary {margin:0;}
#fullwrap .gform_wrapper .gform_validation_errors>ol {padding-left:1.6em;}
#fullwrap .gform_wrapper .gform_validation_errors>ol li {font-size:inherit;color:inherit;margin-bottom:4px;}
#fullwrap .gform_wrapper .gform_validation_errors>ol a {font-size:inherit;color:inherit;font-weight:inherit;}

#fullwrap .gform_wrapper .gsection {padding:0;border:none;}

#fullwrap .gform_wrapper .gform_title {margin:0 0 30px 0;}
#fullwrap .gform_wrapper .gsection_title {margin:10px 0 0 0;}
	
#fullwrap .gform_wrapper .gform_description {display:block;margin-bottom:30px;}

#fullwrap .gform_wrapper .recaptchafield:not(.gfield_error) {position:absolute;}
#fullwrap .gform_wrapper .recaptchafield.gfield_error .gfield_validation_message {margin-top:0;}
#fullwrap .gform_wrapper .grecaptcha-badge {z-index:1;}

#fullwrap .gform_wrapper .gform_anchor, #fullwrap .gform_wrapper .gform_validation_errors {outline:none !important;}

.cicon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	overflow:visible !important;
  }

  
  .icon-angle-right {
	width: 0.375em;
  }
  .icon-angle-right-solid {
	width: 0.5em;
  }  
  .icon-angle-left {
	width: 0.375em;
  }
  
  .icon-twitter {
	width: 1.1669921875em;
  }
  
  .icon-pinterest {
	width: 0.7998046875em;
  }
  
  .icon-facebook {
	width: 0.5498046875em;
  }
  
  .icon-youtube {
	width: 1.2222222222em;
  }
  
  .icon-tumblr {
	  width: 0.625em;
	}
  
  .icon-angle-down {
	width: 0.625em;
  }
  
  .icon-tiktok {
	width: 0.9287109375em;
  }
  
  	.icon-spotify {
	  width: 0.96875em;
	}
	
	.icon-podcast {
	  width: 0.875em;
	}
  
	.icon-soundcloud {
	  width: 1.25em;
	}
	
	.icon-wikipedia {
	  width: 1.25em;
	}
  
	.icon-link {
	  width: 1.25em;
	}  
  
	.icon-yummly {
	  width: 2.65625em;
	}  
	
.icon-apple {
	width: 0.75em;
  }
  
.icon-angle-right-light {
	width: 0.5em;
  }
  
  .icon-angle-left-light {
	width: 0.5em;
  }

  span[data-pin-log="button_pinit_floating"] {z-index:90 !important;}

  /****** MARGINS ******/

#fullwrap .notop>:first-child {margin-top:0;}
#fullwrap .notop>:first-child>:first-child {margin-top:0;}
#fullwrap .notop>:first-child>:first-child>:first-child {margin-top:0;}
#fullwrap .notop>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
#fullwrap .notop>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
#fullwrap .notop>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
#fullwrap .notop>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
#fullwrap .notop>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
#fullwrap .notop>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
#fullwrap .notop>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
#fullwrap .notop>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}

#fullwrap .nobot>:last-child {margin-bottom:0;}
#fullwrap .nobot>:last-child>:last-child {margin-bottom:0;}
#fullwrap .nobot>:last-child>:last-child>:last-child {margin-bottom:0;}
#fullwrap .nobot>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
#fullwrap .nobot>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
#fullwrap .nobot>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
#fullwrap .nobot>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
#fullwrap .nobot>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
#fullwrap .nobot>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
#fullwrap .nobot>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
#fullwrap .nobot>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}

@media screen and (min-width:768px) {
	#fullwrap .notop768>:first-child {margin-top:0;}
	#fullwrap .notop768>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop768>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop768>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop768>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop768>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop768>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop768>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop768>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop768>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop768>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}

	#fullwrap .nobot768>:last-child {margin-bottom:0;}
	#fullwrap .nobot768>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot768>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot768>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot768>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot768>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot768>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot768>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot768>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot768>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot768>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
}

#fullwrap .wprm-rating-stars {display:block;}
#fullwrap .wprm-recipe-rating {padding:0;line-height:16px;}
#fullwrap .wprm-rating-star {display:inline-block;vertical-align:top;padding:0 1px;}
#fullwrap .wprm-rating-star:first-child {padding-left:0 !important;}
#fullwrap .wprm-rating-star:last-child {padding-right:0 !important;}
#fullwrap .wprm-rating-star svg {width:16px;height:16px;margin:0 !important;display:block;}
#fullwrap .wprm-comment-rating .wprm-rating-stars {line-height:16px;}

/*
old galleries
*/
.gallery {display:flex;flex-wrap:wrap;row-gap:20px;justify-content:center;margin-left:-20px;}
.gallery .gallery-item {width:100%;padding-left:20px;box-sizing:border-box;}
.gallery .gallery-item img {display:block;margin:0 auto;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%;}

.del-tasty-wrap {border:1px solid var(--del-pink);padding:30px;font-size:16px;}
.del-tasty-wrap .del-tasty-header {background:var(--del-pink);margin:-30px -30px 30px -30px !important;padding:30px;}
.del-tasty-wrap .del-tasty-cols {display:flex;flex-direction:row-reverse;margin-bottom:30px;}
.del-tasty-wrap .del-tasty-imagecol {width:240px;margin-left:30px;flex-shrink:0;}
.del-tasty-wrap .del-tasty-textcol {flex-grow:1;}

@media screen and (max-width:767px) {
	.del-tasty-wrap {padding:30px 20px;}
	.del-tasty-wrap .del-tasty-header {background:var(--del-pink);margin:-30px -20px 30px -20px !important;padding:30px 20px;}
	.del-tasty-wrap .del-tasty-cols {display:block;}
	.del-tasty-wrap .del-tasty-imagecol {margin:0 auto 30px auto;}
}

.del-tasty-wrap .del-tasty-meta>ul {margin:0 0 0 -20px;padding:0;list-style:none;display:flex;flex-wrap:wrap;row-gap:20px;}
.del-tasty-wrap .del-tasty-meta>ul>li {margin:0 0 0 20px;padding:0;}

.del-tasty-wrap .del-tasty-meta>ul>li.rating .rating-a {display:flex;align-items:center;margin-left:-10px;}
.del-tasty-wrap .del-tasty-meta>ul>li.rating .ratingicons {font-size:26px;line-height:1;}
.del-tasty-wrap .del-tasty-meta>ul>li.rating .ratingicons span {display:inline-block;}
.del-tasty-wrap .del-tasty-meta>ul>li.rating .rating-a>span {margin-left:10px;}

.del-tasty-wrap .del-tasty-meta>ul>li.review>a {font-size:11px;line-height:16px;color:inherit;text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:0.13em;padding:6px 15px;background:var(--del-darkpink);border-radius:14px;display:block;}
.del-tasty-wrap .del-tasty-meta>ul>li.review>a:hover, .del-tasty-wrap .del-tasty-meta>ul>li.review>a:active {background:var(--del-darkerpink);}

.del-tasty-wrap .del-tasty-header h2 {margin:0 0 10px 0;}

.del-tasty-wrap .tasty-recipes-description {font-style:italic;}

.del-tasty-wrap .tasty-recipes-details {margin-bottom:20px;}
.del-tasty-wrap .tasty-recipes-details ul {margin:0;padding:0;list-style:none;display:table;}
.del-tasty-wrap .tasty-recipes-details ul li {margin:0;padding:0;display:table-row;}
.del-tasty-wrap .tasty-recipes-details ul li.category, 
.del-tasty-wrap .tasty-recipes-details ul li.method, 
.del-tasty-wrap .tasty-recipes-details ul li.cuisine, 
.del-tasty-wrap .tasty-recipes-details ul li.diet {display:none;}
.del-tasty-wrap .tasty-recipes-details ul li>strong {display:table-cell;width:0.1%;white-space:nowrap;padding-right:15px;}
.del-tasty-wrap .tasty-recipes-details ul li>span{display:table-cell;}

.del-tasty-wrap .tasty-recipes-image {margin-bottom:20px;}
.del-tasty-wrap .tasty-recipes-image img {display:block;}

.del-tasty-wrap .tasty-recipes-buttons {display:flex;flex-wrap:wrap;justify-content:center;row-gap:20px;margin-left:-20px;}
.del-tasty-wrap .tasty-recipes-buttons .tasty-recipes-button-wrap {margin-left:20px;}
.del-tasty-wrap .tasty-recipes-buttons .tasty-recipes-button-wrap a.btn {padding-left:25px;padding-right:25px;}
.del-tasty-wrap .tasty-recipes-buttons svg {display:none;}

.del-tasty-wrap .tasty-recipes-notes {background:var(--del-palepink);padding:30px;margin-top:30px;}

@media screen and (max-width:767px) {
	.del-tasty-wrap .tasty-recipes-notes {padding:30px 20px;}
}

.del-tasty-wrap .tasty-recipes-ingredients-body ul {margin:10px 0;padding-left:0;list-style:none;}
.del-tasty-wrap .tasty-recipes-ingredients-body ul li {padding:0;line-height:28px;position:relative;padding-left:1.925em;}

.del-tasty-wrap [data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container {position:absolute;top:6px;left:0.25em;}
.del-tasty-wrap [data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container input[type="checkbox"] + label {line-height:1;display:block;}
.del-tasty-wrap [data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container input[type="checkbox"] + label:before {box-sizing:border-box;width:16px;height:16px;margin:0;display:block;border-color:var(--del-brown);}
#body .del-tasty-wrap [data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container input[type="checkbox"] + label:after {box-sizing:border-box;border:none;display:block;position:absolute;transform:none;top:2px;left:2px;width:12px;height:12px;background-size:100%;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%238d695f' d='M27.241 5.217l-16.44 16.44-6.041-6.041c-0.293-0.293-0.768-0.293-1.061 0l-1.768 1.768c-0.293 0.293-0.293 0.768 0 1.061l8.339 8.339c0.293 0.293 0.768 0.293 1.061 0l18.738-18.738c0.293-0.293 0.293-0.768 0-1.061l-1.768-1.768c-0.293-0.293-0.768-0.293-1.061 0z'%3E%3C/path%3E%3C/svg%3E%0A");}

.del-tasty-wrap [data-tr-ingredient-checkbox="checked"] {opacity:1;}

.del-tasty-wrap .tasty-recipes-ingredients,
.del-tasty-wrap .tasty-recipes-instructions {border-top:1px solid var(--del-pink);padding-top:30px;margin-top:30px;}

.del-tasty-wrap .tasty-recipes-scale-container,
.del-tasty-wrap .tasty-recipes-convert-container {padding-bottom:0;}

.del-tasty-wrap .tasty-recipes-ingredients-clipboard-container .tasty-recipes-copy-button {margin-left:10px;color:inherit;transition:color 0.3s;}
.del-tasty-wrap .tasty-recipes-ingredients-clipboard-container .tasty-recipes-copy-button:hover {opacity:1;color:var(--del-brown);}

.del-tasty-wrap .tasty-recipes-ingredients-header {row-gap:10px;}

.del-tasty-wrap .tasty-recipes-ingredients-header h3,
.del-tasty-wrap .tasty-recipes-instructions-header h3 {margin:0;}

.del-tasty-wrap .tasty-recipes-keywords {font-size:14px;line-height:20px;margin-top:30px;}

.del-tasty-wrap .tasty-recipes-units-scale-container {row-gap:10px;}

.del-tasty-wrap .tasty-recipes-units-scale-container button {border-color:currentColor;border-radius:4px;color:var(--del-black);font-size:14px;line-height:20px;padding:4px 4px;}
.del-tasty-wrap .tasty-recipes-units-scale-container button.tasty-recipes-scale-button-active {color:inherit;border-color:var(--del-black);background:none;color:var(--del-white);background:var(--del-black);}

.del-tasty-wrap .tasty-recipes-units-scale-container .tasty-recipes-scale-label,
.del-tasty-wrap .tasty-recipes-units-scale-container .tasty-recipes-convert-label {color:var(--del-black);margin-right:3px;font-size:12px;line-height:18px;text-transform:uppercase;letter-spacing:0.13em;font-weight:600;}

.del-tasty-wrap .tasty-recipes-yield-scale {border-color:currentColor;border-radius:4px;color:var(--del-black);vertical-align:middle;font-size:12px;}

.del-tasty-wrap .tasty-recipes-units-scale-container .tasty-recipes-scale-container {align-items:center;}

.del-tasty-wrap .tasty-recipes-ingredients-header,
.del-tasty-wrap .tasty-recipes-instructions-header {margin:0 0 20px 0;}

.del-tasty-wrap .tasty-recipes-instructions ol {margin:10px 0;}
.del-tasty-wrap .tasty-recipes-instructions li {margin-bottom:1em;}

.del-tasty-wrap .tasty-recipes-cook-mode {margin:30px 0;}

@media screen and (max-width:519px) {
	.del-tasty-wrap .tasty-recipes-units-scale-container {margin-top:10px;}
}

.del-tasty-wrap h3 {font-size:24px;line-height:32px;}
.del-tasty-wrap h4 {font-size:inherit;line-height:inherit;font-weight:bold;font-family:inherit;margin:15px 0 10px 0;}

.tasty-recipes.tasty-recipes-print {border:none;padding:0 20px;width:780px;max-width:100%;margin:20px auto 40px auto;box-sizing:border-box;}
.tasty-recipes-print .del-tasty-wrap {font-size:14px;line-height:1.4;padding:30px;background:none;}

@media print {
	.tasty-recipes.tasty-recipes-print {padding:0;margin:0;width:auto;}
	.tasty-recipes-print .del-tasty-wrap {padding:0;border:none;}
}

.tasty-recipes-print .del-tasty-wrap .del-tasty-header {background:none;margin:0 !important;padding:0;}
.tasty-recipes-print .del-tasty-wrap h2 {text-align:left;font-size:24px;line-height:30px;font-weight:normal;margin-bottom:20px;}
.tasty-recipes-print .del-tasty-wrap h3 {font-size:20px;line-height:26px;}
.tasty-recipes-print .del-tasty-wrap .tasty-recipes-notes h3 {margin:20px 0 15px 0;}
.tasty-recipes-print .del-tasty-wrap h4 {text-transform:none;}

.tasty-recipes-print .del-tasty-wrap .tasty-recipes-image {margin-bottom:0;}
.tasty-recipes-print .del-tasty-wrap .tasty-recipes-ingredients-body ul {list-style:disc;padding-left:1.6em;}
.tasty-recipes-print .del-tasty-wrap .tasty-recipes-ingredients-body ul li {padding-left:0.3125em;line-height:inherit;margin-bottom:0;}
.tasty-recipes-print .del-tasty-wrap .tasty-recipes-notes {background:none;padding:0;margin-top:20px;}
.tasty-recipes-print .notop>:first-child {margin-top:0;}
.tasty-recipes-print .notop>:first-child>:first-child {margin-top:0;}
.tasty-recipes-print .notop>:last-child {margin-bottom:0;}
.tasty-recipes-print .notop>:last-child>:last-child {margin-bottom:0;}

.tasty-recipes-print-hide-images .del-tasty-wrap .del-tasty-imagecol {display:none;}

.tasty-recipes-print .tasty-recipes-source-link {font-size:12px;text-align:center;padding-top:0;margin-top:30px;}

@media print {
	.tasty-recipes-print .tasty-recipes-units-scale-container {display:none;}
}

.tasty-recipes-print .del-tasty-wrap .tasty-recipes-ingredients-header,
.tasty-recipes-print .del-tasty-wrap .tasty-recipes-instructions-header {margin:0 0 15px 0;}

.tasty-recipes-print .del-tasty-wrap .tasty-recipes-ingredients,
.tasty-recipes-print .del-tasty-wrap .tasty-recipes-instructions {margin-top:20px;border-top:none;padding-top:0;}

.jquery-modal.blocker { z-index: 100000001; padding:30px 30px;background:rgba(0,0,0,0.5);}
.jquery-modal .modal { z-index: 100000002; }

.jquery-modal .modal {width:100%;max-width:900px;background:none;box-shadow:none;padding:0;}
.jquery-modal .modal-a {}
.jquery-modal .modal .closebtn {position:absolute;right:20px;top:10px;}
@media screen and (max-width:767px) {
	.jquery-modal.blocker {padding:30px 20px;}
	.jquery-modal .modal {max-width:420px;}
}

.subpopup {display:flex;margin-left:auto;margin-right:auto;max-width:100%;background:var(--del-palepink);font-size:16px;text-align:center;}
.subpopup .subpopup-text {padding:40px;box-sizing:border-box;display:flex;width:50%;align-items:center;}
.subpopup .subpopup-text-a {flex-grow:1;}
.subpopup .subpopup-image {width:50%;position:relative;}
.subpopup .subpopup-image a {color:inherit;display:block;}
.subpopup .subpopup-image .subpopup-image-a:before {content:"";height:0;padding-bottom:120%;display:block;}
.subpopup .subpopup-image img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;outline:inherit;}

#bodyel .subpopup .customckform {margin-bottom:0;}

.subpopup h2 {font-size:32px;line-height:40px;margin:0 0 15px 0;}

@media screen and (max-width:767px) {
	.subpopup {display:block;}
	.subpopup .subpopup-image {width:100%;}
	.subpopup .subpopup-image .subpopup-image-a:before {padding-bottom:66.6666666666%;}
	.subpopup .subpopup-text {display:block;padding:30px 20px;width:auto;}

	.subpopup h2 {font-size:28px;line-height:36px;}
    .subpopup h2.withbranch:before {display:none;}

	.jquery-modal .modal .closebtn {background:var(--del-palepink);border-radius:50%;width:30px;line-height:30px;font-size:12px;top:-15px;right:-15px;}
	.jquery-modal .modal .closebtn .cicon {height:30px;}
}

.tasty-recipes-print-text-size-controls {display:none;}

.tasty-recipes-print-view .otgs-development-site-front-end {display:none;}
@media print {
	.otgs-development-site-front-end {display:none;}
}

.boite_del>:first-child {margin-top:0;}
.boite_del>:last-child {margin-bottom:0;}

#bodyel .customckform {min-height:48px;margin:20px 0;}
#bodyel .subscribebar .customckform {margin:0 0 0 20px;flex-shrink:0;}

@media screen and (max-width:767px) {
	#bodyel .subscribebar .customckform {margin-left:0;}
}		

#bodyel .customckform .formkit-form {max-width:none;margin:0;}
#bodyel .customckform .formkit-form [data-style="clean"] {padding:0;}

#bodyel .customckform .formkit-fields {margin:0 0 0 -20px;justify-content:center;row-gap:20px;display:flex;flex-wrap:nowrap;}

@media screen and (min-width:1024px) {
	#bodyel .customckform-horz .formkit-fields {justify-content:flex-start;}
}

#bodyel .customckform .formkit-field {flex-basis:240px;max-width:240px;flex-grow:1;margin-bottom:0;flex-shrink:1;}
#bodyel .customckform .formkit-field:first-child {flex-basis:160px;max-width:160px;}
#bodyel .customckform .formkit-field,
#bodyel .customckform .formkit-submit {margin:0 0 0 20px;}

#bodyel .customckform input[type="text"], #bodyel .customckform input[type="email"] {display:block;margin:0;box-sizing:border-box;background:var(--del-white) !important;padding:11px 15px;font-size:16px;line-height:24px;min-width:0;border-radius:4px;box-sizing:border-box;width:100%;color:inherit;border:none;color:var(--del-black) !important;border:1px solid var(--del-pink) !important;}

#bodyel .customckform button.formkit-submit {background:var(--del-pink) !important;color:var(--del-black) !important;border:none !important;font-size:14px;line-height:20px;font-weight:600 !important;transition:background 0.3s;padding:14px 30px;display:block;box-sizing:border-box;border-radius:24px !important;text-transform:uppercase;letter-spacing:0.13em;flex-basis:auto;flex-grow:0;flex-shrink:0;}
#bodyel .customckform button.formkit-submit:hover {background:var(--del-darkpink) !important;}
#bodyel .customckform button.formkit-submit span {padding:0;background:none;}

#bodyel .customckform .formkit-alert {margin:0 0 20px 0;padding:0;background:none;border:none;text-align:center;}
#bodyel .customckform .formkit-alert-success {margin-bottom:0;color:inherit;}

#bodyel .customckform-normal {min-height:184px;}
#bodyel .customckform-normal .formkit-fields {flex-wrap:wrap;}
#bodyel .customckform-normal .formkit-field {width:100%;flex-basis:auto;max-width:100%;}
#bodyel .customckform-normal .formkit-field:first-child {width:100%;max-width:100%;}
#bodyel .customckform-normal button.formkit-submit {flex-grow:1;width:100%;flex-shrink:1;}

@media screen and (max-width:767px) {
	#bodyel .customckform {min-height:180px;}
    #bodyel .customckform .formkit-fields {flex-wrap:wrap;}
	#bodyel .customckform .formkit-field {width:100%;flex-basis:auto;max-width:100%;}
	#bodyel .customckform .formkit-field:first-child {width:100%;max-width:100%;}
	#bodyel .customckform button.formkit-submit {flex-grow:1;width:100%;flex-shrink:1;}
	
	#bodyel .customckform input[type="text"], #bodyel .customckform input[type="email"] {padding:10px 15px;}
	#bodyel .customckform button.formkit-submit {font-size:16px;line-height:24px;padding:12px 20px;}	
}

#bodyel .saveform .formkit-field:nth-child(3),
#bodyel .saveform .formkit-field:nth-child(4) {display:none;}

#bodyel .seva-overlay, #bodyel .formkit-overlay {z-index:100000003;}

.savethisrecipe h2, .savethisrecipe h3 {padding-left:59px;position:relative;}
.savethisrecipe h2:before, .savethisrecipe h3:before {content:"";position:absolute;top:0;left:0;width:44px;height:44px;border-radius:50%;background-size:24px 24px;background-position:center center;background-repeat:no-repeat;background-color:#fff;border:1px solid var(--del-pink);box-sizing:border-box;background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23e3c1b8' d='M2.975 18.775l11.294 10.544c0.469 0.438 1.088 0.681 1.731 0.681s1.263-0.244 1.731-0.681l11.294-10.544c1.9-1.769 2.975-4.25 2.975-6.844v-0.363c0-4.369-3.156-8.094-7.462-8.813-2.85-0.475-5.75 0.456-7.788 2.494l-0.75 0.75-0.75-0.75c-2.037-2.038-4.938-2.969-7.787-2.494-4.306 0.719-7.463 4.444-7.463 8.813v0.363c0 2.594 1.075 5.075 2.975 6.844z'%3E%3C/path%3E%3C/svg%3E%0A");}

.savethisrecipe h3 {padding-left:42px;}
.savethisrecipe h3:before {width:32px;height:32px;background-size:18px 18px;}