/*!
 * Theme Name: MONTyBOCA 2021
 * Description: Websites in a Flash custom theme created for MONTyBOCA
 * Version: 1.45
 * Author: Websites in a Flash
 * Author URI: https://www.websitesinaflash.com
 * Tags: HTML5, CSS3
 *
 */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Spartan:wght@400&family=Sen:wght@400;700&display=swap');

 @font-face {
     font-family: 'Proxima Nova Bold';
     src: url('wp-content/themes/wiafthemes/fonts/ProximaNova-Bold.woff2') format('woff2'),
         url('wp-content/themes/wiafthemes/fonts/ProximaNova-Bold.woff') format('woff'),
         url('wp-content/themes/wiafthemes/fonts/ProximaNova-Bold.ttf') format('truetype');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Proxima Nova';
     src: url('wp-content/themes/wiafthemes/fonts/ProximaNova-Medium.woff2') format('woff2'),
         url('wp-content/themes/wiafthemes/fonts/ProximaNova-Medium.woff') format('woff'),
         url('wp-content/themes/wiafthemes/fonts/ProximaNova-Medium.ttf') format('truetype');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
 }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

a,
body {
  color: #000;
}

body {
  margin: 0;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 160%;
  line-height: 1.5;
  background-color: #EFF4F6;
  font-weight: 400;
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova Bold', Sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1, h2, .home-shop-sect h3 {
	font-size: 75px;
	text-align: center;
	color: #000;
  margin-top: 25px;
  font-weight: 700;
}
.home-shop-sect h3 { color: #FFF;}
h3 {
  font-size: 30px;
}
.light-text, h2.light-text {
	color: #fff;
}
figure {
    margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


input[type="search"],
input[type="text"] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #04a4cc;
  color: #fff;
  text-shadow: none;
}

.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}
.textaligncenter {
text-align: center;
}
.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.wp-caption {
  background: #fff;
  border: thin solid #f0f0f0;
  max-width: 95%;
  padding: 5px;
  text-align: center;
}
.wp-block-gallery.is-cropped .blocks-gallery-item {
    align-self: flex-start;
}
.blocks-gallery-grid .blocks-gallery-item figcaption,  .wp-block-gallery .blocks-gallery-item figcaption {
  position: static;
  display: block;
  bottom: auto;
  background: none;
  color: #000;
  padding: 5px;
}

.blocks-gallery-grid .blocks-gallery-item figure,  .wp-block-gallery .blocks-gallery-item figure {
  display: block;
}

.highlight-text {
	color: #EBED03;/*yellow*/
}
.dark-highlight-text {
	color: #47A60C;
}
.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0;
}

.gallery-caption,
.wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 5px 5px;
    font-size: 140%;
    line-height: 1.5;
}
.block-img img{
	max-width: 100%;
	height: 100%;
}
.clear:after,
.clear:before {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.reset-box,
.wp-caption img {
    padding: 0;
    margin: 0;
}

.wrapper {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.searchandfilter li {
    list-style: none;
    display: block;
    padding-right: 10px;
}

/* -- BUTTONS -- */
.button,
.button.product_type_simple.add_to_cart_button,
.navbutton a,
.hero-button,
.greenbutton,
.yellowbutton,
.donate-button,
input#mc-embedded-subscribe,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.wp-block-button__link,
div .nf-form-content button,
div .nf-form-content input[type=button],
div .nf-form-content input[type=submit] {
  font-size: 16px;
  cursor: pointer;
	font-family: 'Proxima Nova', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 22px 40px;
  text-align: center;
}
.button,
.button.product_type_simple.add_to_cart_button,
.navbutton a {
  color: #030303;
  background-color: #EBED03;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  display: inline-block;
	letter-spacing: 1px;
}
.navbutton a {
  background-color: #FFF;
}
.hero-button {
	float: right;
	margin: 300px 40px 0 0;
	background-color:#0B14D3;
	color: #EBED03;
}
.wp-block-columns {
  justify-content: space-between;
}

div .nf-form-content button,
div .nf-form-content input[type=button],
div .nf-form-content input[type=submit] {
  cursor: pointer;
  display: inline-block;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-align: center;
}

input#mc-embedded-subscribe {
  padding: 18px 40px !important;
}
.wp-block-button__link,
.greenbutton,
.yellowbutton:hover,
.yellowbutton .wp-block-button__link:hover,
.home-shop-sect .wp-block-button__link:hover,
.navbutton a,
div .nf-form-content button,
div .nf-form-content input[type=button],
div .nf-form-content input[type=submit],
input#mc-embedded-subscribe {
  border-radius: 15px;
  background: #47A60C;
  color: #EBED03;
}
.home-shop-sect .wp-block-button__link,
.yellowbutton,
.yellowbutton .wp-block-button__link,
.wp-block-button__link:hover,
.greenbutton:hover,
.navbutton a:hover,
div .nf-form-content button:hover,
div .nf-form-content input[type=button]:hover,
div .nf-form-content input[type=submit]:hover,
input#mc-embedded-subscribe:hover {
  border-radius: 15px;
  background: #EBED03;
  color: #47A60C;
}
.bluebutton,
.bluebutton .wp-block-button__link {
  background: #0B14D3;
  color: #FFF;
  border-radius: 15px;
}
.bluebutton:hover,
.bluebutton .wp-block-button__link:hover  {
  background: #EBED03;
  color: #0B14D3;
}

.button.dark-button, .button.product_type_simple.add_to_cart_button {
	color: #F2F100;
	background-color: #47A60C;
}
.wp-block-buttons.center-button, .button.center-button {
	justify-content: center;
}
.recipesection .wp-block-buttons {
  margin-top: 35px;
}
a.button-light, .button-light {
  background-color: #EBED03;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  padding: 18px 40px ;
	color: #000;
}

.btn-center {width: 100%; margin:auto; text-align: center;}
div.wrapper .donate-button {  border: 1px solid #EBED06; font-weight: 600; width: 100%;  margin: -40px auto 40px;  text-align: center;}
div.wrapper .donate-button span { text-decoration: underline; font-weight: normal; }
.donate-button.whitebutton {  background-color: #fff;  color: #000; }
.donate-button.whitebutton:hover {  background-color: #EBED06; color: #333; }
.donate-button.greenbutton:hover { background-color: #333 !important; }

header {  position: fixed;  top: 0;  left: 0;  z-index: 200;}
main {  padding-top: 154px;}
@media only screen and (max-width: 950px) {  main { top: 15px; }}
@media only screen and (max-width: 782px) {  main { top: 10px; }}



/*---------
Share button Styles
---------*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}


/*---------
Base Styles
---------*/

.white-background {
	background-color: #fff;
}
.wp-block-group.grey-background {
	background-color: #EFF4F6;
	padding: 50px 5% 100px;
}


html {
    height: 100%;
    overflow-x: hidden;
}

/* body>.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
} */

main {
  flex: 1 0 auto;
  margin: 50px 0;
}

.page main {
  margin: 0;
}

.footer {
    flex-shrink: 0;
}

@media only screen and (max-width: 500px) {
  h1, h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }
}

/*-------
Accordion
-------*/
.accordion * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.accordion {
	margin: 50px auto;
}
.accordion .ui-accordion-header {
	background-color: #fff;
    margin: 16px auto 0;
    font-size: 16px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D5D7D8;
    padding: 20px;
    font-weight: 500;
    width: 80%;
    border-radius: 15px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}
.accordion .ui-accordion-header:focus {
	border-bottom:none;
	border-radius: 15px 15px 0 0;
    color: #53A325;
}
.accordion .ui-accordion-header a {
	color: #fff;
	line-height: 42px;
	display: block;
	font-size: 12pt;
	width: 100%;
	text-indent: 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0, 0, 0, .2);
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(250, 250, 250, .2);
}
/* .accordion .ui-accordion-header a:active {
    border-bottom: none;
} */

.accordion .ui-accordion-content {
	width: 80%;
    margin: 0 auto;
	background-color: #f3f3f3;
	color: #777;
	font-size: 10pt;
	line-height: 16pt;
}
.accordion .ui-accordion-content > * {
	margin: 0;
	padding: 20px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #D5D7D8;
    border-top: none;
    cursor: pointer;

}
.ui-accordion-header-icon:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    float: right;
}
.accordion .ui-accordion-header:focus .ui-accordion-header-icon:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    float: right;
    color:#53A325;
}
/*-----
Question Page
------*/
.nf-form-fields-required {
    text-align: center;
    margin-bottom: 50px;
}
.askquestionform .nf-form-content  {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
}
.askquestionform .nf-form-content label {
    font-size: 16px;
    line-height: 20px;
    color: #98A6A8;
    font-weight: 400;
    font-family: 'Proxima Nova', sans-serif;
}
.askquestionform .nf-form-content .list-select-wrap .nf-field-element>div,
.askquestionform .nf-form-content input:not([type=button]):not([type=submit]),
.askquestionform .nf-form-content textarea,
.askquestionform .nf-form-content textarea.ninja-forms-field {
    background-color: #fff;
    border-radius: 15px;
    border-color: #D5D7D8;
}
.askquestionform input, .askquestionform textarea {
    padding: 0 25px;
}
/*----
Header
----*/

header {
  background-color: #000;
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  width: 100vw;
}

header nav {
  padding: 20px 0;
  border-bottom: 1px solid #888;
  background-color: #47A60C;
}

header nav.desktoponly>div>div>ul {
    display: flex;
    flex: 1 1 20%;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    /* margin-left: calc( -100vw / 2 + 100% / 2); */
    /* margin-right: calc( -100vw / 2 + 100% / 2); */
    /* width: 100vw; */
}
header nav.desktoponly ul li {
  display: block;
  list-style: none;
  padding: 0 20px;
  position: relative;
  min-width: 12%;
  text-align: center;

}
header nav ul ul {
  display: none;
  background: #47A60C;
  padding: 5px 0;
  max-width: 300px;
  position: absolute;
  z-index: 400;
  left: 0;
  right: 0;
  /* top: 40px; */
}
header nav li:last-child ul {
  left: auto;
}
header nav li:hover ul,
header nav ul ul li,
header nav ul ul li a {
  display: block;
}

header nav ul ul a {
  padding: 5px 0;
  white-space: nowrap;
  text-transform: uppercase;
}

header nav ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: .05em;
  width: auto;
  white-space: nowrap;
  color: #fff;
  font-family: 'Proxima Nova Bold', sans-serif;
}

header nav ul ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
}
header nav.desktoponly ul ul li {
  padding: 9px 20px;
}
header nav ul li ul {
  min-width: 200px;
}
header nav ul li.shop ul {
  min-width: 250px;
}

header .menu-logo a {
	background:url('/wp-content/uploads/2021/08/logo-montyboca.png');
  background-size: 87px;
  width: 87px!important;
  height: 55px;
  background-repeat: no-repeat;
  margin: -10px auto 0;
  display: block;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.secondarymenu {
  padding: 7px 0;
}

.secondarymenu ul#menu-secondary-menu li  {
  list-style-type: none;
  display: inline;
}
.secondarymenu ul#menu-secondary-menu li a {
  font-weight: bold;
  color: #81CE54;
}

.secondarymenu ul#menu-secondary-menu li:last-of-type {
  margin-right: 15px;
}

.socialiconsheader.desktoponly {
  float: none;
  margin: 0;
}

.wfc_item_count {
    background: #333 !important;
}

.desktop-nav-logo {
  max-width: 225px;
}

nav.desktoponly .nav-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 15px;
}

/*--------
Mobile Nav
--------*/

.hamburger {
  display: none;
  width: 60px;
  padding: 15px;
  background: #47A60C;
  border-radius: 50%;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFF;
}



/*----
Homepage
-----*/
.home-hero {
  /*background-image: url('/wp-content/uploads/2021/10/trail-meals-edition-s.jpg');
	background-repeat:no-repeat;*/
	background-size: 100%;
  height: 83vh;
  background-position: center;
}

.wp-block-cover .wp-block-cover__inner-container {
  margin-top: -65px !important;
}

.page-id-8738 main section>h1 {
  display: none;
}
.page-id-8738 .wp-block-cover__inner-container h1 {
  margin: 0;
}

.home-hero h1 {
  display: block;
  /*text-shadow: 0 5px 5px #000;*/
}
.home-hero>img{
    object-position: 50% 70% !important;
}
.home-hero .subhead {
  margin-bottom: 200px;
}
.home-hero .alignwide {
  padding-top: 0;
  padding-bottom: 0;
}

.home .recipesection .recipetitleoverlay {
  display: none;
}

h1.light-header, h2.light-header {
  color: #EBED03;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 73px;
  letter-spacing: 0px;
	text-align: center;
	margin-top: 0;
  padding-top: 50px;
}
.home-hero p {
  color: #fff;
	text-align: center;
	font-size: 20px;
  font-weight: bold;
}

.home-hero .wp-block-button {
  position: absolute;
  bottom: 10%;
}

.home-hero .wp-block-button__link {
  background: #fff;
  color: #993333;
  /* margin-top: 200px; */
  font-weight: bold;
}

.home-hero .wp-block-button__link:hover {
  background: #EBED03 !important;
  color: #47A60C !important;
}

@media only screen and (max-width: 1025px) {
  .home-hero>img{
      object-position: 70% 70% !important;
  }
}

@media only screen and (max-width: 769px) {
  .home-hero>img{
      object-position: 82% 70% !important;
  }
}

@media only screen and (max-width: 426px) {
  .home-hero {
    height: 70vh;
    min-height: auto !important;
  }

  .home-hero .subhead {
    /* margin-bottom: 130px; */
  }
}

@media only screen and (max-width: 387px) {
  .home-hero .subhead {
    /* margin-bottom: 60px; */
  }
}

a.hero-button {
  font-family: 'Proxima Nova Bold', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 10px;
  letter-spacing: 0px;
  fill: #F1EF04;
  color: #F1EF04;
  background-color: #0B14D3;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  padding: 18px 40px 27px 40px;
	float: right;
	margin: 280px 40px 0 0;
}
.elevate-meals {
  display:none;
}
.center-text-section h1 {
  font-size: 75px;
  line-height: 73px;
}

.new-logo .wp-block-group__inner-container {
  width: min(100%, 700px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-logo .wp-block-group__inner-container figure {
    width: 35%;
}

.homepage-ask-chef {
  background-image: url('/wp-content/uploads/2021/08/19-NW-Coast-Monty-Boca.png');
  background-repeat:no-repeat;
  background-size: 100%;
  min-height: 33vh;
  background-position: center center;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  padding: 100px 0;
}

.asseenon .wp-block-image img{
  width: 200px;
  border-radius: 15px;
}

.testimonial-cards>div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.testimonial-card {
  padding: 30px 30px 30px 30px;
  flex-basis: calc(25% - 1em);
  background-color: #53A325;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #47A60C;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgb(61 61 61 / 10%);
  color: #fff;
  font-size: 90%;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-start;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
}

.testimonial-card img {
  height: 35px;
  margin-top: 36px;
  margin-right: 16px;
}

.youtube-section {
  padding: 100px 0;
}

.youtube-section h2 {
  margin-bottom: 0;
}

.video-post-link {
  flex: 0 0 calc(33% - 1em);
  margin-bottom: 20px;
}

.video-post-link.featured {
  flex: 12 12 1000px;
  max-width: 100%;
}
.video-post-link h3 {
  font-weight: 400;
}


/* -- Recipes -- */

.recipe-post-link {
  margin: 0 10px 50px 10px;
}
.recipe-pics-rotator {
  margin-top: 80px;
}
.recipe-pics-rotator .wp-block-image img {
  border-radius: 12px;
	height: 100%;
}
.recipe-rotator-group .wp-block-buttons.center-button {
	padding: 60px 0;
}
.dark-header {
	color: #000;
}
.searchandfilter .cat-item-137,
.searchandfilter [type="submit"] {
  display: none;
}
.wp-block-image.seen-on img{
	height: 100%;
	width: 50%;
}
.links-temporarily-hidden {
	display: none;
}
.recipesection {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.recipesection h1 {
  display: block;
  margin-bottom: -10px;
}
.recipesection h3 {
  font-size: 25px;
}
.recipepiclinks {
  padding:0px 10% 80px;
}
.recipepiclinks img {
  width: 18%;
  border-radius: 15px;
}
.recipe-author {
  display: none;
}
.pagination {
  text-align: center;
  padding: 20px;
  font-size: 26px;
}
.wp-block-image img {
  height: auto;
}
.wp-block-latest-posts__featured-image img {
  max-width: 250px;
}
.youtubevideos {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

.ytvideobg {
  height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 400px;
  float: left;
  margin-right: 16px;
  display: block;
}

.videos-block a,
.recent-packing-tips a,
.wc-block-grid__product a {
  color: #000;
  text-align: center;
}
 .videos-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 80px auto;
}

.video-inner {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
}
.video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}
body .video-inner:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: url('img/icons/icon-play.svg');
}
.video-post-link h3 {
  font-size: 14px;
}

.is-type-video .wp-block-embed__wrapper,
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 50px;
}
.is-type-video .wp-block-embed__wrapper iframe,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bot0 {
  padding: 10px;
}

.bot0 a {
  color: #47A60C;
}

.home-shop-sect {
	padding-top: 80px;
	padding-bottom: 80px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 18px;
	line-height: 23px;
}

span.woocommerce-Price-amount.amount {
	color: #53a325;
	font-size: 18px;
	font-weight: 700;
}
.woocommerce ul.products li.product .price {
	margin: 2em 0;
}
.home-testimonials {
	background-color: #fff;
	margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    width: 100vw;
	padding: 40px 50px 180px 50px;
}
.home-shop-sect ul.products li.product{
	text-align: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 15px;
  padding: 0px 0px 40px 0px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);
  background-color: #ffffff;
  border-color: #47A60C;
	/*min-height: 588px;*/
}
.askchef p,
.follow-on-youtube p {
	font-weight: 400;
  font-size: 20px;
}

.attachment-woocommerce_thumbnail{
	border-radius: 15px 15px 0px 0px;
    margin-bottom: 19px;
}
.dark-background{
	background-color: #47A60C;
/*	padding: 80px 80px;*/
	margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  width: 100vw;
}
.wp-block-latest-posts  a {
	display: block;
/*
  color: #000;
	text-align: center;
  text-transform: uppercase;*/
  text-decoration: none;
}

.nf-form-content .nf-field-container #nf-field-13_1-wrap {
  background-color: rgba(0,0,0,0) !important;
}
/*----
 Internal Pages
  ----*/

.paddedbox {
  padding: 40px;
}

@media screen and (max-width: 425px) {
    .paddedbox {
      padding: 20px;
    }
}

.spacing {
  margin: 40px 0;
}
.whitebox {
  background: #FFF;
}
.greenbox {
  background: #53A325;
}
.greenbox a,
.greenbox p {
  color:#EBED03;
  display: block;
}
.greenbox a {
  padding-right: 10%;
  font-size: 20px;
}

.whitebox,
.greenbox,
.round-borders {
	border-radius:15px;
  overflow: hidden;
}

.centerbox {
  height: 162px;
  overflow: hidden;
}
.centerbox img {
}
.centerbox .wp-block-image {
  margin-bottom: 0;
}
.roundimgs img {
	border-radius:15px !important;
}

.whitebox .wp-block-image {
  margin:0;
}

.partners .wp-block-image img {
  width: 100%;
  height: auto;
}

.logos .wp-block-columns {
  align-items: center;
}
.rounded-content-sect {
	border-radius:15px 0px 0px 15px;
	background-color: #fff;
}
.about h2 {
	font-size: 25px;
	text-align: left;
}
.testing-step {
    border: 4px solid #4aa507;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    max-width: 900px;
}
.testing-step h3 {
    font-size: 30px;
}
/*----
 Recipe Layout
  ----*/

.type-recipe h1 {
  color: #222222;
  font-size: 44px;
  text-transform: capitalize;
  line-height: 1.1em;
  letter-spacing: 1px;
}
.wrapper.single-recipe {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.recipe-sidebar {
  width: 30%;
}
.recipe-sidebar .widget{
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
}
.recipe-sidebar img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: auto;
}
.excerptbox {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.recipescolumnleft .wp-block-button__link {
  padding: 15px;
  clear: both;
  display: block;
  max-width: 140px;
}
.recipescolumnleft .sidebar-widget.active .wp-block-button__link {
  margin-left: 20px;
  margin-bottom: 20px;
}
.recipe-main-content {
  width: 66%;
}
.recipe-info {
  background-color: #fff;
  padding: 40px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 40px;
}

.recipe-wrapper {
	background-color: #fff;
	border-radius: 15px;
  font-family:  'Avenir Next', 'Avenir', 'Sen', sans-serif;
}

.recipe-wrapper p {
  font-family:  'Avenir Next', 'Avenir', 'Sen', sans-serif;
}

.recipe-info-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body div.simple-recipe-pro.recipe-container {
  max-width: 840px !important;
  padding: 0;
}
body .recipe-main {
  margin-right:38px;
}
body .simple-recipe-pro .recipe-info-item li {
  margin-left: 22px;
  text-indent: -22px;
}
body .simple-recipe-pro .recipe-info-item li,
body .simple-recipe-pro .recipe-info-item p  {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #19202B;
  margin-bottom: 10px;
}
body .simple-recipe-pro .recipe-info-item p  {
  line-height: 28px;
}

body .fd-recipe-type-cont {
    max-width: 183px;
    display: inline-block;
    margin-top: 20px;
}
.recipe-info-item.recipe-steps, .recipe-instructions {
	max-width: 390px;
}
.recipe-info-item.recipe-main {
  max-width: 200px;
}
.recipe-digits-item .digits {
    margin-top: 20px;
}
.recipe-info h2 {
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}
.recipe-ingredients-wrap ol, .recipe-instructions-wrap ol,
.recipe-ingredients-wrap ul, .recipe-instructions-wrap ul {
    margin: 0 0 1em;
    padding: 0;
}
.recipe-steps {
  max-width: calc(100% - 320px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.simple-recipe-pro.recipe-container {
	border: none;
}
.recipe-header {
	padding: 60px 15px;
  text-align: center;
  background-color: #47A60C;
  border-radius: 15px 15px 0 0;
}
.recipe-header .recipe-title h2 {
	font-size: 45px;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #fff;
}
.recipe-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 500;
	color: #fff;
    font-size: 18px;
}
.simple-recipe-pro .meta-label {
	display: none;
}

body .fd-recipe-type-cont span {
    color: #53A325;
    font-weight: 600;
    font-size: 15px;
    line-height: 10px;
    font-family:  'Avenir Next', 'Avenir', 'Sen', sans-serif;
}
.bootstrap-scope .recipe-subtitle p {
	 margin: 0;
}
body .recipe-digits-item .digits .meta-servings,
body .recipe-digits-item .fd-Ingredient,
body .recipe-digits-item .text-minutes span,
body .recipe-digits-item .text-description,
body .simple-recipe-pro .recipe-info-item .digits p {
    color: #53A325;
    font-size: 35px;
    line-height: 50px;
    font-family:  'Avenir Next', 'Avenir', 'Sen', sans-serif;
    font-weight: normal;
}

.recipe-digits-item .text {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    font-family:  'Avenir Next', 'Avenir', 'Sen', sans-serif;
}
.recipe-subtitle span {
    color: #EBED03;
}
.lower-half-sidebar {
  padding: 40px 5%;
  text-align: center;
}

.testing-location {
	text-align: center;
}
#recipe-sidebar-2 {
  padding: 20px 30px;
}
.logo-container {
	text-align: center;
}
.logo-container img {
	vertical-align: middle;
    display: inline-block;
	width: 100px;
    height: 100px;
}
.testing-location {
	font-size: 18px;
    font-weight: 700;
}
.recipe-ingredients-wrap ul {
	list-style-type: decimal;
}


/*----
Footer
----*/

.footer {
	background-color: #000;
	margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  width: 100vw;
  padding-bottom: 50px;
}

.mailchimp-signup {
	background-color: #000;
  padding: 20px 0 20px;
}
.mailchimp-signup h3{
	color:#fff;
	font-size: 75px;
  margin-bottom: 10px;
  text-align: center;
}
.captcha-input {
	display:none;
}

#mc-embedded-subscribe-form {
	display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
input#mce-EMAIL {
	padding: 20px 35px;
	margin-right: 20px;
	border-radius: 12px;
	border: none;
  width: 40%;
  max-width: 400px;
}
input#mc-embedded-subscribe{
	padding: 20px 35px;
	background-color:#47A60C;
	border-radius: 12px;
	color: #fff;
	border: none;

}

.bottomfooter {
  display: flex;
  flex-wrap: nowrap;
  color: #606060;
  margin: 100px 6%;
  margin-bottom: 0;
  justify-content: space-around;
}

.bottomfooter>div {
  width: auto;
}

.bottomfooter h4 {
  color: #606060;
  margin-top: 0;
  margin-bottom: 10px;
}

.bottomfooter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bottomfooter a {
  color: #FFF;
  text-decoration: none;
  line-height: 34px;
}

footer a.greenlink, .bottomfooter a:hover {
    color:#47A60C;
}
.bottomfooter img {
    height:auto;
    width: 150px;
  }

/*--------
Social Icons
----------*/

.fas.fa-hiking{
  font-family:"Font Awesome 5 Free";
  font-weight:900;
}
.fab, .fas {
  font-weight: 400;
  font-size: 18px;
  padding: 0 11px;
  color: #53A325;
}
.fab:hover {
  color: #EBED03;
}
.socialiconsheader .fab {
   color: #81CE54;
}

li.navrecipelink:before{
  content:"\f6ec";
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  color: #47A60C;
  font-size: 25px;
  padding: 0 10px;
}
li.menu-item-has-children::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color:#fff;
 }
.socialiconsheader {
  float: right;
  margin-top: -50px;
  margin-right: 70px;
}
 .navrecipelink:before {
  content:"\f6ec";
  font-size:25px;
  color: #47A60C;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
}
.cartbutton {
  color: yellow;
  height: 30px;
  margin-left: 50px;
}
/*-------
FAQs Page
---------*/
.faqblock {
  border-width: 1px;
  border-bottom: 1px solid #47A60C;
  padding: 20px 20px 20px 20px;
  background-color:#fff;
  margin:20px;
  text-transform: lowercase;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  width:45%
  }
.faqquest {
    cursor: pointer;
}
.faqblock .faqansw {
    display:none;
}
.faqblock .faqquest:hover .faqansw  {
    display: block;
}
/*
Reciep tester page
*/
.page-id-463 h2 {
  margin-bottom: 10px;
  font-size: 40px;
}
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: 1px solid #ABB0B2; }
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
/*#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}*/
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}

/*-------
Shop Page
---------*/

.wc-block-grid.has-4-columns .wc-block-grid__product{
  flex: 1 0 23%;
  margin: 15px 12px;
}
.wc-block-grid.has-4-columns .wc-block-grid__product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding-right: 5%;
  padding-left: 5%;
}
.wc-block-grid__product {
  border-left: 0;
  border-right: 0;
}
.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  padding: 0 20px;
}
.wc-block-grid__product-add-to-cart,
.woocommerce ul.products li.product {
  padding-bottom: 20px;
}
.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 1.5em;
  min-height: 70px;
  margin: 0;
}
.wc-block-grid__product-add-to-cart.wp-block-button a {
  border-radius: 12px ;
  color: #EBED03;
  font-family: 'Proxima Nova', sans-serif;
  line-height: 40px;
  text-transform: capitalize;
  min-width: 210px;
  background-color: #47A60C;
}


/*---- manual headlines line ---- */
.shop-page h2.shoptitle::before, .shop-page h2.shoptitle::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid #47A60C;
    width: calc(50% - 104px);
    transform: translateY(-.5rem);
}
.shop-page h2.shoptitle::before {
    margin: 0 1rem 0 0;
}
.shop-page h2.shoptitle::after {
    margin: 0 0 0 1rem;
}
.shop-page h2.merch::before,
.shop-page h2.merch::after {
    width: calc(50% - 120px);
}
h2.shoptitle {
    font-size: 30px;
}


/*---- AUTOMATIC headlines line ---- */
h2.cat_title::after {
  content: "";
  border-bottom: .3rem solid #47A60C;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
}

h2.cat_title {
    position: relative;
}

h2.cat_title span {
    background: #EFF4F6;
    padding: 0 20px;
}




.custom_wp_prods.wc-block-grid__products>.wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -8px 16px;
  background-clip: padding-box
}
.custom_wp_prods.wc-block-grid__products>.wp-block-group__inner-container>p {
  display: none;
}

.custom_wp_prods.wc-block-grid__products .wp-block-group{
  box-sizing: border-box;
  padding: 0 0 120px;
  margin: 0;
  float: none;
  width: auto;
  position: relative;
  text-align: center;
  list-style: none;
  flex: 1 0 21%;
  margin: 15px 12px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}
.custom_wp_prods figure.wp-block-image {
  height: 300px;
  overflow: hidden;
}
.custom_wp_prods h2 {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 20px;
  margin: 0;
}
.custom_wp_prods p {
  font-size: .9em;
  line-height: 1.5em;
  color: #111;
}

.custom_wp_prods .wp-block-buttons {
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}




/* ----------------------- *\
    WOOCOMMERCE Pages
\* ----------------------- */
.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wc-block-grid__product-onsale {
  color: #ffffff !important;
  border-color: #47A60C;
  background-color: #47A60C;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
  padding: 22px;
  border-radius: 15px !important;
}
.wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  left: 0;
}
input#coupon_code {
  width: 200px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #47A60C;
  color: #EBED03 !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #EBED03;
  color: #47A60C !important;
}
span.sold_out {
    position: absolute;
    top: 21%;
    left: 0;
    width: 100%;
    background: #FFF;
    color: red;
    font-weight: 700;
    padding: 15px;
    opacity: .8;
}
/*-----
Single Product Page
------*/
.woocommerce-page div.product div.images { width: 38%;}
.woocommerce div.product div.summary { width: 58%;}

.single-product .entry-summary {
  padding: 85px 100px;
  background: #FFF;
  width: 70%;
  border-radius: 15px;
}
.single-product .entry-summary h1 {
  color: #47A60C;
  font-size: 30px;
}

.wiaf-short-description {
  clear: both;
}

section.related h2 {
  clear: both;
}

@media screen and (max-width: 1025px) {
  section.related {
    margin-top: 100px;
  }
}

/*-----
Single Post Page
------*/
/*.category main,*/
.single-post main {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
/*
.category section {
  padding: 0 100px 0 0;
  width: 70%;
}*/

.single-post section {
  padding: 85px 100px;
  background: #FFF;
  width: 70%;
  border-radius: 15px;
}
.single-post article h1,
.single-post .date {
  text-align: center;
}
.single-post article h1, .single-post article h2 {
    font-size: 30px;
}

.single-post aside {
  width:25%;
  text-align: left;
}
aside h2, aside h1 {
  font-size: 24px;
  text-align: left;
}

aside ul {
  list-style: none;
  padding: 0;
}
aside li {
  list-style: none;
  text-align: left;
  margin: 7px 0 10px;
}
article a,
aside li a{
  color: #0274be;
}

#wp-block-search__input-1,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background: #f7f7f7;
}
.wp-block-search .wp-block-search__button {
  border:  0 none;
}
aside label.wp-block-search__label {
  display: none;
}


.post-8891 .woocommerce.columns-4 {
  display: none;
}
/*-----
Recipe Archive/taxonomy Page
------*/

.products.columns-4, .recipes-block {
  max-width: 98vw !important;
  margin: auto !important;
}

.quarter_squares,
.recent-packing-tips,
.recipes-block,
.post-type-archive-recipe section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.recent-packing-tips article,
.recipe_square {
  flex-basis: 24%;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  margin-bottom: 2%;
}
.recipes-block .recipe_square {
  flex-basis: 24%;
  max-width: 400px;
  border-radius: 15px;
  background-color: #FFF;
  margin-right:1%;
}

.recipes-block::after {
  content: "";
  flex: auto;
  min-width: 20px;
}

.recipe_square a {
  transition: opacity 1s;
}

.recipe_square .recipetitleoverlay {
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width:100%;
  background: #0000007D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 1s;
}
.category .recipe_square .recipetitleoverlay {
  display: none;
}

.recipe_square a:hover .recipetitleoverlay {
  background: #000000CD;
  transition: opacity 1s;
}
.recipe_square h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
}
.recent-packing-tips article img,
.recipe_square img {
  width:100%;
  max-width: 400px;
  height: auto;
	border-radius:15px;
  margin-bottom: 0;
}



.recipescolumnleft h3 {
    font-size: 21px;
    float:left;
}
.recipescolumnleft p {
    float:left;
}
.recipesgrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-content: flex-start;
}
.recipescolumnleft {
    background-color:#fff;
    width:30%;
    padding: 10px 30px;
    border-radius: 15px;
}

.recipescolumnright{
    width: 70%;
    padding: 0px 15px;
}
/* ------
Sidebar
----- */


.cat-item {
  font-weight: 900;
  font-size: 20px;
}
.children .cat-item {
  display: block;
  font-weight: 500;
  font-size: 16px;
}


.cat-item input {
    display: none;
}

.children .cat-item input {
    display: inline-block;
}



.alignfull {
  margin: 0 calc( -50vw + 50% );
  padding: 80px 5%;
  width: 100vw;
}

.alignwide {
  margin: 0 calc( -50vw + 50% );
  padding: 80px calc( 50vw - 640px );
  width: 100vw;
}


/*-----
Mobile
------*/

.mobileonly {
    display: none;
}

@media only screen and (max-width: 1100px) {
  .testimonial-cards>div {
    flex-wrap: wrap;
  }

  .testimonial-card {
    flex-basis: calc(50% - 1em);
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .video-post-link {
    flex-basis: calc(50% - 1em)
  }
  /* .home-hero>img {
    object-position: 50% 30% !important;
  } */
  .single-post main {
    flex-wrap: wrap;
    padding: 0;
  }
  .single-post section,
  .single-post aside {
    width: 100%;
    padding: 30px 40px;
  }
  .bottomfooter {
    flex-wrap: wrap;
  }
  .bottomfooter>div {
    width: 40%;
    min-height: 80px;
    padding-bottom: 30px;
  }

  /*-----
  Recipe Page
  ------*/
  .sidebar-widget.active .wp-block-button__link {
      position: absolute;
      top: 10px;
      left: 45px;
  }

  .searchandfilter li li {
      max-width: 50%;
  }

  .searchandfilter li .children li {
      max-width: inherit;
  }

  /*-----
  Single Product Page
  ------*/
  .woocommerce-page div.product div.images { width: 80%; margin: 0 auto 30px;}
  .woocommerce div.product div.summary { width: 100%;}

  .single-product .entry-summary {
    padding: 45px 50px;
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .asseenon .wp-block-column {
    max-width: 48%;
  }
}

@media only screen and (max-width: 576px) {
  .testimonial-card {
    flex-basis: 100%;
  }

  .searchandfilter li input {
      max-width: 175px;
  }
}

@media only screen and (max-width: 400px) {
  .video-post-link {
    flex-basis: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .bottomfooter>div {
    width: 80%;
    padding-bottom: 20px;
  }
}


@media only screen and (max-width: 950px) {
  .header {
    background: #47A60C;
    height: 60px;
  }
  .header .wrapper .mlogo {
    float: right;
    padding: 0;
    height: 45px;
    width: auto;
    margin: 9px 20px 0;
  }
  .header .nav ul {
    list-style: none;
  }
  .header .nav.mobileonly {
    padding: 20px 20% 20px 5%;
  }
  .header .menu-mobile-container>ul {
    padding: 0;
    margin-top: 0;
  }
  .header .nav ul li {
    text-align: left;
    margin: 0;
    padding: 5px 0 0;
  }
  main {
    padding-top: 120px;
  }
  li.menu-item-has-children::after {
    content: "";
  }
  li.menu-item-has-children::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    color: #FFF;
    float: right;
  }
  header nav ul li a,
  nav.mobileonly a {
    color: #FFF;
    font-weight: 500;
  }
  .header .nav ul ul {
    position: static;
    top:0;
    left: 0;
    padding: 0;
    background: none;
    margin-left: 20px;
  }
  .header .secondarymenu {
    display: none;
  }
  .wfc_cart_basket,
  header .desktoponly {
    display: none;
  }
  header .mobileonly {
    display: block;
  }
  .mobileonly.nav {
    position: fixed;
    display: block;
    right: -100%;
    top: 0;
    flex-direction: column;
    color: #FFF;
    background-color: #212121;
    width: 90%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    z-index: 100;
  }
  div.wrapper .donate-button {
    margin-top: 20px;
  }
  .nav.active {
    right: -10%;
  }
  .nav li {
    margin: .5rem 0;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 300;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .mobilecart {
    padding-top: 30px;
  }

  .post-type-archive-recipe main .recipescolumnleft h3,
  .post-type-archive-recipes main .recipescolumnleft h3 {
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 90;
    background: #FFF;
    border-radius: 15px;
    padding: 10px;
  }
  .post-type-archive-recipe main .recipescolumnleft h3.active,
  .post-type-archive-recipes main .recipescolumnleft h3.active {
    background: none;
  }

  .post-type-archive-recipe main .recipescolumnleft h3:after,
  .post-type-archive-recipes main .recipescolumnleft h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    color:#000;
   }
   .post-type-archive-recipe main .recipescolumnleft h3.active:after,
   .post-type-archive-recipes main .recipescolumnleft h3.active:after {
     content: "";
   }

  /* Green Button + smaller font + Carrot */
  .recipescolumnleft .sidebar-widget {
    position: absolute;
    left: 100%;
    top: 49px;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgb(0 0 0 / 5%);
    z-index: 80;
  }
  .recipescolumnleft .sidebar-widget.active {
    left: 0;
  }
  .searchandfilter ul {
    padding: 0 5px;
  }
  li.cat-item.cat-item-128 {
    float: right;
  }

  form.searchandfilter::after {
    content: "X";
    font-size: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .searchandfilter>div>ul>li {
    float: right;
  }
  h3.active {
    color: #FFF;
    font-size: 5px;
    padding: 25px;
  }

  .recipescolumnright {
    width: 100%;
  }

  .custom_wp_prods.wc-block-grid__products .wp-block-group {
    flex-basis:40%;
  }
  .custom_wp_prods figure.wp-block-image {
    height: auto;
  }
  .custom_wp_prods h2,
  .custom_wp_prods p,
  .custom_wp_prods .wp-block-buttons {
    padding-left: 5%;
    padding-right: 5%;
  }

  section {
    position: relative;
    top: -60px;
  }

}



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

  .desktoponly {
      display: none;
  }
  .mobileonly {
      display: block;
  }

  .recent-packing-tips article,
  .recipe_square,
  .recipes-block .recipe_square {
    flex-basis: 48%;
  }
  .grey-background .wp-block-columns {
    margin-bottom: 0;
  }

  .wrapper.single-recipe {
    flex-wrap: wrap;
  }

  .recipe-sidebar {
    width: 100%;
  }
  .recipe-main-content {
    width: 100%;
  }
  .wp-block-group.grey-background,
  .alignfull,
  .alignwide,
  .dark-background {
    margin: 0 calc( -50vw + 50% );
    padding: 80px 5%;
  }

/*
  .home-hero .subhead {
    margin-bottom: 250px;
  } */
  .home-hero .alignwide {
    padding-bottom: 0;
  }

}
@media only screen and (max-width: 400px) {
  .recent-packing-tips article,
  .recipe_square,
  .recipes-block .recipe_square {
    flex-basis: 98%;
  }
}


@media print {
    *,
     :after,
     :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
