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

:root {
	--fs-black: #000;	
	--fs-white: #FFFFFF;
	--fs-blue: #1e5da2;
	--fs-paleblue: #f1f7fd;
	--fs-midblue: #0270bc;
	--fs-darkblue: #002e6e;
	--fs-darkyellow: #fa922c;
	--fs-paleyellow: #fffbf3;
	--fs-grey: #666;
	--fs-yellow :#fbbb29;
	--fs-red: #f30000;
	--fs-shadow: 0 4px 30px 0 rgba(0,113,188,0.09);
}

/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2023 Indian Type Foundry
 *
*/

@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
		url('fonts/Satoshi-Regular.woff') format('woff'),
		url('fonts/Satoshi-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}


@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-Italic.woff2') format('woff2'),
		url('fonts/Satoshi-Italic.woff') format('woff'),
		url('fonts/Satoshi-Italic.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
		url('fonts/Satoshi-Bold.woff') format('woff'),
		url('fonts/Satoshi-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}


@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-BoldItalic.woff2') format('woff2'),
		url('fonts/Satoshi-BoldItalic.woff') format('woff'),
		url('fonts/Satoshi-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	font-style: italic;
}
  

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:Satoshi,sans-serif;}

.breadcrumb,
.latestupdate .lu-meta,
.heading-with-label .hlabel,
.subscribeform label,
blockquote cite, .wp-block-quote cite, .wp-block-pullquote cite,
.imagegrid .gridcat,
#fullwrap .gform_wrapper .gfield_label,
#respond .comment-form label,
.comdiv .comauth,
.comdiv .comdate,
.comdiv .comactions,
#respond #reply-title small {font-family:"Roboto Mono",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:16px;line-height:22px;padding:11px 25px;background:var(--fs-blue);color:var(--fs-white);z-index:10000000;transition:none;border:1px solid currentColor;font-weight:bold;border-radius:22px;text-transform:lowercase;}

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: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.6;color:var(--fs-black);background:var(--fs-white);word-wrap:break-word;}

.page-template-pt-small {font-size:18px;}

a {transition:color 0.3s, background 0.3s;color:var(--fs-blue);font-weight:bold;text-decoration:none;}
a:hover, a:active {color:var(--fs-darkblue);text-decoration:underline;}

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

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

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.3em;left:0.3em;width:0.875em;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='28' height='32' viewBox='0 0 28 32'%3E%3Cpath fill='%23262613' d='M27.413 6.588c0.781 0.781 0.781 2.044 0 2.825l-16 16c-0.781 0.781-2.044 0.781-2.825 0l-8.002-8c-0.781-0.781-0.781-2.044 0-2.825s2.047-0.781 2.829 0l6.529 6.581 14.644-14.581c0.781-0.782 2.044-0.782 2.825 0v0z'%3E%3C/path%3E%3C/svg%3E%0A");}


ul.is-style-check>li:last-child, ol.is-style-check>li:last-child {margin-bottom:0;}

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:54px;margin:60px 0 40px 0;text-align:center;text-transform:lowercase;}
h2 {font-size:36px;line-height:42px;margin:60px 0 30px 0;text-align:center;text-transform:lowercase;}
h3, .contentbox h2, h2.smaller, .page-template-pt-small h2 {font-size:28px;line-height:34px;margin:40px 0 25px 0;text-transform:lowercase;}
h4, .page-template-pt-small h3 {font-size:24px;line-height:30px;margin:30px 0 20px 0;text-transform:lowercase;}
h5, .page-template-pt-small h4 {font-size:22px;line-height:28px;margin:30px 0 20px 0;text-transform:lowercase;}
h6, .page-template-pt-small h5 {font-size:20px;line-height:26px;margin:30px 0 20px 0;text-transform:lowercase;}

.page-template-pt-small h2 {text-align:inherit;}
.page-template-pt-small h2.expanded {width:760px;max-width:100%;margin-left:auto;margin-right:auto;}

.wp-block-heading img {vertical-align:bottom;}

.postcontent h1,
.postcontent h2 {text-transform:none;text-align:left;}
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {text-transform:none;}

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

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

	.posttitle {margin-bottom:30px;}
}

.heading-with-label .hlabel {font-size:14px;line-height:20px;display:block;font-weight:normal;margin-bottom:20px;}

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

.sidebar h2 {font-size:28px;line-height:36px;text-align:center;margin:40px 0 20px 0;}
.sidebar h2 + .mainsection {margin-top:20px !important;}

.btnswrap-a {display:flex;justify-content:center;margin-left:-20px;row-gap:20px;flex-wrap:wrap;}
.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 {background:var(--fs-blue);color:var(--fs-white) !important;font-size:16px;line-height:22px;font-weight:bold;padding:11px 25px;text-align:center;display:inline-block;text-decoration:none !important;border-radius:22px;text-transform:lowercase;}

a.btn-yellow {background:var(--fs-yellow);}

a.btn:hover, a.btn:active {background-color:var(--fs-darkblue);}
a.btn-yellow:hover, a.btn-yellow:active {background:var(--fs-darkyellow);}

a.btn .cicon {font-size:16px;height:22px;vertical-align:top;margin-right:6px;}

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

hr, hr.wp-block-separator {width:100% !important;height:0;background:none;color:var(--fs-yellow);border:none;border-bottom:1px solid var(--fs-yellow);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-pullquote,
.wp-block-separator,
.wp-block-table,
.wp-block-verse,
.wp-block-video,
.wp-video,
.wp-block-quote,
.wprm-recipe,
.pagination,
.facetwp-facet-pager_,
.fluid-width-video-wrapper-b,
.contentbox,
.gridresults,
.togglelist,
.ajaxnav,
.gridmore,
.postcats {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: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 {margin-top:-20px;}

.filtersort + .imagegrid {margin-top:-20px;}

.tipsgrid + .imagegrid {margin-top:-30px;}

@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 {margin-top:0;}

	.filtersort + .imagegrid {margin-top:0;}

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

}

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(--fs-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;}
}

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

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

#topbar {background:var(--fs-blue);color:var(--fs-white);padding:8px 0;font-size:18px;line-height:24px;}

#topbar a {font-weight:inherit;color:inherit;text-decoration:none;padding-right:22px;}
#topbar a:hover, #topbar a:active {text-decoration:underline;}

#topbar a:after {content:"";display:inline-block;width:16px;height:24px;margin-right:-22px;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='%23fff' d='M31.706 16.706c0.387-0.387 0.387-1.025 0-1.412l-9-9c-0.387-0.388-1.025-0.388-1.413 0s-0.387 1.025 0 1.412l7.294 7.294h-27.587c-0.55 0-1 0.45-1 1s0.45 1 1 1h27.587l-7.294 7.294c-0.387 0.387-0.387 1.025 0 1.413s1.025 0.387 1.413 0l9-9z'%3E%3C/path%3E%3C/svg%3E%0A");}

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

#header {height:200px;}

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

#header-a {background:var(--fs-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:159px;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:87px;top:15px;}

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

.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 .cicon {padding:0;height:40px;vertical-align:top;}
button.closebtn:hover {color:var(--fs-blue);}

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 .cicon, button.togglemenu .cicon {height:44px;vertical-align:top;padding:0 10px;}

button.togglesearch:hover, button.togglemenu:hover {color:var(--fs-blue);}

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

#topsocial {position:absolute;top:20px;right:0;z-index:1;}
body.fixedheader #topsocial {display:none;}

@media screen and (min-width:1280px) {

	#menu {height:200px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;}

	body.fixedheader #menu {height:74px;padding-top:0;}

	#menuoverlay {display:none;}

	.menubar {font-size:24px;line-height:30px;text-transform:lowercase;}

	.menubar>ul {display:flex;justify-content:flex-end;flex-wrap:wrap;margin:0 -20px 0 auto;padding-left:199px;max-width:1220px;box-sizing:border-box;}
	.menubar>ul>li>a, .menubar>ul>li>.linkwrap>a, .menubar>ul>li>.linkwrap>span {padding:7px 20px;font-weight:bold;}

	.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:-12px 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:40px;}
	.menubar>ul>li.menu-item-has-children>.linkwrap>.dropdown-toggle .cicon {font-size:22px;height:30px;display:inline-block;vertical-align:top;transition:color 0.3s;}

	.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 {display:none !important;visibility:hidden;opacity:0;position:absolute;top:44px;padding-top:8px;left:-11px;z-index:10000;min-width:calc(100% + 12px);font-size:16px;line-height:22px;}
	.menubar>ul>li>.submenu>ul {white-space:nowrap;background:var(--fs-white);border:1px solid var(--fs-blue);border-radius:20px;overflow:hidden;padding:25px 30px;}
	.menubar>ul>li>.submenu>ul>li>a {padding:5px 0;font-weight:normal;}
		
	.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(--fs-white);border:1px solid var(--fs-blue);overflow:hidden;padding:30px;border-radius:20px;}
	.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:10px 0 0 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:5px 0;font-weight:normal;}

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

	.menubar .megamenu-cols>ul>li>.linkwrap>a, .menubar .megamenu-cols>ul>li>.linkwrap>span {padding:0;text-transform:lowercase;font-weight:bold;font-size:20px;line-height:26px;}

	.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;}
	.menubar>ul>li.search .searchform {width:258px;}

	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:200px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;}
	body.fixedheader #toggles {height:74px;}

	#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(--fs-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 15px auto;display:block;}
				
	.menubar {font-size:24px;line-height:30px;padding-bottom:20px;text-transform:lowercase;}
	.menubar>ul>li>a, .menubar>ul>li>.linkwrap>a, .menubar>ul>li>.linkwrap>span, .menubar>ul>li>.submenu a {padding:15px 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(--fs-blue);}
	.menubar li.menu-item-has-children>.linkwrap>.dropdown-toggle {display:block;position:absolute;top:0;right:-18px;width:44px;height:60px;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(--fs-blue);}
	.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:22px;}
	.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:15px 0;}

	.menubar .megamenu-cols>ul>li>.linkwrap>a, .menubar .megamenu-cols>ul>li>.linkwrap>span {padding:15px 0;font-weight:bold;}	

	.menubar .megamenu-wrap .megamenu-all {margin:25px 0 25px 20px;display:none;}
	.menubar .megamenu-wrap a.btn {padding-top:10px;padding-bottom:10px;}

	.menubar li.search {display:none;}
}
 

@media screen and (max-width:767px) {
	#logo {width:119px;top:40px;}
	#header {height:140px;}
	#toggles {height:140px;}
}

#searchwrap {background:var(--fs-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(--fs-paleblue);color:var(--fs-black);position:relative;box-sizing:border-box;margin:0 auto;max-width:100%;width:730px;border-radius:22px;}
.searchform .input {margin-right:58px;}
.searchform .input input {background:none;border:none;margin:0;padding:10px 0 10px 20px;width:100%;box-sizing:border-box;border-radius:22px 0 0 22px;font-size:16px;line-height:24px;}
.searchform button[type="submit"] {margin:0;padding:0;border:none;background:none;width:58px;height:44px;position:absolute;top:0;right:0;transition:color 0.3s;font-size:18px;border-radius:0 22px 22px 0;}
.searchform button[type="submit"]:hover {color:var(--fs-blue);}
.searchform button[type="submit"] .cicon {display:block;margin:0 auto;}

#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(--fs-yellow);padding:0 0 0 30px;font-size:18px;}
blockquote cite, .wp-block-quote cite, .wp-block-pullquote cite {color:inherit;font-size:14px;line-height:20px;display:block;margin:10px 0 0 0;font-style:normal;}

/*** BODY STYLES ***/

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

.bodysection-blue {background:var(--fs-paleblue);}
.bodysection-yellow {background:var(--fs-paleyellow);}

.bodysection-yellow a {color:var(--fs-yellow);}

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

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

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

.bodysection-breadcrumb {padding-bottom:20px;}
.bodysection-breadcrumb + .bodysection-white {padding-top:0;}

.narrow {width:760px;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;margin:0;}

.gridheading-wrap .gridmore {display:none;}
.archive-always-below .gridmore {display:block;text-align:center;margin-top:40px;}

@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;}
	.gridheading-wrap .gridmore {display:block;text-align:center;margin-top:30px;}
}

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

.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;text-align:center;}

.imagegrid-shop>ul {margin-left:-80px;row-gap:60px;}
.imagegrid-shop>ul>li>.li-a {margin-left:80px;}

.imagegrid .gridlink {position:relative;}

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

.imagegrid .gridimage .gridimage-a {position:relative;height:0;padding-bottom:133.3333333333%;flex-grow:1;overflow:hidden;}
.imagegrid-square .gridimage .gridimage-a {padding-bottom:100%;}
.imagegrid-circle .gridimage .gridimage-a {padding-bottom:100%;border-radius:100%;isolation:isolate;}

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

.imagegrid3, .imagegrid4, .imagegrid6 {width:1278px;}
.imagegrid4-main {width:758px;}
.imagegrid-smallcats {width:1274px;}

.imagegrid3>ul>li {width:33.3333333333%;}
.imagegrid4>ul>li {width:25%;}
.imagegrid6>ul>li {width:16.6666666666%;}
.imagegrid-smallcats>ul>li {width:12.5%;}
.imagegrid4-main>ul>li {width:25%;}

.imagegrid .gridtitle {position:static;}
.imagegrid .gridtitle a {color:inherit;text-decoration:none;font-weight:bold;}
.imagegrid .gridtitle a:after {content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;}
.imagegrid .gridtitle a:hover, .imagegrid .gridtitle a:active {color:var(--fs-blue);}

.imagegrid .gridtitle {font-size:20px;line-height:28px;}
.imagegrid6 .gridtitle {font-size:18px;line-height:24px;}
.imagegrid-smallcats .gridtitle {font-size:18px;line-height:24px;text-transform:lowercase;}
.imagegrid4-main .gridtitle {font-size:18px;line-height:24px;}

.imagegrid .gridcat {font-size:14px;line-height:20px;text-transform:lowercase;margin-bottom:5px;}

@media screen and (min-width:1280px) {
	.imagegrid-smallcats.under8>ul {justify-content:center;}
}
@media screen and (max-width:1279px) {
	.imagegrid6 .gridtitle {font-size:16px;line-height:22px;}
	.imagegrid-smallcats {width:622px;}
	.imagegrid-smallcats>ul>li {width:25%;}
}
@media screen and (max-width:1023px) {
	.imagegrid4 .gridtitle {font-size:18px;line-height:24px;}
	.imagegrid6>ul>li {width:33.3333333333%;}
	.imagegrid6 .gridtitle {font-size:18px;line-height:24px;}

	.imagegrid-shop>ul {margin-left:-40px;row-gap:40px;}
	.imagegrid-shop>ul>li>.li-a {margin-left:40px;}	
}
@media screen and (max-width:1279px) and (min-width:768px) {
	.imagegrid-smallcats.under4>ul {justify-content:center;}
}
@media screen and (max-width:767px) {
	.imagegrid>ul>li {width:50%;}

	.imagegrid-smallcats {width:439px;}
	.imagegrid-smallcats>ul>li {width:33.3333333333%;}

	.imagegrid-smallcats .gridtitle {font-size:16px;line-height:22px;}

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

	.imagegrid-shop>ul {margin-left:-40px;row-gap:40px;}
	.imagegrid-shop>ul>li>.li-a {margin-left:40px;}	

	.imagegrid3>ul>li {width:100%;}
}
@media screen and (max-width:767px) and (min-width:480px) {
	.imagegrid-smallcats.under3>ul {justify-content:center;}
}

@media screen and (max-width:479px) {
	.imagegrid-smallcats>ul>li {width:50%;}
	.imagegrid-smallcats .gridtitle {font-size:18px;line-height:24px;}

	.imagegrid-smallcats.under2>ul {justify-content:center;}
}

.filters ul {margin:0 0 0 -20px;padding:0;list-style:none;display:flex;flex-wrap:wrap;row-gap:20px;}
.filtersonly .filters ul {justify-content:center;}
.filters ul li {margin:0;padding:0;}

.filtersort {display:flex;justify-content:space-between;}
.filtersort.filtersonly {justify-content:center;}
.filtersort label {display:block;font-size:16px;line-height:24px;flex-shrink:0;font-weight:bold;text-transform:lowercase;}

.filtersort select {width:200px;margin-left:20px;min-width:0;background:var(--fs-blue);border:none;color:var(--fs-white);font-size:16px;line-height:22px;font-weight:bold;padding:11px 42px 11px 25px;border-radius:22px;white-space:nowrap;text-overflow:ellipsis;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-repeat:no-repeat,repeat;background-position:right 20px top 50%, 0 0;background-size:12px auto, 100%;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32'%3E%3Cpath fill='%23fff' d='M22.531 13.594l-9.5 8.944c-0.287 0.325-0.662 0.462-1.031 0.462s-0.742-0.137-1.031-0.41l-9.5-8.996c-0.602-0.575-0.627-1.525-0.059-2.125 0.571-0.606 1.524-0.625 2.121-0.056l8.469 8.019 8.469-8.025c0.598-0.568 1.547-0.547 2.121 0.059 0.566 0.604 0.541 1.554-0.059 2.129z'%3E%3C/path%3E%3C/svg%3E%0A"),linear-gradient(to bottom, var(--fs-blue) 0%,var(--fs-blue) 100%);text-transform:lowercase;}

.filtersort select[disabled] {opacity:0.5;}
.filtersort select option {font-weight:normal;font-size:16px;line-height:22px;text-transform:none;letter-spacing:0;}
.filtersort select::-ms-expand {display:none;}

.filtersort .sort {margin-left:40px;flex-shrink:0;display:flex;align-items:center;}
.filtersort .sort select {background-color:var(--fs-yellow);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32'%3E%3Cpath fill='%23fff' d='M22.531 13.594l-9.5 8.944c-0.287 0.325-0.662 0.462-1.031 0.462s-0.742-0.137-1.031-0.41l-9.5-8.996c-0.602-0.575-0.627-1.525-0.059-2.125 0.571-0.606 1.524-0.625 2.121-0.056l8.469 8.019 8.469-8.025c0.598-0.568 1.547-0.547 2.121 0.059 0.566 0.604 0.541 1.554-0.059 2.129z'%3E%3C/path%3E%3C/svg%3E%0A"),linear-gradient(to bottom, var(--fs-yellow) 0%,var(--fs-yellow) 100%);}
.filtersort .sort label {display:block;flex-shrink:0;}

@media screen and (max-width:1279px) {
	.filtersort {flex-wrap:wrap;row-gap:20px;}
	.filtersort .sort {margin-left:auto;}

	.filters {flex-basis:100%;}
}
@media screen and (max-width:767px) {
	.filtersort {row-gap:20px;}
	.filters ul {margin-left:-10px;row-gap:10px;}
	.filtersort select {font-size:14px;margin-left:10px;width:calc(50vw - 25px);}
	.filtersort label {font-size:14px;}
}	
@media screen and (max-width:339px) {
	.filtersort select {width:calc(50vw - 15px);}
}

.pagination {font-size:18px;line-height:24px;text-align:center;text-transform:lowercase;}
.pagination .nav-links {display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-left:-10px;}
.pagination .nav-links .label {display:block;padding:5px 10px;margin-left:10px;}

.pagination a {color:inherit;font-weight:inherit;text-decoration:none;}
.pagination a:hover, .pagination a:active {color:var(--fs-blue);}
.pagination ul.page-numbers {margin:0;padding:0;list-style:none;justify-content:center;display:flex;flex-wrap:wrap;row-gap:20px;}
.pagination ul.page-numbers li {margin:0 0 0 10px;padding:0;}
.pagination ul.page-numbers li .page-numbers {display:block;padding:5px 10px;}
.pagination .cicon {vertical-align:top;height:24px;}
.pagination span.current {color:var(--fs-blue);}

.facetwp-facet-pager_ {font-size:18px;line-height:24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-left:-10px;text-align:center;text-transform:lowercase;}
.facetwp-facet-pager_>.label {display:block;padding:5px 10px;margin-left:10px;}
.facetwp-facet-pager_ .facetwp-pager {justify-content:center;display:flex;flex-wrap:wrap;row-gap:20px;}
.facetwp-facet-pager_ a {color:inherit;font-weight:inherit;text-decoration:none;margin:0 0 0 10px;display:block;padding:5px 10px;}
.facetwp-facet-pager_ a:hover, .facetwp-facet-pager_ a:active {color:var(--fs-blue);}
.facetwp-facet-pager_ .cicon {vertical-align:top;height:24px;}
.facetwp-facet-pager_ a.active {color:var(--fs-blue);font-weight:inherit;}

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

.logolist-wrap {display:flex;flex-wrap:wrap;margin-left:-60px;justify-content:center;row-gap:40px;align-items:center;}
.logolist-wrap .label {display:block;font-size:24px;line-height:30px;font-weight:bold;text-transform:lowercase;margin-left:60px;}
.logolist-wrap .logolist {margin:0 0 0 60px;}

.logolist ul {margin:0 0 0 -40px;row-gap:40px;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-wrap {row-gap:30px;}
	.logolist ul {margin-left:-30px;row-gap:30px;}
	.logolist ul li {margin-left:30px;}
}

.logolist-wrap.spaced {margin-left:-80px;row-gap:40px;}
.logolist-wrap.spaced .label {margin-left:80px;}
.logolist-wrap.spaced .logolist {margin-left:80px;}
.logolist-wrap.spaced .logolist ul {margin-left:-80px;row-gap:40px;}
.logolist-wrap.spaced .logolist ul li {margin-left:80px;}

.facebook-promo {width:406px;max-width:100%;min-height:446px;margin:0 auto;padding:86px 52px 30px 52px;box-sizing:border-box;background:url(images/iphone.svg) top left no-repeat;background-size:100%;font-size:18px;}
.facebook-promo h2 {font-size:28px;line-height:36px;margin:0 0 30px 0;text-transform:none;}
.facebook-promo:last-child {margin-bottom:-60px !important;}
@media screen and (max-width:767px) {
	.facebook-promo:last-child {margin-bottom:-40px !important;}
}

.featurebox .featurebox-a {display:flex;background:var(--fs-paleblue);position:relative;border-radius:20px;overflow:hidden;isolation:isolate;flex-direction:row-reverse;}
.bodysection-blue .featurebox .featurebox-a {background:var(--fs-white);box-shadow:var(--fs-shadow);}

.featurebox-right .featurebox-a {flex-direction:row;}

.featurebox .featurebox-text {padding:60px 60px;box-sizing:border-box;display:flex;width:50%;align-items:center;}
.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 .featurebox-image-a:before {content:"";height:0;padding-bottom:65.625%;display:block;}
.featurebox .featurebox-image img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;outline:inherit;}

.featurebox-narrow .featurebox-text {width:860px;}
.featurebox-narrow .featurebox-image {width:420px;}

.featurebox-welcome .featurebox-text {width:58.3%;}
.featurebox-welcome .featurebox-image {width:41.7%;}

.featurebox-narrow .featurebox-image .featurebox-image-a:before {padding-bottom:100%;}
.featurebox-welcome .featurebox-image .featurebox-image-a:before {padding-bottom:100%;}

@media screen and (min-width:768px) {
	.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 .catbuttons>ul {justify-content:flex-start;}
}

@media screen and (max-width:1023px) {
	.featurebox .featurebox-a {display:block;}
	.featurebox .featurebox-text {display:block;width:auto;}
	.featurebox .featurebox-image {width:auto;}

	.featurebox .featurebox-image .featurebox-image-a:before {padding-bottom:65.625%;}

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

.socialicons {font-size:24px;line-height:1;}
.socialicons ul {margin:0 0 0 -25px;row-gap:10px;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.socialicons ul li {margin:0 0 0 25px;padding:0;}
.socialicons ul li a {display:block;margin:0 -10px;font-weight:inherit;color:inherit;}
.socialicons ul li a:hover, .socialicons ul li a:active {color:var(--fs-blue);}
.socialicons ul li a .cicon {padding:0 10px;display:block;}

.featurebox-welcome {width:1024px;max-width:100%;margin-left:auto;margin-right:auto;}
.featurebox-welcome h2 img {display:block;margin-bottom:0.4166666em;width:8.25em;}
.featurebox-welcome .welcome-links {display:flex;justify-content:space-between;align-items:center;margin:40px 0 40px -30px;flex-wrap:wrap;row-gap:30px;}
.featurebox-welcome .welcome-links .btnswrap {margin:0 0 0 30px;}
.featurebox-welcome .welcome-links .socialicons {margin-left:30px;}
.featurebox-welcome .welcome-links .socialicons ul {justify-content:flex-start;}

@media screen and (max-width:767px) {
	.featurebox-welcome .welcome-links {display:block;margin-left:0;}
	.featurebox-welcome h2 img {margin-left:auto;margin-right:auto;}
	.featurebox-welcome .welcome-links .btnswrap {margin-bottom:30px;margin-left:0;}
	.featurebox-welcome .welcome-links .btnswrap .btnswrap-a {justify-content:center;}
	.featurebox-welcome .welcome-links .socialicons {margin-left:0;}
	.featurebox-welcome .welcome-links .socialicons ul {justify-content:center;}

}

.latestupdate {width:1024px;max-width:100%;margin-left:auto;margin-right:auto;display:flex;align-items:center;}
.latestupdate .lu-heading {flex-shrink:0;margin-right:55px;}
.latestupdate .lu-heading img {margin-left:auto;display:block;}
.latestupdate .lu-heading h3 {margin:10px 0 0 0;font-size:24px;line-height:30px;}
.latestupdate .lu-content {flex-grow:1;}
.newsitem {background:var(--fs-white);border-radius:20px;box-shadow:var(--fs-shadow);padding:40px 60px;font-size:18px;}
.newsitem .lu-meta {display:flex;font-size:14px;line-height:20px;margin-bottom:15px;}
.newsitem .lu-meta .timeago {font-size:12px;line-height:18px;margin-top:2px;}
.newsitem .lu-image {width:40px;margin-right:20px;flex-shrink:0;border-radius:50%;overflow:hidden;isolation:isolate;}
.newsitem .lu-image img {display:block;}
.newsitem .lu-author {font-weight:bold;}

.newslist {width:824px;max-width:100%;margin-left:auto;margin-right:auto;}
.newslist .newsitem {margin:40px 0;}

@media screen and (max-width:767px) {
	.latestupdate {display:block;}
	.latestupdate .lu-heading {margin-bottom:20px;text-align:center;margin-right:0;}
	.latestupdate .lu-heading img {display:none;}
	.latestupdate .lu-content {padding:30px 20px;}
}

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

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

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

.wp-block-media-text.is-style-wideimage {grid-template-columns:74fr 48fr !important;}
.wp-block-media-text.has-media-on-the-right.is-style-wideimage {grid-template-columns:48fr 74fr !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.featuredvideo h2 {text-align:center;}
}

@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: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%;}	
}

.starrating .sr-stars {font-size:48px;line-height:1;color:var(--fs-yellow);text-align:center;}
.starrating .sr-stars span {display:inline-flex;margin:0 -0.125em;overflow:hidden;}
.starrating .sr-stars .cicon {padding:0 0.125em;display:block;}
.starrating .sr-description {font-size:28px;line-height:34px;margin:30px 0 0 0;font-weight:bold;text-align:center;}

@media screen and (max-width:767px) {
	.starrating .sr-stars {font-size:42px;}
	.starrating .sr-description {margin-top:20px;}
}

.breadcrumb {font-size:14px;line-height:20px;text-transform:lowercase;}

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

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

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

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

@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:760px;max-width:100%;margin:0 auto;}
	.postcols>.maincol>.maincol-a {margin-right:0;max-width:none;}
	.postcols>.sidebar {float:none;display:block;width:390px;margin:60px auto 0 auto;max-width:100%;}
}
@media screen and (max-width:767px) {
	.postcols>.sidebar {margin-top:40px;}
}

.postmeta2 {font-size:16px;line-height:28px;margin:-25px 0 20px 0;}
.postmeta2>ul {margin:0 0 0 -20px;padding:0;list-style:none;display:flex;flex-wrap:wrap;}
.postmeta2>ul>li {margin:0 0 0 20px;padding:0;}

@media screen and (max-width:767px) {
    .postmeta2 {margin:-20px 0 15px 0;}
}

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

.sharebuttons {font-size:16px;line-height:1;}
.sharebuttons>ul {margin:0 0 0 -20px;row-gap:20px;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;}
.sharebuttons>ul>li {margin:0 0 0 20px;padding:0;}

.sharebuttons>ul>li>a {display:block;border-radius:50%;box-sizing:border-box;width:44px;height:44px;border:1px solid currentColor;color:inherit;transition:none;}
.sharebuttons>ul>li>a:hover, .sharebuttons>ul>li>a:active {background:var(--fs-black);color:var(--fs-white);border-color:var(--fs-black);}
.sharebuttons>ul>li>a .cicon {font-size:20px;display:block;height:44px;margin:0 auto;}

.postmeta>ul>li.jump .cicon {vertical-align:top;margin-right:0;margin-left:6px;font-size:14px;}

.contentbox {font-size:18px;padding:40px;}
.contentbox-border {background:none;border:1px solid var(--fs-black);border-radius:20px;}

.contentbox-blue {background:var(--fs-paleblue);}
.contentbox-yellow {background:var(--fs-paleyellow);}
.contentbox-yellow a {color:var(--fs-yellow);}

.contentbox-share {text-align:center;}
.contentbox-share h2 {text-transform:lowercase;text-align:center;}
.contentbox-share .sharebuttons {margin-bottom:20px;}
.contentbox-share .sharebuttons>ul {justify-content:center;}

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

.subscribebox {background:var(--fs-paleyellow);padding:30px;}
.subscribebox .sb-image {margin-bottom:30px;}
.subscribebox .sb-image img {display:block;}
.subscribebox h2 {text-align:left;margin-top:0;}

.catbuttons>ul {margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;margin-left:-20px;row-gap:20px;}
.catbuttons>ul>li {margin:0 0 0 20px;padding:0;}

@media screen and (max-width:767px) {
	.catbuttons>ul {margin-left:-15px;row-gap:15px;}
	.catbuttons>ul>li {margin-left:15px;}
}

/***** 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:14px;line-height:20px;margin-top:10px;}
#respond #reply-title small a {font-weight:inherit;display:inline-block;vertical-align:bottom;}

.comdiv {font-size:18px;}

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

.comdiv .comheader {display:flex;justify-content:space-between;margin-bottom:10px;}
.comdiv .comheader-left {flex-grow:1;}
.comdiv .comheader-right {margin-left:20px;}

.comdiv .comauth {font-size:14px;line-height:20px;margin:0;font-weight:normal;text-transform:none;font-weight:bold;}
.comdiv .comdate {font-size:12px;line-height:18px;margin-top:2px;}

.comdiv .comactions {font-size:14px;line-height:20px;}
.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-transform:lowercase;}

.comdiv .wprm-comment-rating {margin:0 0 10px 0;}

.comdiv .comuserwrap {display:flex;align-items:center;}
.comdiv .comuserwrap .comavatar {width:40px;margin-right:20px;flex-shrink:0;border-radius:50%;overflow:hidden;isolation:isolate;}
.comdiv .comuserwrap .comavatar img {display:block;}

/***** 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(--fs-darkblue);background:var(--fs-white);border-radius:4px;box-sizing:border-box;width:100%;padding:9px 18px;font-size:16px;line-height:24px;}

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

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

#respond .comment-form input[type="submit"] {background:var(--fs-blue);color:var(--fs-white);border:none;border-radius:22px;font-weight:bold;margin:0;padding:11px 25px;display:block;font-size:16px;line-height:22px;text-transform:lowercase;transition:background 0.3s;}

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

#respond .comment-form label {display:block;margin:0 0 10px 0;font-size:14px;line-height:20px;font-weight:normal;display:block;}

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

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

#respond .comment-form-wprm-rating {margin:0 0 30px 0;}

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

#respond .comment-form .comment-form-cookies-consent input[type="checkbox"], #respond .comment-form .comment-subscription-form input[type="checkbox"], #respond .comment-form .comment-form-subscriptions 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, #respond .comment-form .comment-form-subscriptions input[type="checkbox"]:focus + label:before {box-shadow:0 0 3px var(--fs-black);}

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

#respond .comment-form .comment-form-cookies-consent input[type="checkbox"] + label:before, #respond .comment-form .comment-subscription-form input[type="checkbox"] + label:before, #respond .comment-form .comment-form-subscriptions input[type="checkbox"] + label:before {content:"";display:block;position:absolute;top:1px;left:0;width:20px;height:20px;background:var(--fs-white);border:1px solid var(--fs-black);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, #respond .comment-form .comment-form-subscriptions input[type="checkbox"]:checked + label:after {content:"";display:block;position:absolute;top:4px;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='%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");}

p.akismet_comment_form_privacy_notice {margin:30px 0;}

.ml-custom-subscribe {margin:20px 0;}

.subscribeform {width:464px;max-width:100%;margin-left:auto;margin-right:auto;}

@media screen and (min-width:1024px) {
	.wp-block-media-text .subscribeform,
	.featurebox .subscribeform {margin-left:0;margin-right:0;}
}

.subscribeform .ml-field-group {position:relative;margin-bottom:20px;}

.subscribeform label {position:absolute;top:0;left:0;padding:10px 18px;box-sizing:border-box;max-width:100%;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;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;color:var(--fs-black);color:var(--fs-grey);}
.subscribeform label span {transition:opacity .2s ease-in-out;}

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

.bodysection-yellow .subscribeform input[type="text"], .bodysection-yellow .subscribeform input[type="email"],
.subscribebox .subscribeform input[type="text"], .subscribebox .subscribeform input[type="email"] {border-color:var(--fs-yellow);}

#footer .subscribeform input[type="text"], #footer .subscribeform input[type="email"], #subscribe-popup .subscribeform input[type="text"], #subscribe-popup .subscribeform input[type="email"] {border-color:var(--fs-white);}

.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.71429) translate(21px, -12.6px);padding:0 4.2px;height:25.2px;background:var(--fs-white);
}

.subscribeform input:-webkit-autofill + label {
	transform: scale(0.71429) translate(21px, -12.6px);padding:0 4.2px;height:25.2px;background:var(--fs-white);
}

.subscribeform button {background:var(--fs-blue);color:var(--fs-white);border:none;font-size:16px;line-height:22px;font-weight:bold;transition:background 0.3s;padding:11px 25px;text-align:center;display:block;box-sizing:border-box;width:100%;border-radius:22px;text-transform:lowercase;}
.subscribeform button:hover {background:var(--fs-darkblue);}

#footer .subscribeform button, #subscribe-popup .subscribeform button, .bodysection-yellow .subscribeform button, .subscribebox .subscribeform button {background:var(--fs-yellow);}
#footer .subscribeform button:hover, #subscribe-popup .subscribeform button:hover, .bodysection-yellow .subscribeform button:hover, .subscribebox .subscribeform button:hover {background:var(--fs-darkyellow);}

#footer {padding:60px 0;background:var(--fs-blue);color:var(--fs-white);font-size:16px;line-height:1.5;}

#footer a {text-decoration:none;color:inherit;font-weight:inherit;}
#footer a:hover, #footer a:active {text-decoration:underline;}

#footer .ftcols {margin-left:-80px;display:flex;}
#footer .ftcols .ftcol {width:20%;}
#footer .ftcols .ftcol-a {margin-left:80px;}
#footer .ftcols .ftcol-subscribe {width:40%;}

#footer .ftlogo {width:125px;max-width:100%;}
#footer .ftlogo img {display:block;opacity:1;filter:brightness(0) invert(1);}

#footer h2 {font-size:28px;line-height:34px;margin:0 0 30px 0;text-align:inherit;}

#footer .ftmenu {margin:0;padding:0;list-style:none;}

#footer .ftmenu li {margin:0 0 8px 0;padding:0;}
#footer .ftmenu li:last-child {margin-bottom:0;}

#footer .ftsmall {font-size:16px;line-height:24px;margin-top:40px;}
#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;}

@media screen and (max-width:1279px) {
	#footer .ftcols {flex-wrap:wrap;justify-content:center;row-gap:40px;}
	#footer .ftcols .ftcol {width:33.333333333333333%;}
	#footer .ftcols .ftcol-subscribe {width:100%;}
	#footer .ftlogo {margin:0 auto 40px 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 .ftsmall {margin-top:40px;}

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

#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:normal;display:block;margin-bottom:10px;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(--fs-darkblue);background:var(--fs-white);border-radius:4px;padding:9px 18px;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: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, #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: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(--fs-black);}
#fullwrap .gform_wrapper .gfield_radio label:before {content:"";display:block;position:absolute;top:2px;left:0;width:20px;height:20px;background:var(--fs-white);border-radius:50%;border:1px solid var(--fs-black);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(--fs-black);}

#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(--fs-black);}

#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(--fs-black);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='%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");}

#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(--fs-blue);color:var(--fs-white);border:none;border-radius:22px;font-size:16px;line-height:22px;font-weight:bold;padding:11px 25px;overflow:visible;cursor:pointer;-webkit-appearance:none;margin:0;width:auto;text-transform:lowercase;transition:background 0.3s;}

#fullwrap .gform_wrapper .gform_button:hover, #fullwrap .gform_wrapper .gform_page_footer .button:hover {background:var(--fs-darkblue);}

#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:normal;text-transform:lowercase;}
#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,
#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(--fs-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(--fs-red);}

#fullwrap .gform_wrapper .gfield_required {color:var(--fs-grey);}

#fullwrap .gform_wrapper .gfield_error label,
#fullwrap .gform_wrapper .gfield_error .gfield_required {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:10px;}

#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;text-transform:none;}
#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-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-star {width: 1.0478515625em;}
  .icon-arrow-down-solid {width:0.75em;}

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

.filtersort .facetwp-facet-course .facetwp-hierarchy_select[data-level="0"] {display:none;}
.filtersort .facetwp-facet-sort_by select option:first-child {display:none;}
.filtersort .facetwp-hierarchy_select.is-disabled,
.filtersort .facetwp-hierarchy_select.is-empty {display:none;}

.filtersort .facetwp-facet {margin:0;}

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

.jquery-modal .modal {width:100%;max-width:600px;background:none;box-shadow:none;padding:0;}
.jquery-modal .modal-a {background:var(--fs-blue);padding:60px;border-radius:20px;color:var(--fs-white);}
.jquery-modal .modal .closebtn {position:absolute;right:20px;top:10px;color:var(--fs-white) !important;}
.jquery-modal .modal h2 {font-size:28px;line-height:34px;margin-bottom:30px;margin-top:0;}
@media screen and (max-width:767px) {
	.jquery-modal.blocker {padding:30px 20px;}
	.jquery-modal .modal-a {padding:55px 20px 40px 20px;}
	.jquery-modal .modal {max-width:420px;}
	.jquery-modal .modal h2 {font-size:24px;line-height:30px;padding:0;}
}
