/*
Theme Name: Design Food
Description: Custom theme
Version: 1.0
Author: cre8d design
Author URI: https://www.cre8d-design.com
Update URI: false
*/

:root {
	--df-border-radius-button:22px;
	--df-border-radius-input:999px;
	--df-border-radius-textarea:20px;
	--df-border-radius-dropdown:12px;

    --df-color-body: #000;
    --df-color-palebg: #f9f5f1;
    --df-color-primary: #A94F2C;
    --df-color-primary-hover: #8D341A;
    --df-color-paleprimary: #e1d0bc;
    --df-color-paleprimary-hover: #d6c2ad;
    --df-color-fainttext: #666;
    --df-color-red: #AD0000;
    --df-color-white: #fff;
    --df-color-border: #E7D9CB;
   	--df-color-overlay:#9AA0A6;
}


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:600;}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:Galvji,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}

h1 {font-family:Playball,serif;}

pre,code {font-family:Menlo,Consolas,monaco,monospace;}

/***** 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.1em;padding:14px 25px;background:var(--df-color-primary);color:var(--df-color-white);z-index:1000000;transition:none;font-weight:600;box-shadow:none;border-radius:var(--df-border-radius-button);}

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

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:1360px;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:20px;line-height:1.8;color:var(--df-color-body);background:var(--df-color-white);word-wrap:break-word;}

@media screen and (max-width:767px) {
	body {font-size:18px;}
}

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

.alignleft, .wp-block-image .alignleft {float:left;margin:5px 40px 1em 0;max-width:calc(50% - 20px);}
.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, .sidebar .aligncenter, .sidebar .wp-block-image .aligncenter {margin-top:30px;margin-bottom:30px;}
.postcontent img.alignnone, .sidebar 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:14px;line-height:20px;color:var(--df-color-fainttext);text-align:left;}

@media screen and (max-width:479px) {
	.alignleft, .wp-block-image .alignleft,
	.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;}
}

a {transition:color 0.3s, background 0.3s;color:var(--df-color-primary);text-decoration:underline;font-weight:600;}
a:hover {color:var(--df-color-primary-hover);}

a[data-pin-log] {cursor:pointer;}

a img, .imagegrid .li-a .gridimage img {transition:opacity 0.3s;vertical-align:bottom;}
a:hover img, a:active img, .imagegrid .li-a:hover .gridimage img {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;}

ol.wp-block-list {list-style:none;}
ol.wp-block-list>li {margin-left:-1.6em;margin-bottom:0.6em;padding-left:1.925em;position:relative;list-style:none !important;} 
ol.wp-block-list>li:last-child {margin-bottom:0;}
ol.wp-block-list>li:before {display:block;content:counter(list-item);background:var(--df-color-body);color:var(--df-color-white);border-radius:50%;text-align:center;font-weight:600;position:absolute;left:0.265em;top:0.5em;font-size:0.6em;width:2em;height:2em;line-height:2em;}

.wp-block-list.is-style-check,
.wp-block-list.is-style-caret,
.wp-block-list.is-style-star {list-style:none;}

.wp-block-list.is-style-check>li,
.wp-block-list.is-style-caret>li,
.wp-block-list.is-style-star>li {padding-left:1.925em;margin-left:-1.6em;position:relative;list-style:none;margin-bottom:0.6em;}

.wp-block-list.is-style-check>li:last-child,
.wp-block-list.is-style-caret>li:last-child,
.wp-block-list.is-style-star>li:last-child {margin-bottom:0;}

.wp-block-list.is-style-check>li:before,
.wp-block-list.is-style-caret>li:before,
.wp-block-list.is-style-star>li:before {font-size:0.7777777777em;content:"";display:block;position:absolute;left:0.525em;top:0.5285714285em;width:1em;height:1em;-webkit-mask-size:100%;mask-size:auto 100%;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background:var(--df-color-body);}

.wp-block-list.is-style-caret>li:before {font-size:1.1111111111em;top:0.22em;left:0.2175em;}

.wp-block-list.is-style-check>li: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='M27.413 6.588c0.781 0.781 0.781 2.050 0 2.831l-16 16c-0.781 0.781-2.050 0.781-2.831 0l-8-8c-0.781-0.781-0.781-2.050 0-2.831s2.050-0.781 2.831 0l6.587 6.581 14.587-14.581c0.781-0.781 2.050-0.781 2.831 0z'%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='M27.413 6.588c0.781 0.781 0.781 2.050 0 2.831l-16 16c-0.781 0.781-2.050 0.781-2.831 0l-8-8c-0.781-0.781-0.781-2.050 0-2.831s2.050-0.781 2.831 0l6.587 6.581 14.587-14.581c0.781-0.781 2.050-0.781 2.831 0z'%3E%3C/path%3E%3C/svg%3E%0A");}
.wp-block-list.is-style-caret>li:before {-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cpath d='M15.412 17.413c0.781-0.781 0.781-2.050 0-2.831l-8-8c-0.575-0.575-1.431-0.744-2.181-0.431s-1.237 1.037-1.237 1.85v16c0 0.806 0.487 1.538 1.237 1.85s1.606 0.137 2.181-0.431l8-8z'%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='16' height='32' viewBox='0 0 16 32'%3E%3Cpath d='M15.412 17.413c0.781-0.781 0.781-2.050 0-2.831l-8-8c-0.575-0.575-1.431-0.744-2.181-0.431s-1.237 1.037-1.237 1.85v16c0 0.806 0.487 1.538 1.237 1.85s1.606 0.137 2.181-0.431l8-8z'%3E%3C/path%3E%3C/svg%3E%0A");}

.wp-block-list.is-style-star>li:before {-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='36' height='32' viewBox='0 0 36 32'%3E%3Cpath d='M19.806 1.125c-0.331-0.688-1.031-1.125-1.8-1.125s-1.462 0.438-1.8 1.125l-4.019 8.269-8.975 1.325c-0.75 0.113-1.375 0.637-1.606 1.356s-0.044 1.512 0.494 2.044l6.513 6.444-1.537 9.106c-0.125 0.75 0.188 1.512 0.806 1.956s1.438 0.5 2.113 0.144l8.019-4.281 8.019 4.281c0.675 0.356 1.494 0.306 2.113-0.144s0.931-1.206 0.806-1.956l-1.544-9.106 6.513-6.444c0.538-0.531 0.731-1.325 0.494-2.044s-0.856-1.244-1.606-1.356l-8.981-1.325-4.019-8.269z'%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='36' height='32' viewBox='0 0 36 32'%3E%3Cpath d='M19.806 1.125c-0.331-0.688-1.031-1.125-1.8-1.125s-1.462 0.438-1.8 1.125l-4.019 8.269-8.975 1.325c-0.75 0.113-1.375 0.637-1.606 1.356s-0.044 1.512 0.494 2.044l6.513 6.444-1.537 9.106c-0.125 0.75 0.188 1.512 0.806 1.956s1.438 0.5 2.113 0.144l8.019-4.281 8.019 4.281c0.675 0.356 1.494 0.306 2.113-0.144s0.931-1.206 0.806-1.956l-1.544-9.106 6.513-6.444c0.538-0.531 0.731-1.325 0.494-2.044s-0.856-1.244-1.606-1.356l-8.981-1.325-4.019-8.269z'%3E%3C/path%3E%3C/svg%3E%0A");}

h1, h2, h3, h4, h5, h6 {position:relative;}

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

/*body.home .bodysection h2:not(.featurebox h2) {font-size:48px;line-height:58px;}*/

h2 .preheading {display:block;font-size:14px;line-height:20px;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:35px;text-decoration:underline;text-underline-offset:5px;}

.maincol h2 {text-align:inherit;margin:40px 0 25px 0;}
.bodysection-tight h2 {margin:40px 0 25px 0;}

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

@media screen and (max-width:767px) {
	h1 {font-size:36px;line-height:44px;margin:40px 0 25px 0;}
	h2, .sidebar h2 {font-size:30px;line-height:38px;margin:40px 0 25px 0;}
	h3 {font-size:26px;line-height:34px;}
	h4 {font-size:22px;line-height:30px;}
	h5 {font-size:20px;line-height:28px;}
	h6 {font-size:18px;line-height:26px;}

	h2 .preheading {margin-bottom:20px;}

	/*body.home .bodysection h2:not(.featurebox h2) {font-size:36px;line-height:44px;}*/
}

h1 + *, h2 + * {margin-top:0 !important;}
h1 + .mainsection, h2 + .mainsection, .heading-more + .mainsection {margin-top:40px !important;}
.sidebar h2 + .mainsection {margin-top:30px !important;}

@media screen and (max-width:767px) {
	h1 + .mainsection, h2 + .mainsection, .heading-more + .mainsection {margin-top:30px !important;}
}

.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;}

a.btn {background:var(--df-color-primary);color:var(--df-color-white);font-size:16px;line-height:22px;font-weight:600;padding:11px 24px;text-align:center;display:inline-block;border-radius:var(--df-border-radius-button);text-decoration:none !important;}
a.btn:hover {background:var(--df-color-primary-hover);}

a.btn-light {background:var(--df-color-paleprimary);color:var(--df-color-body);}
a.btn-light:hover {background:var(--df-color-paleprimary-hover);}

a.btn .cicon {height:22px;vertical-align:top;}
a.btn:focus-visible {outline:auto;}
a.btn.clicked {position:relative;color:transparent !important;transition:none;}
a.btn.clicked:before {content:"Loading...";color:var(--df-color-white);position:absolute;top:0;left:0;width:100%;box-sizing:border-box;padding:11px 24px;}

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

.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-quote,
.wp-block-separator,
.wp-block-table,
.wp-block-verse,
.wp-block-video,
.wp-video,
.contentbox,
.wprm-recipe,
.togglelist {margin-top:40px;margin-bottom:40px;}

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

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

#recipe {margin-top:40px;}

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

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

.sidebar .imagegrid + .btnswrap {margin-top:-10px;}

.commentlist + .prevnext {margin-top:30px;}

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

#topbar {background:var(--df-color-primary);font-size:15px;line-height:20px;color:var(--df-color-white);padding:10px 0;text-align:center;}
#topbar a {color:inherit;font-weight:600;}

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

#header {height:108px;}

#header-a {background:var(--df-color-white);padding:24px 0;}
#header-b {position:relative;}

body.fixedheader #header-a {padding:10px 0;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);background:var(--df-color-white);}

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:84px;}
html.has-admin-bar {scroll-padding-top:116px;}
@media screen and (max-width:782px) {
	html.has-admin-bar {scroll-padding-top:130px;}
}
@media screen and (max-width:600px) {
	html.has-admin-bar {scroll-padding-top:84px;}
}

#header-right {display:flex;align-items:center;justify-content:flex-end;padding:0;}

#header-right .searchform {width:300px;margin-left:30px;margin-right:0;}

#logo {float:left;display:inline;width:244px;margin:0 20px 0 0;line-height:1;font-weight:normal;}

#logo a {display:block;font-weight:inherit;}
#logo img {display:block;width:100%;opacity:1;}
	
body.fixedheader #logo {width:178px;}

#menuwrap {font-size:16px;line-height:24px;font-weight:600;}

.menubar a {display:block;color:inherit;text-decoration:none;font-weight:inherit;}
.menubar a:hover, .menubar a:active {color:var(--df-color-primary);}

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

.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;font-weight:normal;}
.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(--df-color-primary);}
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:44px;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(--df-color-primary);}
button.togglesearch .cicon, button.togglemenu .cicon {height:44px;vertical-align:top;padding:0 10px;}

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

@media screen and (min-width:1280px) {
	#logo {position:relative;z-index:2;}

	#header-right {position:absolute;top:8px;right:0;}
	
	body.fixedheader #header-right {top:0;}

	#header-right .socialicons + .searchform {width:240px;}

	#menuwrap {padding:8px 0;}

	body.fixedheader #menuwrap {padding:0;}
		
	#menuoverlay {display:none;}
		
	.menubar>ul {display:flex;}
	.menubar>ul>li>a, .menubar>ul>li>.linkwrap>a, .menubar>ul>li>.linkwrap>span {padding:10px 20px;display:block;}
					
	.menubar li>.linkwrap>span {cursor:default;}

	.menubar>ul>li.menu-item-has-children>.linkwrap {position:relative;}
	.menubar>ul>li.menu-item-has-children {position:relative;}
			
	.menubar>ul>li.social {display:none;}

	.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:24px;display:inline-block;vertical-align:top;transition:color 0.3s;}
	.menubar>ul>li.menu-item-has-children>.linkwrap>a:hover + .dropdown-toggle, .menubar>ul>li.menu-item-has-children>.linkwrap>a:active + .dropdown-toggle {color:var(--df-color-primary);}
		
	.menubar>ul>li>.submenu {display:block !important;visibility:hidden;opacity:0;position:absolute;top:44px;padding-top:10px;left:-10px;z-index:10000;min-width:100%;min-width:calc(100% + 20px);transition:opacity 0.3s,visibility 0.3s;}
	.menubar>ul>li>.submenu>ul {white-space:nowrap;background:var(--df-color-white);box-shadow: 0 12px 32px -4px rgba(113,113,113,0.2);overflow:hidden;padding:15px 30px;border-radius:var(--df-border-radius-dropdown);}

	.menubar>ul>li.active>.submenu, .menubar>ul>li.accopen>.submenu {visibility:visible;opacity:1;display:block !important;animation:fadein 0.3s;}

	.menubar>ul>li>.submenu a {padding:7px 0;}
	
	.menubar>ul>li.menu-item-has-children.megamenu {position:static;}
	.menubar>ul>li.megamenu>.submenu {top:100%;left:0 !important;min-width:0;width:100%;}	
	.menubar>ul>li.megamenu>.submenu>ul {white-space:normal;display:flex;box-shadow:none;background:var(--df-color-palebg);border-radius:0;justify-content:center;padding:20px 0;}
	.menubar>ul>li.megamenu>.submenu>ul>li {margin-left:20px;width:200px;background:var(--df-color-white);border-radius:var(--df-border-radius-dropdown);padding:15px 30px;box-sizing:border-box;}
	.menubar>ul>li.megamenu>.submenu>ul>li:first-child {margin-left:0;}
	.menubar>ul>li.megamenu>.submenu>ul>li>ul {margin:0;padding:0;list-style:none;display:block !important;}
	.menubar>ul>li.megamenu>.submenu>ul>li>ul>li {margin:0;padding:0;}
	
	.menubar>ul>li.megamenu>.submenu:before {content:"";display:block;background:var(--df-color-palebg);position:absolute;top:10px;height:calc(100% - 10px);left:0;width:100vw;z-index:-1;margin:0 calc(50% - 50vw);}

	.menubar>ul>li.active>.submenu, #menu>ul>li.accopen>.submenu {visibility:visible;opacity:1;}
	
	.menubar>ul>li.megamenu>.submenu>ul>li>.linkwrap {font-weight:600;padding:8px 0;font-size:20px;line-height:26px;display:block;}
	.menubar>ul>li.megamenu>.submenu>ul>li>.linkwrap>.dropdown-toggle {display:none;}

	body.resizing .menubar a {transition:none;}
	body.resizing .menubar>ul>li>.submenu {transition:none;}	
	
	.menubar>ul>li.search {margin-left:20px;}
}
@keyframes fadein {
	0% {opacity:0;visibility:hidden;}
	to {opacity:1;visibility:visible;}
}

@media screen and (max-width:1279px) {	
	#toggles {display:block;}
	#toggles ul {margin:0;padding:0;list-style:none;display:flex;}
	#toggles ul li {margin:0 0 0 20px;padding:0;}
	#toggles li.search {display:none;}

	#header-right .socialicons {display:none;}

	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;background:var(--df-color-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;}
		
	.menubar {font-size:18px;line-height:26px;}
	.menubar>ul>li>a, .menubar>ul>li>.linkwrap>a, .menubar>ul>li>.linkwrap>span, .menubar>ul>li>.submenu a {padding:9px 0;}
		
	button.closemenu {margin:-10px 0 0 auto;display:block;}
				
	.menubar li.menu-item-has-children>.linkwrap {padding-right:33px;cursor:pointer;position:relative;}
	.menubar li.menu-item-has-children>.linkwrap>.dropdown-toggle {display:block;position:absolute;top:0;right:-15px;width:40px;height:40px;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 .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>.linkwrap>.dropdown-toggle:hover {color:var(--df-color-primary);}
	
	.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 li>.linkwrap>span {padding:9px 0;display:block;}

	.menubar>ul>li.megamenu>.submenu>ul>li>ul {display:none;}	
		
	.menubar>ul>li.search {display:none;}

	.menubar>ul>li.social {margin:15px 0;}
}

@media screen and (max-width:767px) {
	#toggles li.search {display:block;}
	#header-right .searchform {display:none;}
}

#searchwrap {background:var(--df-color-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;box-shadow:0 0 18px rgba(0,0,0,.15);margin-left:0;}

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

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

#searchwrap h2 {font-size:28px;line-height:36px;margin:0 0 20px 0;padding:0 40px;display:block;}
#searchwrap .closebtn {display:block;top:10px;right:20px;position:absolute;z-index:1;}

#searchwrap-a {padding:20px;}	

.searchform {background:var(--df-color-white);border:1px solid var(--df-color-border);border-radius:var(--df-border-radius-input);position:relative;box-sizing:border-box;margin:0 auto;max-width:100%;width:600px;}
.searchform .input {margin-right:82px;}
.searchform .input input {border:none;background:none;margin:0;padding:15px 0 15px 30px;width:100%;box-sizing:border-box;border-radius:0;font-size:20px;line-height:28px;}
.searchform button[type="submit"] {margin:0;padding:0;border:none;background:none;width:82px;height:58px;position:absolute;top:0;right:0;transition:color 0.3s;font-size:22px;border-radius:0;}
.searchform button[type="submit"] .cicon {display:block;margin:0 auto;}
.searchform button[type="submit"]:hover {color:var(--df-color-primary);}

#header .searchform .input {margin-right:56px;}
#header .searchform .input input {border:none;background:none;margin:0;padding:9px 0 9px 20px;width:100%;box-sizing:border-box;border-radius:0;font-size:16px;line-height:24px;}
#header .searchform button[type="submit"] {font-size:16px;width:56px;height:42px;}

.bodysection-pale .searchform {border-color:var(--df-color-white);}

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(--df-color-border);padding:0 0 0 30px;}
blockquote cite, .wp-block-quote cite, .wp-block-pullquote cite {color:inherit;font-size:14px;line-height:20px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;display:block;margin:15px 0 0 0;color:var(--df-color-fainttext);}

.wp-block-pullquote {border:none;padding:0;max-width:840px;margin-left:auto;margin-right:auto;}
.wp-block-pullquote blockquote {border:none;padding:0;font-size:42px;line-height:54px;}
.wp-block-pullquote cite {margin-top:-14px;}
.wp-block-pullquote p {font-size:inherit;line-height:inherit;}
.wp-block-pullquote blockquote:before {content:"";display:block;width:120px;border-top:1px solid var(--df-color-border);margin:0 auto 40px auto;}

@media screen and (max-width:767px) {
	.wp-block-pullquote blockquote {font-size:30px;line-height:40px;}
	.wp-block-pullquote blockquote cite {margin-top:0;}
}
/*** BODY STYLES ***/

.bodysection {position:relative;padding:60px 0;}

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

.bodysection-tight {padding:40px 0;}
.bodysection-postmain {padding-top:40px;}
.bodysection-white:first-child {padding-top:36px;}
body.home .bodysection-white:first-child {padding-top:0;}
body.hasfooterlogos .bodysection-pale:last-child {padding-bottom:0;}
body:not(.hasfooterlogos) .bodysection-white:last-child {padding-bottom:0;}
.bodysection-pale {background:var(--df-color-palebg);}

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

.subscribebar {text-align:center;}

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

.heading-more {display:flex;justify-content:space-between;margin:60px 0 30px 0;row-gap:15px;position:relative;}
.heading-more>h2 {margin:0;text-align:left;}
.heading-more>h2:last-child {flex-grow:1;}
.heading-more>h2.has-text-align-center {text-align:center;}
.heading-more>.more {flex-shrink:0;}
/*body.home .heading-more>.more {padding-top:12px;}*/

.gridheading-wrap .gridmore {display:none;}

@media screen and (max-width:767px) {
	.heading-more {display:block;margin:40px 0 25px 0;}
	.heading-more>h2 {text-align:center;}
	.heading-more>.more {display:none;}
	/*body.home .heading-more>.more {padding-top:0;}*/
	.gridheading-wrap .gridmore {display:block;text-align:center;margin-top:40px;}
}

.gridheading-wrap .mainsection {margin:0;}

.pageintro {text-align:center;}

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

.imagegrid>ul {margin:0 0 0 -20px;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:20px;position:relative;flex-grow:1;min-width:0;}

.imagegrid2>ul, .imagegrid3>ul, .imagegrid-sideimages>ul {margin-left:-40px;row-gap:40px;}
.imagegrid2>ul>li>.li-a, .imagegrid3>ul>li>.li-a, .imagegrid-sideimages>ul>li>.li-a {margin-left:40px;}

.imagegrid5>ul {margin-left:-15px;}
.imagegrid5>ul>li>.li-a {margin-left:15px;}

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

.imagegrid.hasnumbers .gridimage {padding-bottom:15px;}
.imagegrid .gridnumber {width:36px;font-size:12px;line-height:18px;padding:9px 0;border:2px solid var(--df-color-white);background:var(--df-color-paleprimary);border-radius:50%;text-align:center;font-weight:600;position:relative;pointer-events:none;position:absolute;bottom:-20px;left:50%;margin-left:-20px;transition:background 0.3s;}
.imagegrid li:hover .gridnumber {background:var(--df-color-paleprimary-hover);}

.imagegrid .largenumber {pointer-events:none;position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;box-sizing:border-box;color:var(--df-color-white);font-weight:600;font-size:90px;text-shadow: 0 0 10px rgba(34,34,34,0.40);text-align:center;line-height:1;container-type:inline-size;}

.imagegrid .largenumber span {font-size:50px;font-size:36.885245901639344262295081967213cqw;display:block;padding: 0 20px;}

.imagegrid .gridcat {font-size:14px;line-height:20px;text-transform:uppercase;letter-spacing:0.05em;font-weight:600;margin-bottom:10px;}
.imagegrid .gridtitle {font-size:16px;line-height:24px;font-weight:600;}
.imagegrid li:hover .gridtitle {color:var(--df-color-primary);}

.imagegrid .gridrating {margin-top:8px;font-size:12px;line-height:18px;}
.imagegrid .gridrating .rating-a {margin-left:-5px;display:flex;align-items:center;}
.imagegrid .gridrating .wprm-recipe-rating {margin-left:5px;color:var(--df-color-primary);}
.imagegrid .gridrating .wprm-recipe-rating-average {margin-left:5px;}
.imagegrid .gridrating .wprm-recipe-rating-count {margin-left:5px;color:var(--df-color-fainttext);}

.imagegrid2 .gridtitle {font-size:24px;line-height:32px;}
.imagegrid3 .gridtitle, .imagegrid2-main .gridtitle {font-size:22px;line-height:30px;}
.imagegrid4 .gridtitle {font-size:20px;line-height:28px;}
.imagegrid5 .gridtitle {font-size:18px;line-height:26px;}
.imagegrid-sideimages .gridtitle {font-size:18px;line-height:26px;}

.catgrid .gridtitle {font-size:15px;line-height:22px;}
.catgrid .gridtitle .cicon {font-size:13px;height:22px;vertical-align:top;}

.imagegrid .gridexcerpt {font-size:18px;margin-top:10px;}

.imagegrid2 .gridtitle + .gridexcerpt {margin-top:15px;}

.imagegrid .gridimage {margin-bottom:15px;}
.imagegrid .gridimage .gridlabel {position:absolute;z-index:1;top:0;left:0;pointer-events:none;}
.imagegrid .gridimage .gridlabel span {display:inline-block;margin:15px;background:var(--df-color-white);font-size:14px;line-height:20px;padding:8px 15px;border-radius:18px;font-weight:600;}

.imagegrid-video .gridimage .gridimage-a:before {content:"";width:36px;height:36px;position:absolute;top:50%;left:50%;margin-left:-18px;margin-top:-18px;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='%230c0b08' d='M30.667 16c0 8.1-6.567 14.667-14.667 14.667s-14.667-6.566-14.667-14.667c0-8.1 6.566-14.667 14.667-14.667s14.667 6.566 14.667 14.667z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M16 0c-4.244 0-8.314 1.686-11.314 4.686s-4.686 7.070-4.686 11.314c0 4.244 1.686 8.314 4.686 11.314s7.070 4.686 11.314 4.686c4.244 0 8.314-1.686 11.314-4.686s4.686-7.070 4.686-11.314c0-4.244-1.686-8.314-4.686-11.314s-7.070-4.686-11.314-4.686zM12 22.666v-13.332l12 6.861-12 6.471z'%3E%3C/path%3E%3C/svg%3E");}

.hasexcerpt .gridimage {margin-bottom:30px;}

.catgrid {width:1274px;}

.catgrid>ul {margin-left:-40px;justify-content:center;}
.catgrid>ul>li>.li-a {margin-left:40px;}

.imagegrid2>ul>li, .imagegrid-sideimages>ul>li, .imagegrid2-main>ul>li {width:50%;}
.imagegrid3>ul>li {width:33.333333333333333%;}
.imagegrid4>ul>li {width:25%;}
.imagegrid5>ul>li {width:20%;}
.imagegrid1-side>ul>li {width:100%;}

.catgrid>ul>li {width:11.111111111111111%;}

.imagegrid-boxed>ul>li>.li-a {background:var(--df-color-white);box-shadow:2px 3px 10px 0 rgba(0,0,0,0.09);}
.imagegrid-boxed .gridtext {padding:30px;}
.imagegrid-boxed .gridimage {margin-bottom:0;}

.imagegrid .gridimage {position:relative;}
.imagegrid .gridimage .gridimage-a {position:relative;height:0;padding-bottom:133.333333333333333%;flex-grow:1;}

.imagegrid-square .gridimage .gridimage-a {padding-bottom:100%;}
.imagegrid-horizontal .gridimage .gridimage-a {padding-bottom:75%;}
.imagegrid-video .gridimage .gridimage-a {padding-bottom:56.25%;}

.imagegrid .gridimage img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.imagegrid-nocrop .gridimage img {object-fit:contain;}

.catgrid .gridimage img {border-radius:50%;}

.imagegrid .gridtitle a {color:inherit;font-weight:inherit;text-decoration:none;}
.imagegrid .gridtitle a:after {content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;}

.imagegrid-sideimages>ul>li {display:flex;}
.imagegrid-sideimages>ul>li>.li-a {display:flex;background:var(--df-color-palebg);align-items:center;}
.imagegrid-sideimages .gridimage {width:50%;align-self:stretch;margin-bottom:0;}
.imagegrid-sideimages .gridimage .gridimage-a {height:100%;padding-bottom:0;}
.imagegrid-sideimages .gridimage .gridimage-a:before {content:"";display:block;height:0;padding-bottom:100%;}
.imagegrid-sideimages .gridtext {width:50%;padding:30px;box-sizing:border-box;display:flex;text-align:left;font-size:18px;line-height:1.5;}

.bodysection-pale .imagegrid-sideimages>ul>li>.li-a {background:var(--df-color-white);}

.imagegrid2-main .prev .gridtitle {text-align:left;}
.imagegrid2-main .prev .gridtitle .cicon {margin-right:10px;}
.imagegrid2-main .next .gridtitle {text-align:right;}
.imagegrid2-main .next .gridtitle .cicon {margin-left:10px;}
.imagegrid2-main .prev .gridtitle .cicon, .imagegrid2-main .next .gridtitle .cicon {height:28px;vertical-align:top;position:relative;top:1px;}
.imagegrid2-main .next:first-child {margin-left:auto;}

@media screen and (max-width:1279px) {
	.imagegrid3 .gridtitle,	
	.imagegrid2-main .gridtitle {font-size:16px;line-height:24px;}

	.imagegrid2-main .prev .gridtitle .cicon {margin-right:6px;}
	.imagegrid2-main .next .gridtitle .cicon {margin-left:6px;}
	
	.imagegrid2-main .prev .gridtitle .cicon, .imagegrid2-main .next .gridtitle .cicon {font-size:14px;height:24px;}
	
	.imagegrid2 .gridtitle {font-size:18px;line-height:26px;}	
}

@media screen and (max-width:767px) {
	.imagegrid3 .gridtitle,
	.imagegrid-sideimages .gridtitle {font-size:22px;line-height:30px;}

	.imagegrid5 .gridtitle,
	.imagegrid4 .gridtitle {font-size:16px;line-height:24px;}
}

@media screen and (max-width:1279px) {
	.catgrid {width:646px;}
	.catgrid>ul>li {width:20%;}
}
@media screen and (max-width:767px) {
	.catgrid {width:334px;}
	.catgrid>ul>li {width:33.333333333333333%;}
	.catgrid>ul {margin-left:-20px;}
	.catgrid>ul>li>.li-a {margin-left:20px;}
}
@media screen and (max-width:359px) {
	.catgrid>ul {margin-left:-15px;}
	.catgrid>ul>li>.li-a {margin-left:15px;}
}
@media screen and (max-width:1279px) {
	.imagegrid-sideimages>ul>li {width:100%;}
	.imagegrid-sideimages .gridimage .gridimage-a:before {padding-bottom:75%;}
}
@media screen and (max-width:1023px) {
	.imagegrid2>ul, .imagegrid3>ul, .imagegrid-sideimages>ul {margin-left:-30px;row-gap:30px;}
	.imagegrid2>ul>li>.li-a, .imagegrid3>ul>li>.li-a, .imagegrid-sideimages>ul>li>.li-a {margin-left:30px;}
}

@media screen and (max-width:767px) {
	.imagegrid3 .gridimage .gridimage-a {padding-bottom:75%;}
	.imagegrid-sideimages>ul>li>.li-a {display:block;}
	.imagegrid-sideimages .gridimage {width:auto;}
	.imagegrid-sideimages .gridtext {width:auto;padding:20px;}

	.imagegrid-sideimages .gridimage .gridimage-a {height:auto;padding-bottom:0;}
}

@media screen and (min-width:768px) {
	.imagegrid5.under5>ul,
	.imagegrid4.under4>ul,
	.imagegrid3.under3>ul,
	.imagegrid2.under2>ul {justify-content:center;}
}
					
@media screen and (max-width:767px) {
	.imagegrid2>ul>li {width:100%;}
	.imagegrid3>ul>li {width:100%;}
	.imagegrid4>ul>li {width:50%;}
	.imagegrid5>ul>li {width:50%;}
	
	.imagegrid4.under4>ul,
	.imagegrid5.under5>ul {justify-content:center;}

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

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

	.imagegrid-boxed .gridtext {padding:20px;}
}

.wp-block-media-text {grid-gap:60px;margin-left:auto;margin-right:auto;max-width:100%;}
.wp-block-media-text:not(.is-style-custom) {grid-template-columns:1fr 1fr !important;}

.wp-block-media-text.is-style-narrowimage {grid-template-columns:20fr 37fr !important;}
.wp-block-media-text.has-media-on-the-right.is-style-narrowimage {grid-template-columns:37fr 20fr !important;}

.wp-block-media-text .wp-block-media-text__media {padding:0;align-self:start;}
.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 (max-width:767px) {
	#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:auto;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:100%;grid-column:1;grid-row:2;}
	.wp-block-media-text>figure img, .wp-block-media-text>figure video {width:auto;max-width:100%;}	
}

.featurebox {display:flex;margin-left:auto;margin-right:auto;max-width:100%;font-size:18px;}
.featurebox-right {flex-direction:row-reverse;}
.featurebox .featurebox-text {background:var(--df-color-palebg);padding:40px 80px;box-sizing:border-box;width:50%;display:flex;align-items:center;text-align:center;}

.bodysection-pale .featurebox .featurebox-text {background:var(--df-color-white);}

.featurebox .featurebox-text-a {flex-grow:1;}
.featurebox .featurebox-image {width:50%;position:relative;}
.featurebox .featurebox-image a {color:inherit;display:block;}
.featurebox .featurebox-image:before {content:"";height:0;padding-bottom:75%;display:block;}
.featurebox .featurebox-image img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;outline:inherit;}

.featurebox h2 {margin:0 0 20px 0;}
.featurebox h2 a {color:inherit;text-decoration:none;font-weight:inherit;}
.featurebox h2 a:hover, .featurebox h2 a:active {color:var(--df-color-primary);}

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

.featurebar {background:var(--df-color-body);color:var(--df-color-white);padding:60px 40px;text-align:center;position:relative;}
.featurebar .featurebar-image img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.featurebar .featurebar-image:after {content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--df-color-overlay);opacity:0.25;mix-blend-mode:multiply;}
.featurebar .featurebar-overlay {position:relative;}

.filterbuttons {margin-bottom:40px;}
.filterbuttons ul {margin:0 0 0 -20px;padding:0;list-style:none;display:flex;justify-content:center;flex-wrap:wrap;row-gap:20px;}
.filterbuttons ul li {margin:0 0 0 20px;padding:0;}
.filterbuttons ul li button, .filterbuttons ul li a {display:block;background:var(--df-color-paleprimary);border:none;font-size:16px;line-height:22px;font-weight:600;padding:11px 24px;text-align:center;display:inline-block;transition:background 0.3s, color 0.3s;color:inherit;border-radius:22px;text-decoration:none;}
.filterbuttons ul li:hover button, .filterbuttons ul li:hover a {background:var(--df-color-paleprimary-hover);}
.filterbuttons ul li.active button, .filterbuttons ul li.active a {background:var(--df-color-primary);color:var(--df-color-white);}

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

.filterdropdowns {display:flex;flex-wrap:wrap;margin-left:-40px;align-items:center;justify-content:center;row-gap:20px;}
.filterdropdowns>span.label {margin-left:40px;display:block;text-transform:uppercase;letter-spacing:0.05em;font-size:14px;line-height:20px;font-weight:600;}
.filterdropdowns ul {margin:0 0 0 20px;padding:0;list-style:none;display:flex;flex-wrap:wrap;row-gap:20px;justify-content:center;}
.filterdropdowns ul li {margin:0 0 0 20px;padding:0;width:200px;}
.filterdropdowns select {display:block;width:100%;border:1px solid var(--df-color-body);font-size:16px;background:var(--df-color-white);border-radius:22px;height:44px;padding:0 40px 0 20px;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='%23000' 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, var(--df-color-white) 0%,var(--df-color-white) 100%);background-repeat: no-repeat, repeat;background-position: right 15px top 50%, 0 0;background-size: .625em auto, 100%;text-overflow:ellipsis;}
.filterdropdowns select::-ms-expand {display:none;}

@media screen and (max-width:767px) {
	.filterdropdowns ul {margin-left:25px;row-gap:15px;flex-grow:1;}
	.filterdropdowns ul li {width:calc(50% - 15px);margin-left:15px;}
	.filterdropdowns select {font-size:16px;}
}

.dietbuttons {font-size:16px;line-height:22px;}
.dietbuttons ul {margin:0 0 0 -15px;padding:0;list-style:none;display:flex;flex-wrap:wrap;row-gap:15px;justify-content:center;}
.dietbuttons ul li {margin:0;padding:0;width:259px;}
.dietbuttons a {display:block;text-decoration:none;display:flex;align-items:center;padding:16px;background:var(--df-color-paleprimary);border-radius:40px;margin-left:15px;color:inherit;}
.dietbuttons span.icon {background:var(--df-color-body);color:var(--df-color-white);border-radius:50%;font-size:14px;line-height:20px;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:5px;font-weight:600;margin-right:10px;flex-shrink:0;transition:background 0.3s;}
.dietbuttons ul li:hover a {background:var(--df-color-paleprimary-hover);}

.bodysection-pale .dietbuttons a {background:var(--df-color-white);}

.contentbox {padding:40px;background:var(--df-color-palebg);font-size:18px;}
.contentbox.contentbox-border {background:var(--df-color-white);outline:1px solid var(--df-color-border);}
.contentbox.contentbox-shadow {background:var(--df-color-white);box-shadow: 2px 3px 10px 0 rgba(0,0,0,0.09);}

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

.togglelist .togglereveal {display:none;}
.togglelist .open .togglereveal {display:block;}
.togglelist .toggleitem>:first-child {font-size:20px;line-height:28px;margin:0;padding-left:30px;position:relative;cursor:pointer;transition:color 0.3s;text-align:left;}
.togglelist .toggleitem {margin-bottom:20px;}
.togglelist .togglereveal {padding-left:30px;padding-top:20px;font-size:18px;}
.togglelist .toggleitem>:first-child:before {content:"";position:absolute;top:0;left:0;display:block;width:14px;height:30px;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='M26 13h-9v-9c0-1.104-0.896-2-2-2h-2c-1.104 0-2 0.896-2 2v9h-9c-1.104 0-2 0.896-2 2v2c0 1.104 0.896 2 2 2h9v9c0 1.104 0.896 2 2 2h2c1.104 0 2-0.896 2-2v-9h9c1.104 0 2-0.896 2-2v-2c0-1.104-0.896-2-2-2z'%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='M26 13h-9v-9c0-1.104-0.896-2-2-2h-2c-1.104 0-2 0.896-2 2v9h-9c-1.104 0-2 0.896-2 2v2c0 1.104 0.896 2 2 2h9v9c0 1.104 0.896 2 2 2h2c1.104 0 2-0.896 2-2v-9h9c1.104 0 2-0.896 2-2v-2c0-1.104-0.896-2-2-2z'%3E%3C/path%3E%3C/svg%3E%0A") center center no-repeat;-webkit-mask-size:100%;mask-size:100%;}
.togglelist .toggleitem>:first-child:hover {color:var(--df-color-primary);}
.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='M26 13h-24c-1.104 0-2 0.896-2 2v2c0 1.104 0.896 2 2 2h24c1.104 0 2-0.896 2-2v-2c0-1.104-0.896-2-2-2z'%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='M26 13h-24c-1.104 0-2 0.896-2 2v2c0 1.104 0.896 2 2 2h24c1.104 0 2-0.896 2-2v-2c0-1.104-0.896-2-2-2z'%3E%3C/path%3E%3C/svg%3E%0A");}

.promobanner {position:relative;background:var(--df-color-palebg);min-height:680px;display:flex;align-items:center;justify-content:center;}
.promobanner .bannerimage img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:1;}
.promobanner .bannertext {position:relative;padding:60px 0;text-align:center;font-size:18px;min-width:0;pointer-events:none;}
.promobanner .bannertext .bannertext-a {width:540px;background:var(--df-color-white);padding:40px;box-sizing:border-box;pointer-events:auto;}

@media screen and (max-width:767px) {
	.promobanner {min-height:0;display:block;padding:40px 20px;}
	body.hasfooterlogos .promobanner:last-child {padding-bottom:0;}
	.promobanner .bannerimage {position:relative;height:0;padding-bottom:75%;}
	.promobanner .container {padding:0;min-width:0;}
	.promobanner .bannertext {padding:0;}
	.promobanner .bannertext .bannertext-a {width:auto;}
}	

.wp-block-image.is-style-wideimage img {width:100%;}

.wideimage img {width:100%;}
.wideimage figcaption {padding:0 40px;}
@media screen and (max-width:1023px) {
	.wideimage figcaption {padding:0 20px;}
}
@media screen and (max-width:339px) {
	.wideimage figcaption {padding:0 10px;}
}

.cols .cols-a {display:flex;margin-left:-60px;row-gap:40px;}
.cols .col-a {margin-left:60px;}

.cols2 .col {width:50%;}

@media screen and (max-width:1023px) {
	.cols .cols-a {display:block;margin-left:0;}
	.cols .col {width:auto !important;}
	.cols .col-a {margin-left:0;}
}

.subscribeform {margin:30px 0;container:subscribeform / inline-size;}

.subscribebar {background:var(--df-color-palebg);padding:30px 0;}
.subscribebar .subscribebar-a {display:flex;flex-wrap:wrap;margin-left:-28px;justify-content:center;align-items:center;row-gap:20px;}
.subscribebar .subscribeform {margin:0 0 0 28px;container:none;}
.subscribebar h2 {font-size:24px;line-height:30px;margin:0 0 0 28px;}

.subscribebox {padding:40px;text-align:center;}
.subscribebox-primary {background: var(--df-color-primary);color:var(--df-color-white);}

.subscribebox-pale {background:var(--df-color-palebg);}

#bodyel .customckform {min-height:44px;}

#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 -18px;justify-content:flex-start;row-gap:20px;display:flex;flex-wrap:nowrap;justify-content:center;}

#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:200px;max-width:200px;}
#bodyel .customckform .formkit-field,
#bodyel .customckform .formkit-submit {margin:0 0 0 18px;}

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

#bodyel .customckform button.formkit-submit {background:var(--df-color-primary) !important;color:var(--df-color-white) !important;border:none !important;font-size:16px;line-height:24px;font-weight:600 !important;transition:background 0.3s;padding:10px 25px;display:block;box-sizing:border-box;border-radius:var(--df-border-radius-button) !important;flex-basis:auto;flex-grow:0;flex-shrink:0;}
#bodyel .customckform button.formkit-submit:hover {background:var(--df-color-primary-hover) !important;}
#bodyel .customckform button.formkit-submit span {padding:0;background:none;}

#bodyel .subscribebox-primary .subscribeform .customckform input[type="text"], #bodyel .subscribebox-primary .subscribeform .customckform input[type="email"] {border-color:var(--df-color-white) !important;color:var(--df-color-body) !important;}
#bodyel .subscribebox-primary .subscribeform .customckform button.formkit-submit {background:var(--df-color-paleprimary) !important;color:var(--df-color-body) !important;}
#bodyel .subscribebox-primary .subscribeform .customckform button.formkit-submit:hover {background:var(--df-color-paleprimary-hover) !important;}

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

@media screen and (max-width:767px) {
	#bodyel .formkit-form:not(.customckform .formkit-form) {margin-top:30px;margin-bottom:30px;}
}
@container subscribeform (width < 660px) {
	#bodyel .customckform {min-height:174px;}
	#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 .seva-overlay, #bodyel .formkit-overlay {z-index:100000003;}

#bodyel .customckform .formkit-powered-by-convertkit-container {display:none;}

@media screen and (max-width:767px) {
	.subscribebar {padding:30px 0;}
	.subscribebar .subscribebar-a {display:block;margin-left:0;}
	.subscribebar .subscribeform {width:350px;max-width:100%;margin:0 auto;container:subscribeform / inline-size;}

	.subscribebar h2 {margin:0 0 20px 0;}

	.subscribebox {padding:30px;}
}

#sidebar .subscribebox {padding:30px;}

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

.prevnext .prevnext-a {margin-left:-20px;display:flex;justify-content:space-between;}
.prevnext .prev, .prevnext .next {margin-left:20px;}
.prevnext .next {text-align:right;}
.ajaxnav .next {text-align:center;flex-grow:1;}

.postcols>.maincol {float:left;display:inline;width:100%;margin-right:-420px;}
.postcols>.maincol>.maincol-a {margin-right:420px;max-width:740px;}
.postcols>.sidebar {float:right;display:inline;width:360px;font-size:18px;}

@media screen and (max-width:1023px) {
	.postcols>.maincol {float:none;display:block;width:740px;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:50px;}
}

.sidebar .imagegrid + .more {text-align:center;margin-top:-30px;}

.breadcrumb {font-size:14px;line-height:22px;margin-bottom:15px;text-align:center;}
.breadcrumb a {color:inherit;font-weight:inherit;text-decoration:none;}
.breadcrumb a:hover, .breadcrumb a:active {text-decoration:underline;}
.breadcrumb .cicon {display:inline-block;font-size:12px;height:22px;vertical-align:top;margin:0 3px;position:relative;top:1px;}

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

.postheader h1 {margin:0;text-align:left;}
.postheader .breadcrumb {text-align:left;}
.postheader .postactions {float:right;margin-left:40px;margin-top:7px;margin-bottom:24px;position:relative;z-index:1;}
.postheader .postactions>ul {margin:0 0 0 -20px;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;row-gap:20px;}
.postheader .postactions>ul>li {margin:0 0 0 20px;padding:0;}
.postheader .postactions>ul>li>a>.cicon {font-size:14px;margin-left:6px;}
.postheader .postactions>ul>li>div>a>.cicon {font-size:14px;margin-left:6px;position:relative;top:-1px;}

.sharebuttonwrap {position:relative;}

.sharebuttonwrap .sharepopup {position:absolute;top:58px;right:0;opacity:0;visibility:hidden;transition:visibility 0.3s, opacity 0.3s;z-index:100;}
.sharebuttonwrap.open .sharepopup {opacity:1;visibility:visible;}
.sharebuttonwrap .sharebuttons {background:var(--df-color-white);box-shadow:0 0 6px 0 rgba(109,108,111,0.30);padding:20px;border-radius:var(--df-border-radius-dropdown);margin:0;}
.sharebuttonwrap .sharebuttons>ul {flex-wrap:nowrap;}

@media screen and (max-width:767px) {
	.breadcrumb {text-align:center;}
	.postheader h1 {font-size:36px;line-height:44px;text-align:center;}
	.postheader {display:flex;flex-wrap:wrap;justify-content:center;}
	.postheader .breadcrumb {width:100%;text-align:center;}
	.postheader .postactions {float:none;margin:20px 0 0 0;width:100%;order:1;position:relative;}
	
	.postheader .sharebuttonwrap {position:static;}
	
	.sharebuttonwrap .sharepopup-a {display:inline-block;}
	.sharebuttonwrap .sharepopup {right:auto;left:50%;transform:translateX(-50%);text-align:center;}
}

.datedisclosure {display:flex;justify-content:space-between;font-size:14px;line-height:24px;margin:40px 0 40px -60px;flex-direction:row-reverse;}
.datedisclosure .disclosure {color:var(--df-color-fainttext);margin-left:60px;max-width:740px;}
.datedisclosure .date {margin-left:60px;width:360px;text-align:right;flex-shrink:0;}
.datedisclosure a {font-weight:inherit;}

@media screen and (max-width:1023px) {
	.datedisclosure {display:block;width:740px;max-width:100%;margin-left:auto;margin-right:auto;}
	.datedisclosure .disclosure {width:auto;margin-left:0;}
	.datedisclosure .date {margin-left:0;width:auto;text-align:left;}
}
@media screen and (max-width:767px) {
		.datedisclosure .date, .datedisclosure .disclosure {text-align:center;}
}

.sharebuttons {font-size:13px;line-height:13px;}
.sharebuttons>ul {margin:0;margin-left:-20px !important;padding:0;list-style:none;display:flex;justify-content:center;flex-wrap:wrap;row-gap:20px;}
.sharebuttons>ul>li {margin:0 0 0 20px;padding:0;}
.sharebuttons>ul>li>a {display:block;width:40px;padding:14px 0 13px 0;color:var(--df-color-white);text-decoration:none;border-radius:50%;cursor:pointer;border:none;transition:background 0.3s;}
.sharebuttons>ul>li>a .cicon {display:block;margin:0 auto;}

.sharebuttons>ul>li.copylink {position:relative;}
.sharebuttons>ul>li.copylink .link-copied {position:absolute;top:4px;left:45px;font-size:14px;line-height:20px;padding:6px 15px;background:var(--df-color-primary);border-radius:var(--df-border-radius-button);color:var(--df-color-white);white-space:nowrap;}
.sharebuttons>ul>li.copylink .link-copied.left {left:auto;right:45px;}

.sharebuttons>ul>li.pinterest>a {background:#e70022;cursor:pointer;}
.sharebuttons>ul>li.pinterest:hover>a {background:#DC0013;}
.sharebuttons>ul>li.email>a {background:var(--df-color-body);}
.sharebuttons>ul>li.email:hover>a {background:#000;}
.sharebuttons>ul>li.twitter>a {background:#000;}
.sharebuttons>ul>li.twitter:hover>a {background:#000;}
.sharebuttons>ul>li.facebook>a {background:#1877F2;}
.sharebuttons>ul>li.facebook:hover>a {background:#0D57EC;}
.sharebuttons>ul>li.copylink>a {background:var(--df-color-primary);}
.sharebuttons>ul>li.copylink:hover>a {background:var(--df-color-primary-hover);}

.section-imagetext .imagetext-image img {display:block;}
.section-imagetext .imagetext-content {padding:30px;background:var(--df-color-palebg);}

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

ul.commentlist {margin:0;padding:0;list-style:none;}
ul.commentlist li.comment-li {margin:0 0 40px 0;padding:0;}
ul.commentlist li.comment-li>ul {margin:40px 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:14px;line-height:20px;margin-top:5px;}
#respond #reply-title small a {display:inline-block;font-weight:normal;color:inherit;}
#respond #reply-title small a:hover, #respond #reply-title small a:active {text-decoration:underline;}

.comdiv {font-size:18px;}

.comdiv.bypostauthor, .comdiv.byadmin {background:var(--df-color-palebg);padding:20px;}

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

.comdiv .comright {overflow:hidden;}

.comdiv .comheader {display:flex;justify-content:space-between;margin-bottom:8px;}

.comdiv .comauth-rating {display:flex;flex-wrap:wrap;align-items:center;row-gap:10px;margin:0 0 0 -10px;}

.comdiv .comauth {font-size:14px;line-height:20px;text-transform:uppercase;font-weight:600;letter-spacing:0.1em;margin:0;color:var(--df-color-fainttext);margin-left:10px;}
.comdiv .comauth-rating .comrating {margin-left:10px;}

.comdiv .comauth img {display:block;}

.comdiv .comdate {color:var(--df-color-fainttext);font-size:14px;line-height:20px;}

.comdiv .comactions {font-size:16px;line-height:24px;margin-top:8px;}
.comdiv .comactions ul {display:flex;flex-wrap:wrap;margin:0 0 0 -20px;row-gap:12px;padding:0;list-style:none;align-items:center;}
.comdiv .comactions ul li {margin:0 0 0 20px;padding:0;}

.comdiv .comactions a {color:inherit;}

.comdiv .wprm-comment-rating svg {width:14px !important;height:14px !important;color:var(--df-color-primary);}
.comdiv img.wprm-comment-rating  { width: 70px !important; height: 14px !important; }

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

#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(--df-color-border);background:var(--df-color-white);border-radius:var(--df-border-radius-input);box-sizing:border-box;width:100%;padding:11px 20px;font-size:18px;line-height:26px;}
#respond .comment-form textarea {border-radius:var(--df-border-radius-textarea);}

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

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

#respond .comment-form input[type="submit"] {background:var(--df-color-primary);color:var(--df-color-white);transition:background 0.3s;margin:0;padding:10px 25px;border:none;display:block;font-size:16px;line-height:24px;border-radius:var(--df-border-radius-button);font-weight:600;}
#respond .comment-form input[type="submit"]:hover {background:var(--df-color-primary-hover);}

#respond .comment-form label {display:block;margin:0 0 10px 0;font-size:18px;line-height:26px;}
#respond .comment-form label .required {color:var(--df-color-red);}

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

#respond .comment-form .comment-form-cookies-consent input[type="checkbox"], #respond .comment-form .comment-subscription-form input[type="checkbox"] {display:none;}
#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:34px;margin:0;letter-spacing:0;font-size:16px;line-height:24px;font-weight:normal;text-transform:none;}

#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:1px;left:0;width:22px;height:22px;background:var(--df-color-white);border:1px solid #0C0B09;border-radius:0;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:4px;left:3px;width:16px;height:16px;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='%23000' 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");}

#respond .comment-form .comment-subscription-form label {display:block !important;}
#respond .comment-form .comment-subscription-form + .comment-subscription-form {margin-top:-10px;}

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

#respond .comment-form-wprm-rating {display:flex;flex-wrap:wrap;margin-left:-10px;align-items:center;row-gap:10px;}
#respond .comment-form-wprm-rating label {margin-left:10px;margin-bottom:0;}
#respond .comment-form-wprm-rating .wprm-rating-stars {margin-left:10px;}

p.akismet_comment_form_privacy_notice {font-size:16px;margin:30px 0;}

.socialicons {font-size:18px;line-height:1;}

.socialicons ul {margin:0 0 0 -20px;row-gap:20px;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;}
.socialicons ul li {margin:0 0 0 20px;padding:0;}
.socialicons ul li a {display:block;margin:0 -10px;font-weight:inherit;color:inherit;box-shadow:none;}
.socialicons ul li:hover a {color:var(--df-color-primary-hover);}
.socialicons ul li a .cicon {padding:0 10px;display:block;}

.socialicons-circles ul {margin-left:-10px;row-gap:10px;}
.socialicons-circles ul li {margin-left:10px;}
.socialicons-circles ul li a {background:var(--df-color-palebg);border-radius:50%;display:block;padding:9px 0;width:36px;margin:0;}
.socialicons-circles ul li a .cicon {padding:0;margin:0 auto;}

.socialicons ul li:hover a[href*="facebook.com"] {color:#1877F2 !important;}
.socialicons ul li:hover a[href*="pinterest.com"] {color:#E60023 !important;}
.socialicons ul li:hover a[href*="twitter.com"] {color:#000 !important;}
.socialicons ul li:hover a[href*="instagram.com"] {color:#833AB4 !important;}
.socialicons ul li:hover a[href*="youtube.com"] {color:#FF0000 !important;}
.socialicons ul li:hover a[href*="flickr.com"] {color:#0063dc !important;}
.socialicons ul li:hover a[href*="snapchat.com"] {color:#FFFC00 !important;}
.socialicons ul li:hover a[href*="periscope.tv"] {color:#3FA4C4 !important;}
.socialicons ul li:hover a[href*="tumblr.com"] {color:#35465c !important;}		
.socialicons ul li:hover a[href*="stumbleupon.com"] {color:#eb4924 !important;}
.socialicons ul li:hover a[href*="vimeo.com"] {color:#19B7EA !important;}
.socialicons ul li:hover a[href*="tiktok.com"] {color:#FE2C55 !important;}
.socialicons ul li:hover a[href*="linkedin.com"] {color:#0077b5 !important;}

#footer1 {background:var(--df-color-palebg);padding:40px 0;}

.logolist .logolist-a {display:flex;align-items:center;flex-wrap:wrap;justify-content:center;row-gap:30px;margin-left:-60px;}
.logolist h2 {margin:0 0 0 60px;font-size:14px;line-height:20px;text-transform:uppercase;letter-spacing:0.05em;font-weight:600;}

.logolist ul {margin:0 0 0 20px;row-gap:20px;padding:0;list-style:none;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.logolist ul li {margin:0 0 0 40px;padding:0;}
.logolist ul li a, .logolist ul li img {display:block;}

@media screen and (max-width:767px) {
	.logolist .logolist-a {margin-left:-30px;}
	.logolist h2 {margin-left:30px;}
	.logolist ul li {margin-left:30px;}
}

#footer2 {padding:60px 0;}

#footer2 h2 {font-size:24px;line-height:32px;margin:40px 0 20px 0;text-align:left;}

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

#footer2 .ftcols {display:flex;flex-wrap:wrap;row-gap:60px;margin-bottom:60px;margin-left:-120px;}
#footer2 .ftcols .ftcol {width:33.333333333333333%;}
#footer2 .ftcols .ftcol-a {margin-left:120px;}

#footer2 .socialicons {margin-top:40px;}

#footer2 .ftmenus {display:flex;margin-left:-60px;font-size:16px;line-height:22px;}
#footer2 .ftmenus .ftmenu {width:50%;}
#footer2 .ftmenus .ftmenu ul {margin:0 0 0 60px;padding:0;list-style:none;}
#footer2 .ftmenus .ftmenu ul li {margin:0 0 12px 0;padding:0;}
#footer2 .ftmenus a {text-decoration:none;font-weight:inherit;color:inherit;}
#footer2 .ftmenus a:hover, #footer2 .ftmenus a:active {color:var(--df-color-primary);}

@media screen and (max-width:1279px) {
	#footer2 .ftcols {margin-left:-80px;}
	#footer2 .ftcols .ftcol-a {margin-left:80px;}

	#footer2 .ftlogo {margin:0 auto;}
	#footer2 .socialicons ul {justify-content:center;}
	#footer2 .ftcols .ftcol {width:50%;}
	#footer2 .ftcols .ftcol1 {width:100%;}
}
@media screen and (max-width:767px) {
	#footer2 {padding:40px 0;}
	#footer2 h2 {text-align:center;}

	#footer2 .ftcols {width:350px;max-width:100%;margin:0 auto 40px auto;display:block;}
	#footer2 .ftcols .ftcol {width:auto;}
	#footer2 .ftcols .ftcol + .ftcol {margin-top:40px;}
	#footer2 .ftcols .ftcol-a {margin-left:0;}
}

@media screen and (max-width:389px) {
	#footer2 .ftmenus {flex-wrap:wrap;}
	#footer2 .ftmenus .ftmenu {width:100%;text-align:center;}
}

#footer2 .ftsmall {font-size:14px;line-height:20px;}
#footer2 .ftsmall ul {margin:0 0 0 -20px;row-gap:15px;padding:0;list-style:none;display:flex;flex-wrap:wrap;}
#footer2 .ftsmall ul li {margin:0 0 0 20px;padding:0;}
#footer2 .ftsmall ul li.right {margin-left:auto;padding-left:40px;}
#footer2 .ftsmall a {font-weight:inherit;color:inherit;}
#footer2 .ftsmall a:hover, #footer2 .ftsmall a:active {color:var(--df-color-primary);}

@media screen and (max-width:767px) {
	#footer2 .ftsmall ul {display:block;margin-left:0;text-align:center;}
	#footer2 .ftsmall ul li {margin-left:0;margin-bottom:15px;}
	#footer2 .ftsmall ul li.right {margin-left:0;padding-left:0;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:16px;line-height:24px;font-weight:600;display:block;margin-bottom:8px;color:inherit;}

#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(--df-color-border);background:var(--df-color-white);border-radius:var(--df-border-radius-input);padding:9px 20px;font-size:16px;line-height:24px;
}

#fullwrap .gform_wrapper textarea {border-radius:var(--df-border-radius-textarea);}

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

#fullwrap .gform_wrapper .gfield textarea.small {height:116px;}
#fullwrap .gform_wrapper .gfield textarea.medium {height:164px;}
#fullwrap .gform_wrapper .gfield textarea.large {height:212px;}

#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='%23000' 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, var(--df-color-white) 0%,var(--df-color-white) 100%);background-repeat: no-repeat, repeat;background-position: right 15px top 50%, 0 0;background-size: .625em auto, 100%;padding-right:40px;
}

/* 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:94px;}

#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:8px;}

@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:12px;}
}
@media screen and (max-width:640px) {
	#fullwrap .gform_wrapper .ginput_complex span {margin-bottom:12px;}
	#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:16px;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(--df-color-body);}
#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(--df-color-body);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(--df-color-body);}

#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(--df-color-body);}

#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(--df-color-body);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='%23292D34' 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:44px;}

#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(--df-color-primary);color:var(--df-color-white);border:none;border-radius:var(--df-border-radius-button);font-size:16px;line-height:24px;font-weight:600;padding:10px 25px;overflow:visible;cursor:pointer;-webkit-appearance:none;margin:0;transition:color 0.3s, background 0.3s;width:100%;}
#fullwrap .gform_wrapper .gform_button:hover, #fullwrap .gform_wrapper .gform_page_footer .button:hover {background:var(--df-color-primary-hover);}

#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:16px;padding-left:5px;font-style:normal;color:var(--df-color-fainttext);}
#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:16px;line-height:24px;}

#fullwrap #gf_form_focus {outline:none;}

#fullwrap .gform_wrapper .gfield_required,
#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(--df-color-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(--df-color-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:12px;line-height:18px;margin-top:8px;}

#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 {outline:none !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:1024px) {
	#fullwrap .notop1024>:first-child {margin-top:0;}
	#fullwrap .notop1024>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop1024>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop1024>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop1024>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop1024>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop1024>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop1024>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop1024>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop1024>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child>:first-child {margin-top:0;}
	#fullwrap .notop1024>: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 .nobot1024>:last-child {margin-bottom:0;}
	#fullwrap .nobot1024>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot1024>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot1024>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot1024>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot1024>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot1024>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot1024>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot1024>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot1024>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child>:last-child {margin-bottom:0;}
	#fullwrap .nobot1024>: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;}
}

.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-left {
  width: 0.375em;
}

.icon-twitter {
  width: 1.1669921875em;
}

.icon-tips {
  width: 0.7724609375em;
}

.icon-shopping-cart {
  width: 1.125em;
}

.icon-pinterest {
  width: 0.7998046875em;
}

.icon-instagram-black {
  width: 0.947265625em;
}

.icon-facebook {
  width: 0.5498046875em;
}

.icon-comments {
  width: 1.1669921875em;
}

.icon-browse-all {
  width: 1.138671875em;
}

.icon-award {
  width: 0.8330078125em;
}

.icon-angle-down {
  width: 0.625em;
}

.icon-tiktok {
  width: 0.9287109375em;
}

.icon-comment {
  width: 1.142578125em;
}

.icon-bars {
  width: 0.875em;
}

.icon-angle-down-solid {
  width: 0.625em;
}

.icon-plus {width:0.75em;}

.icon-play {
  width: 0.875em;
}

.icon-carousel-left {
  width: 0.5556640625em;
}

.icon-carousel-right {
  width: 0.5556640625em;
}

.icon-cursive-arrow {
  width: 0.9375em;
}

.icon-arrow-down {
  width: 0.875em;
}

.icon-youtube {
	width: 1.2222222222em;
  }

    .icon-threads {
	width: 0.875em;
  }
.icon-youtube-en {
  width: 2.094909505em;
}

.icon-youtube-es {
  width: 2.062402344em;
}


#fullwrap .wprm-rating-stars {display:block;}
#fullwrap .wprm-recipe-rating {padding:0;line-height:12px;}
#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:12px;height:12px;margin:0 !important;display:block;}
#fullwrap .wprm-comment-rating .wprm-rating-stars {line-height:12px;padding:1px 0;}

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

body.page-template-pt-links {padding-bottom:40px;}
body.page-template-pt-links header {padding:40px 0;}
body.page-template-pt-links #logo-links img {display:block;margin:0 auto;width:220px;}

body.page-template-pt-links .links ul {margin:1em 0;padding:0;list-style:none;}
body.page-template-pt-links .links ul li {margin:0 0 20px 0;padding:0;}
body.page-template-pt-links .links ul li:last-child {margin-bottom:0;}
body.page-template-pt-links .links a {background:var(--df-color-paleprimary);color:var(--df-color-body);font-size:16px;line-height:22px;font-weight:600;padding:11px 24px;text-align:center;display:inline-block;border-radius:var(--df-border-radius-button);text-decoration:none !important;width:100%;box-sizing:border-box;}
body.page-template-pt-links .links a:hover, body.page-template-pt-links .links a:active {background:var(--df-color-paleprimary-hover);}
body.page-template-pt-links .links .highlight a {background:var(--df-color-primary);color:var(--df-color-white);}
body.page-template-pt-links .links .highlight a:hover, body.page-template-pt-links .links .highlight a:active {background:var(--df-color-primary-hover);}

body.page-template-pt-links .socialicons {margin:40px 0;}
body.page-template-pt-links .socialicons ul {justify-content:center;}

body.page-template-pt-links .links-subscribe {margin:40px 0;text-align:center;}
body.page-template-pt-links h2 {margin-top:40px;}


.table-of-contents {padding:40px;background:var(--df-color-palebg);font-size:18px;margin-top:40px;margin-bottom:40px;}

@media screen and (max-width:767px) {
	.table-of-contents {padding:30px;}
}

.table-of-contents h2 {font-size:24px;line-height:32px;margin-bottom:20px;}
.table-of-contents ul li {margin-bottom:6px;}
.table-of-contents ul ul {margin-top:6px;}
.table-of-contents ul li a {color:inherit;font-weight:inherit;text-decoration:none;}
.table-of-contents ul li a:hover, .table-of-contents ul li a:active {text-decoration:underline;color:var(--kkc-polynesianblue);}
.table-of-contents.toc-closed ul li.toc-hide {display:none;}

.table-of-contents .toc-toggle {margin-top:20px;}
.table-of-contents .toc-toggle button {display:inline-block;border:none;background:var(--df-color-primary);color:var(--df-color-white);font-size:16px;line-height:22px;font-weight:600;padding:11px 24px;text-align:center;display:inline-block;border-radius:var(--df-border-radius-button);transition:background 0.3s;}
.table-of-contents .toc-toggle button:hover {background:var(--df-color-primary-hover);}
.table-of-contents .toc-toggle span.closed {display:none;}
.table-of-contents.toc-closed .toc-toggle span.closed {display:inline;}
.table-of-contents.toc-closed .toc-toggle span.open {display:none;}

.wprm-user-rating-summary .wprm-recipe-rating-recipe-summary {line-height:1;}
.wprm-user-rating-summary .wprm-user-rating-summary-details {margin-top:0;}

.haswprmrecipe .wpzoom-rcb-comment-rating {display:none;}